summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
diff options
context:
space:
mode:
authorMatt Roper2015-03-09 18:19:23 +0100
committerDaniel Vetter2015-03-17 22:30:11 +0100
commitc3d1f4360133ecab6aa5f2e782cf15f119e43dc9 (patch)
tree7218c658a37c8bbb655658010177282d7194232b /drivers/gpu/drm/i915/intel_pm.c
parentdrm/i915: Exit early from psr_status if PSR is not supported by the device (diff)
downloadkernel-qcow2-linux-c3d1f4360133ecab6aa5f2e782cf15f119e43dc9.tar.gz
kernel-qcow2-linux-c3d1f4360133ecab6aa5f2e782cf15f119e43dc9.tar.xz
kernel-qcow2-linux-c3d1f4360133ecab6aa5f2e782cf15f119e43dc9.zip
drm/i915: Update intel_crtc_active() to use state values (v2)
With the switch to atomic plumbing for planes, some of our commit-time work (e.g., watermarks) is done after the new atomic state is swapped into the relevant DRM object, but before the DRM core has a chance to update its legacy state values. Switch intel_crtc_active() to look at the state objects rather than legacy fields to ensure we operate on the proper values. Note that we're continuing to use intel_crtc->active here for the time being since crtc->state isn't really hooked up yet. Once CRTC states are wired up properly, we'll want to switch this over to use crtc->state->active instead. v2: Switch back to intel_crtc->active for now; when Ander's work on CRTC states is ready, we can flip this over to use crtc->state->active instead. (Ville) Cc: Ander Conselvan De Oliveira <conselvan2@gmail.com> Suggested-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_pm.c')
0 files changed, 0 insertions, 0 deletions