[PATCH 00/11] DC Patches Aug 13, 2025

Wheeler, Daniel Daniel.Wheeler at amd.com
Mon Aug 18 13:38:40 UTC 2025


[Public]

Hi all,

This week this patchset was tested on 4 systems, two dGPU and two APU based, and tested across multiple display and connection types.

APU
        * Single Display eDP -> 1080p 60hz, 1920x1200 165hz, 3840x2400 60hz
        * Single Display DP (SST DSC) -> 4k144hz, 4k240hz
        * Multi display -> eDP + DP/HDMI/USB-C -> 1080p 60hz eDP + 4k 144hz, 4k 240hz (Includes USB-C to DP/HDMI adapters)
        * Thunderbolt -> LG Ultrafine 5k
        * MST DSC -> Cable Matters 101075 (DP to 3x DP) with 3x 4k60hz displays, HP Hook G2 with 2x 4k60hz displays
        * USB 4 -> HP Hook G4, Lenovo Thunderbolt Dock, both with 2x 4k60hz DP and 1x 4k60hz HDMI displays
        * SST PCON -> Club3D CAC-1085 + 1x 4k 144hz, FRL3, at a max resolution supported by the dongle of 4k 120hz YUV420 12bpc.
        * MST PCON -> 1x 4k 144hz, FRL3, at a max resolution supported by the adapter of 4k 120hz RGB 8bpc.

DGPU
        * Single Display DP (SST DSC) -> 4k144hz, 4k240hz
        * Multiple Display DP -> 4k240hz + 4k144hz
        * MST (Startech MST14DP123DP [DP to 3x DP] and 2x 4k 60hz displays)
        * MST DSC (with Cable Matters 101075 [DP to 3x DP] with 3x 4k60hz displays)

The testing is a mix of automated and manual tests. Manual testing includes (but is not limited to)
        * Changing display configurations and settings
        * Video/Audio playback
        * Benchmark testing
        * Suspend/Resume testing
        * Feature testing (Freesync, HDCP, etc.)

Automated testing includes (but is not limited to)
        * Script testing (scripts to automate some of the manual checks)
        * IGT testing

The testing is mainly tested on the following displays, but occasionally there are tests with other displays
        * Samsung G8 Neo 4k240hz
        * Samsung QN55QN95B 4k 120hz
        * Acer XV322QKKV 4k144hz
        * HP U27 4k Wireless 4k60hz
        * LG 27UD58B 4k60hz
        * LG 32UN650WA 4k60hz
        * LG Ultrafine 5k 5k60hz
        * AU Optronics B140HAN01.1 1080p 60hz eDP
        * AU Optronics B160UAN01.J 1920x1200 165hz eDP
        * Samsung ATNA60YV02-0 3840x2400 60Hz OLED eDP


The patchset consists of the amd-staging-drm-next branch (Head commit - 96cfc62d3b6ee1db4f334751ca4180c8bbd67f01 -> drm/amdgpu: Add description for partition commands) with new patches added on top of it.

Tested on Ubuntu 24.04.3, on Wayland and X11, using KDE Plasma and Gnome.

Tested-by: Dan Wheeler <daniel.wheeler at amd.com>



Thank you,

Dan Wheeler
Sr. Technologist | AMD
SW Display
------------------------------------------------------------------------------------------------------------------
1 Commerce Valley Dr E, Thornhill, ON L3T 7X6
amd.com



-----Original Message-----
From: Hung, Alex <Alex.Hung at amd.com>
Sent: Wednesday, August 13, 2025 7:18 PM
To: amd-gfx at lists.freedesktop.org
Cc: Wentland, Harry <Harry.Wentland at amd.com>; Li, Sun peng (Leo) <Sunpeng.Li at amd.com>; Pillai, Aurabindo <Aurabindo.Pillai at amd.com>; Li, Roman <Roman.Li at amd.com>; Lin, Wayne <Wayne.Lin at amd.com>; Chung, ChiaHsuan (Tom) <ChiaHsuan.Chung at amd.com>; Zuo, Jerry <Jerry.Zuo at amd.com>; Wheeler, Daniel <Daniel.Wheeler at amd.com>; Wu, Ray <Ray.Wu at amd.com>; LIPSKI, IVAN <IVAN.LIPSKI at amd.com>; Hung, Alex <Alex.Hung at amd.com>
Subject: [PATCH 00/11] DC Patches Aug 13, 2025

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

* Fix Xorg desktop unresponsive on Replay panel
* Refector by optimizing functions and deleting unused code
* Attach privacy screen to DRM connector
* Other misc improvement

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

Austin Zheng (1):
  drm/amd/display: Setup Second Stutter Watermark Implementation

Clay King (1):
  drm/amd/display: Delete unused functions

Lohita Mudimela (1):
  drm/amd/display: Refactor DPP enum for backwards compatibility

Mario Limonciello (3):
  drm/amd/display: Optimize amdgpu_dm_atomic_commit_tail()
  drm/amd/display: Attach privacy screen to DRM connector
  drm/amd/display: Avoid a NULL pointer dereference

Rafal Ostrowski (2):
  drm/amd/display: Add LSDMA Linear Sub Window Copy support
  drm/amd/display: Align LSDMA commands fields

Taimur Hassan (2):
  drm/amd/display: [FW Promotion] Release 0.1.23.0
  drm/amd/display: Promote DC to 3.2.346

Tom Chung (1):
  drm/amd/display: Fix Xorg desktop unresponsive on Replay panel

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 142 ++++++++++--------
 .../amd/display/amdgpu_dm/amdgpu_dm_crtc.c    |  19 +++
 drivers/gpu/drm/amd/display/dc/dc.h           |  11 +-
 drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c  |  70 +++++++--  drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h  |  36 ++++-
 .../dc/dml2/dml21/dml21_translation_helper.c  |   2 +
 .../dml2/dml21/inc/dml_top_dchub_registers.h  |   2 +
 .../dml21/inc/dml_top_soc_parameter_types.h   |   2 +
 .../display/dc/dml2/dml21/inc/dml_top_types.h |   2 +
 .../src/dml2_core/dml2_core_shared_types.h    |  12 ++
 .../amd/display/dc/dpp/dcn401/dcn401_dpp.h    |  10 ++
 .../display/dc/dpp/dcn401/dcn401_dpp_dscl.c   |  36 ++---
 drivers/gpu/drm/amd/display/dc/inc/hw/mpc.h   |  15 --
 .../amd/display/dc/mpc/dcn401/dcn401_mpc.c    |   8 -
 .../amd/display/dc/mpc/dcn401/dcn401_mpc.h    |   5 -
 .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h   |  21 ++-
 16 files changed, 265 insertions(+), 128 deletions(-)

--
2.43.0



More information about the amd-gfx mailing list