]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Allow the pm notifier to continue on failure
authorThomas Hellström <thomas.hellstrom@linux.intel.com>
Thu, 4 Sep 2025 16:07:14 +0000 (18:07 +0200)
committerThomas Hellström <thomas.hellstrom@linux.intel.com>
Fri, 5 Sep 2025 15:03:35 +0000 (17:03 +0200)
commitebd546fdffddfcaeab08afdd68ec93052c8fa740
tree45e8d274b1638f406f858d876b73a14220570d08
parentcb3d7b3b46b799c96b54f8e8fe36794a55a77f0b
drm/xe: Allow the pm notifier to continue on failure

Its actions are opportunistic anyway and will be completed
on device suspend.

Marking as a fix to simplify backporting of the fix
that follows in the series.

v2:
- Keep the runtime pm reference over suspend / hibernate and
  document why. (Matt Auld, Rodrigo Vivi):

Fixes: c6a4d46ec1d7 ("drm/xe: evict user memory in PM notifier")
Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: <stable@vger.kernel.org> # v6.16+
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://lore.kernel.org/r/20250904160715.2613-3-thomas.hellstrom@linux.intel.com
drivers/gpu/drm/xe/xe_pm.c