From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Here's a small selection of patches I extracted from my monster DDI encoder->type drobbery series. These mostly split the encoder hooks along the DP vs. HDMI lines. Hopefully it'll be a bit easier to get these reviewed when they're not buried wihtin such a massive series. Ville Syrjälä (9): drm/i915: Dump 'output_types' in crtc state dump drm/i915: Extract intel_ddi_clk_disable() drm/i915: Extract intel_disable_ddi_buf() drm/i915: Inline the required bits of intel_ddi_post_disable() into intel_ddi_fdi_post_disable() drm/i915: Split intel_ddi_post_disable() into DP vs. HDMI variants drm/i915: Remove useless eDP check from intel_ddi_pre_enable_dp() drm/i915: Split intel_disable_ddi() into DP vs. HDMI variants drm/i915: Plumb crtc_state etc. directly to intel_ddi_pre_enable_{dp,hdmi}() drm/i915: Split intel_enable_ddi() into DP and HDMI variants drivers/gpu/drm/i915/intel_ddi.c | 318 ++++++++++++++++++++--------------- drivers/gpu/drm/i915/intel_display.c | 51 ++++++ 2 files changed, 231 insertions(+), 138 deletions(-) -- 2.13.6 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx