[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 - f53eb9bfc5d7 BACKPORT: ASoC: SOF: fix compilation issue with readb/writeb helper) 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: Alan Liu <HaoPing.Liu@xxxxxxx> Sent: April 26, 2023 12:27 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>; Liu, HaoPing (Alan) <HaoPing.Liu@xxxxxxx>; Wheeler, Daniel <Daniel.Wheeler@xxxxxxx> Subject: [PATCH 0/8] DC Patches April 26, 2023 This DC patchset brings improvements in multiple areas. In summary, we highlight: - FW Release 0.0.165.0 - Add w/a to disable DP dual mode on certain ports - Revert "Update scaler recout data for visual confirm" - Filter out invalid bits in pipe_fuses - Adding debug option to override Z8 watermark values - Change default Z8 watermark values - Workaround wrong HDR colorimetry with some receivers Cc: Daniel Wheeler <daniel.wheeler@xxxxxxx> Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.165.0 Aric Cyr (1): drm/amd/display: 3.2.234 George Shen (1): drm/amd/display: Add w/a to disable DP dual mode on certain ports Ilya Bakoulin (1): drm/amd/display: Workaround wrong HDR colorimetry with some receivers Leo Chen (2): drm/amd/display: Change default Z8 watermark values drm/amd/display: Adding debug option to override Z8 watermark values Leo Ma (1): drm/amd/display: revert "Update scaler recout data for visual confirm" Samson Tam (1): drm/amd/display: filter out invalid bits in pipe_fuses drivers/gpu/drm/amd/display/dc/core/dc.c | 7 +++++++ .../gpu/drm/amd/display/dc/core/dc_resource.c | 17 ----------------- drivers/gpu/drm/amd/display/dc/dc.h | 8 +++++++- .../drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c | 18 +++++++++++++++++- .../drm/amd/display/dc/dcn32/dcn32_resource.c | 11 ++++++++++- .../amd/display/dc/dcn321/dcn321_resource.c | 10 +++++++++- .../drm/amd/display/dc/dml/dcn20/dcn20_fpu.c | 11 +++++++++++ .../drm/amd/display/dc/dml/dcn314/dcn314_fpu.c | 4 ++-- .../drm/amd/display/dc/link/link_detection.c | 4 ++++ .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 10 +++++++++- 10 files changed, 76 insertions(+), 24 deletions(-) -- 2.34.1