[igt-dev] [RFC PATCH 0/3] Syncs vs async exec/bind uAPI change

Matthew Brost matthew.brost at intel.com
Thu Dec 7 06:03:48 UTC 2023


IGT changes for Xe uAPI changes [1].

A little more cleanup should be done but enough to get all IGTs passing.
Will finish cleanup in another rev or a follow up series.

Matt

[1] https://patchwork.freedesktop.org/series/127472/

Matthew Brost (3):
  xe_vm: Add section to test zero number of VM binds
  xe_exec_basic: Add section to test zero number of BB in exec IOCTL
  drm-uapi/xe: Uniform async vs sync handling

 benchmarks/gem_wsim.c                |  13 ++-
 include/drm-uapi/xe_drm.h            |  70 +++++++++------
 lib/igt_fb.c                         |   2 +-
 lib/intel_batchbuffer.c              |   7 +-
 lib/intel_compute.c                  |   2 +-
 lib/intel_ctx.c                      |   4 +-
 lib/xe/xe_ioctl.c                    |  66 +++++++-------
 lib/xe/xe_ioctl.h                    |  11 +--
 lib/xe/xe_query.c                    |   3 +-
 lib/xe/xe_spin.c                     |   8 +-
 lib/xe/xe_util.c                     |   4 +-
 tests/intel/xe_access_counter.c      |   2 +-
 tests/intel/xe_ccs.c                 |   4 +-
 tests/intel/xe_copy_basic.c          |   2 +-
 tests/intel/xe_create.c              |   6 +-
 tests/intel/xe_dma_buf_sync.c        |   4 +-
 tests/intel/xe_drm_fdinfo.c          |   8 +-
 tests/intel/xe_evict.c               |  37 ++++----
 tests/intel/xe_evict_ccs.c           |   2 +-
 tests/intel/xe_exec_balancer.c       |  19 ++---
 tests/intel/xe_exec_basic.c          | 118 +++++++++++++++++++++++--
 tests/intel/xe_exec_compute_mode.c   |  11 ++-
 tests/intel/xe_exec_fault_mode.c     |   9 +-
 tests/intel/xe_exec_queue_property.c |   2 +-
 tests/intel/xe_exec_reset.c          |  27 +++---
 tests/intel/xe_exec_store.c          |  18 ++--
 tests/intel/xe_exec_threads.c        |  26 +++---
 tests/intel/xe_exercise_blt.c        |   2 +-
 tests/intel/xe_huc_copy.c            |   2 +-
 tests/intel/xe_intel_bb.c            |   2 +-
 tests/intel/xe_noexec_ping_pong.c    |   6 +-
 tests/intel/xe_pat.c                 |   4 +-
 tests/intel/xe_perf_pmu.c            |  12 +--
 tests/intel/xe_pm.c                  |   6 +-
 tests/intel/xe_pm_residency.c        |   4 +-
 tests/intel/xe_spin_batch.c          |   4 +-
 tests/intel/xe_vm.c                  | 123 ++++++++++++++++++++-------
 tests/intel/xe_waitfence.c           |   8 +-
 38 files changed, 412 insertions(+), 246 deletions(-)

-- 
2.34.1



More information about the igt-dev mailing list