DC 3.2.302 contains some improvements as summarized below: * Stability fixes in DML, SPL, * Improvements for MST, DSC, eDP, IPS, HDR * Fix clock gating on DCN35 * Fixes from static analysis checks * Other bug fixes and debug improvements ___ Alex Hung (1): drm/amd/display: Add HDR workaround for specific eDP Alvin Lee (1): drm/amd/display: Wait for all pending cleared before full update Aric Cyr (1): drm/amd/display: 3.2.302 Austin Zheng (3): drm/amd/display: Set Pipe Unlock Order Outside of HWSEQ drm/amd/display: Update Interface to Check UCLK DPM drm/amd/display: Wait For DET Update Should Use Current State Charlene Liu (2): drm/amd/display: avoid set dispclk to 0 drm/amd/display: correct register Clock Gater incorrectly disabled Fangzhi Zuo (2): drm/amd/display: Restore Optimized pbn Value if Failed to Disable DSC drm/amd/display: Fix incorrect DSC recompute trigger Ilya Bakoulin (1): drm/amd/display: Fix cursor visual confirm update Joshua Aberback (1): drm/amd/display: Clip rect size changes should be full updates Kaitlyn Tse (1): drm/amd/display: Implement new backlight_level_params structure Leo Li (1): drm/amd/display: Enable idle workqueue for more IPS modes Michael Strauss (1): drm/amd/display: Block UHBR Based On USB-C PD Cable ID Samson Tam (2): drm/amd/display: disable adaptive scaler and sharpener when integer scaling is enabled drm/amd/display: fix static analysis warnings Shunlu Zhang (1): drm/amd/display: Change dc_surface_update cm2_params to const Sung Lee (1): drm/amd/display: Clean up triple buffer enablement code Yihan Zhu (1): drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35 Zhongwei (1): drm/amd/display: Monitor patch to call blank_stream() before otg off .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 14 +- .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 4 + .../display/amdgpu_dm/amdgpu_dm_mst_types.c | 19 ++- drivers/gpu/drm/amd/display/dc/core/dc.c | 121 ++++++++++++------ .../drm/amd/display/dc/core/dc_hw_sequencer.c | 26 +++- .../gpu/drm/amd/display/dc/core/dc_stream.c | 11 +- drivers/gpu/drm/amd/display/dc/dc.h | 7 +- .../gpu/drm/amd/display/dc/dc_spl_translate.c | 1 + drivers/gpu/drm/amd/display/dc/dc_types.h | 2 + .../dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c | 1 + .../gpu/drm/amd/display/dc/dml2/dml2_policy.c | 1 - .../drm/amd/display/dc/dpp/dcn35/dcn35_dpp.c | 10 +- .../amd/display/dc/hwss/dce110/dce110_hwseq.c | 5 +- .../amd/display/dc/hwss/dce110/dce110_hwseq.h | 3 +- .../amd/display/dc/hwss/dcn20/dcn20_hwseq.c | 6 +- .../amd/display/dc/hwss/dcn21/dcn21_hwseq.c | 11 +- .../amd/display/dc/hwss/dcn21/dcn21_hwseq.h | 3 +- .../amd/display/dc/hwss/dcn30/dcn30_hwseq.c | 27 ++++ .../amd/display/dc/hwss/dcn30/dcn30_hwseq.h | 2 + .../amd/display/dc/hwss/dcn30/dcn30_init.c | 3 +- .../amd/display/dc/hwss/dcn301/dcn301_init.c | 1 + .../amd/display/dc/hwss/dcn31/dcn31_hwseq.c | 5 + .../amd/display/dc/hwss/dcn32/dcn32_init.c | 1 + .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 41 +++--- .../amd/display/dc/hwss/dcn401/dcn401_hwseq.h | 2 +- .../amd/display/dc/hwss/dcn401/dcn401_init.c | 1 + .../drm/amd/display/dc/hwss/hw_sequencer.h | 13 +- .../gpu/drm/amd/display/dc/inc/core_types.h | 4 + .../amd/display/dc/inc/hw/timing_generator.h | 4 +- .../dc/link/protocols/link_dp_capability.c | 22 +++- .../link/protocols/link_edp_panel_control.c | 7 +- .../amd/display/dc/optc/dcn10/dcn10_optc.h | 9 ++ .../amd/display/dc/optc/dcn20/dcn20_optc.h | 7 +- .../amd/display/dc/optc/dcn30/dcn30_optc.c | 45 +++++++ .../amd/display/dc/optc/dcn30/dcn30_optc.h | 13 +- .../amd/display/dc/optc/dcn301/dcn301_optc.c | 3 + .../amd/display/dc/optc/dcn31/dcn31_optc.h | 9 +- .../amd/display/dc/optc/dcn314/dcn314_optc.h | 9 +- .../amd/display/dc/optc/dcn32/dcn32_optc.c | 16 +-- .../amd/display/dc/optc/dcn32/dcn32_optc.h | 7 +- .../amd/display/dc/optc/dcn35/dcn35_optc.h | 6 +- .../amd/display/dc/optc/dcn401/dcn401_optc.c | 4 +- .../amd/display/dc/optc/dcn401/dcn401_optc.h | 6 +- .../dc/resource/dcn315/dcn315_resource.c | 6 + .../dc/resource/dcn32/dcn32_resource.h | 3 +- .../dc/resource/dcn351/dcn351_resource.c | 1 + .../dc/resource/dcn401/dcn401_resource.c | 18 +++ .../dc/resource/dcn401/dcn401_resource.h | 5 +- drivers/gpu/drm/amd/display/dc/spl/dc_spl.c | 12 ++ .../gpu/drm/amd/display/dc/spl/dc_spl_types.h | 4 +- .../gpu/drm/amd/display/dc/spl/spl_debug.h | 33 +++-- .../drm/amd/display/dc/spl/spl_fixpt31_32.c | 32 ++--- .../drm/amd/display/dc/spl/spl_fixpt31_32.h | 17 +-- .../gpu/drm/amd/display/dc/spl/spl_os_types.h | 3 +- 54 files changed, 456 insertions(+), 190 deletions(-) -- 2.46.0