This DC patchset brings improvements in multiple areas. In summary, we highlight: * Enhancement for multiple eDP BL control. * Add debug flag to enable eDP ILR by default and debugfs to repress HPD/HPR_RX IRQ. * Connect clock optimization,Set LTTPR mode to non-LTTPR, Fix DML validation of simple vs native. * Fixes for DSC enable sequence,Force vsync flip,hang when psr is enabled etc. * Firmware releases: 0.0.60 0.0.61 Anthony Koo (2): drm/amd/display: [FW Promotion] Release 0.0.60 drm/amd/display: [FW Promotion] Release 0.0.61 Anthony Wang (1): drm/amd/display: Force vsync flip when reconfiguring MPCC Aric Cyr (1): drm/amd/display: 3.2.131 Harry Wentland (1): drm/amd/display: Add debugfs to repress HPD and HPR_RX IRQs Jake Wang (1): drm/amd/display: Added support for multiple eDP BL control Lewis Huang (1): drm/amd/display: wait vblank when stream enabled and update dpp clock Michael Strauss (3): drm/amd/display: Add debug flag to enable eDP ILR by default drm/amd/display: Disable boot optimizations if ILR optimzation is required drm/amd/display: Remove static property from decide_edp_link_settings Mike Hsieh (1): drm/amd/display: Fix DSC enable sequence Mikita Lipski (2): drm/amd/display: Remove unused flag from stream state drm/amd/display: Connect clock optimization function to dcn301 Nicholas Kazlauskas (1): drm/amd/display: Fix DML validation of simple vs native 422 modes Roman Li (1): drm/amd/display: Fix hangs with psr enabled on dcn3.xx Wesley Chalmers (1): drm/amd/display: Set LTTPR mode to non-LTTPR if no repeaters found .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 9 +++- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 3 +- .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 35 +++++++++++++ .../amd/display/dc/clk_mgr/dcn21/rn_clk_mgr.c | 10 +++- drivers/gpu/drm/amd/display/dc/core/dc.c | 22 +++++++++ drivers/gpu/drm/amd/display/dc/core/dc_link.c | 15 +++--- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 49 ++++++++++++++++++- .../drm/amd/display/dc/core/dc_link_hwss.c | 4 +- drivers/gpu/drm/amd/display/dc/dc.h | 9 +++- drivers/gpu/drm/amd/display/dc/dc_stream.h | 1 - drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c | 2 + .../display/dc/dce110/dce110_hw_sequencer.c | 6 ++- .../drm/amd/display/dc/dcn20/dcn20_resource.c | 7 +-- .../drm/amd/display/dc/dcn21/dcn21_hwseq.c | 2 + .../drm/amd/display/dc/dcn301/dcn301_init.c | 2 + .../gpu/drm/amd/display/dc/inc/dc_link_dp.h | 8 +++ .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 31 +++++++++++- 17 files changed, 191 insertions(+), 24 deletions(-) -- 2.25.1 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx