commit | 6f405638c2ab111df8bbff0ec57c2785870edb37 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Thu Oct 04 11:46:04 2018 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Fri Oct 05 15:19:18 2018 +0200 |
tree | 1c7acd29165fb5e78f9dd9092a90f61a8365d294 | |
parent | 958bb4528d16d0f6cdab7a34a9bd141b42768ca2 [diff] |
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