From: Matthew Brost <matthew.brost@intel.com>
To: Dave Airlie <airlied@gmail.com>, Simona Vetter <simona.vetter@ffwll.ch>
Cc: "Jani Nikula" <jani.nikula@linux.intel.com>,
"Joonas Lahtinen" <joonas.lahtinen@linux.intel.com>,
"Tvrtko Ursulin" <tursulin@ursulin.net>,
"Rodrigo Vivi" <rodrigo.vivi@intel.com>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Matthew Brost" <matthew.brost@intel.com>,
"Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
"Oded Gabbay" <ogabbay@kernel.org>,
dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org
Subject: [PULL] drm-xe-fixes v7.1rc7
Date: Thu, 11 Jun 2026 19:24:49 -0700 [thread overview]
Message-ID: <aitt8ZkYmxIT9cdP@gsse-cloud1.jf.intel.com> (raw)
Dave, Sima
Here is this week’s PR for drm-xe-fixes. It includes several
patches—most of them fairly minor—aside from Rodrigo’s fix, which
addresses a nasty driver loop during kernel job hangs. While it won’t
fix the source kernel job, it will prevent the system from getting
bricked. Linus, among others, has reported this issue.
Matt
drm-xe-fixes-2026-06-11:
UAPI Changes:
Cross-subsystem Changes:
Core Changes:
Driver Changes:
- fix oops in suspend/shutdown without display (Jani)
- RAS fixes (Raag)
- Use HW_ERR prefix in log (Raag)
- include all registered queues in TLB invalidation (Tangudu)
- Fix refcount leak in xe_range_tree in error paths (Wentao)
- fix job timeout recovery for unstarted jobs and kernel queues (Rodrigo)
The following changes since commit 4549871118cf616eecdd2d939f78e3b9e1dddc48:
Linux 7.1-rc7 (2026-06-07 15:37:58 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2026-06-11
for you to fetch changes up to 347ccc0453fca2c669e8dc8a72000e76ca4adf10:
drm/xe: fix job timeout recovery for unstarted jobs and kernel queues (2026-06-11 06:39:43 -0700)
----------------------------------------------------------------
UAPI Changes:
Cross-subsystem Changes:
Core Changes:
Driver Changes:
- fix oops in suspend/shutdown without display (Jani)
- RAS fixes (Raag)
- Use HW_ERR prefix in log (Raag)
- include all registered queues in TLB invalidation (Tangudu)
- Fix refcount leak in xe_range_tree in error paths (Wentao)
- fix job timeout recovery for unstarted jobs and kernel queues (Rodrigo)
----------------------------------------------------------------
Jani Nikula (1):
drm/xe/display: fix oops in suspend/shutdown without display
Raag Jadav (3):
drm/xe/drm_ras: Make counter allocation drm managed
drm/xe/drm_ras: Add per node cleanup action
drm/xe/hw_error: Use HW_ERR prefix in log
Rodrigo Vivi (1):
drm/xe: fix job timeout recovery for unstarted jobs and kernel queues
Tangudu Tilak Tirumalesh (1):
drm/xe: include all registered queues in TLB invalidation
Wentao Liang (1):
drm/xe: fix refcount leak in xe_range_fence_insert()
drivers/gpu/drm/xe/display/xe_display.c | 11 ++++--
drivers/gpu/drm/xe/xe_drm_ras.c | 61 +++++++++++++--------------------
drivers/gpu/drm/xe/xe_guc_submit.c | 49 ++++++++++++++++++--------
drivers/gpu/drm/xe/xe_guc_tlb_inval.c | 7 ++--
drivers/gpu/drm/xe/xe_hw_error.c | 12 +++----
drivers/gpu/drm/xe/xe_range_fence.c | 2 ++
6 files changed, 79 insertions(+), 63 deletions(-)
reply other threads:[~2026-06-12 2:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aitt8ZkYmxIT9cdP@gsse-cloud1.jf.intel.com \
--to=matthew.brost@intel.com \
--cc=airlied@gmail.com \
--cc=dim-tools@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=joonas.lahtinen@linux.intel.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=ogabbay@kernel.org \
--cc=rodrigo.vivi@intel.com \
--cc=simona.vetter@ffwll.ch \
--cc=thomas.hellstrom@linux.intel.com \
--cc=tursulin@ursulin.net \
--cc=tzimmermann@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.