Hi Dave, Daniel,
A few last fixes for 5.14.
The following changes since commit daa7772d477ec658dc1fd9127549a7996d8e0c2b:
Merge tag 'amd-drm-fixes-5.14-2021-08-18' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-08-20 15:13:56 +1000)
are available in the Git repository at:
https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.14-2021-08-25
for you to fetch changes up to c41a4e877a185241d8e83501453326fb98f67354:
drm/amdgpu: Fix build with missing pm_suspend_target_state module export (2021-08-24 11:57:44 -0400)
---------------------------------------------------------------- amd-drm-fixes-5.14-2021-08-25:
amdgpu: - Fix for pinning display buffers multiple times - Fix delayed work handling for GFXOFF - Fix build when CONFIG_SUSPEND is not set
---------------------------------------------------------------- Borislav Petkov (1): drm/amdgpu: Fix build with missing pm_suspend_target_state module export
Christian König (1): drm/amdgpu: use the preferred pin domain after the check
Michel Dänzer (1): drm/amdgpu: Cancel delayed work when GFXOFF is disabled
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 11 +++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 36 +++++++++++++++++++++--------- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 10 ++++----- 4 files changed, 36 insertions(+), 23 deletions(-)
dri-devel@lists.freedesktop.org