[AMD Official Use Only] Hi all, This week this patchset was tested on the following systems: Lenovo Thinkpad T14s Gen2 with AMD Ryzen 5 5650U, with the following display types: eDP 1080p 60hz, 4k 60hz (via USB-C to DP/HDMI), 1440p 144hz (via USB-C to DP/HDMI), 1680*1050 60hz (via USB-C to DP and then DP to DVI/VGA) Sapphire Pulse RX5700XT with the following display types: 4k 60hz (via DP/HDMI), 1440p 144hz (via DP/HDMI), 1680*1050 60hz (via DP to DVI/VGA) Reference AMD RX6800 with the following display types: 4k 60hz (via DP/HDMI and USB-C to DP/HDMI), 1440p 144hz (via USB-C to DP/HDMI and USB-C to DP/HDMI), 1680*1050 60hz (via DP to DVI/VGA) Included testing using a Startech DP 1.4 MST hub at 2x 4k 60hz, and 3x 1080p 60hz on all systems. Also tested DSC via USB-C to DP DSC Hub with 3x 4k 60hz on Ryzen 9 5900h and Ryzen 5 4500u. Tested on Ubuntu 20.04.3 with Kernel Version 5.13 Tested-by: Daniel Wheeler <daniel.wheeler@xxxxxxx> Thank you, Dan Wheeler Technologist | AMD SW Display ------------------------------------------------------------------------------------------------------------------ 1 Commerce Valley Dr E, Thornhill, ON L3T 7X6 Facebook | Twitter | amd.com -----Original Message----- From: amd-gfx <amd-gfx-bounces@xxxxxxxxxxxxxxxxxxxxx> On Behalf Of Qingqing Zhuo Sent: November 19, 2021 2:43 PM To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx Cc: Wang, Chao-kai (Stylon) <Stylon.Wang@xxxxxxx>; Chiu, Solomon <Solomon.Chiu@xxxxxxx>; Li, Sun peng (Leo) <Sunpeng.Li@xxxxxxx>; Wentland, Harry <Harry.Wentland@xxxxxxx>; Zhuo, Qingqing (Lillian) <Qingqing.Zhuo@xxxxxxx>; Siqueira, Rodrigo <Rodrigo.Siqueira@xxxxxxx>; Li, Roman <Roman.Li@xxxxxxx>; Jacob, Anson <Anson.Jacob@xxxxxxx>; Pillai, Aurabindo <Aurabindo.Pillai@xxxxxxx>; Lin, Wayne <Wayne.Lin@xxxxxxx>; Lipski, Mikita <Mikita.Lipski@xxxxxxx>; Lakha, Bhawanpreet <Bhawanpreet.Lakha@xxxxxxx>; Gutierrez, Agustin <Agustin.Gutierrez@xxxxxxx>; Kotarac, Pavle <Pavle.Kotarac@xxxxxxx> Subject: [PATCH 00/16] DC Patches November 22nd, 2021 This DC patchset brings improvements in multiple areas. In summary, we highlight: - DC 3.2.163 - FW promotion to 0.0.94 - Enable seamless boot for DCN301 - Improvements in bandwidth validation - Fixes in flags update, link encoder assignments, DSC, ODM combine and more Thank you, Lillian --- Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.94 Aric Cyr (1): drm/amd/display: 3.2.163 Charlene Liu (1): drm/amd/display: based on flag reset z10 function pointer Guo, Bing (1): drm/amd/display: fixed an error related to 4:2:0/4:2:2 DSC Martin Leung (1): drm/amd/display: add else to avoid double destroy clk_mgr Mikita Lipski (1): drm/amd/display: fix accidental casting enum to bool Nevenko Stupar (1): drm/amd/display: Display object info table changes Nicholas Kazlauskas (4): drm/amd/display: Fix DPIA outbox timeout after GPU reset drm/amd/display: Run full global validation in dc_commit_state drm/amd/display: Set plane update flags for all planes in reset drm/amd/display: Reset link encoder assignments for GPU reset Sung Joon Kim (1): drm/amd/display: retain/release at proper places in link_enc assignment Yi-Ling Chen (1): drm/amd/display: Fixed DSC would not PG after removing DSC stream Zhan Liu (2): drm/amd/display: enable seamless boot for DCN301 drm/amd/display: Rename dcn_validate_bandwidth to dcn10_validate_bandwidth sungwang (1): drm/amd/display: Fix ODM combine issue with fast boot .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 66 +++++++++++++------ .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 3 + .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +- .../drm/amd/display/dc/bios/bios_parser2.c | 6 +- .../gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 2 +- .../gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c | 3 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 17 +++++ drivers/gpu/drm/amd/display/dc/core/dc_link.c | 3 +- .../drm/amd/display/dc/core/dc_link_enc_cfg.c | 6 +- .../gpu/drm/amd/display/dc/core/dc_resource.c | 1 - drivers/gpu/drm/amd/display/dc/dc.h | 2 +- .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 6 +- .../drm/amd/display/dc/dcn10/dcn10_resource.c | 2 +- .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 2 +- .../amd/display/dc/dcn301/dcn301_resource.c | 2 +- .../drm/amd/display/dc/dcn31/dcn31_hwseq.c | 2 +- .../gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 5 ++ .../drm/amd/display/dc/dml/dsc/rc_calc_fpu.c | 31 --------- .../drm/amd/display/dc/dml/dsc/rc_calc_fpu.h | 4 -- drivers/gpu/drm/amd/display/dc/dsc/rc_calc.c | 28 -------- drivers/gpu/drm/amd/display/dc/dsc/rc_calc.h | 1 - .../gpu/drm/amd/display/dc/dsc/rc_calc_dpi.c | 5 +- .../gpu/drm/amd/display/dc/inc/dcn_calcs.h | 2 +- .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 11 +--- 24 files changed, 99 insertions(+), 113 deletions(-) -- 2.25.1