[PATCH 00/17] DC Patches Mar 24, 2024
Wheeler, Daniel
Daniel.Wheeler at amd.com
Mon Mar 31 16:39:28 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 - 001b75cd258042a9c366f07e1718b510763752a3 -> drm/amd/display: DC v3.2.326) 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
Facebook | Twitter | amd.com
-----Original Message-----
From: Fangzhi Zuo <Jerry.Zuo at amd.com>
Sent: Wednesday, March 26, 2025 3:49 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>; 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>; Zuo, Jerry <Jerry.Zuo at amd.com>
Subject: [PATCH 00/17] DC Patches Mar 24, 2024
Summary:
* Improve vrr for replay and psr
* Rewrite drm debug message
* Fix clock issues for dcn32 and dcn401
* Fix mst dsc mode validation issue
Aric Cyr (1):
drm/amd/display: Promote DAL to 3.2.327
Aurabindo Pillai (6):
drm/amd/display: convert DRM_ERROR to drm_err in
hpd_rx_irq_create_workqueue()
drm/amd/display: use drm_err in hpd rx offload
drm/amd/display: use drm_err in create_validate_stream_for_sink()
drm/amd/display: convert more DRM_ERROR to drm_err
drm/amd/display: use drm_info instead of DRM_INFO
drm/amd/display: use drm_warn instead of DRM_WARN
Austin Zheng (1):
drm/amd/display: Set ODM Factor Based On DML Architecture
ChunTao Tso (1):
drm/amd/display: Add a Panel Replay config option
Dillon Varone (4):
drm/amd/display: Consider downspread against max clocks in DML2.1
drm/amd/display: Add Support for reg inbox0 for host->DMUB CMDs
drm/amd/display: Fix VUpdate offset calculations for dcn401
drm/amd/display: Fix Vertical Interrupt definitions for dcn32, dcn401
Fangzhi Zuo (1):
drm/amd/display: Do Not Consider DSC if Valid Config Not Found
Joshua Aberback (1):
drm/amd/display: Use meaningful size for block_sequence array
Robin Chen (1):
drm/amd/display: Enable Replay Low Hz feature flag
Tom Chung (1):
drm/amd/display: Do not enable Replay and PSR while VRR is on in
amdgpu_dm_commit_planes()
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 296 ++++++++---------
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 4 +
.../amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 6 +-
.../display/amdgpu_dm/amdgpu_dm_mst_types.c | 17 +-
.../drm/amd/display/dc/core/dc_hw_sequencer.c | 4 +-
drivers/gpu/drm/amd/display/dc/dc.h | 2 +-
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 185 ++++++-----
drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h | 2 +-
drivers/gpu/drm/amd/display/dc/dc_helper.c | 2 +-
drivers/gpu/drm/amd/display/dc/dc_types.h | 7 +-
.../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 | 6 +-
.../dml2/dml21/src/dml2_mcg/dml2_mcg_dcn4.c | 4 +
.../src/inc/dml2_internal_shared_types.h | 6 +
.../display/dc/dml2/dml2_dc_resource_mgmt.c | 24 +-
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 44 +++
.../amd/display/dc/hwss/dcn401/dcn401_hwseq.h | 1 +
.../amd/display/dc/hwss/dcn401/dcn401_init.c | 2 +-
.../drm/amd/display/dc/hwss/hw_sequencer.h | 8 +-
.../gpu/drm/amd/display/dc/inc/core_types.h | 2 +-
.../display/dc/irq/dcn32/irq_service_dcn32.c | 61 +++-
.../dc/irq/dcn401/irq_service_dcn401.c | 60 +++-
drivers/gpu/drm/amd/display/dc/irq_types.h | 9 +
.../display/dc/link/protocols/link_dp_dpia.c | 1 +
.../link/protocols/link_edp_panel_control.c | 3 +
drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 132 +++++---
.../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 +
.../drm/amd/display/dmub/src/dmub_dcn401.c | 121 ++++---
.../drm/amd/display/dmub/src/dmub_dcn401.h | 4 +-
.../gpu/drm/amd/display/dmub/src/dmub_srv.c | 297 ++++++++++++------
31 files changed, 858 insertions(+), 478 deletions(-)
--
2.43.0
More information about the amd-gfx
mailing list