[PATCH 00/22] DC Patches Mar 10 2025
Wheeler, Daniel
Daniel.Wheeler at amd.com
Mon Mar 10 13:33:33 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, 2560x1600 120hz, 1920x1200 165hz
* 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
* AU Optronics B160QAN02.L 2560x1600 120hz eDP
The patchset consists of the amd-staging-drm-next branch (Head commit - 51cf6a0ec03e66081e2889644f248acab0965430 -> drm/amd/display: Promote DAL to 3.2.323) with new patches added on top of it.
Tested on Ubuntu 24.04.1, on Wayland and X11, using KDE Plasma and Gnome.
Tested-by: Daniel 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: Tom Chung <chiahsuan.chung at amd.com>
Sent: Wednesday, March 5, 2025 12:14 AM
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>; Mohamed, Zaeem <Zaeem.Mohamed at amd.com>; Chiu, Solomon <Solomon.Chiu at amd.com>; Wheeler, Daniel <Daniel.Wheeler at amd.com>; Hung, Alex <Alex.Hung at amd.com>
Subject: [PATCH 00/22] DC Patches Mar 10 2025
This DC patchset brings improvements in multiple areas. In summary, we highlight:
- Fix some Replay/PSR issue
- Fix backlight brightness
- Fix suspend issue
- Fix visual confirm color
- Add scoped mutexes for amdgpu_dm_dhcp
Cc: Daniel Wheeler <daniel.wheeler at amd.com>
Alex Hung (1):
drm/amd/display: Assign normalized_pix_clk when color depth = 14
Charlene Liu (3):
drm/amd/display: assume VBIOS supports DSC as default
drm/amd/display: dml2 soc dscclk use DPM table clk setting.
drm/amd/display: remove minimum Dispclk and apply oem panel timing.
Danny Wang (1):
drm/amd/display: Do not enable replay when vtotal update is pending.
Dillon Varone (1):
drm/amd/display: Add Support for reg inbox0 for host->DMUB CMDs
George Shen (1):
drm/amd/display: Implement PCON regulated autonomous mode handling
Joshua Aberback (1):
drm/amd/display: Add more debug data to dmub_srv
Leo Li (1):
drm/amd/display: Disable unneeded hpd interrupts during dm_init
Leo Zeng (1):
drm/amd/display: Fix visual confirm color not updating
Leon Huang (1):
drm/amd/display: Fix incorrect DPCD configs while Replay/PSR switch
Mario Limonciello (6):
drm/amd/display: fix default brightness
drm/amd/display: Restore correct backlight brightness after a GPU
reset
drm/amd/display: Add and use new dm_prepare_suspend() callback
drm/amd/display: Fix slab-use-after-free on hdcp_work
drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcp
drm/amd/display: Drop unnecessary ret variable for enable_assr()
Peichen Huang (1):
drm/amd/display: not abort link train when bw is low
Ryan Seto (1):
drm/amd/display: Prevent VStartup Overflow
Taimur Hassan (1):
drm/amd/display: Promote DAL to 3.2.324
Zhikai Zhai (1):
drm/amd/display: calculate the remain segments for all pipes
Zhongwei Zhang (1):
drm/amd/display: Correct timing_adjust_pending flag setting.
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 37 ++-
.../amd/display/amdgpu_dm/amdgpu_dm_hdcp.c | 43 +--
.../drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c | 64 ++--
.../dc/clk_mgr/dcn315/dcn315_clk_mgr.c | 2 -
.../dc/clk_mgr/dcn316/dcn316_clk_mgr.c | 2 -
drivers/gpu/drm/amd/display/dc/core/dc.c | 10 +-
.../drm/amd/display/dc/core/dc_hw_sequencer.c | 24 +-
.../gpu/drm/amd/display/dc/core/dc_resource.c | 7 +-
drivers/gpu/drm/amd/display/dc/dc.h | 2 +-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 272 ++++++++--------
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h | 4 +-
drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 27 +-
drivers/gpu/drm/amd/display/dc/dc_helper.c | 2 +-
drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 1 +
.../gpu/drm/amd/display/dc/dce/dmub_abm_lcd.c | 3 +-
.../gpu/drm/amd/display/dc/dce/dmub_replay.c | 19 +-
.../src/dml2_core/dml2_core_dcn4_calcs.c | 2 +
.../display/dc/dml2/dml2_translation_helper.c | 2 +-
.../amd/display/dc/hwss/dce110/dce110_hwseq.c | 17 +-
.../amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 7 +-
.../amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 8 +-
.../amd/display/dc/hwss/dcn31/dcn31_hwseq.c | 4 +-
.../amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 3 +-
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 10 +-
.../drm/amd/display/dc/hwss/hw_sequencer.h | 6 +
.../dc/link/protocols/link_dp_capability.c | 55 +++-
.../display/dc/link/protocols/link_dp_dpia.c | 1 +
.../dc/link/protocols/link_dp_training.c | 5 +-
.../link/protocols/link_edp_panel_control.c | 25 +-
.../dc/resource/dcn315/dcn315_resource.c | 42 ++-
drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 143 +++++---
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 49 ++-
.../gpu/drm/amd/display/dmub/src/dmub_dcn20.c | 85 ++---
.../gpu/drm/amd/display/dmub/src/dmub_dcn20.h | 2 +-
.../gpu/drm/amd/display/dmub/src/dmub_dcn31.c | 93 +++---
.../gpu/drm/amd/display/dmub/src/dmub_dcn31.h | 2 +-
.../gpu/drm/amd/display/dmub/src/dmub_dcn32.c | 98 +++---
.../gpu/drm/amd/display/dmub/src/dmub_dcn32.h | 2 +-
.../gpu/drm/amd/display/dmub/src/dmub_dcn35.c | 93 +++---
.../gpu/drm/amd/display/dmub/src/dmub_dcn35.h | 2 +-
.../drm/amd/display/dmub/src/dmub_dcn401.c | 218 ++++++++-----
.../drm/amd/display/dmub/src/dmub_dcn401.h | 6 +-
.../gpu/drm/amd/display/dmub/src/dmub_srv.c | 308 ++++++++++++------
43 files changed, 1111 insertions(+), 696 deletions(-)
--
2.34.1
More information about the amd-gfx
mailing list