This DC patchset brings improvements in multiple areas. In summary, we highlight: * Firmware release 0.0.53. * Addition of interrupts for DCN2.1 * Refractor debugfs entries for connectors. * Enable display audio when seamless booting with an external monitor over DP. * Fixes for System hang after multiple hotplug, timing synchronization for displays, disable seamless boot for DP. Anthony Koo (1): drm/amd/display: [FW Promotion] Release 0.0.53 Anthony Wang (2): drm/amd/display: disable seamless boot for DP MST drm/amd/display: enable audio on DP seamless boot Aric Cyr (3): drm/amd/display: Don't optimize bandwidth before disabling planes drm/amd/display: reduce scope for local var drm/amd/display: 3.2.124 This version brings along following fixes: - Fix system hang after multiple hotplug. - Don't optimize bandwidth before disabling planes. - Report timing synchronizable when DP streams time frame difference is less than 0.05 percent. - move trace buffer to uncached memory. - enable audio on DP seamless boot. - Disable seamless boot for DP MST. Eric Bernstein (1): drm/amd/display: Remove Assert from dcn10_get_dig_frontend Eryk Brol (1): drm/amd/display: Check for DSC support instead of ASIC revision Qingqing Zhuo (1): drm/amd/display: Fix system hang after multiple hotplugs Rodrigo Siqueira (1): drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1 Stylon Wang (1): drm/amd/display: Refactor debugfs entries for all connectors Vladimir Stempen (1): drm/amd/display: Synchronize displays with different timings Yongqiang Sun (1): drm/amd/display: move trace buffer to uncached memory. .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 82 +++++-- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 27 +++ .../amd/display/amdgpu_dm/amdgpu_dm_debugfs.c | 22 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 39 ++- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 10 + .../gpu/drm/amd/display/dc/core/dc_resource.c | 43 ++++ drivers/gpu/drm/amd/display/dc/dc.h | 5 +- drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 1 + drivers/gpu/drm/amd/display/dc/dc_stream.h | 3 + .../drm/amd/display/dc/dce/dce_clock_source.c | 52 +++- .../amd/display/dc/dcn10/dcn10_hw_sequencer.c | 225 ++++++++++++++++++ .../amd/display/dc/dcn10/dcn10_hw_sequencer.h | 5 + .../amd/display/dc/dcn10/dcn10_link_encoder.c | 1 - .../gpu/drm/amd/display/dc/dcn10/dcn10_optc.h | 2 + .../display/dc/dcn10/dcn10_stream_encoder.c | 1 - .../gpu/drm/amd/display/dc/dcn20/dcn20_init.c | 1 + .../gpu/drm/amd/display/dc/dcn20/dcn20_optc.c | 123 ++++++++++ .../drm/amd/display/dc/dcn20/dcn20_resource.c | 8 +- .../dc/dcn30/dcn30_dio_stream_encoder.c | 1 - .../drm/amd/display/dc/dcn30/dcn30_hwseq.c | 2 + .../gpu/drm/amd/display/dc/inc/clock_source.h | 5 + .../amd/display/dc/inc/hw/timing_generator.h | 12 + .../gpu/drm/amd/display/dc/inc/hw_sequencer.h | 3 + drivers/gpu/drm/amd/display/dc/inc/resource.h | 4 + .../display/dc/irq/dcn21/irq_service_dcn21.c | 22 ++ .../gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 4 +- .../gpu/drm/amd/display/dmub/src/dmub_dcn20.c | 7 + .../gpu/drm/amd/display/dmub/src/dmub_dcn20.h | 7 + .../gpu/drm/amd/display/dmub/src/dmub_dcn30.c | 7 + 29 files changed, 676 insertions(+), 48 deletions(-) -- 2.25.1 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx