OSDN Git Service

drm/i915: Remove crtc->config references in vlv_prepare_pll
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 11 Oct 2018 10:04:50 +0000 (12:04 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Tue, 16 Oct 2018 13:27:04 +0000 (15:27 +0200)
commit92d54b078fe20a742b0b3cb889263e7c5884cf2e
treef4c37e07dab101f8724b80865c128c0f059ebb2e
parent4c35475485c1297393a35b161057b57753449a15
drm/i915: Remove crtc->config references in vlv_prepare_pll

We already have a perfectly nice pipe_config, use that instead.

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/20181011100457.8776-4-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/i915/intel_display.c