drm/xe: Add struct xe_vma_ops abstraction
authorMatthew Brost <matthew.brost@intel.com>
Thu, 25 Apr 2024 04:55:04 +0000 (21:55 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Fri, 26 Apr 2024 19:09:58 +0000 (12:09 -0700)
commit701109f2e3a45b9748f0f98849fde9a35d391efb
treea29059f47ff0a6bfd48b6a4ca1066c1f25480faf
parent0a34c12449de4b09f74808c6f6c39205ee5071f0
drm/xe: Add struct xe_vma_ops abstraction

Having a structure which encapsulates a list of VMA operations will help
enable 1 job for the entire list.

v2:
 - Rebase

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Oak Zeng <oak.zeng@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240425045513.1913039-5-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_vm.c
drivers/gpu/drm/xe/xe_vm_types.h