Hi Dave and Sima, Here goes our drm-xe-fixes for this round.
Thanks, Rodrigo. drm-xe-fixes-2026-09-10: A runtime_pm guard for page-fault worker and a cache flush fix. The following changes since commit df2908090cda368b01ff43709f51890076c56157: Linux 7.3-rc2 (2026-09-06 15:07:20 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2026-09-10 for you to fetch changes up to f5fcf7e638b904397ec0f66d3ea6766ef0cfe25b: drm/xe: Flush LSC untyped L1 dataport cache after rcs/ccs batches (2026-09-09 11:20:39 -0400) ---------------------------------------------------------------- A runtime_pm guard for page-fault worker and a cache flush fix. ---------------------------------------------------------------- Thomas Hellström (1): drm/xe: Flush LSC untyped L1 dataport cache after rcs/ccs batches Varun Gupta (1): drm/xe: Guard page-fault worker with runtime PM check drivers/gpu/drm/xe/instructions/xe_gpu_commands.h | 1 + drivers/gpu/drm/xe/xe_pagefault.c | 10 ++++++++++ drivers/gpu/drm/xe/xe_pagefault_types.h | 3 +++ drivers/gpu/drm/xe/xe_ring_ops.c | 11 +++++++++++ 4 files changed, 25 insertions(+)
