Hi Dave, Daniel,
Fixes for 5.12.
The following changes since commit f730f39eb981af249d57336b47cfe3925632a7fd:
Merge tag 'drm-intel-next-fixes-2021-02-18' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2021-02-19 13:55:07 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.12-2021-02-24
for you to fetch changes up to ea3b4242bc9ca197762119382b37e125815bd67f:
drm/amd/display: Fix system hang after multiple hotplugs (v3) (2021-02-24 09:48:46 -0500)
---------------------------------------------------------------- amd-drm-fixes-5.12-2021-02-24:
amdgpu: - Clang warning fix - S0ix platform shutdown/poweroff fix - Misc display fixes
---------------------------------------------------------------- Anson Jacob (1): Revert "drm/amd/display: reuse current context instead of recreating one"
Eric Bernstein (1): drm/amd/display: Remove Assert from dcn10_get_dig_frontend
Nathan Chancellor (1): drm/amd/pm/swsmu: Avoid using structure_size uninitialized in smu_cmn_init_soft_gpu_metrics
Prike Liang (1): drm/amdgpu: fix shutdown and poweroff process failed with s0ix
Qingqing Zhuo (1): drm/amd/display: Fix system hang after multiple hotplugs (v3)
Rodrigo Siqueira (1): drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 6 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 9 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 101 ++++++++++++++++----- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 27 ++++++ drivers/gpu/drm/amd/display/dc/core/dc.c | 27 ++---- drivers/gpu/drm/amd/display/dc/dc_stream.h | 3 +- .../drm/amd/display/dc/dcn10/dcn10_link_encoder.c | 1 - drivers/gpu/drm/amd/display/dc/dcn30/dcn30_hwseq.c | 2 + .../amd/display/dc/irq/dcn21/irq_service_dcn21.c | 22 +++++ drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 2 +- 11 files changed, 158 insertions(+), 48 deletions(-)
dri-devel@lists.freedesktop.org