[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 -> 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 * 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 * PCON -> Club3D CAC-1085 + 1x 4k 144hz DGPU * Single Display DP -> 4k144hz, 4k240hz * Multiple Display DP -> 4k240hz + 4k144hz * MST (Startech MST14DP123DP [DP to 3x DP] and 2x 4k 60hz displays) * 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 - e72728217063bdc2577dafb210acfe146fcbe68c -> drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too) 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 amd.com -----Original Message----- From: Tom Chung <chiahsuan.chung@xxxxxxx> Sent: Wednesday, October 23, 2024 12:53 AM 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> Subject: [PATCH 00/16] DC Patches Oct 28 2024 This DC patchset brings improvements in multiple areas. In summary, we highlight: - Fix polling DSC registers during S0i3 - Fix idle optimizations entry log - Change MPC Tree visual confirm colours - Fix underflow when playing 8K video in full screen mode - Optimize power up sequence for specific OLED Cc: Daniel Wheeler <daniel.wheeler@xxxxxxx> Alex Hung (2): drm/amd/display: Remove useless assignments and variables drm/amd/display: Simplify dcn35_is_ips_supported() Aric Cyr (1): drm/amd/display: 3.2.307 Aurabindo Pillai (1): drm/amd/display: Fix idle optimizations entry log Dillon Varone (1): drm/amd/display: Add P-State Stall Timeout Recovery Support for dcn401 Fangzhi Zuo (1): drm/amd/display: Reduce HPD Detection Interval for IPS Hansen Dsouza (1): drm/amd/display: Add a boot option to reduce phy ssc for HBR3 Joshua Aberback (1): drm/amd/display: Change MPC Tree visual confirm colours Leo Ma (1): drm/amd/display: Fix underflow when playing 8K video in full screen mode Lohita Mudimela (1): drm/amd/display: Refactoring if and endif statements to enable DC_LOGGER Ovidiu Bunea (3): drm/amd/display: Optimize power up sequence for specific OLED Revert "drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35" drm/amd/display: Do not read DSC state if not in use Samson Tam (2): drm/amd/display: fix handling of max_downscale_src_width fail check in SPL drm/amd/display: store sharpness 1dlut table in dscl_prog_data Taimur Hassan (1): drm/amd/display: [FW Promotion] Release 0.0.240.0 .../amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 10 +--- .../display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 5 +- .../dc/clk_mgr/dcn314/dcn314_clk_mgr.c | 6 +- .../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 6 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 8 ++- .../drm/amd/display/dc/core/dc_hw_sequencer.c | 4 +- drivers/gpu/drm/amd/display/dc/dc.h | 3 +- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 1 - drivers/gpu/drm/amd/display/dc/dc_types.h | 1 + .../amd/display/dc/dce/dce_stream_encoder.c | 2 - .../display/dc/dce110/dce110_mem_input_v.c | 2 - .../dc/dio/dcn10/dcn10_stream_encoder.c | 2 - .../dc/dio/dcn401/dcn401_dio_stream_encoder.c | 2 - .../dc/dml2/dml21/dml21_translation_helper.c | 2 +- .../dml2/dml21/inc/dml_top_dchub_registers.h | 1 + .../src/dml2_core/dml2_core_dcn4_calcs.c | 3 + .../gpu/drm/amd/display/dc/dml2/dml2_policy.c | 1 + .../display/dc/dpp/dcn401/dcn401_dpp_dscl.c | 3 +- .../display/dc/hubbub/dcn10/dcn10_hubbub.h | 9 ++- .../display/dc/hubbub/dcn401/dcn401_hubbub.c | 12 ++++ .../display/dc/hubbub/dcn401/dcn401_hubbub.h | 8 ++- .../amd/display/dc/hwss/dce110/dce110_hwseq.c | 3 +- .../amd/display/dc/hwss/dcn35/dcn35_hwseq.c | 15 +++-- .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 5 ++ .../gpu/drm/amd/display/dc/inc/hw/dchubbub.h | 1 + .../gpu/drm/amd/display/dc/link/link_dpms.c | 15 +++-- .../dc/link/protocols/link_dp_capability.c | 3 +- .../dc/resource/dcn401/dcn401_resource.h | 4 +- drivers/gpu/drm/amd/display/dc/spl/dc_spl.c | 16 ++++-- .../display/dc/spl/dc_spl_isharp_filters.h | 1 - .../gpu/drm/amd/display/dc/spl/dc_spl_types.h | 3 +- drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 1 + .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 56 +++++++++++++++---- .../gpu/drm/amd/display/dmub/src/dmub_dcn35.c | 1 + 34 files changed, 150 insertions(+), 65 deletions(-) -- 2.34.1