Hi Dave, Simona, Fixes for 6.19.
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8: Linux 6.19-rc1 (2025-12-14 16:05:07 +1200) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.19-2025-12-17 for you to fetch changes up to 969faea4e9d01787c58bab4d945f7ad82dad222d: drm/amdkfd: Fix improper NULL termination of queue restore SMI event string (2025-12-16 14:17:32 -0500) ---------------------------------------------------------------- amd-drm-fixes-6.19-2025-12-17: amdgpu: - Fix no_console_suspend handling - DCN 3.5.x seamless boot fixes - DP audio fix - Fix race in GPU recovery - SMU 14 OD fix amdkfd: - Event fix ---------------------------------------------------------------- Alex Deucher (1): drm/amdgpu: fix a job->pasid access race in gpu recovery Brian Kocoloski (1): drm/amdkfd: Fix improper NULL termination of queue restore SMI event string Charlene Liu (1): drm/amd/display: Fix DP no audio issue Mario Limonciello (AMD) (1): drm/amd: Resume the device in thaw() callback when console suspend is disabled Ray Wu (2): drm/amd/display: Fix scratch registers offsets for DCN35 drm/amd/display: Fix scratch registers offsets for DCN351 mythilam (1): drm/amd/pm: restore SCLK settings after S0ix resume drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 10 ++++-- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 5 ++- drivers/gpu/drm/amd/amdkfd/kfd_smi_events.c | 2 +- .../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 8 ++--- .../amd/display/dc/resource/dcn35/dcn35_resource.c | 8 ++--- .../display/dc/resource/dcn351/dcn351_resource.c | 8 ++--- drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c | 5 +++ .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_0_ppt.c | 37 +++++++++++++++++++--- 8 files changed, 62 insertions(+), 21 deletions(-)
