Hi Dave and Sima, Here goes our xe fixes for this round.
It includes both reverts targeting cc:stable. In one of them, I had accidentally merged a support to unpublished GuC. Instead of pushing it to our topic branch I pushed to drm-xe-next and that ended up in 7.0 release while FW image is not available in linux-firmware.git. I'm sorry for this. Removing it now. The other revert and fix is for fixing suspend regressions around exec_queue, specially around multi-queue. Thanks, Rodrigo. drm-xe-fixes-2026-06-04: - Revert removing support for unpublished NVL-S GuC (Daniele) - Suspend fixes related to multi-queue (Niranjana) The following changes since commit e43ffb69e0438cddd72aaa30898b4dc446f664f8: Linux 7.1-rc6 (2026-05-31 15:14:24 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2026-06-04 for you to fetch changes up to ec4cbdd163f9bb2a2bd44eb93ecf4a2fa0e912a9: drm/xe/multi_queue: skip submit when primary queue is suspended (2026-06-04 09:04:09 -0400) ---------------------------------------------------------------- - Revert removing support for unpublished NVL-S GuC (Daniele) - Suspend fixes related to multi-queue (Niranjana) ---------------------------------------------------------------- Daniele Ceraolo Spurio (1): Revert "drm/xe/nvls: Define GuC firmware for NVL-S" Niranjana Vishwanathapura (1): drm/xe/multi_queue: skip submit when primary queue is suspended Tangudu Tilak Tirumalesh (2): Revert "drm/xe: Skip exec queue schedule toggle if queue is idle during suspend" drm/xe: Clear pending_disable before signaling suspend fence drivers/gpu/drm/xe/xe_exec_queue.h | 17 --------- drivers/gpu/drm/xe/xe_guc_submit.c | 62 +++++---------------------------- drivers/gpu/drm/xe/xe_hw_engine_group.c | 10 ++---- drivers/gpu/drm/xe/xe_uc_fw.c | 1 - 4 files changed, 10 insertions(+), 80 deletions(-)
