Hi Dave, Daniel,
Fixes for 5.10.
The following changes since commit 9c27bc97aff8bbe62b5b29ebf528291dd85d9c86:
drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init (2020-10-09 15:16:10 -0400)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.10-2020-10-14
for you to fetch changes up to 8f4729e880647c419de0bbe3ff21d7efb4e65676:
drm/amdkfd: Use kvfree in destroy_crat_image (2020-10-14 15:29:28 -0400)
---------------------------------------------------------------- amd-drm-fixes-5.10-2020-10-14:
amdgpu: - eDP fix - BACO fix - Kernel documentation fixes - SMU7 mclk fix - VCN1 hw bug workaround
amdkfd: - kvfree vs kfree fix
---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu/swsmu: init the baco mutex in early_init
Evan Quan (1): drm/amd/pm: increase mclk switch threshold to 200 us
Kent Russell (1): drm/amdkfd: Use kvfree in destroy_crat_image
Mauro Carvalho Chehab (2): drm/amd/display: kernel-doc: document force_timing_sync docs: amdgpu: fix a warning when building the documentation
Rodrigo Siqueira (1): drm/amd/display: Fix module load hangs when connected to an eDP
Veerabadhran G (1): drm/amdgpu: vcn and jpeg ring synchronization
Documentation/gpu/amdgpu.rst | 4 ++-- drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.c | 2 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h | 1 + drivers/gpu/drm/amd/amdgpu/jpeg_v1_0.c | 24 +++++++++++++++++-- drivers/gpu/drm/amd/amdgpu/vcn_v1_0.c | 28 ++++++++++++++++++---- drivers/gpu/drm/amd/amdgpu/vcn_v1_0.h | 3 ++- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 2 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h | 2 ++ drivers/gpu/drm/amd/display/dc/core/dc.c | 10 ++++---- .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 2 +- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 7 +++--- 11 files changed, 65 insertions(+), 20 deletions(-)
dri-devel@lists.freedesktop.org