Hi Dave, Simona Three fixes for -rc3. There are a couple more pending with non-trivial merge conflicts that need to be properly backported.
drm-xe-fixes-2025-06-19: Driver Changes: - A workaround update (Vinay) - Fix memset on iomem (Lucas) - Fix early wedge on GuC Load failure (Daniele) The following changes since commit 9c7632faad434c98f1f2cc06f3647a5a5d05ddbf: drm/xe/lrc: Use a temporary buffer for WA BB (2025-06-12 18:09:50 +0200) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2025-06-19 for you to fetch changes up to a39d082c3553d35b4fe5585e1e2fb221c130cae8: drm/xe: Fix early wedge on GuC load failure (2025-06-19 17:24:30 +0200) ---------------------------------------------------------------- Driver Changes: - A workaround update (Vinay) - Fix memset on iomem (Lucas) - Fix early wedge on GuC Load failure (Daniele) ---------------------------------------------------------------- Daniele Ceraolo Spurio (1): drm/xe: Fix early wedge on GuC load failure Lucas De Marchi (1): drm/xe: Fix memset on iomem Vinay Belgaumkar (1): drm/xe/bmg: Update Wa_16023588340 drivers/gpu/drm/xe/xe_gt.c | 2 +- drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 8 ++++++++ drivers/gpu/drm/xe/xe_guc_ct.c | 7 +++++-- drivers/gpu/drm/xe/xe_guc_ct.h | 5 +++++ drivers/gpu/drm/xe/xe_guc_pc.c | 2 +- drivers/gpu/drm/xe/xe_guc_submit.c | 3 +++ 6 files changed, 23 insertions(+), 4 deletions(-)