Hi Dave, Daniel, Fixes for 5.13. The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc: Linux 5.13-rc2 (2021-05-16 15:27:44 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.13-2021-05-19 for you to fetch changes up to a2b4785f01280a4291edb9fda69032fc2e4bfd3f: drm/amdgpu: stop touching sched.ready in the backend (2021-05-19 18:07:43 -0400) ---------------------------------------------------------------- amd-drm-fixes-5.13-2021-05-19: amdgpu: - Fix downscaling ratio on DCN3.x - Fix for non-4K pages - PCO/RV compute hang fix - Dongle fix - Aldebaran codec query support - Refcount leak fix - Use after free fix - Navi12 golden settings updates - GPU reset fixes radeon: - Fix for imported BO handling ---------------------------------------------------------------- Changfeng (1): drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hang Chris Park (1): drm/amd/display: Disconnect non-DP with no EDID Christian König (2): drm/radeon: use the dummy page for GART if needed drm/amdgpu: stop touching sched.ready in the backend Guchun Chen (2): drm/amdgpu: update gc golden setting for Navi12 drm/amdgpu: update sdma golden setting for Navi12 James Zhu (1): drm/amdgpu: add video_codecs query support for aldebaran Jingwen Chen (1): drm/amd/amdgpu: fix refcount leak Lang Yu (1): drm/amd/amdgpu: fix a potential deadlock in gpu reset Nikola Cornij (1): drm/amd/display: Use the correct max downscaling value for DCN3.x family Yi Li (1): drm/amdgpu: Fix GPU TLB update error when PAGE_SIZE > AMDGPU_PAGE_SIZE xinhui pan (1): drm/amdgpu: Fix a use-after-free drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_fb.c | 3 +++ drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 ++- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 6 ++++-- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 10 +++++++--- drivers/gpu/drm/amd/amdgpu/jpeg_v2_5.c | 2 -- drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c | 2 -- drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c | 4 ++++ drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 5 ----- drivers/gpu/drm/amd/amdgpu/soc15.c | 3 +-- drivers/gpu/drm/amd/amdgpu/vcn_v3_0.c | 8 +------- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 18 ++++++++++++++++++ drivers/gpu/drm/amd/display/dc/dcn30/dcn30_resource.c | 7 ++++--- .../gpu/drm/amd/display/dc/dcn301/dcn301_resource.c | 7 ++++--- .../gpu/drm/amd/display/dc/dcn302/dcn302_resource.c | 7 ++++--- drivers/gpu/drm/radeon/radeon_gart.c | 3 ++- 16 files changed, 54 insertions(+), 35 deletions(-)