OSDN Git Service

drm/i915: Calculate g4x intermediate watermarks correctly
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 15 Nov 2017 16:31:57 +0000 (17:31 +0100)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fri, 17 Nov 2017 14:24:07 +0000 (15:24 +0100)
commit248c2435cbd75ad098130dda819b2973591d6f6d
tree5c2aaedcd13633f5f85784c1538816b1ab2b6e0b
parent5b9489cb8ee23b41ab5a4cca6652511fa252bad8
drm/i915: Calculate g4x intermediate watermarks correctly

The watermarks it should calculate against are the old optimal watermarks.
The currently active crtc watermarks are pure fiction, and are invalid in
case of a nonblocking modeset, page flip enabling/disabling planes or any
other reason.

When the crtc is disabled or during a modeset the intermediate watermarks
don't need to be programmed separately, and could be directly assigned
to the optimal watermarks.

CXSR must always be disabled in the intermediate case for modesets,
else we get a WARN for vblank wait timeout.

Also rename crtc_state to new_crtc_state, to distinguish it from the old
state.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171115163157.14372-2-maarten.lankhorst@linux.intel.com
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
drivers/gpu/drm/i915/intel_pm.c