drm/xe: Take ref to VM in delayed snapshot
authorMatthew Brost <matthew.brost@intel.com>
Thu, 1 Aug 2024 15:41:16 +0000 (08:41 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Thu, 1 Aug 2024 17:58:59 +0000 (10:58 -0700)
commitc3bc97d2f102ddd5a8341eeb2dbae2a3e98bb46a
tree4311d176c0a3b2a6aede810d2cdb941e581c8458
parent146458645e505f5eac498759bcd865cf7c0dfd9a
drm/xe: Take ref to VM in delayed snapshot

Kernel BO's don't take a ref to the VM, we need the VM for the
delayed snapshot, so take a ref to the VM in delayed snapshot.

v2:
 - Check for lrc_bo before taking a VM ref (CI)
 - Check lrc_bo->vm before taking / dropping a VM ref (CI)
 - Drop VM in xe_lrc_snapshot_free
v5:
 - Fix commit message wording (Johnathan)

Fixes: 47058633d9c5 ("drm/xe: Move lrc snapshot capturing to xe_lrc.c")
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240801154118.2547543-2-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_lrc.c