[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 - aa54fdb0e4492fe4c688b40cb79114aca205920a -> drm/amdgpu/gfx12: Implement the gfx12 kgq pipe reset) 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 Facebook | Twitter | amd.com -----Original Message----- From: roman...@amd.com <roman...@amd.com> Sent: Wednesday, April 2, 2025 12:13 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>; Wheeler, Daniel <daniel.whee...@amd.com>; Li, Roman <roman...@amd.com> Subject: [PATCH 00/16] DC Patches April 02, 2025 From: Roman Li <roman...@amd.com> Display Core version 3.2.328 summary: * Add DCN301 specific hubbub init function * Optimize custom brightness curve * Correct SSC enable detection for DCN351 * Turn off eDP lcdvdd and backlight if not required * Use DMUB Fused IO interface for HDCP * Extend eDP-on-DP1 quirk list Cc: Daniel Wheeler <daniel.whee...@amd.com> Ausef Yousof (2): drm/amd/display: wait for updates to latch before locking drm/amd/display: dont disable dtb as dto src during dpms off Charlene Liu (1): drm/amd/display: turn off eDP lcdvdd and backlight if not required Dillon Varone (1): Revert "drm/amd/display: Fix VUpdate offset calculations for dcn401" Dominik Kaszewski (1): drm/amd/display: HDCP Locality check using DMUB Fused IO Kevin Gao (2): drm/amd/display: Correct SSC enable detection for DCN351 drm/amd/display: Add DCN301 specific hubbub init function Mario Limonciello (6): drm/amd/display: Optimize custom brightness curve drm/amd/display: Adjust all dev_*() messages to drm_*() drm/amd/display: Move PSR support message into amdgpu_dm drm/amd/display: Remove double checks for `debug.enable_mem_low_power.bits.cm` drm/amd/display: Add HP Probook 445 and 465 to the quirk list for eDP on DP1 drm/amd/display: Add HP Elitebook 645 to the quirk list for eDP on DP1 Sherry Wang (1): drm/amd/display: rename IPS2 entry/exit message Taimur Hassan (2): drm/amd/display: [FW Promotion] Release 0.1.5.0 drm/amd/display: Promote DC to 3.2.328 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 241 +++++++++++++++--- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 16 +- .../amd/display/amdgpu_dm/amdgpu_dm_hdcp.c | 56 +++- .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 13 + .../amd/display/amdgpu_dm/amdgpu_dm_plane.c | 4 +- .../drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 8 - .../drm/amd/display/amdgpu_dm/amdgpu_dm_wb.c | 4 +- drivers/gpu/drm/amd/display/dc/Makefile | 41 ++- .../display/dc/clk_mgr/dcn35/dcn351_clk_mgr.c | 1 + .../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 8 +- .../amd/display/dc/clk_mgr/dcn35/dcn35_smu.c | 6 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 38 ++- drivers/gpu/drm/amd/display/dc/dc.h | 6 +- drivers/gpu/drm/amd/display/dc/dc_fused_io.c | 144 +++++++++++ drivers/gpu/drm/amd/display/dc/dc_fused_io.h | 31 +++ drivers/gpu/drm/amd/display/dc/dm_helpers.h | 8 + .../drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c | 9 +- .../display/dc/hubbub/dcn301/dcn301_hubbub.c | 34 ++- .../display/dc/hubbub/dcn301/dcn301_hubbub.h | 3 + .../amd/display/dc/hwss/dce110/dce110_hwseq.c | 5 - .../amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 122 +++++++++ .../amd/display/dc/hwss/dcn10/dcn10_hwseq.h | 7 + .../amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 8 + .../amd/display/dc/hwss/dcn35/dcn35_init.c | 2 + .../amd/display/dc/hwss/dcn351/dcn351_init.c | 2 + .../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 +- .../display/dc/hwss/hw_sequencer_private.h | 2 + .../gpu/drm/amd/display/dc/inc/core_types.h | 4 + .../amd/display/dc/inc/hw/clk_mgr_internal.h | 3 +- drivers/gpu/drm/amd/display/dc/inc/hw/optc.h | 1 + .../link/protocols/link_edp_panel_control.c | 2 + .../amd/display/dc/optc/dcn35/dcn35_optc.c | 1 + drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 2 + .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 6 +- .../drm/amd/display/dmub/src/dmub_srv_stat.c | 4 + .../gpu/drm/amd/display/modules/hdcp/hdcp.h | 1 + .../display/modules/hdcp/hdcp2_execution.c | 53 +++- .../display/modules/hdcp/hdcp2_transition.c | 48 +++- .../drm/amd/display/modules/hdcp/hdcp_ddc.c | 73 ++++++ .../drm/amd/display/modules/inc/mod_hdcp.h | 38 ++- 42 files changed, 934 insertions(+), 168 deletions(-) create mode 100644 drivers/gpu/drm/amd/display/dc/dc_fused_io.c create mode 100644 drivers/gpu/drm/amd/display/dc/dc_fused_io.h -- 2.34.1