[PATCH 00/11] DC Patches May 19 2025

Tom Chung chiahsuan.chung at amd.com
Tue May 13 11:24:28 UTC 2025


This DC patchset brings improvements in multiple areas. In summary, we highlight:

-Support external tunneling feature
-Modify DCN401 DMUB reset & halt sequence
-Fix the typo in dcn401 Hubp block
-Skip backend validation for virtual monitors

Cc: Daniel Wheeler <daniel.wheeler at amd.com>


Chiawen Huang (1):
  drm/amd/display: Skip backend validation for virtual monitors

Cruise Hung (1):
  drm/amd/display: Support external tunneling feature

Dillon Varone (1):
  drm/amd/display: Modify DCN401 DMUB reset & halt sequence

Karthi Kandasamy (1):
  drm/amd/display: Move mcache allocation programming from DML to
    resource

Nevenko Stupar (1):
  drm/amd/display: Fix the typo in dcn401 Hubp block

Ovidiu Bunea (1):
  drm/amd/display: Add GPINT retries to ips_query_residency_info

Samson Tam (1):
  drm/amd/display: add support for 2nd sharpening range

Taimur Hassan (2):
  drm/amd/display: [FW Promotion] Release 0.1.11.0
  drm/amd/display: Promote DAL to 3.2.334

Tomasz Siemek (1):
  drm/amd/display: Extend dc_plane_get_status with flags

Yihan Zhu (1):
  drm/amd/display: init local variable to fix format errors

 drivers/gpu/drm/amd/display/dc/core/dc.c      | 10 ++-
 .../gpu/drm/amd/display/dc/core/dc_resource.c | 13 ++++
 .../gpu/drm/amd/display/dc/core/dc_surface.c  |  8 ++-
 drivers/gpu/drm/amd/display/dc/dc.h           |  2 +-
 drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c  | 14 ++--
 drivers/gpu/drm/amd/display/dc/dc_dp_types.h  | 21 ++++++
 drivers/gpu/drm/amd/display/dc/dc_plane.h     | 10 ++-
 .../dc/dml2/dml21/dml21_translation_helper.c  |  2 +-
 .../dc/dml2/dml21/dml21_translation_helper.h  |  2 +
 .../amd/display/dc/dml2/dml21/dml21_wrapper.c | 40 +++++++++++
 .../amd/display/dc/dml2/dml21/dml21_wrapper.h | 64 +++++++++++++++++
 .../drm/amd/display/dc/dml2/dml2_wrapper.h    |  2 +
 .../amd/display/dc/hubp/dcn401/dcn401_hubp.c  |  2 +-
 .../amd/display/dc/hwss/dcn35/dcn35_hwseq.c   |  2 +-
 .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 16 ++---
 .../gpu/drm/amd/display/dc/inc/core_types.h   |  5 ++
 drivers/gpu/drm/amd/display/dc/inc/link.h     |  3 +
 drivers/gpu/drm/amd/display/dc/inc/resource.h |  8 +++
 .../drm/amd/display/dc/link/link_detection.c  | 21 ++----
 .../gpu/drm/amd/display/dc/link/link_dpms.c   |  6 +-
 .../drm/amd/display/dc/link/link_factory.c    |  1 +
 .../dc/link/protocols/link_dp_capability.c    |  8 +--
 .../display/dc/link/protocols/link_dp_dpia.c  | 54 ++++++++++++--
 .../display/dc/link/protocols/link_dp_dpia.h  |  6 ++
 .../dc/link/protocols/link_dp_dpia_bw.c       | 70 +++++++------------
 .../dc/link/protocols/link_dp_dpia_bw.h       |  4 +-
 .../dc/link/protocols/link_dp_irq_handler.c   |  4 +-
 .../drm/amd/display/dc/sspl/dc_spl_types.h    |  4 ++
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   | 34 ++++++++-
 .../drm/amd/display/dmub/src/dmub_dcn401.c    | 16 ++---
 30 files changed, 337 insertions(+), 115 deletions(-)

-- 
2.34.1



More information about the amd-gfx mailing list