This DC patchset brings improvements in multiple areas. In summary, we have: * Removing legacy invalid code. * Fixes in DC, DCE110. * Enhancements in DMUB. * Improvements on DCN10, DCN31. * Firmware promotion. drm/amd/display: 3.2.175 This version brings along following fixes: - Remove invalid RDPCS Programming in DAL - Make functional resource functions non-static - Reset VIC if HDMI_VIC is present - Add frame alternate 3D & restrict HW packed on dongles - Reg to turn on/off PSR Power seq in FSM - Modify plane removal sequence to avoid hangs - Pass HostVM enable flag into DCN3.1 DML - DC Validation failures - Program OPP before ODM - Refactor fixed VS w/a for PHY tests - Pass deep sleep disabled allow info to dmub fw - Refine the EDID override - [FW Promotion] Release 0.0.106.0 - Add verify_link_cap back for hdmi Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.106.0 Aric Cyr (1): drm/amd/display: 3.2.175 Charlene Liu (1): drm/amd/display: add verify_link_cap back for hdmi Chris Park (1): drm/amd/display: Reset VIC if HDMI_VIC is present Dillon Varone (2): drm/amd/display: Add frame alternate 3D & restrict HW packed on dongles drm/amd/display: Modify plane removal sequence to avoid hangs. Hansen Dsouza (1): drm/amd/display: Remove invalid RDPCS Programming in DAL Michael Strauss (1): drm/amd/display: Pass HostVM enable flag into DCN3.1 DML Nicholas Kazlauskas (1): drm/amd/display: Make functional resource functions non-static Robin Chen (1): drm/amd/display: Pass deep sleep disabled allow info to dmub fw Shah, Dharati (1): drm/amd/display: Adding a dc_debug option and dmub setting to use PHY FSM for PSR Shen, George (1): drm/amd/display: Refactor fixed VS w/a for PHY tests Wesley Chalmers (1): drm/amd/display: Program OPP before ODM jinzh (1): drm/amd/display: refine the EDID override drivers/gpu/drm/amd/display/dc/core/dc_link.c | 14 +++++- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 16 ++++-- .../gpu/drm/amd/display/dc/core/dc_resource.c | 2 + drivers/gpu/drm/amd/display/dc/dc.h | 4 +- drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c | 1 + .../display/dc/dce110/dce110_hw_sequencer.c | 49 ++++++++++--------- .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 5 +- .../gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c | 21 ++------ .../display/dc/dcn31/dcn31_dio_link_encoder.c | 9 ---- .../drm/amd/display/dc/dcn31/dcn31_resource.c | 5 +- .../drm/amd/display/dc/dcn31/dcn31_resource.h | 5 ++ .../amd/display/dc/dcn315/dcn315_resource.c | 1 + drivers/gpu/drm/amd/display/dc/dm_helpers.h | 3 ++ .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 12 +++-- 14 files changed, 83 insertions(+), 64 deletions(-) -- 2.25.1