Hi Dave, Simona The drm-xe-fixes PR towards -rc5. Down to 4 patches this week.
Thanks, Thomas drm-xe-fixes-2026-07-23: Driver Changes: - Skip invalidation for purgeable state updates (Arvind) - Add drm_dev guards when detaching CCS read / write buffers (Satyanarayana) - Alloc per domain unique i2c id (Raag) - Fix SVM leak on resv obj alloc failure in xe_vm_create (Shuicheng) The following changes since commit 130910bac905a42225f93841e338bbea4a431b1a: drm/xe/pf: Disable display in admin only PF mode (2026-07-16 16:53:38 +0200) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2026-07-23 for you to fetch changes up to d2c6800ad1802bed72a6de1416536737f114f1d6: drm/xe/vm: Fix SVM leak on resv obj alloc failure in xe_vm_create() (2026-07-23 09:19:08 +0200) ---------------------------------------------------------------- Driver Changes: - Skip invalidation for purgeable state updates (Arvind) - Add drm_dev guards when detaching CCS read / write buffers (Satyanarayana) - Alloc per domain unique i2c id (Raag) - Fix SVM leak on resv obj alloc failure in xe_vm_create (Shuicheng) ---------------------------------------------------------------- Arvind Yadav (1): drm/xe/madvise: Skip invalidation for purgeable state updates Raag Jadav (1): drm/xe/i2c: Allow per domain unique id Satyanarayana K V P (1): drm/xe/vf: Add drm_dev guards when detaching CCS read/write buffers Shuicheng Lin (1): drm/xe/vm: Fix SVM leak on resv obj alloc failure in xe_vm_create() drivers/gpu/drm/xe/xe_i2c.c | 5 ++++- drivers/gpu/drm/xe/xe_migrate.c | 16 ++++++++++------ drivers/gpu/drm/xe/xe_migrate.h | 3 ++- drivers/gpu/drm/xe/xe_sriov_vf_ccs.c | 14 ++++++++++++-- drivers/gpu/drm/xe/xe_vm.c | 8 ++++---- drivers/gpu/drm/xe/xe_vm_madvise.c | 19 +++++++++++++++++-- 6 files changed, 49 insertions(+), 16 deletions(-)
