[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 -
b146e31a43c6b52ecb014512ea113af7cd11118a -> drm/amd/display: Add missing post
flip calls) 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: [email protected] <[email protected]>
Sent: Tuesday, September 16, 2025 3:09 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]>
Subject: [PATCH 00/20] DC Patches September 15, 2025
From: Ivan Lipski <[email protected]>
This DC patchset brings improvements in multiple areas. In summary, we
highlight:
- Disable stutter when programming watermarks on dcn32
- Improve brightness calculations
- Fix saving vbios clocks during init for DCN314
- Enable DTM 3 on DCN3.1+ dGPUs
- Add new ultra sleep field in DMUB
- Isolate DCN401 SMU functions
- Refactor and add logging of SMU functions.
- Add dccg logging
- Fix DCN35 clocks initialization
Cc: Dan Wheeler <[email protected]>
Allen Li (1):
drm/amd/display: Add fast sync field in ultra sleep more for DMUB
Alvin Lee (1):
drm/amd/display: Use mpc.preblend flag to indicate preblend
Charlene Liu (3):
drm/amd/display: Insert dccg log for easy debug
drm/amd/display: Correct sw cache timing to ensure dispclk ramping
drm/amd/display: Revert "correct sw cache timing to ensure dispclk
ramping"
Dillon Varone (6):
drm/amd/display: Disable stutter when programming watermarks on dcn32
drm/amd/display: Add missing post flip calls
drm/amd/display: Isolate dcn401 SMU functions
drm/amd/display: Refactor SMU tracing
drm/amd/display: Set wm_pending when disable stutter w/a used
drm/amd/display: Remove wm_optimized_required
Ivan Lipski (1):
drm/amd/display: Enable DTM v3 on dGPUs with DCN 3.1+
Karthi Kandasamy (1):
drm/amd/display: Add AVI infoframe copy in
copy_stream_update_to_stream
Leo Li (1):
drm/amd/display: Init DCN35 clocks from pre-os HW values
Lo-an Chen (1):
drm/amd/display: Init dispclk from bootup clock for DCN314
Mario Limonciello (1):
drm/amd/display: Handle interpolation for first data point
Paul Hsieh (1):
drm/amd/display: Add monitor patch to read psr cap again
Sridevi Arvindekar (1):
drm/amd/display: Fix for test crash due to power gating
Taimur Hassan (2):
drm/amd/display: [FW Promotion] Release 0.1.28.0
drm/amd/display: Promote DC to 3.2.351
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 13 +-
.../amd/display/amdgpu_dm/amdgpu_dm_color.c | 2 +-
.../amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 8 +-
.../amd/display/amdgpu_dm/amdgpu_dm_hdcp.c | 12 +-
.../amd/display/amdgpu_dm/amdgpu_dm_plane.c | 2 +-
.../display/amdgpu_dm/amdgpu_dm_services.c | 4 +-
.../dc/clk_mgr/dcn30/dcn30_clk_mgr_smu_msg.c | 2 +-
.../dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 142 +++++++++++++++++-
.../dc/clk_mgr/dcn314/dcn314_clk_mgr.h | 5 +
.../dc/clk_mgr/dcn32/dcn32_clk_mgr_smu_msg.c | 5 +-
.../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 121 ++++++++++++++-
.../dc/clk_mgr/dcn401/dcn401_clk_mgr.c | 26 ++--
.../clk_mgr/dcn401/dcn401_clk_mgr_smu_msg.c | 130 +++++++++++++++-
.../clk_mgr/dcn401/dcn401_clk_mgr_smu_msg.h | 10 +-
drivers/gpu/drm/amd/display/dc/core/dc.c | 12 +-
.../gpu/drm/amd/display/dc/core/dc_resource.c | 6 +
drivers/gpu/drm/amd/display/dc/dc.h | 4 +-
drivers/gpu/drm/amd/display/dc/dc_stream.h | 3 +
drivers/gpu/drm/amd/display/dc/dc_types.h | 1 +
.../amd/display/dc/dccg/dcn35/dcn35_dccg.c | 24 ++-
.../gpu/drm/amd/display/dc/dce/dmub_replay.c | 1 +
drivers/gpu/drm/amd/display/dc/dm_services.h | 11 +-
.../display/dc/hubbub/dcn32/dcn32_hubbub.c | 38 ++++-
.../amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 2 +-
.../amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 11 +-
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 8 +-
.../link/protocols/link_edp_panel_control.c | 14 ++
.../dc/resource/dcn314/dcn314_resource.c | 1 +
.../dc/resource/dcn32/dcn32_resource.c | 1 +
.../dc/resource/dcn32/dcn32_resource.h | 3 +-
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 6 +-
31 files changed, 556 insertions(+), 72 deletions(-)
--
2.43.0