Currently we have only DSC support for DP SST. Stanislav Lisovskiy (6): drm: Add missing DP DSC extended capability definitions. drm/i915: Fix intel_dp_mst_compute_link_config drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate function drm/i915: Add DSC support to MST path drm/i915: Extract VESA DSC bpp alignment to separate function drm/i915: Bpp/timeslot calculation fixes for DP MST DSC drivers/gpu/drm/i915/display/intel_dp.c | 142 +++++++----- drivers/gpu/drm/i915/display/intel_dp.h | 19 ++ drivers/gpu/drm/i915/display/intel_dp_mst.c | 236 ++++++++++++++++++-- include/drm/display/drm_dp.h | 9 +- 4 files changed, 333 insertions(+), 73 deletions(-) -- 2.37.3