Hey Linus, Pretty quiet week on the fixes front, 4 amdgpu and one i915 fix. I think there might be a few misc fbdev ones outstanding, but I'll see if they are necessary and pass them on if so. Dave. drm-fixes-2022-05-13: drm fixes for 5.18-rc7 amdgpu: - Disable ASPM for VI boards on ADL platforms - S0ix DCN3.1 display fix - Resume regression fix - Stable pstate fix i915: - fix for kernel memory corruption when running a lot of OpenCL tests in parallel The following changes since commit c5eb0a61238dd6faf37f58c9ce61c9980aaffd7a: Linux 5.18-rc6 (2022-05-08 13:54:17 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-05-13 for you to fetch changes up to 5005e9814698f47c5a3698fcc56c9f5e6f1d4644: Merge tag 'amd-drm-fixes-5.18-2022-05-11' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2022-05-13 10:40:56 +1000) ---------------------------------------------------------------- drm fixes for 5.18-rc7 amdgpu: - Disable ASPM for VI boards on ADL platforms - S0ix DCN3.1 display fix - Resume regression fix - Stable pstate fix i915: - fix for kernel memory corruption when running a lot of OpenCL tests in parallel ---------------------------------------------------------------- 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) Dave Airlie (2): Merge tag 'drm-intel-fixes-2022-05-12' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes Merge tag 'amd-drm-fixes-5.18-2022-05-11' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes Eric Yang (1): drm/amd/display: undo clearing of z10 related function pointers Karol Herbst (1): drm/i915: Fix race in __i915_vma_remove_closed 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 +------- drivers/gpu/drm/i915/i915_vma.c | 11 +++++++---- 5 files changed, 29 insertions(+), 17 deletions(-)