OSDN Git Service

drm/i915: Make skl_detach_scalers take crtc_state
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 4 Oct 2018 09:45:56 +0000 (11:45 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fri, 5 Oct 2018 13:17:12 +0000 (15:17 +0200)
commit15cbe5d0926f5d4700c1a0e27e02cb83c1ec392c
treec14c1e91d240e71d7a1a3a5e9b34998471627548
parent7efd90fb4886fc6c9d71ac11155c7b7e6c036508
drm/i915: Make skl_detach_scalers take crtc_state

Rename intel_crtc to crtc, and pass crtc_state instead of looking at
crtc->config.

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