]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfda99e81f43ebd56d39cb7b64a90e17e719c2238
treec4d3a9d49f6fd99d3f8075aabcaf54d591f45611
parent930b0dae1ae37a3ca0eaf3f6b5cdc0ef2435d654
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