]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Use xe_vma_ops to implement xe_vm_rebind
authorMatthew Brost <matthew.brost@intel.com>
Thu, 25 Apr 2024 04:55:05 +0000 (21:55 -0700)
committerMatthew Brost <matthew.brost@intel.com>
Fri, 26 Apr 2024 19:09:59 +0000 (12:09 -0700)
commit5f677a9b6537dbfe061ec9ab1c5b34b21e4855a3
tree9b1906c07b25783a6b47b4cbdf4ca39b15dde4cc
parent701109f2e3a45b9748f0f98849fde9a35d391efb
drm/xe: Use xe_vma_ops to implement xe_vm_rebind

All page tables updates are moving to a xe_vma_ops interface to
implement 1 job per VM bind IOCTL. Convert xe_vm_rebind to use a
xe_vma_ops based interface.

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-6-matthew.brost@intel.com
drivers/gpu/drm/xe/xe_vm.c