Cc: Daniel Wheeler <daniel.wheeler@xxxxxxx> Alex Hung (1): drm/amd/display: Return max resolution supported by DWB Allen Pan (1): drm/amd/display: expand the non standard link rate for testing Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.212.0 Aric Cyr (1): drm/amd/display: 3.2.280 Charlene Liu (1): drm/amd/display: add dwb support to dml2 Dillon Varone (2): drm/amd/display: Add driver support for future FAMS versions drm/amd/display: Do not recursively call manual trigger programming Fudongwang (1): drm/amd/display: fix disable otg wa logic in DCN316 George Shen (1): drm/amd/display: Rebuild test pattern params for DP_TEST_PATTERN_VIDEO_MODE Harry Wentland (2): drm/amd/display: Program VSC SDP colorimetry for all DP sinks >= 1.4 drm/amd/display: Set VSC SDP Colorimetry same way for MST and SST Lewis Huang (1): drm/amd/display: Add option to configure mapping policy for edp0 on dp1 Parandhaman K (1): drm/amd/display: refactor vpg.h Qili Lu (1): Revert "drm/amd/display: Enabling urgent latency adjustment for DCN35" Rodrigo Siqueira (11): drm/amd/display: Add V_TOTAL_REGS to dcn10 drm/amd/display: Add comments to improve the code readability drm/amd/display: Adjust some includes used by display drm/amd/display: Drop legacy code drm/amd/display: Update resource capabilities and debug struct for DCN201 drm/amd/display: Disable P010 Support of DCN 1.0 drm/amd/display: Update DCN10 resource drm/amd/display: Add fallback configuration when set DRR drm/amd/display: Add fallback configuration for set DRR in DCN10 drm/amd/display: Change DPCD address range drm/amd/display: Reorganize dwb header Wenjing Liu (2): drm/amd/display: always reset ODM mode in context when adding first plane drm/amd/display: fix an incorrect ODM policy assigned for subvp Zhongwei (1): drm/amd/display: Adjust dprefclk by down spread percentage. .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 15 ++--- .../drm/amd/display/amdgpu_dm/amdgpu_dm_wb.c | 6 +- .../gpu/drm/amd/display/dc/bios/bios_parser.c | 2 - .../display/dc/clk_mgr/dcn10/rv1_clk_mgr.c | 1 - .../dc/clk_mgr/dcn10/rv1_clk_mgr_vbios_smu.c | 1 - .../dc/clk_mgr/dcn30/dcn30_clk_mgr_smu_msg.c | 1 - .../amd/display/dc/clk_mgr/dcn31/dcn31_smu.c | 1 - .../display/dc/clk_mgr/dcn315/dcn315_smu.c | 2 +- .../dc/clk_mgr/dcn316/dcn316_clk_mgr.c | 19 ++++-- .../display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 50 ++++++++++++++ drivers/gpu/drm/amd/display/dc/core/dc.c | 5 +- .../drm/amd/display/dc/core/dc_hw_sequencer.c | 3 +- .../gpu/drm/amd/display/dc/core/dc_resource.c | 4 +- .../gpu/drm/amd/display/dc/core/dc_state.c | 10 +++ .../gpu/drm/amd/display/dc/core/dc_surface.c | 20 ++++++ drivers/gpu/drm/amd/display/dc/dc.h | 6 +- drivers/gpu/drm/amd/display/dc/dc_dmub_srv.c | 2 + drivers/gpu/drm/amd/display/dc/dc_dmub_srv.h | 1 + drivers/gpu/drm/amd/display/dc/dc_dp_types.h | 5 ++ .../gpu/drm/amd/display/dc/dc_plane_priv.h | 1 + .../drm/amd/display/dc/dce/dce_clock_source.c | 8 +-- .../gpu/drm/amd/display/dc/dcn30/dcn30_vpg.h | 23 +------ .../amd/display/dc/dcn31/dcn31_panel_cntl.c | 9 ++- .../gpu/drm/amd/display/dc/dcn31/dcn31_vpg.h | 1 + .../drm/amd/display/dc/dml/dcn32/dcn32_fpu.c | 2 +- .../drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 4 +- .../amd/display/dc/dml2/display_mode_core.c | 1 + .../amd/display/dc/dml2/display_mode_core.h | 1 + .../dc/dml2/display_mode_lib_defines.h | 2 + .../display/dc/dml2/dml2_translation_helper.c | 45 ++++++++++++- .../gpu/drm/amd/display/dc/dml2/dml2_utils.c | 65 +++++++++++++++++++ .../gpu/drm/amd/display/dc/dml2/dml2_utils.h | 5 ++ .../drm/amd/display/dc/dml2/dml2_wrapper.c | 1 + .../amd/display/dc/hwss/dcn32/dcn32_hwseq.c | 2 +- .../drm/amd/display/dc/hwss/hw_sequencer.h | 3 +- .../gpu/drm/amd/display/dc/inc/core_types.h | 2 + drivers/gpu/drm/amd/display/dc/inc/hw/dwb.h | 30 +++++---- .../amd/display/dc/inc/hw/stream_encoder.h | 4 -- drivers/gpu/drm/amd/display/dc/inc/hw/vpg.h | 53 +++++++++++++++ drivers/gpu/drm/amd/display/dc/inc/resource.h | 7 -- .../dc/link/accessories/link_dp_trace.c | 1 - .../gpu/drm/amd/display/dc/link/link_dpms.c | 3 +- .../amd/display/dc/link/protocols/link_dpcd.c | 2 +- .../amd/display/dc/optc/dcn10/dcn10_optc.c | 15 ++++- .../amd/display/dc/optc/dcn10/dcn10_optc.h | 3 + .../amd/display/dc/optc/dcn20/dcn20_optc.c | 10 --- .../amd/display/dc/optc/dcn32/dcn32_optc.c | 14 ++-- .../dc/resource/dce80/dce80_resource.c | 1 - .../dc/resource/dcn10/dcn10_resource.c | 4 +- .../dc/resource/dcn201/dcn201_resource.c | 6 +- .../dc/resource/dcn21/dcn21_resource.c | 33 +--------- .../dc/resource/dcn32/dcn32_resource.c | 28 ++++---- .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 1 + 53 files changed, 387 insertions(+), 157 deletions(-) create mode 100644 drivers/gpu/drm/amd/display/dc/inc/hw/vpg.h -- 2.44.0