[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 -
96eaa9b94f8177780ebe67d8399eff22f62fd4bc -> Revert "drm/amdgpu: revert to old
status lock handling v4") with new patches added on top of it.
Tested on Ubuntu 24.04.3, on Wayland and X11, using Gnome.
Tested-by: Dan Wheeler <[email protected]>
Thank you,
Dan Wheeler
Sr. Technologist | AMD
SW Display
------------------------------------------------------------------------------------------------------------------
1 Commerce Valley Dr E, Thornhill, ON L3T 7X6
amd.com
-----Original Message-----
From: Tseng, Chuan Yu (Max) <[email protected]>
Sent: Tuesday, March 17, 2026 8:59 PM
To: [email protected]
Cc: Wentland, Harry <[email protected]>; Li, Sun peng (Leo)
<[email protected]>; Pillai, Aurabindo <[email protected]>; Li, Roman
<[email protected]>; Lin, Wayne <[email protected]>; Chung, ChiaHsuan (Tom)
<[email protected]>; Zuo, Jerry <[email protected]>; Wheeler, Daniel
<[email protected]>; Wu, Ray <[email protected]>; LIPSKI, IVAN
<[email protected]>; Hung, Alex <[email protected]>; Tseng, Chuan Yu (Max)
<[email protected]>
Subject: [PATCH 00/31] DC Patches Mar 16 2026
This DC patchset brings improvements in multiple areas. In summary, we
highlight:
- Rework YCbCr422 DSC policy
- Restore full update for tiling change to linear
- add dccg FGCG mask init
- Remove unnecessary completion flag for secure display
- Agument live + capture with CVT case.
- remove dc_clock_limit for apu
- Fix Signed/Unsigned Int Usage Compiler Warning
- Hardcode dtbclk value in bw_params
- Revert inbox0 lock for cursor due to deadlock
- Add 3DLUT DMA broadcast support
- Fix Silence warnings
- export get_power_profile interface for later use
- pg cntl update based on previous asic.
- remove disable_sutter touch pstate debug code
- Refactor DC update checks
- Fix drm_edid leak in amdgpu_dm
- Add Extra SMU Log for dtbclk
- Clamp min DS DCFCLK value to DCN limit
- Update dpia supported configuration
- Multiple DCN42 updates
Cc: Daniel Wheeler <[email protected]>
Alex Hung (1):
drm/amd/display: Fix drm_edid leak in amdgpu_dm
Alexander Chechik (1):
drm/amd/display: Fix DCN42 memory clock table using MemClk instead of
UClk
Charlene Liu (8):
drm/amd/display: dcn42 don't round up disclk and dppclk
drm/amd/display: System Hang When System enters to S0i3 w/ iGPU
drm/amd/display: Add Extra SMU Log for dtbclk
drm/amd/display: remove disable_sutter touch pstate debug code
drm/amd/display: pg cntl update based on previous asic.
drm/amd/display: export get_power_profile interface for later use
drm/amd/display: remove dc_clock_limit for apu
drm/amd/display: add dccg FGCG mask init
ChunTao Tso (1):
drm/amd/display: Agument live + capture with CVT case.
Dillon Varone (2):
drm/amd/display: Refactor DC update checks
drm/amd/display: Add 3DLUT DMA broadcast support
Dmytro Laktyushkin (1):
drm/amd/display: move dcn42 bw_params init
Gaghik Khachatrian (2):
drm/amd/display: Fix Silence warnings
drm/amd/display: Fix Signed/Unsigned Int Usage Compiler Warning
Ivan Lipski (2):
drm/amd/display: Move DPM clk read to clk_mgr_construct in DCN42
drm/amd/display: Move DPM clk read to clk_mgr_construct in DCN42
Joshua Aberback (1):
drm/amd/display: Restore full update for tiling change to linear
Matthew Stewart (1):
drm/amd/display: Hardcode dtbclk value in bw_params
Meenakshikumar Somasundaram (1):
drm/amd/display: Update dpia supported configuration
Nicholas Kazlauskas (3):
drm/amd/display: Add MRQ programming for DCN42
drm/amd/display: Split arbiter programming for DCN42
drm/amd/display: Revert inbox0 lock for cursor due to deadlock
Relja Vojvodic (1):
drm/amd/display: Rework YCbCr422 DSC policy
Roman Li (4):
drm/amd/display: Add get_default_tiling_info for dcn42
drm/amd/display: Add missing dcn42 hubbub function pointers
drm/amd/display: Clamp min DS DCFCLK value to DCN limit
drm/amd/display: Update underflow detection for DCN42
Taimur Hassan (1):
drm/amd/display: Promote DC to 3.2.375
Wayne Lin (1):
drm/amd/display: Remove unnecessary completion flag for secure display
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 9 +-
.../drm/amd/display/amdgpu_dm/amdgpu_dm_crc.c | 7 -
.../drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h | 1 -
.../amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 2 +-
.../display/dc/clk_mgr/dcn42/dcn42_clk_mgr.c | 263 ++++-----
drivers/gpu/drm/amd/display/dc/core/dc.c | 500 +++++++-----------
.../gpu/drm/amd/display/dc/core/dc_stream.c | 30 +-
drivers/gpu/drm/amd/display/dc/dc.h | 25 +-
drivers/gpu/drm/amd/display/dc/dc_dsc.h | 1 +
drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 4 +
drivers/gpu/drm/amd/display/dc/dc_types.h | 8 +-
.../amd/display/dc/dccg/dcn42/dcn42_dccg.h | 1 +
.../display/dc/dml2_0/dml2_dc_resource_mgmt.c | 2 +-
.../dc/dml2_0/dml2_translation_helper.c | 6 +-
drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 13 +-
.../drm/amd/display/dc/dsc/dcn20/dcn20_dsc.c | 2 +-
.../drm/amd/display/dc/dsc/dcn35/dcn35_dsc.c | 2 +-
.../amd/display/dc/dsc/dcn401/dcn401_dsc.c | 2 +-
.../display/dc/hubbub/dcn42/dcn42_hubbub.c | 63 ++-
.../amd/display/dc/hubp/dcn42/dcn42_hubp.c | 35 +-
.../amd/display/dc/hubp/dcn42/dcn42_hubp.h | 6 +
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 108 ++--
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.h | 3 +-
.../amd/display/dc/hwss/dcn42/dcn42_hwseq.c | 3 +-
.../drm/amd/display/dc/hwss/hw_sequencer.h | 2 +-
.../drm/amd/display/dc/link/link_detection.c | 10 +-
.../gpu/drm/amd/display/dc/link/link_dpms.c | 3 +-
.../amd/display/dc/pg/dcn42/dcn42_pg_cntl.c | 9 +-
.../dc/resource/dcn31/dcn31_resource.c | 2 +
.../dc/resource/dcn315/dcn315_resource.c | 2 +
.../dc/resource/dcn401/dcn401_resource.c | 2 +-
.../dc/resource/dcn401/dcn401_resource.h | 1 +
.../dc/resource/dcn42/dcn42_resource.c | 5 +-
.../dc/resource/dcn42/dcn42_resource.h | 3 +
.../dcn42/dcn42_soc_and_ip_translator.c | 8 +
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 1 +
.../gpu/drm/amd/display/dmub/src/dmub_dcn42.c | 7 +-
.../amd/display/modules/color/color_gamma.c | 2 +
.../amd/display/modules/freesync/freesync.c | 6 +
.../gpu/drm/amd/display/modules/hdcp/hdcp.h | 1 +
.../include/asic_reg/dcn/dcn_4_2_0_offset.h | 6 +
41 files changed, 588 insertions(+), 578 deletions(-)
--
2.43.0