Hi Dave, Simona, Fixes for 6.19.
The following changes since commit 63804fed149a6750ffd28610c5c1c98cce6bd377: Linux 6.19-rc7 (2026-01-25 14:11:24 -0800) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.19-2026-01-29 for you to fetch changes up to dfd64f6e8cd7b59238cdaf8af7a55711f13a89db: drm/amdgpu/gfx12: adjust KGQ reset sequence (2026-01-29 12:39:21 -0500) ---------------------------------------------------------------- amd-drm-fixes-6.19-2026-01-29: amdgpu: - SMU 13 fixes - SMU 14 fixes - GPUVM fault filter fix - Powergating fix - HDMI debounce fix - Xclk fix for soc21 APUs - Fix COND_EXEC handling for GC 11 - GC 10-12 KGQ init fixes - GC 11-12 KGQ reset fixes ---------------------------------------------------------------- Alex Deucher (7): drm/amdgpu/soc21: fix xclk for APUs drm/amdgpu: Fix cond_exec handling in amdgpu_ib_schedule() drm/amdgpu/gfx10: fix wptr reset in KGQ init drm/amdgpu/gfx11: fix wptr reset in KGQ init drm/amdgpu/gfx12: fix wptr reset in KGQ init drm/amdgpu/gfx11: adjust KGQ reset sequence drm/amdgpu/gfx12: adjust KGQ reset sequence Ivan Lipski (1): drm/amd/display: Clear HDMI HPD pending work only if it is enabled Jon Doron (1): drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_remove Yang Wang (3): drm/amd/pm: fix smu v13 soft clock frequency setting issue drm/amd/pm: fix smu v14 soft clock frequency setting issue drm/amd/pm: fix race in power state check before mutex lock drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 7 ++++++- drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c | 5 +++-- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 25 +++++++++++++---------- drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 25 +++++++++++++---------- drivers/gpu/drm/amd/amdgpu/soc21.c | 8 +++++++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 10 +++++---- drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 7 ++++--- drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h | 1 + drivers/gpu/drm/amd/pm/swsmu/inc/smu_v14_0.h | 1 + drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c | 1 + drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c | 1 + 12 files changed, 59 insertions(+), 34 deletions(-)
