Hi Dave, Daniel, Fixes for 5.18. The following changes since commit 5727375215b0915f28806c337a7ba9835efd340b: Merge tag 'drm-msm-fixes-2022-04-30' of https://gitlab.freedesktop.org/drm/msm into drm-fixes (2022-05-06 11:22:03 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.18-2022-05-11 for you to fetch changes up to c65b364c52ba352177dde6944f5efaa29bd40b52: drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2) (2022-05-11 11:50:43 -0400) ---------------------------------------------------------------- amd-drm-fixes-5.18-2022-05-11: amdgpu: - Disable ASPM for VI boards on ADL platforms - S0ix DCN3.1 display fix - Resume regression fix - Stable pstate fix ---------------------------------------------------------------- Alex Deucher (2): Revert "drm/amd/pm: keep the BACO feature enabled for suspend" drm/amdgpu/ctx: only reset stable pstate if the user changed it (v2) Eric Yang (1): drm/amd/display: undo clearing of z10 related function pointers Richard Gong (1): drm/amdgpu: vi: disable ASPM on Intel Alder Lake based systems drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 5 +++++ drivers/gpu/drm/amd/amdgpu/vi.c | 17 ++++++++++++++++- drivers/gpu/drm/amd/display/dc/dcn31/dcn31_init.c | 5 ----- drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 8 +------- 4 files changed, 22 insertions(+), 13 deletions(-)