[Public] Hi all, This week this patchset was tested on the following systems: * Lenovo ThinkBook T13s Gen4 with AMD Ryzen 5 6600U * MSI Gaming X Trio RX 6800 * Gigabyte Gaming OC RX 7900 XTX These systems were tested on the following display/connection types: * eDP, (1080p 60hz [5650U]) (1920x1200 60hz [6600U]) (2560x1600 120hz[6600U]) * DP/HDMI/USB-C (1440p 170hz, 4k 60hz, 4k 144hz, 4k 240hz [Includes USB-C to DP/HDMI adapters]) * Thunderbolt (LG Ultrafine 5k) * MST (Startech MST14DP123DP [DP to 3x DP] and 2x 4k 60Hz displays) * DSC (with Cable Matters 101075 [DP to 3x DP] with 3x 4k60 displays, and HP Hook G2 with 1 4k60 display) * USB 4 (HP Hook G4 and Lenovo Thunderbolt Dock, both with 1x 4k60 DP and 1x 4k60 HDMI displays) * PCON (Club3D CAC-1085 and 1x 4k 144Hz) The testing is a mix of automated and manual tests. Manual testing includes (but is not limited to): * Changing display configurations and settings * Benchmark testing * Feature testing (Freesync, etc.) Automated testing includes (but is not limited to): * Script testing (scripts to automate some of the manual checks) * IGT testing The patchset consists of the amd-staging-drm-next branch (Head commit - 9e78f8ea8dec8492aac6fa2411b8853ee2237bf1 -> drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring) 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@xxxxxxx> 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.Li@xxxxxxx <Roman.Li@xxxxxxx> Sent: Wednesday, October 9, 2024 3:23 PM To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx Cc: Wentland, Harry <Harry.Wentland@xxxxxxx>; Li, Sun peng (Leo) <Sunpeng.Li@xxxxxxx>; Siqueira, Rodrigo <Rodrigo.Siqueira@xxxxxxx>; Mahfooz, Hamza <Hamza.Mahfooz@xxxxxxx>; Pillai, Aurabindo <Aurabindo.Pillai@xxxxxxx>; Li, Roman <Roman.Li@xxxxxxx>; Lin, Wayne <Wayne.Lin@xxxxxxx>; Chung, ChiaHsuan (Tom) <ChiaHsuan.Chung@xxxxxxx>; Zuo, Jerry <Jerry.Zuo@xxxxxxx>; Mohamed, Zaeem <Zaeem.Mohamed@xxxxxxx>; Chiu, Solomon <Solomon.Chiu@xxxxxxx>; Wheeler, Daniel <Daniel.Wheeler@xxxxxxx>; Li, Roman <Roman.Li@xxxxxxx> Subject: [PATCH 00/16] DC Patches October 9, 2024 From: Roman Li <Roman.Li@xxxxxxx> This DC v.3.2.305 patchset brings improvements in multiple areas. In summary, we have: - Add sharpening policy to plane state - Clear pipe pointers on pipe reset - Resolve correct MALL size for dcn401 - Read Sink emission rate capability - IPX fixes - Coverity fixes Cc: Daniel Wheeler <daniel.wheeler@xxxxxxx> Alex Hung (5): drm/amd/display: Check returns from drm_dp_dpcd_write drm/amd/display: Check status from dpcd_get_tunneling_device_data drm/amd/display: Remove useless assignments drm/amd/display: print messages when programming shaper/3dlut fails drm/amd/display: Check returned status from core_link_read_dpcd Aric Cyr (1): drm/amd/display: 3.2.305 Dillon Varone (1): drm/amd/display: resolve correct MALL size for dcn401 Ilya Bakoulin (1): drm/amd/display: Add 3DLUT FL HW bug workaround Joshua Aberback (1): drm/amd/display: Clear pipe pointers on pipe reset Leo (Hanghong) Ma (1): drm/amd/display: Fix Coverity change for visual confirm Leo Chen (1): drm/amd/display: Full exit out of IPS2 when all allow signals have been cleared Robin Chen (1): drm/amd/display: Read Sink emission rate capability Roman Li (2): drm/amd/display: Increase idle worker HPD detection time drm/amd/display: Add check for headless for idle optimization Samson Tam (2): drm/amd/display: add sharpening policy to plane state drm/amd/display: disable dynamic ODM when sharpness is enabled .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- .../amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 2 +- .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 17 +++-- drivers/gpu/drm/amd/display/dc/core/dc.c | 30 ++++++-- drivers/gpu/drm/amd/display/dc/dc.h | 8 +- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 9 ++- drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 3 +- .../gpu/drm/amd/display/dc/dc_spl_translate.c | 2 +- .../dc/dml2/dml21/dml21_translation_helper.c | 1 + .../drm/amd/display/dc/dml2/dml2_wrapper.c | 2 - .../drm/amd/display/dc/gpio/gpio_service.c | 1 - .../amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 1 - .../amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 20 ++--- .../amd/display/dc/hwss/dcn30/dcn30_hwseq.c | 8 +- .../amd/display/dc/hwss/dcn32/dcn32_hwseq.c | 13 ++-- .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 73 ++++++++++++++++--- .../amd/display/dc/hwss/dcn401/dcn401_hwseq.h | 2 + .../amd/display/dc/hwss/dcn401/dcn401_init.c | 1 + .../display/dc/hwss/hw_sequencer_private.h | 1 + .../amd/display/dc/inc/hw/timing_generator.h | 2 + .../dc/link/protocols/link_dp_capability.c | 16 ++++ .../display/dc/link/protocols/link_dp_dpia.c | 7 ++ .../dc/link/protocols/link_dp_training.c | 11 +++ .../link_dp_training_fixed_vs_pe_retimer.c | 1 - .../amd/display/dc/optc/dcn401/dcn401_optc.c | 31 ++++++++ .../dc/resource/dcn32/dcn32_resource.c | 4 + .../dc/resource/dcn401/dcn401_resource.c | 28 ++++++- drivers/gpu/drm/amd/display/dc/spl/dc_spl.c | 6 +- .../gpu/drm/amd/display/dc/spl/dc_spl_types.h | 2 +- .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 3 +- .../gpu/drm/amd/display/include/dpcd_defs.h | 19 ++--- 31 files changed, 254 insertions(+), 72 deletions(-) -- 2.34.1