Improve the clean ups, as requested by Ville: - s/pipe_config/crtc_state/ - constify crtc_state - only pass state instead of crtc and state Ander Conselvan de Oliveira (7): drm/i915: Pass intel_crtc to fdi_link_train() hooks drm/i915: Pass intel_crtc to intel_lpt_pch_enable() drm/i915: Pass pipe_config to pch_enable() functions drm/i915: Pass pipe_config to fdi_link_train() functions drm/i915: Pass intel_crtc to DDI functions called from crtc en/disable drm/i915: Remove direct usages of intel_crtc->config from DDI code drm/i915: Remove duplicate DDI enabling logic from MST path drivers/gpu/drm/i915/i915_drv.h | 3 +- drivers/gpu/drm/i915/intel_ddi.c | 104 +++++++++++++++++------------------ drivers/gpu/drm/i915/intel_display.c | 100 +++++++++++++++++---------------- drivers/gpu/drm/i915/intel_dp_mst.c | 23 +------- drivers/gpu/drm/i915/intel_drv.h | 14 +++-- 5 files changed, 112 insertions(+), 132 deletions(-) -- 2.9.3 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx