Hi Dave, Daniel, Fixes for 6.4. The following changes since commit f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6: Linux 6.4-rc2 (2023-05-14 12:51:40 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.4-2023-05-18 for you to fetch changes up to 6d600229df1ed06f46ba68ac706d9f44ba8c5fb4: drm/amd/display: enable dpia validate (2023-05-18 09:58:35 -0400) ---------------------------------------------------------------- amd-drm-fixes-6.4-2023-05-18: amdgpu: - update gfx11 clock counter logic - Fix a race when disabling gfxoff on gfx10/11 for profiling - Raven/Raven2/PCO clock counter fix - Add missing get_vbios_fb_size for GMC 11 - Fix a spurious irq warning in the device remove case - Fix possible power mode mismatch between driver and PMFW - USB4 fix ---------------------------------------------------------------- Alex Deucher (2): drm/amdgpu/gfx11: update gpu_clock_counter logic drm/amdgpu/gmc11: implement get_vbios_fb_size() Bas Nieuwenhuizen (1): drm/amdgpu/gfx10: Disable gfxoff before disabling powergating. Evan Quan (1): drm/amd/pm: fix possible power mode mismatch between driver and PMFW Guchun Chen (1): drm/amdgpu: skip disabling fence driver src_irqs when device is unplugged Guilherme G. Piccoli (1): drm/amdgpu/gfx11: Adjust gfxoff before powergating on gfx11 as well Jesse Zhang (1): drm/amdgpu: Differentiate between Raven2 and Raven/Picasso according to revision id Mustapha Ghaddar (1): drm/amd/display: enable dpia validate drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 3 +- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 8 +++++- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 19 +++++++++---- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 33 +++++++++------------- drivers/gpu/drm/amd/amdgpu/gmc_v11_0.c | 21 +++++++++++++- .../gpu/drm/amd/display/dc/link/link_validation.c | 3 ++ drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c | 18 ++++++++++++ drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 20 +------------ .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c | 1 + 9 files changed, 80 insertions(+), 46 deletions(-)