[Public] Hi all, This week this patchset was tested on the following systems: Lenovo Thinkpad T14s Gen2, with AMD Ryzen 5 5650U Lenovo Thinkpad T13s Gen4 with AMD Ryzen 5 6600U Reference AMD RX6800 These systems were tested on the following display types: eDP, (1080p 60hz [5650U]) (1920x1200 60hz [6600U]) (2560x1600 120hz[6600U]) VGA and DVI (1680x1050 60HZ [DP to VGA/DVI, USB-C to DVI/VGA]) DP/HDMI/USB-C (1440p 170hz, 4k 60hz, 4k 144hz [Includes USB-C to DP/HDMI adapters]) MST tested with Startech MST14DP123DP and 2x 4k 60Hz displays DSC tested with Cable Matters 101075 (DP to 3x DP), and 201375 (USB-C to 3x DP) with 3x 4k60 displays HP Hook G2 with 1 and 2 4k60 Displays 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 - 329fb1a32e80 drm/amd/display: 3.2.231) with new patches added on top of it. This branch is used for both Ubuntu and Chrome OS testing (ChromeOS on a bi-weekly basis). Tested on Ubuntu 22.04.1 and Chrome OS 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: Siqueira, Rodrigo <Rodrigo.Siqueira@xxxxxxx> Sent: April 20, 2023 7:50 PM To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx Cc: Wentland, Harry <Harry.Wentland@xxxxxxx>; Li, Sun peng (Leo) <Sunpeng.Li@xxxxxxx>; Lakha, Bhawanpreet <Bhawanpreet.Lakha@xxxxxxx>; Siqueira, Rodrigo <Rodrigo.Siqueira@xxxxxxx>; Pillai, Aurabindo <Aurabindo.Pillai@xxxxxxx>; Zhuo, Qingqing (Lillian) <Qingqing.Zhuo@xxxxxxx>; Li, Roman <Roman.Li@xxxxxxx>; Lin, Wayne <Wayne.Lin@xxxxxxx>; Wang, Chao-kai (Stylon) <Stylon.Wang@xxxxxxx>; Chiu, Solomon <Solomon.Chiu@xxxxxxx>; Kotarac, Pavle <Pavle.Kotarac@xxxxxxx>; Gutierrez, Agustin <Agustin.Gutierrez@xxxxxxx>; Wheeler, Daniel <Daniel.Wheeler@xxxxxxx> Subject: [PATCH 00/21] DC Patches April 20, 2023 This DC patchset brings improvements in multiple areas. In summary, we highlight: - Improvements in the SubVP feature - Keep disabling aux-i delay as 0 - Add p-state debugging and improvements - Fix in secure display context creation - add an option to use custom backlight caps - Lowering min Z8 residency time - Restore rptr/wptr for DMCUB as a workaround - Update FW feature caps struct Cc: Daniel Wheeler <daniel.wheeler@xxxxxxx> Alan Liu (1): drm/amd/display: Fix in secure display context creation Alex Hung (1): drm/amd/display: implement force function in amdgpu_dm_connector_funcs Alvin Lee (6): drm/amd/display: Update FW feature caps struct drm/amd/display: Limit DCN32 8 channel or less parts to DPM1 for FPO drm/amd/display: Enable SubVP on PSR panels if single stream drm/amd/display: For no plane case set pstate support in validation drm/amd/display: Query GECC enable for SubVP disable drm/amd/display: Enable SubVP for high refresh rate displays Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.163.0 Aric Cyr (2): drm/amd/display: 3.2.232 drm/amd/display: 3.2.233 Dmytro Laktyushkin (1): drm/amd/display: add pixel rate based CRB allocation support Gabe Teeger (1): drm/amd/display: update extended blank for dcn314 onwards Hersen Wu (1): drm/amd/display: assign edid_blob_ptr with edid from debugfs JinZe.Xu (1): drm/amd/display: Restore rptr/wptr for DMCUB as workaround Josip Pavic (1): drm/amd/display: add option to use custom backlight caps Leo (Hanghong) Ma (1): drm/amd/display: Update scaler recout data for visual confirm Leo Chen (1): drm/amd/display: Lowering min Z8 residency time Michael Strauss (2): drm/amd/display: Convert Delaying Aux-I Disable To Monitor Patch drm/amd/display: Keep disable aux-i delay as 0 Sung Lee (1): drm/amd/display: Add p-state debugging .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 56 ++++++++--- .../drm/amd/display/amdgpu_dm/amdgpu_dm_crc.h | 2 +- .../display/dc/clk_mgr/dcn30/dcn30_clk_mgr.c | 4 +- .../display/dc/clk_mgr/dcn32/dcn32_clk_mgr.c | 7 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 21 ---- .../gpu/drm/amd/display/dc/core/dc_resource.c | 18 ++++ drivers/gpu/drm/amd/display/dc/dc.h | 8 +- drivers/gpu/drm/amd/display/dc/dc_types.h | 1 + .../drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c | 18 +--- .../drm/amd/display/dc/dcn20/dcn20_hubbub.c | 5 + .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 4 +- .../drm/amd/display/dc/dcn31/dcn31_hubbub.c | 1 + .../amd/display/dc/dcn314/dcn314_resource.c | 2 +- .../amd/display/dc/dcn315/dcn315_resource.c | 97 ++++++++++++++++++- .../drm/amd/display/dc/dcn32/dcn32_hwseq.c | 2 + .../drm/amd/display/dc/dcn32/dcn32_resource.c | 3 + .../drm/amd/display/dc/dcn32/dcn32_resource.h | 14 +++ .../display/dc/dcn32/dcn32_resource_helpers.c | 15 +++ .../amd/display/dc/dcn321/dcn321_resource.c | 1 + .../drm/amd/display/dc/dml/dcn20/dcn20_fpu.c | 31 +++--- .../drm/amd/display/dc/dml/dcn31/dcn31_fpu.c | 25 ++++- .../drm/amd/display/dc/dml/dcn31/dcn31_fpu.h | 3 + .../dc/dml/dcn31/display_mode_vba_31.c | 39 +++++--- .../dc/dml/dcn31/display_rq_dlg_calc_31.c | 3 +- .../amd/display/dc/dml/dcn314/dcn314_fpu.c | 14 ++- .../dc/dml/dcn314/display_rq_dlg_calc_314.c | 16 +-- .../drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 83 +++++++++++++++- .../drm/amd/display/dc/dml/dcn32/dcn32_fpu.h | 2 + .../dc/dml/dcn32/display_mode_vba_32.c | 12 ++- .../amd/display/dc/dml/display_mode_structs.h | 3 +- .../drm/amd/display/dc/dml/display_mode_vba.c | 6 ++ .../gpu/drm/amd/display/dc/inc/hw/dchubbub.h | 1 + .../link_dp_training_fixed_vs_pe_retimer.c | 23 +++-- drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 17 +++- .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 +- .../gpu/drm/amd/display/dmub/src/dmub_dcn20.c | 5 + .../gpu/drm/amd/display/dmub/src/dmub_dcn20.h | 2 + .../gpu/drm/amd/display/dmub/src/dmub_dcn31.c | 5 + .../gpu/drm/amd/display/dmub/src/dmub_dcn31.h | 2 + .../gpu/drm/amd/display/dmub/src/dmub_dcn32.c | 8 ++ .../gpu/drm/amd/display/dmub/src/dmub_dcn32.h | 3 + .../gpu/drm/amd/display/dmub/src/dmub_srv.c | 17 ++++ .../amd/display/modules/power/power_helpers.c | 43 ++++++++ .../amd/display/modules/power/power_helpers.h | 3 + 44 files changed, 518 insertions(+), 131 deletions(-) -- 2.39.2