Hi Dave, Daniel,
Fixes for 5.8.
The following changes since commit dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258:
Linux 5.8-rc4 (2020-07-05 16:20:22 -0700)
are available in the Git repository at:
git://people.freedesktop.org/~agd5f/linux tags/amd-drm-fixes-5.8-2020-07-09
for you to fetch changes up to f4892c327a8e5df7ce16cab40897daf90baf6bec:
drm/amdgpu: don't do soft recovery if gpu_recovery=0 (2020-07-09 14:42:49 -0400)
---------------------------------------------------------------- amd-drm-fixes-5.8-2020-07-09:
amdgpu: - Fix a suspend/resume issue with PSP - Backlight fix for Renoir - Fix for gpu recovery debugging
radeon: - Fix a double free in error path
---------------------------------------------------------------- Aaron Ma (1): drm/amd/display: add dmcub check on RENOIR
Huang Rui (2): drm/amdgpu: asd function needs to be unloaded in suspend phase drm/amdgpu: add TMR destory function for psp
Marek Olšák (1): drm/amdgpu: don't do soft recovery if gpu_recovery=0
Tom Rix (1): drm/radeon: fix double free
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c | 3 +- drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 63 +++++++++++++++++++++-- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 2 +- drivers/gpu/drm/radeon/ci_dpm.c | 7 ++- 4 files changed, 65 insertions(+), 10 deletions(-)
dri-devel@lists.freedesktop.org