Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH v4 0/6] Allow num_binds/num_batch_buffer to be zero IOCTLs
@ 2023-12-06 22:21 Matthew Brost
  2023-12-06 22:21 ` [Intel-xe] [PATCH v4 1/6] drm/xe: Use a flags field instead of bools for VMA create Matthew Brost
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Matthew Brost @ 2023-12-06 22:21 UTC (permalink / raw)
  To: intel-xe

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

v2: Rebase
v3: Bug fixes
v4: Address Thomas + Chechpatch feedback

Matthew Brost (6):
  drm/xe: Use a flags field instead of bools for VMA create
  drm/xe: Use a flags field instead of bools for sync parse
  drm/xe: Allow num_binds == 0 in VM bind IOCTL
  drm/xe: Allow num_batch_buffer == 0 in exec IOCTL
  drm/xe: Take in-syncs into account when num_execs or num_binds == 0
  drm/xe: Add last fence as dependency for jobs on user exec queues

 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_migrate.c          |  14 ++-
 drivers/gpu/drm/xe/xe_sched_job.c        |  17 +++
 drivers/gpu/drm/xe/xe_sched_job.h        |   4 +
 drivers/gpu/drm/xe/xe_sync.c             |  82 ++++++++++++-
 drivers/gpu/drm/xe/xe_sync.h             |  11 +-
 drivers/gpu/drm/xe/xe_vm.c               | 141 +++++++++++++++--------
 9 files changed, 249 insertions(+), 62 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-12-08 19:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06 22:21 [Intel-xe] [PATCH v4 0/6] Allow num_binds/num_batch_buffer to be zero IOCTLs Matthew Brost
2023-12-06 22:21 ` [Intel-xe] [PATCH v4 1/6] drm/xe: Use a flags field instead of bools for VMA create Matthew Brost
2023-12-06 22:21 ` [Intel-xe] [PATCH v4 2/6] drm/xe: Use a flags field instead of bools for sync parse Matthew Brost
2023-12-06 22:21 ` [Intel-xe] [PATCH v4 3/6] drm/xe: Allow num_binds == 0 in VM bind IOCTL Matthew Brost
2023-12-06 22:21 ` [Intel-xe] [PATCH v4 4/6] drm/xe: Allow num_batch_buffer == 0 in exec IOCTL Matthew Brost
2023-12-06 22:21 ` [Intel-xe] [PATCH v4 5/6] drm/xe: Take in-syncs into account when num_execs or num_binds == 0 Matthew Brost
2023-12-06 22:21 ` [Intel-xe] [PATCH v4 6/6] drm/xe: Add last fence as dependency for jobs on user exec queues Matthew Brost
2023-12-08 12:31   ` Thomas Hellström
2023-12-08 12:42     ` Matthew Brost
2023-12-07  6:13 ` [Intel-xe] ✓ CI.Patch_applied: success for Allow num_binds/num_batch_buffer to be zero IOCTLs (rev5) Patchwork
2023-12-07  6:13 ` [Intel-xe] ✓ CI.checkpatch: " Patchwork
2023-12-07  6:14 ` [Intel-xe] ✓ CI.KUnit: " Patchwork
2023-12-07  6:22 ` [Intel-xe] ✓ CI.Build: " Patchwork
2023-12-07  6:22 ` [Intel-xe] ✓ CI.Hooks: " Patchwork
2023-12-07  6:23 ` [Intel-xe] ✓ CI.checksparse: " Patchwork
2023-12-07  6:59 ` [Intel-xe] ✓ CI.BAT: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox