All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH v4 0/7] More VM cleanups
@ 2023-07-20 15:55 Matthew Brost
  2023-07-20 15:55 ` [Intel-xe] [PATCH v4 1/7] drm/xe: Remove xe_vma_op_unmap Matthew Brost
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Matthew Brost @ 2023-07-20 15:55 UTC (permalink / raw)
  To: intel-xe

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-07-20 21:10 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 15:55 [Intel-xe] [PATCH v4 0/7] More VM cleanups Matthew Brost
2023-07-20 15:55 ` [Intel-xe] [PATCH v4 1/7] drm/xe: Remove xe_vma_op_unmap Matthew Brost
2023-07-20 21:09   ` Rodrigo Vivi
2023-07-20 15:55 ` [Intel-xe] [PATCH v4 2/7] drm/xe: Avoid doing rebinds Matthew Brost
2023-07-20 15:55 ` [Intel-xe] [PATCH v4 3/7] drm/xe: Reduce the number list links in xe_vma Matthew Brost
2023-07-20 15:55 ` [Intel-xe] [PATCH v4 4/7] drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanup Matthew Brost
2023-07-20 15:55 ` [Intel-xe] [PATCH v4 5/7] drm/xe: Change tile masks from u64 to u8 Matthew Brost
2023-07-20 15:55 ` [Intel-xe] [PATCH v4 6/7] drm/xe: Combine destroy_cb and destroy_work in xe_vma into union Matthew Brost
2023-07-20 15:55 ` [Intel-xe] [PATCH v4 7/7] drm/xe: Only alloc userptr part of xe_vma for userptrs Matthew Brost
2023-07-20 16:47 ` [Intel-xe] ✓ CI.Patch_applied: success for More VM cleanups (rev4) Patchwork
2023-07-20 16:48 ` [Intel-xe] ✗ CI.checkpatch: warning " Patchwork
2023-07-20 16:49 ` [Intel-xe] ✓ CI.KUnit: success " Patchwork
2023-07-20 16:53 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-07-20 16:53 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-07-20 16:54 ` [Intel-xe] ✓ CI.checksparse: " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.