Hi Dave, Simona, Happy New Year! Fixes for 6.19.
The following changes since commit c4f2ae53863de2b5d125c3cdc9ff12668868a74a: Merge tag 'drm-rust-fixes-2025-12-29' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-fixes (2026-01-05 14:45:33 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-6.19-2026-01-06 for you to fetch changes up to 6b2989ac5e8c496c1814d7961bee6f2d05382b3e: Reapply "Revert "drm/amd: Skip power ungate during suspend for VPE"" (2026-01-07 17:24:16 -0500) ---------------------------------------------------------------- amd-drm-fixes-6.19-2026-01-06: amdgpu: - Clang fixes - Navi1x PCIe DPM fixes - Ring reset fixes - ISP suspend fix - Analog DC fixes - VPE fixes - Mode1 reset fix radeon: - Variable sized array fix ---------------------------------------------------------------- Alan Liu (1): drm/amdgpu: Fix query for VPE block_type and ip_count Alex Deucher (3): drm/radeon: Remove __counted_by from ClockInfoArray.clockInfo[] drm/amdgpu: don't reemit ring contents more than once drm/amdgpu: always backup and reemit fences Alex Hung (1): drm/amd/display: Check NULL before calling dac_load_detection Mario Limonciello (AMD) (1): Reapply "Revert "drm/amd: Skip power ungate during suspend for VPE"" Nathan Chancellor (3): drm/amd/display: Apply e4479aecf658 to dml drm/amd/display: Reduce number of arguments of dcn30's CalculatePrefetchSchedule() drm/amd/display: Reduce number of arguments of dcn30's CalculateWatermarksAndDRAMSpeedChangeSupport() Perry Yuan (1): drm/amd/pm: Disable MMIO access during SMU Mode 1 reset Pratap Nirujogi (1): drm/amd/amdgpu: Fix SMU warning during isp suspend-resume Timur Kristóf (2): drm/amd/display: Correct color depth for SelectCRTC_Source drm/amd/display: Add missing encoder setup to DACnEncoderControl Yang Wang (2): drm/amd/pm: fix wrong pcie parameter on navi1x drm/amd/pm: force send pcie parmater on navi1x drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 6 +- drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 36 +- drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c | 24 + drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 6 + drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h | 7 +- drivers/gpu/drm/amd/amdgpu/isp_v4_1_1.c | 41 ++ drivers/gpu/drm/amd/display/dc/bios/bios_parser.c | 4 +- .../gpu/drm/amd/display/dc/bios/command_table.c | 44 +- .../gpu/drm/amd/display/dc/bios/command_table.h | 4 +- drivers/gpu/drm/amd/display/dc/dml/Makefile | 6 +- .../amd/display/dc/dml/dcn30/display_mode_vba_30.c | 545 ++++++--------------- .../drm/amd/display/dc/hwss/dce110/dce110_hwseq.c | 28 +- .../gpu/drm/amd/display/dc/link/link_detection.c | 6 +- .../drm/amd/display/include/bios_parser_types.h | 2 +- drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c | 33 +- .../gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_0_ppt.c | 7 +- .../gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 9 +- drivers/gpu/drm/radeon/pptable.h | 2 +- 19 files changed, 332 insertions(+), 480 deletions(-)
