mbox series

[PULL] drm-xe-next-fixes

Message ID Zz-MiVLFjOZQLrlc@fedora (mailing list archive)
State New
Headers show
Series [PULL] drm-xe-next-fixes | expand

Pull-request

https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-next-fixes-2024-11-21

Message

Thomas Hellstrom Nov. 21, 2024, 7:39 p.m. UTC
Hi Dave, Simona

A couple of fixes to drm-xe-next. I'm currently looking into as to why they are
not CC'd stable and will ensure they get backported if needed.

Thanks,
Thomas

drm-xe-next-fixes-2024-11-21:
Driver Changes:
- Wake up waiters after wait condition set to true (Nirmoy Das)
- Mark the preempt fence workqueue as reclaim. (Matthew Brost)
The following changes since commit 6d9f9115c091c88cacf78734d8ea34c8609e8680:

  drm/xe/guc: Fix dereference before NULL check (2024-11-14 14:55:01 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-next-fixes-2024-11-21

for you to fetch changes up to ed31ba0aa7e93ecac62cfd445c3228345bdd87e6:

  drm/xe: Mark preempt fence workqueue as reclaim (2024-11-21 17:16:38 +0100)

----------------------------------------------------------------
Driver Changes:
- Wake up waiters after wait condition set to true (Nirmoy Das)
- Mark the preempt fence workqueue as reclaim. (Matthew Brost)

----------------------------------------------------------------
Matthew Brost (1):
      drm/xe: Mark preempt fence workqueue as reclaim

Nirmoy Das (1):
      drm/xe/ufence: Wake up waiters after setting ufence->signalled

 drivers/gpu/drm/xe/xe_device.c | 3 ++-
 drivers/gpu/drm/xe/xe_sync.c   | 6 +++++-
 2 files changed, 7 insertions(+), 2 deletions(-)