OSDN Git Service

drm/i915: Eliminate crtc->state usage from intel_update_pipe_config()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Aug 2017 15:22:25 +0000 (18:22 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 1 Sep 2017 13:51:53 +0000 (16:51 +0300)
commit1a15b77bd14073883a18ee1ac94bd58c3a151546
treec4d3a9d49f6fd99d3f8075aabcaf54d591f45611
parentf9a8c149e91ca18adfbadea5d562bc21197caf1a
drm/i915: Eliminate crtc->state usage from intel_update_pipe_config()

Pass the correct new crtc state to intel_update_pipe_config() instead
of using 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-6-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/intel_display.c