[Intel-xe] [PATCH 0/5] Allow num_binds/num_batch_buffer to be zero IOCTLs

Matthew Brost matthew.brost at intel.com
Thu Nov 16 19:40:42 UTC 2023


Easy way to flush exec queues. A semantic that VK will likely use.

Matthew Brost (5):
  drm/xe: Allow num_binds == 0 in VM bind IOCTL
  drm/xe: Use a flags field instead of bools for VMA create
  drm/xe: Use a flags field instead of bools for sync parse
  rm/xe: Allow num_batch_buffer == 0 in exec IOCTL
  drm/xe: Take in-syncs into account when num_execs or num_binds == 0

 drivers/gpu/drm/xe/xe_exec.c             |  32 ++++++-
 drivers/gpu/drm/xe/xe_exec_queue.c       |   5 +-
 drivers/gpu/drm/xe/xe_exec_queue_types.h |   5 +-
 drivers/gpu/drm/xe/xe_sync.c             |  86 ++++++++++++++++-
 drivers/gpu/drm/xe/xe_sync.h             |  11 ++-
 drivers/gpu/drm/xe/xe_vm.c               | 117 ++++++++++++++---------
 6 files changed, 199 insertions(+), 57 deletions(-)

-- 
2.34.1



More information about the Intel-xe mailing list