]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Pass the crtc state explicitly to intel_pipe_update_start/end()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 23 Aug 2017 15:22:21 +0000 (18:22 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 31 Aug 2017 18:23:28 +0000 (21:23 +0300)
commit2d0bcf8d3efc560cfe725dc4c9f91bc9ebcf328f
treea4a8a14382a6e14a0e78fa4a6bc7633c35654374
parent0263ae2f5be9b67f9f22923709f2d3c64735f3bf
drm/i915: Pass the crtc state explicitly to intel_pipe_update_start/end()

Pass the appropriate new crtc state explicitly to
intel_pipe_update_start/end() instead of of mucking around with
crtc->state.

v2: The mmio flip stuff is gone

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