[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 and ChromeOS Tested-by: Daniel Wheeler <daniel.whee...@amd.com> 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-boun...@lists.freedesktop.org> On Behalf Of Rodrigo Siqueira Sent: January 23, 2022 1:20 PM To: amd-gfx@lists.freedesktop.org Cc: Wang, Chao-kai (Stylon) <stylon.w...@amd.com>; Li, Sun peng (Leo) <sunpeng...@amd.com>; Wentland, Harry <harry.wentl...@amd.com>; Zhuo, Qingqing (Lillian) <qingqing.z...@amd.com>; Siqueira, Rodrigo <rodrigo.sique...@amd.com>; Li, Roman <roman...@amd.com>; Chiu, Solomon <solomon.c...@amd.com>; Pillai, Aurabindo <aurabindo.pil...@amd.com>; Lin, Wayne <wayne....@amd.com>; Lakha, Bhawanpreet <bhawanpreet.la...@amd.com>; Gutierrez, Agustin <agustin.gutier...@amd.com>; Kotarac, Pavle <pavle.kota...@amd.com> Subject: [PATCH 00/24] DC Patches Jan 23, 2022 This DC patchset brings improvements in multiple areas. In summary, we have: - Z9 improvements - Clocks management adjustments - Code cleanup - Improve DSC and MST code Thanks Siqueira Alvin Lee (1): drm/amd/display: Driver support for MCLK query tool Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.101.0 Aric Cyr (2): drm/amd/display: 3.2.170 drm/amd/display: Remove unnecessary function definition David Galiffi (2): drm/amd/display: Fix disabling dccg clocks drm/amd/display: Disable physym clock Eric Yang (2): drm/amd/display: fix zstate allow interface to PMFW drm/amd/display: add debug option for z9 disable interface Fangzhi Zuo (3): drm/amd/display: Add Synaptics Fifo Reset Workaround drm/amd/display: Retrieve MST Downstream Port Status drm/amd/display: Add DSC Enable for Synaptics Hub Ian Chen (1): drm/amd/display: Change return type of dm_helpers_dp_mst_stop_top_mgr Josip Pavic (1): drm/amd/display: do not compare integers of different widths Martin Tsai (1): drm/amd/display: add protection in link encoder matching logic Nicholas Kazlauskas (2): drm/amd/display: Only set PSR version when valid drm/amd/display: Use PSR version selected during set_psr_caps Oliver Logush (1): drm/amd/display: Basic support with device ID Reza Amini (1): drm/amd/display: Update VSC HDR infoPacket on TF change Roy Chan (1): drm/amd/display: Support synchronized indirect reg access Shen, George (1): drm/amd/display: Add Cable ID support for native DP Sung Joon Kim (1): drm/amd/display: remove PHY repeater count check for LTTPR mode Varone (1): drm/amd/display: Change error to warning when hpd remains low for eDP Wayne Lin (1): drm/amd/display: Reset preferred training settings immediately Wenjing Liu (1): drm/amd/display: allow set dp drive setting when stream is not present .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 +- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 1 + .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 2 +- .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 205 ++++++++++++++++-- .../display/amdgpu_dm/amdgpu_dm_mst_types.c | 25 ++- .../display/amdgpu_dm/amdgpu_dm_mst_types.h | 10 + .../drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 6 +- .../amd/display/dc/clk_mgr/dcn31/dcn31_smu.c | 6 +- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 64 +++--- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 128 +++++------ .../drm/amd/display/dc/core/dc_link_enc_cfg.c | 23 +- .../drm/amd/display/dc/core/dc_link_hwss.c | 22 +- .../gpu/drm/amd/display/dc/core/dc_resource.c | 3 +- drivers/gpu/drm/amd/display/dc/dc.h | 5 +- drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 16 ++ drivers/gpu/drm/amd/display/dc/dc_helper.c | 60 +++++ drivers/gpu/drm/amd/display/dc/dc_link.h | 10 +- drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c | 4 + .../display/dc/dce110/dce110_hw_sequencer.c | 2 +- .../gpu/drm/amd/display/dc/dcn20/dcn20_dccg.h | 15 +- .../drm/amd/display/dc/dcn20/dcn20_resource.c | 2 +- .../drm/amd/display/dc/dcn30/dcn30_hwseq.c | 5 - .../drm/amd/display/dc/dcn30/dcn30_hwseq.h | 3 - .../gpu/drm/amd/display/dc/dcn30/dcn30_init.c | 2 +- .../gpu/drm/amd/display/dc/dcn31/dcn31_dccg.c | 106 ++++++--- .../gpu/drm/amd/display/dc/dcn31/dcn31_dccg.h | 6 + .../drm/amd/display/dc/dcn31/dcn31_resource.c | 1 + drivers/gpu/drm/amd/display/dc/dm_helpers.h | 2 +- .../drm/amd/display/dc/dml/display_mode_vba.c | 24 ++ .../drm/amd/display/dc/dml/display_mode_vba.h | 1 + .../gpu/drm/amd/display/dc/inc/dc_link_dp.h | 4 +- .../gpu/drm/amd/display/dc/inc/link_enc_cfg.h | 3 + .../gpu/drm/amd/display/dc/inc/reg_helper.h | 34 +++ .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 9 +- .../gpu/drm/amd/display/include/dal_asic_id.h | 2 + .../amd/display/include/ddc_service_types.h | 3 + .../amd/display/modules/inc/mod_info_packet.h | 3 +- .../display/modules/info_packet/info_packet.c | 25 ++- 38 files changed, 641 insertions(+), 205 deletions(-) -- 2.25.1