This DC patchset brings improvements in multiple areas. In summary, we highlight: * Have optc3 function accessible to newer DCN * Add CM boot option for USB4 tunneling * Fix system hang issue when game resolution is changed * Remove outdated register for dcn3+ * Add new DSC interface to disconnect from pipe * Clean up pixel format types in enum surface_pixel_format --- Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.115.0 Aric Cyr (2): drm/amd/display: Clean up pixel format types drm/amd/display: 3.2.184 Eric Bernstein (1): drm/amd/display: Add new DSC interface to disconnect from pipe Evgenii Krasnikov (1): Revert "drm/amd/display: Reset cached PSR parameters after hibernate" Jimmy Kizito (1): drm/amd/display: Add Connection Manager boot option. Lee, Alvin (1): drm/amd/display: Make OPTC3 function accessible to other DCN Tse, Kaitlyn (1): drm/amd/display: Remove outdated register for dcn3+ drivers/gpu/drm/amd/display/dc/core/dc_link.c | 7 +--- drivers/gpu/drm/amd/display/dc/dc.h | 2 +- drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 3 +- .../gpu/drm/amd/display/dc/dcn20/dcn20_dsc.c | 11 ++++++ .../gpu/drm/amd/display/dc/dcn30/dcn30_mpc.h | 5 --- .../gpu/drm/amd/display/dc/dcn30/dcn30_optc.h | 2 +- drivers/gpu/drm/amd/display/dc/inc/hw/dsc.h | 1 + drivers/gpu/drm/amd/display/dmub/dmub_srv.h | 1 + .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 36 ++++++++++++++++++- .../gpu/drm/amd/display/dmub/src/dmub_dcn31.c | 1 + 10 files changed, 54 insertions(+), 15 deletions(-) -- 2.36.0