Hi Dave, Simona Two fixes this week. Thanks, Thomas drm-xe-fixes-2025-01-09: Driver Changes: - Avoid a NULL ptr deref when wedging (Lucas) - Fix power gate sequence on DG1 (Rodrigo) The following changes since commit f0ed39830e6064d62f9c5393505677a26569bb56: xe/oa: Fix query mode of operation for OAR/OAC (2025-01-02 19:01:21 +0100) are available in the Git repository at: https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2025-01-09 for you to fetch changes up to b84e1cd22f8a8c03b7b1051372560c7017c8be92: drm/xe/dg1: Fix power gate sequence. (2025-01-09 10:38:56 +0100) ---------------------------------------------------------------- Driver Changes: - Avoid a NULL ptr deref when wedging (Lucas) - Fix power gate sequence on DG1 (Rodrigo) ---------------------------------------------------------------- Lucas De Marchi (1): drm/xe: Fix tlb invalidation when wedging Rodrigo Vivi (1): drm/xe/dg1: Fix power gate sequence. drivers/gpu/drm/xe/xe_gt.c | 8 ++++---- drivers/gpu/drm/xe/xe_gt_idle.c | 10 ++++++---- drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c | 4 ++-- drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h | 3 ++- 4 files changed, 14 insertions(+), 11 deletions(-)