Hi Dave, Daniel, Fixes for 5.18. The following changes since commit b2d229d4ddb17db541098b83524d901257e93845: Linux 5.18-rc3 (2022-04-17 13:57:31 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.18-2022-04-27 for you to fetch changes up to fb8cc3318e47e1a0ced4025ef614317b541147e7: drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend (2022-04-27 17:38:02 -0400) ---------------------------------------------------------------- amd-drm-fixes-5.18-2022-04-27: amdgpu: - Runtime pm fix - DCN memory leak fix in error path - SI DPM deadlock fix - S0ix fix amdkfd: - GWS fix - GWS support for CRIU ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu: don't runtime suspend if there are displays attached (v3) David Yat Sin (2): drm/amdkfd: Fix GWS queue count drm/amdkfd: CRIU add support for GWS queues Evan Quan (1): drm/amd/pm: fix the deadlock issue observed on SI Miaoqian Lin (1): drm/amd/display: Fix memory leak in dcn21_clock_source_create Prike Liang (1): drm/amdgpu: keep mmhub clock gating being enabled during s2idle suspend drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 105 ++++++++++++++------- drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c | 10 ++ .../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 83 ++++++++-------- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 2 +- .../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 10 +- .../gpu/drm/amd/display/dc/dcn21/dcn21_resource.c | 1 + drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 39 ++++++++ drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.c | 10 -- drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c | 35 ------- drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c | 10 -- 10 files changed, 165 insertions(+), 140 deletions(-)