[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CAPM=9tx0m4T9BQEO6DNVZ44pUcknBmXX+E3S9HSBKpiQDh_G+g@mail.gmail.com>
Date: Fri, 30 Jan 2026 16:22:37 +1000
From: Dave Airlie <airlied@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>, Simona Vetter <simona@...ll.ch>
Cc: dri-devel <dri-devel@...ts.freedesktop.org>, LKML <linux-kernel@...r.kernel.org>
Subject: [git pull] drm fixes for 6.19-rc8
Hey Linus,
Seems to be a bit quieter this week, mostly xe and amdgpu, with msm
and imx fixes and one WARN_ON from user blocked. Nothing of note
outstanding either.
Regards,
Dave.
drm-fixes-2026-01-30:
drm fixes for 6.19-rc8
uapi:
- Fix a WARN_ON() when passing an invalid handle to
drm_gem_change_handle_ioctl()
msm:
- GPU:
- Fix bogus hwcg register update for a690
xe:
- Skip address copy for sync-only execs
- Fix a WA
- Derive mem_copy cap from graphics version
- Fix is_bound() pci_dev lifetime
- xe nvm cleanup fixes
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
imx/tve:
- drop ddc device reference when unloading
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/drm/kernel.git tags/drm-fixes-2026-01-30
for you to fetch changes up to 3a390a21ff0bc53800433441045c00b51de9d439:
Merge tag 'drm-misc-fixes-2026-01-29' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
(2026-01-30 11:47:06 +1000)
----------------------------------------------------------------
drm fixes for 6.19-rc8
uapi:
- Fix a WARN_ON() when passing an invalid handle to
drm_gem_change_handle_ioctl()
msm:
- GPU:
- Fix bogus hwcg register update for a690
xe:
- Skip address copy for sync-only execs
- Fix a WA
- Derive mem_copy cap from graphics version
- Fix is_bound() pci_dev lifetime
- xe nvm cleanup fixes
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
imx/tve:
- drop ddc device reference when unloading
----------------------------------------------------------------
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
Dave Airlie (4):
Merge tag 'drm-msm-fixes-2026-01-23' of
https://gitlab.freedesktop.org/drm/msm into drm-fixes
Merge tag 'drm-xe-fixes-2026-01-29' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Merge tag 'amd-drm-fixes-6.19-2026-01-29' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Merge tag 'drm-misc-fixes-2026-01-29' of
https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Ivan Lipski (1):
drm/amd/display: Clear HDMI HPD pending work only if it is enabled
Johan Hovold (2):
drm/msm/a6xx: fix bogus hwcg register updates
drm/imx/tve: fix probe device leak
Jon Doron (1):
drm/amdgpu: fix NULL pointer dereference in
amdgpu_gmc_filter_faults_remove
Nitin Gote (1):
drm/xe: derive mem copy capability from graphics version
Shuicheng Lin (4):
drm/xe: Skip address copy for sync-only execs
drm/xe/configfs: Fix is_bound() pci_dev lifetime
drm/xe/nvm: Manage nvm aux cleanup with devres
drm/xe/nvm: Fix double-free on aux add failure
Tvrtko Ursulin (2):
drm: Do not allow userspace to trigger kernel warnings in
drm_gem_change_handle_ioctl()
drm/xe/xelp: Fix Wa_18022495364
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 +
drivers/gpu/drm/drm_gem.c | 18 +++++---
drivers/gpu/drm/imx/ipuv3/imx-tve.c | 13 ++++++
drivers/gpu/drm/msm/adreno/a6xx_catalog.c | 2 -
drivers/gpu/drm/xe/xe_configfs.c | 3 +-
drivers/gpu/drm/xe/xe_device.c | 2 -
drivers/gpu/drm/xe/xe_exec.c | 6 +--
drivers/gpu/drm/xe/xe_lrc.c | 2 +-
drivers/gpu/drm/xe/xe_nvm.c | 55 +++++++++++------------
drivers/gpu/drm/xe/xe_nvm.h | 2 -
drivers/gpu/drm/xe/xe_pci.c | 6 +--
drivers/gpu/drm/xe/xe_pci_types.h | 1 -
23 files changed, 117 insertions(+), 86 deletions(-)
Powered by blists - more mailing lists