This DC patchset brings improvements in multiple areas. In summary, we have:
* Fix GFP_ATOMIC abuse * Fix several checkpatch issues * Set DCN32 to use update planes and stream version 3 * Write segment pointer with mot enabled for MST * Control BW allocation in FW side * Change clean dsc blocks condition in accelerated mode * Check disable_fec flag before enabling FEC Cc: Daniel Wheeler <[email protected]> Aurabindo Pillai (1): drm/amd/display: Fix GFP_ATOMIC abuse Cruise Hung (1): drm/amd/display: Control BW allocation in FW side Ilya Bakoulin (1): drm/amd/display: Fix misc. checkpatch issues Lewis Huang (1): drm/amd/display: Change clean dsc blocks condition in accelerated mode Meenakshikumar Somasundaram (2): drm/amd/display: Check disable_fec flag before enabling fec. drm/amd/display: write segment pointer with mot enabled for mst Nicholas Carbones (1): drm/amd/display: Set DCN32 to use update planes and stream version 3 Taimur Hassan (1): drm/amd/display: Promote DC to 3.2.355 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 3 +- .../drm/amd/display/dc/core/dc_hw_sequencer.c | 57 +++---- drivers/gpu/drm/amd/display/dc/dc.h | 5 +- .../amd/display/dc/dccg/dcn20/dcn20_dccg.c | 2 +- drivers/gpu/drm/amd/display/dc/dce/dce_abm.c | 2 +- drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c | 6 +- .../amd/display/dc/hwss/dce110/dce110_hwseq.c | 11 +- .../amd/display/dc/hwss/dcn401/dcn401_hwseq.c | 160 ++++++++---------- .../drm/amd/display/dc/link/link_factory.c | 3 - .../dc/link/protocols/link_dp_capability.c | 10 +- .../dc/link/protocols/link_dp_dpia_bw.c | 5 - .../dc/resource/dcn20/dcn20_resource.c | 28 ++- .../dc/resource/dcn201/dcn201_resource.c | 30 ++-- drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 1 + .../gpu/drm/amd/display/dmub/src/dmub_dcn31.c | 1 + .../gpu/drm/amd/display/dmub/src/dmub_dcn35.c | 1 + 17 files changed, 144 insertions(+), 183 deletions(-) -- 2.43.0
