This DC patchset brings improvements in multiple areas. In summary, we have: * Fixes on DCN3, DSC, eDP, and pow() * Firmware version updates * Updates on ABM * Improvements on MST Anthony Koo (3): drm/amd/display: [FW Promotion] Release 0.0.28 drm/amd/display: 3.2.98 drm/amd/display: [FW Promotion] Release 0.0.29 Chris Park (3): drm/amd/display: Call DMUB for eDP power control drm/amd/display: Assign correct left shift drm/amd/display: Reset scrambling on Test Pattern Dmytro Laktyushkin (1): drm/amd/display: fix dcn3 wide timing dsc validation Eryk Brol (1): drm/amd/display: Fix DSC force enable on SST Jaehyun Chung (1): drm/amd/display: Mask DPCD field to avoid reading unsupported field value Krunoslav Kovac (1): drm/amd/display: fix pow() crashing when given base 0 Lewis Huang (1): drm/amd/display: Add extra T3 delay Paul Hsieh (1): drm/amd/display: Fix DFPstate hang due to view port changed Qingqing Zhuo (1): drm/amd/display: Screen corruption on dual displays (DP+USB-C) Wenjing Liu (1): drm/amd/display: create a function to decide mst link settings Yongqiang Sun (2): drm/amd/display: Change ABM config init interface drm/amd/display: Add read backlight interface hersen wu (1): drm/amd/display: PSR eDP p-state warning occurs intermittently after unplug DP .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 32 ++++++++++++++---- .../drm/amd/display/dc/bios/bios_parser2.c | 16 ++++++++- .../drm/amd/display/dc/bios/command_table2.c | 28 ++++++++++++++++ .../drm/amd/display/dc/bios/command_table2.h | 3 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 26 ++++++++++++++- .../gpu/drm/amd/display/dc/core/dc_link_dp.c | 14 +++++--- .../gpu/drm/amd/display/dc/core/dc_stream.c | 1 + drivers/gpu/drm/amd/display/dc/dc.h | 5 ++- .../gpu/drm/amd/display/dc/dc_bios_types.h | 4 +++ drivers/gpu/drm/amd/display/dc/dc_dsc.h | 3 ++ drivers/gpu/drm/amd/display/dc/dc_types.h | 1 + drivers/gpu/drm/amd/display/dc/dce/dce_abm.h | 12 ++++++- .../drm/amd/display/dc/dce/dce_panel_cntl.c | 6 ++-- .../display/dc/dce110/dce110_hw_sequencer.c | 33 +++++++++++++++++++ .../drm/amd/display/dc/dcn20/dcn20_hwseq.c | 4 +-- .../amd/display/dc/dcn20/dcn20_link_encoder.h | 4 ++- .../drm/amd/display/dc/dcn20/dcn20_resource.c | 3 ++ .../drm/amd/display/dc/dcn21/dcn21_resource.c | 3 ++ .../display/dc/dcn30/dcn30_dio_link_encoder.h | 5 ++- .../drm/amd/display/dc/dcn30/dcn30_resource.c | 3 +- .../dc/dml/dcn30/display_mode_vba_30.c | 4 +++ drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 20 +++++++++-- .../drm/amd/display/dc/inc/hw/panel_cntl.h | 1 + .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 5 +-- .../amd/display/include/bios_parser_types.h | 7 ++++ .../gpu/drm/amd/display/include/fixed31_32.h | 3 ++ .../amd/display/modules/power/power_helpers.c | 19 ++++++++--- .../amd/display/modules/power/power_helpers.h | 4 ++- 28 files changed, 236 insertions(+), 33 deletions(-) -- 2.28.0 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx