mbox series

[0/2] Add DP MST DSC support to i915

Message ID 20220822094037.15483-1-stanislav.lisovskiy@intel.com (mailing list archive)
Headers show
Series Add DP MST DSC support to i915 | expand

Message

Stanislav Lisovskiy Aug. 22, 2022, 9:40 a.m. UTC
Currently we have only DSC support for DP SST.

Stanislav Lisovskiy (2):
  drm: Add missing DP DSC extended capability definitions.
  drm/i915: Add DSC support to MST path

 drivers/gpu/drm/i915/display/intel_dp.c     |  73 ++++-----
 drivers/gpu/drm/i915/display/intel_dp.h     |  17 +++
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 157 ++++++++++++++++++++
 include/drm/display/drm_dp.h                |  10 +-
 4 files changed, 214 insertions(+), 43 deletions(-)