This DC patchset brings improvements in multiple areas. In summary, we have: Alvin Lee (1): drm/amd/display: Check other planes for iflip only if GSL already enabled Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.41 Aric Cyr (2): drm/amd/display: Only wait for flip pending on immediate flips drm/amd/display: 3.2.111 Dmytro Laktyushkin (1): drm/amd/display: correct dml dsc bpc assignment Eric Bernstein (1): drm/amd/display: Move common speakersToChannels definition to hw_shared.h Isabel Zhang (2): drm/amd/display: Add fallback to prefetch mode 1 if 0 fails drm/amd/display: Prevent freesync power optimization during validation Jing Zhou (1): drm/amd/display: force use sRGB for video TF is sRGB or BT709 Krunoslav Kovac (1): drm/amd/display: Engage PSR synchronously Victor Lu (1): drm/amd/display: Explicitly disable cursor when disabling CRTC Yongqiang Sun (3): drm/amd/display: update dpp dto phase and modulo. drm/amd/display: check actual clock value. drm/amd/display: cap dpp dto phase not more than modulo. .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 14 +- .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 6 +- .../gpu/drm/amd/display/dc/clk_mgr/clk_mgr.c | 5 +- .../amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 15 +- .../dc/clk_mgr/dcn21/rn_clk_mgr_vbios_smu.c | 8 ++ drivers/gpu/drm/amd/display/dc/core/dc.c | 4 +- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 18 ++- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 4 +- drivers/gpu/drm/amd/display/dc/dc.h | 5 +- drivers/gpu/drm/amd/display/dc/dc_link.h | 5 +- drivers/gpu/drm/amd/display/dc/dc_types.h | 19 +++ drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c | 24 ++-- .../amd/display/dc/dce/dce_stream_encoder.c | 82 ----------- drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c | 111 +++++++++------ drivers/gpu/drm/amd/display/dc/dce/dmub_psr.h | 3 +- .../drm/amd/display/dc/dcn10/dcn10_resource.c | 1 + .../display/dc/dcn10/dcn10_stream_encoder.c | 82 ----------- .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 35 ++--- .../drm/amd/display/dc/dcn20/dcn20_resource.c | 23 ++-- .../drm/amd/display/dc/dcn20/dcn20_resource.h | 8 +- drivers/gpu/drm/amd/display/dc/dcn21/Makefile | 2 +- .../gpu/drm/amd/display/dc/dcn21/dcn21_dccg.c | 129 ++++++++++++++++++ .../gpu/drm/amd/display/dc/dcn21/dcn21_dccg.h | 36 +++++ .../drm/amd/display/dc/dcn21/dcn21_resource.c | 60 +++++--- .../gpu/drm/amd/display/dc/dcn30/dcn30_afmt.c | 1 + .../gpu/drm/amd/display/dc/dcn30/dcn30_afmt.h | 83 ----------- .../drm/amd/display/dc/dcn30/dcn30_resource.c | 10 +- .../drm/amd/display/dc/dcn30/dcn30_resource.h | 3 +- .../amd/display/dc/dcn301/dcn301_resource.c | 1 + .../amd/display/dc/dcn302/dcn302_resource.c | 1 + .../dc/dml/dcn21/display_mode_vba_21.c | 2 +- .../drm/amd/display/dc/dml/display_mode_vba.c | 3 +- .../gpu/drm/amd/display/dc/inc/core_types.h | 3 +- drivers/gpu/drm/amd/display/dc/inc/hw/dmcu.h | 2 +- .../gpu/drm/amd/display/dc/inc/hw/hw_shared.h | 84 ++++++++++++ .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 +- 36 files changed, 510 insertions(+), 386 deletions(-) create mode 100644 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_dccg.c create mode 100644 drivers/gpu/drm/amd/display/dc/dcn21/dcn21_dccg.h -- 2.25.1 Thanks, Bindu R _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx