drm/i915: Get rid of intel_crtc->config in crtc_enable/disable functions, v2.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 4 Oct 2018 09:46:04 +0000 (11:46 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fri, 5 Oct 2018 13:19:18 +0000 (15:19 +0200)
commit6f405638c2ab111df8bbff0ec57c2785870edb37
tree1c7acd29165fb5e78f9dd9092a90f61a8365d294
parent958bb4528d16d0f6cdab7a34a9bd141b42768ca2
drm/i915: Get rid of intel_crtc->config in crtc_enable/disable functions, v2.

These functions already have a pointer to the correct state,
so use it instead of crtc->config.

Changes since v1:
- Move pll changes to the pll patch.

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