[Intel-xe] [PATCH v4 0/7] More VM cleanups
Matthew Brost
matthew.brost at intel.com
Thu Jul 20 15:55:39 UTC 2023
Continuation of [1]. These are the last changes in [1] that will not
break the uAPI.
Matt
[1] https://patchwork.freedesktop.org/series/117156/
Matthew Brost (7):
drm/xe: Remove xe_vma_op_unmap
drm/xe: Avoid doing rebinds
drm/xe: Reduce the number list links in xe_vma
drm/xe: Replace list_del_init with list_del for
userptr.invalidate_link cleanup
drm/xe: Change tile masks from u64 to u8
drm/xe: Combine destroy_cb and destroy_work in xe_vma into union
drm/xe: Only alloc userptr part of xe_vma for userptrs
drivers/gpu/drm/xe/xe_bo.c | 6 +-
drivers/gpu/drm/xe/xe_exec.c | 2 +-
drivers/gpu/drm/xe/xe_pt.c | 3 +-
drivers/gpu/drm/xe/xe_vm.c | 142 +++++++++++++++++++++----------
drivers/gpu/drm/xe/xe_vm_types.h | 141 ++++++++++++++++--------------
5 files changed, 179 insertions(+), 115 deletions(-)
--
2.34.1
More information about the Intel-xe
mailing list