[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 - 394e1f9e6b8ea3b34d0448b3bac6bdb0d9080a1e -> Revert "drm/amdgpu/gfx: fix ref counting for ring based profile handling") 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.whee...@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: Aurabindo Pillai <aurabindo.pil...@amd.com> Sent: Wednesday, March 19, 2025 1:55 PM To: amd-gfx@lists.freedesktop.org Cc: Wentland, Harry <harry.wentl...@amd.com>; Li, Sun peng (Leo) <sunpeng...@amd.com>; Pillai, Aurabindo <aurabindo.pil...@amd.com>; Li, Roman <roman...@amd.com>; Lin, Wayne <wayne....@amd.com>; Chung, ChiaHsuan (Tom) <chiahsuan.ch...@amd.com>; Zuo, Jerry <jerry....@amd.com>; Mohamed, Zaeem <zaeem.moha...@amd.com>; Chiu, Solomon <solomon.c...@amd.com>; Wheeler, Daniel <daniel.whee...@amd.com>; Hung, Alex <alex.h...@amd.com> Subject: [PATCH 00/16] DC Patches for 24 Mar 2025 DC v3.2.326 Summary: * DML 2.1 resync * Vblank disable fixes * Visual confirm debug improvements * Add command for reading ABM histogram * Bug fixes & improvements ______________ Aric Cyr (2): drm/amd/display: Create a temporary scratch dc_link drm/amd/display: DC v3.2.326 Ausef Yousof (1): drm/amd/display: Enable pipe update pending wait Austin Zheng (1): drm/amd/display: DML21 Reintegration Brendan Tam (1): drm/amd/display: prevent hang on link training fail Charlene Liu (2): drm/amd/display: fix zero value for APU watermark_c Revert "drm/amd/display: dml2 soc dscclk use DPM table clk setting" Chun-Liang Chang (1): drm/amd/display: Add Read Histogram command header Cruise (1): drm/amd/display: Remove BW Allocation from DPIA notification JinZe.Xu (1): drm/amd/display: Use sync version of indirect register access. Leo Li (2): drm/amd/display: Increase vblank offdelay for PSR panels drm/amd/display: Actually do immediate vblank disable Leo Zeng (2): drm/amd/display: Add override for visual confirm drm/amd/display: Get visual confirm color for stream Paul Hsieh (1): drm/amd/display: Skip to enable dsc if it has been off Yi-Ling Chen (1): drm/amd/display: Apply the adjusted DP ref clock for DP devices .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 43 +- .../display/dc/clk_mgr/dcn315/dcn315_smu.c | 29 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 51 + drivers/gpu/drm/amd/display/dc/dc.h | 337 +- .../drm/amd/display/dc/dce/dce_clock_source.c | 9 +- drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c | 2 + drivers/gpu/drm/amd/display/dc/dml2/Makefile | 3 - .../amd/display/dc/dml2/dml21/inc/dml_top.h | 1 + .../dml2/dml21/inc/dml_top_dchub_registers.h | 2 + .../dml21/inc/dml_top_display_cfg_types.h | 3 +- .../dml2/dml21/src/dml2_core/dml2_core_dcn4.c | 10 +- .../src/dml2_core/dml2_core_dcn4_calcs.c | 3083 ++++++++--------- .../src/dml2_core/dml2_core_shared_types.h | 2 + .../dml21/src/dml2_core/dml2_core_utils.c | 134 +- .../dml2/dml21/src/dml2_dpmm/dml2_dpmm_dcn4.c | 4 + .../dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c | 8 +- .../dml2/dml21/src/dml2_top/dml2_top_soc15.c | 2 +- .../dc/dml2/dml21/src/inc/dml2_debug.c | 31 - .../dc/dml2/dml21/src/inc/dml2_debug.h | 77 +- .../display/dc/dml2/dml2_translation_helper.c | 2 +- .../drm/amd/display/dc/dml2/dml2_wrapper.c | 5 +- .../amd/display/dc/hwss/dce110/dce110_hwseq.c | 5 - .../amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 1 - .../amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 14 +- .../amd/display/dc/hwss/dcn314/dcn314_hwseq.c | 14 + .../amd/display/dc/hwss/dcn35/dcn35_init.c | 1 + .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 7 +- .../gpu/drm/amd/display/dc/inc/core_types.h | 2 +- .../gpu/drm/amd/display/dc/inc/reg_helper.h | 4 + .../link/protocols/link_edp_panel_control.c | 8 +- .../amd/display/dc/optc/dcn35/dcn35_optc.c | 3 + drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 4 - .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 59 + .../drm/amd/display/dmub/src/dmub_srv_stat.c | 17 - 34 files changed, 2021 insertions(+), 1956 deletions(-) delete mode 100644 drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/dml2_debug.c -- 2.49.0