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