[PATCH v5 0/4] drm/amdgpu, Add DP 2.0 MST support + drm/dp_mst helpers
Lyude Paul
lyude at redhat.com
Mon Oct 25 22:30:24 UTC 2021
Just resubmitting this patch series from AMD with _very_ minor changes
(just a typo and fixing a debug message) so that this can be pushed
upstream with a proper patchwork link. Will be pushing this into a topic
branch and submitting to airlied in a moment.
Bhawanpreet Lakha (3):
drm: Remove slot checks in dp mst topology during commit
drm: Update MST First Link Slot Information Based on Encoding Format
drm/amd/display: Add DP 2.0 MST DM Support
Fangzhi Zuo (1):
drm/amd/display: Add DP 2.0 MST DC Support
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 29 ++
.../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 3 +
.../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 5 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 14 +
drivers/gpu/drm/amd/display/dc/core/dc_link.c | 292 ++++++++++++++++++
.../gpu/drm/amd/display/dc/core/dc_link_dp.c | 19 ++
drivers/gpu/drm/amd/display/dc/dc_link.h | 7 +
drivers/gpu/drm/amd/display/dc/dc_stream.h | 13 +
drivers/gpu/drm/drm_dp_mst_topology.c | 42 ++-
drivers/gpu/drm/i915/display/intel_dp_mst.c | 4 +-
drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +-
drivers/gpu/drm/radeon/radeon_dp_mst.c | 4 +-
include/drm/drm_dp_mst_helper.h | 5 +-
13 files changed, 423 insertions(+), 16 deletions(-)
--
2.31.1
More information about the dri-devel
mailing list