drm/i915: Eliminate crtc->state usage from intel_atomic_commit_tail and .crtc_update()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Aug 2017 15:22:26 +0000 (18:22 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 1 Sep 2017 13:52:22 +0000 (16:52 +0300)
commit2179481363bd82bc51f3f6f3b5fff9f78614887f
tree4e8dc88078103e2645cdf8302018f5f00361b980
parent1a15b77bd14073883a18ee1ac94bd58c3a151546
drm/i915: Eliminate crtc->state usage from intel_atomic_commit_tail and .crtc_update()

We already have the correct new crtc state so just use that instead of
crtc->state.

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