This DC patchset brings improvements in multiple areas. In summary, we highlight: - DC 3.2.163 - FW promotion to 0.0.94 - Enable seamless boot for DCN301 - Improvements in bandwidth validation - Fixes in flags update, link encoder assignments, DSC, ODM combine and more Thank you, Lillian --- Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.94 Aric Cyr (1): drm/amd/display: 3.2.163 Charlene Liu (1): drm/amd/display: based on flag reset z10 function pointer Guo, Bing (1): drm/amd/display: fixed an error related to 4:2:0/4:2:2 DSC Martin Leung (1): drm/amd/display: add else to avoid double destroy clk_mgr Mikita Lipski (1): drm/amd/display: fix accidental casting enum to bool Nevenko Stupar (1): drm/amd/display: Display object info table changes Nicholas Kazlauskas (4): drm/amd/display: Fix DPIA outbox timeout after GPU reset drm/amd/display: Run full global validation in dc_commit_state drm/amd/display: Set plane update flags for all planes in reset drm/amd/display: Reset link encoder assignments for GPU reset Sung Joon Kim (1): drm/amd/display: retain/release at proper places in link_enc assignment Yi-Ling Chen (1): drm/amd/display: Fixed DSC would not PG after removing DSC stream Zhan Liu (2): drm/amd/display: enable seamless boot for DCN301 drm/amd/display: Rename dcn_validate_bandwidth to dcn10_validate_bandwidth sungwang (1): drm/amd/display: Fix ODM combine issue with fast boot .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 66 +++++++++++++------ .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 3 + .../amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 2 +- .../drm/amd/display/dc/bios/bios_parser2.c | 6 +- .../gpu/drm/amd/display/dc/calcs/dcn_calcs.c | 2 +- .../gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c | 3 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 17 +++++ drivers/gpu/drm/amd/display/dc/core/dc_link.c | 3 +- .../drm/amd/display/dc/core/dc_link_enc_cfg.c | 6 +- .../gpu/drm/amd/display/dc/core/dc_resource.c | 1 - drivers/gpu/drm/amd/display/dc/dc.h | 2 +- .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 6 +- .../drm/amd/display/dc/dcn10/dcn10_resource.c | 2 +- .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 2 +- .../amd/display/dc/dcn301/dcn301_resource.c | 2 +- .../drm/amd/display/dc/dcn31/dcn31_hwseq.c | 2 +- .../gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 5 ++ .../drm/amd/display/dc/dml/dsc/rc_calc_fpu.c | 31 --------- .../drm/amd/display/dc/dml/dsc/rc_calc_fpu.h | 4 -- drivers/gpu/drm/amd/display/dc/dsc/rc_calc.c | 28 -------- drivers/gpu/drm/amd/display/dc/dsc/rc_calc.h | 1 - .../gpu/drm/amd/display/dc/dsc/rc_calc_dpi.c | 5 +- .../gpu/drm/amd/display/dc/inc/dcn_calcs.h | 2 +- .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 11 +--- 24 files changed, 99 insertions(+), 113 deletions(-) -- 2.25.1