From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Another attempt at plumbing the crtc state to the depths of the link training code. This time I tried to preserve the PHY test stuff in a somewhat working condition. The DDI buf trans stuff also started to bug me again so had to toss in a few cleanups in that area. Still pretty messy, but with a bit more regular structure we could perhaps toss in a few vfuncs to get rid of some if ladders at least. Not entirely sure yet... Ville Syrjälä (11): drm/i915: s/pre_empemph/preemph/ drm/i915: s/old_crtc_state/crtc_state/ drm/i915: Make intel_dp_process_phy_request() static drm/i915: Shove the PHY test into the hotplug work drm/i915: Split ICL combo PHY buf trans per output type drm/i915: Split ICL MG PHY buf trans per output type drm/i915: Split EHL combo PHY buf trans per output type drm/i915: Split TGL combo PHY buf trans per output type drm/i915: Split TGL DKL PHY buf trans per output type drm/i915: Plumb crtc_state to link training drm/i915: Eliminate intel_dp.regs.dp_tp_{ctl,status} drivers/gpu/drm/i915/display/intel_ddi.c | 677 ++++++++++-------- drivers/gpu/drm/i915/display/intel_ddi.h | 11 +- .../drm/i915/display/intel_display_types.h | 25 +- drivers/gpu/drm/i915/display/intel_dp.c | 289 ++++++-- drivers/gpu/drm/i915/display/intel_dp.h | 11 +- .../drm/i915/display/intel_dp_link_training.c | 102 +-- .../drm/i915/display/intel_dp_link_training.h | 8 +- drivers/gpu/drm/i915/display/intel_dp_mst.c | 24 +- drivers/gpu/drm/i915/display/intel_dpio_phy.c | 23 +- drivers/gpu/drm/i915/display/intel_dpio_phy.h | 2 + drivers/gpu/drm/i915/display/intel_hdmi.c | 7 +- 11 files changed, 718 insertions(+), 461 deletions(-) -- 2.26.2 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx