From: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
To: intel-xe@lists.freedesktop.org
Cc: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>,
"Matthew Auld" <matthew.auld@intel.com>,
"Matthew Brost" <matthew.brost@intel.com>,
"Rodrigo vivi" <rodrigo.vivi@intel.com>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>
Subject: [PATCH 0/3] drm/xe: Fixes around eviction and suspend
Date: Fri, 29 Aug 2025 13:33:47 +0200 [thread overview]
Message-ID: <20250829113350.40959-1-thomas.hellstrom@linux.intel.com> (raw)
Fixes to make evicted bos that are allowed both in VRAM and TT re-validated
into VRAM after eviction and suspend.
Also a fix to improve on a race where the pm notifier races with active
tasks when evicting bos for suspend.
Thomas Hellström (3):
drm/xe: Attempt to bring bos back to VRAM after eviction
drm/xe: Allow the pm notifier to continue on failure
drm/xe: Block exec and rebind worker while evicting for suspend /
hibernate
drivers/gpu/drm/xe/tests/xe_bo.c | 2 +-
drivers/gpu/drm/xe/tests/xe_dma_buf.c | 10 +---------
drivers/gpu/drm/xe/xe_bo.c | 16 ++++++++++++----
drivers/gpu/drm/xe/xe_bo.h | 2 +-
drivers/gpu/drm/xe/xe_device_types.h | 2 ++
drivers/gpu/drm/xe/xe_dma_buf.c | 2 +-
drivers/gpu/drm/xe/xe_exec.c | 9 +++++++++
drivers/gpu/drm/xe/xe_pm.c | 18 ++++++++----------
drivers/gpu/drm/xe/xe_vm.c | 14 ++++++++++++++
9 files changed, 49 insertions(+), 26 deletions(-)
--
2.50.1
next reply other threads:[~2025-08-29 11:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-29 11:33 Thomas Hellström [this message]
2025-08-29 11:33 ` [PATCH 1/3] drm/xe: Attempt to bring bos back to VRAM after eviction Thomas Hellström
2025-08-29 11:33 ` [PATCH 2/3] drm/xe: Allow the pm notifier to continue on failure Thomas Hellström
2025-08-29 14:53 ` Rodrigo Vivi
2025-08-29 15:50 ` Matthew Auld
2025-08-29 17:15 ` Rodrigo Vivi
2025-08-29 20:56 ` Thomas Hellström
2025-08-29 11:33 ` [PATCH 3/3] drm/xe: Block exec and rebind worker while evicting for suspend / hibernate Thomas Hellström
2025-08-29 12:57 ` ✓ CI.KUnit: success for drm/xe: Fixes around eviction and suspend Patchwork
2025-08-29 13:55 ` ✓ Xe.CI.BAT: " Patchwork
2025-08-29 23:26 ` ✗ Xe.CI.Full: failure " Patchwork
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=20250829113350.40959-1-thomas.hellstrom@linux.intel.com \
--to=thomas.hellstrom@linux.intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=matthew.auld@intel.com \
--cc=matthew.brost@intel.com \
--cc=rodrigo.vivi@intel.com \
/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.