DC v3.2.326 Summary: * DML 2.1 resync * Vblank disable fixes * Visual confirm debug improvements * Add command for reading ABM histogram * Bug fixes & improvements
______________ Aric Cyr (2): drm/amd/display: Create a temporary scratch dc_link drm/amd/display: DC v3.2.326 Ausef Yousof (1): drm/amd/display: Enable pipe update pending wait Austin Zheng (1): drm/amd/display: DML21 Reintegration Brendan Tam (1): drm/amd/display: prevent hang on link training fail Charlene Liu (2): drm/amd/display: fix zero value for APU watermark_c Revert "drm/amd/display: dml2 soc dscclk use DPM table clk setting" Chun-Liang Chang (1): drm/amd/display: Add Read Histogram command header Cruise (1): drm/amd/display: Remove BW Allocation from DPIA notification JinZe.Xu (1): drm/amd/display: Use sync version of indirect register access. Leo Li (2): drm/amd/display: Increase vblank offdelay for PSR panels drm/amd/display: Actually do immediate vblank disable Leo Zeng (2): drm/amd/display: Add override for visual confirm drm/amd/display: Get visual confirm color for stream Paul Hsieh (1): drm/amd/display: Skip to enable dsc if it has been off Yi-Ling Chen (1): drm/amd/display: Apply the adjusted DP ref clock for DP devices .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 43 +- .../display/dc/clk_mgr/dcn315/dcn315_smu.c | 29 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 51 + drivers/gpu/drm/amd/display/dc/dc.h | 337 +- .../drm/amd/display/dc/dce/dce_clock_source.c | 9 +- drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c | 2 + drivers/gpu/drm/amd/display/dc/dml2/Makefile | 3 - .../amd/display/dc/dml2/dml21/inc/dml_top.h | 1 + .../dml2/dml21/inc/dml_top_dchub_registers.h | 2 + .../dml21/inc/dml_top_display_cfg_types.h | 3 +- .../dml2/dml21/src/dml2_core/dml2_core_dcn4.c | 10 +- .../src/dml2_core/dml2_core_dcn4_calcs.c | 3083 ++++++++--------- .../src/dml2_core/dml2_core_shared_types.h | 2 + .../dml21/src/dml2_core/dml2_core_utils.c | 134 +- .../dml2/dml21/src/dml2_dpmm/dml2_dpmm_dcn4.c | 4 + .../dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c | 8 +- .../dml2/dml21/src/dml2_top/dml2_top_soc15.c | 2 +- .../dc/dml2/dml21/src/inc/dml2_debug.c | 31 - .../dc/dml2/dml21/src/inc/dml2_debug.h | 77 +- .../display/dc/dml2/dml2_translation_helper.c | 2 +- .../drm/amd/display/dc/dml2/dml2_wrapper.c | 5 +- .../amd/display/dc/hwss/dce110/dce110_hwseq.c | 5 - .../amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 1 - .../amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 14 +- .../amd/display/dc/hwss/dcn314/dcn314_hwseq.c | 14 + .../amd/display/dc/hwss/dcn35/dcn35_init.c | 1 + .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 7 +- .../gpu/drm/amd/display/dc/inc/core_types.h | 2 +- .../gpu/drm/amd/display/dc/inc/reg_helper.h | 4 + .../link/protocols/link_edp_panel_control.c | 8 +- .../amd/display/dc/optc/dcn35/dcn35_optc.c | 3 + drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 4 - .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 59 + .../drm/amd/display/dmub/src/dmub_srv_stat.c | 17 - 34 files changed, 2021 insertions(+), 1956 deletions(-) delete mode 100644 drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/dml2_debug.c -- 2.49.0
