Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 00/10] uAPI Alignment - More cleanup before upstream
@ 2023-12-15 15:50 Francois Dugast
  2023-12-15 15:50 ` [PATCH v1 01/10] drm-uapi/xe: Align header with current kernel uAPI Francois Dugast
                   ` (13 more replies)
  0 siblings, 14 replies; 16+ messages in thread
From: Francois Dugast @ 2023-12-15 15:50 UTC (permalink / raw)
  To: igt-dev

This is a combined submission of series which have been sent and
reviewed separately. It aligns with this kernel series:
https://patchwork.freedesktop.org/series/127878/

Bommu Krishnaiah (2):
  drm-uapi/xe: add exec_queue_id member to drm_xe_wait_user_fence
    structure
  drm-uapi/xe: Don't wait on user_fence during exec queue reset

Francois Dugast (6):
  drm-uapi/xe: Align header with current kernel uAPI
  drm-uapi/xe: Remove DRM_IOCTL_XE_EXEC_QUEUE_SET_PROPERTY
  drm-uapi/xe: Remove DRM_XE_UFENCE_WAIT_MASK_*
  drm-uapi/xe: Remove PMU from Xe till uapi is finalized
  drm-uapi/xe: Ensure every uapi struct has drm_xe prefix
  drm-uapi/xe: Update header after documentation updates

Matthew Brost (1):
  drm-uapi/xe: Remove sync binds

Rodrigo Vivi (1):
  tests/intel/xe: Remove xe_uevent for now

 benchmarks/gem_wsim.c                |   3 +-
 include/drm-uapi/xe_drm.h            | 829 +++++++++++++++++----------
 lib/igt_fb.c                         |   2 +-
 lib/intel_batchbuffer.c              |   7 +-
 lib/intel_compute.c                  |   2 +-
 lib/xe/xe_ioctl.c                    |  77 ++-
 lib/xe/xe_ioctl.h                    |  22 +-
 lib/xe/xe_query.c                    |   3 +-
 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              |   8 +-
 tests/intel/xe_drm_fdinfo.c          |   4 +-
 tests/intel/xe_evict.c               |  29 +-
 tests/intel/xe_evict_ccs.c           |   2 +-
 tests/intel/xe_exec_balancer.c       |  22 +-
 tests/intel/xe_exec_basic.c          |   6 +-
 tests/intel/xe_exec_compute_mode.c   |  25 +-
 tests/intel/xe_exec_fault_mode.c     |  26 +-
 tests/intel/xe_exec_queue_property.c |   2 +-
 tests/intel/xe_exec_reset.c          |  19 +-
 tests/intel/xe_exec_store.c          |   6 +-
 tests/intel/xe_exec_threads.c        |  29 +-
 tests/intel/xe_exercise_blt.c        |   2 +-
 tests/intel/xe_huc_copy.c            |   2 +-
 tests/intel/xe_intel_bb.c            |   2 +-
 tests/intel/xe_mmap.c                |   2 +-
 tests/intel/xe_noexec_ping_pong.c    |   4 +-
 tests/intel/xe_pat.c                 |   4 +-
 tests/intel/xe_peer2peer.c           |   4 +-
 tests/intel/xe_pm.c                  |   2 +-
 tests/intel/xe_spin_batch.c          |   2 +-
 tests/intel/xe_uevent.c              | 129 -----
 tests/intel/xe_vm.c                  |  24 +-
 tests/intel/xe_waitfence.c           | 122 +++-
 tests/meson.build                    |   1 -
 37 files changed, 789 insertions(+), 646 deletions(-)
 delete mode 100644 tests/intel/xe_uevent.c

-- 
2.34.1

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

end of thread, other threads:[~2023-12-16  0:22 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15 15:50 [PATCH v1 00/10] uAPI Alignment - More cleanup before upstream Francois Dugast
2023-12-15 15:50 ` [PATCH v1 01/10] drm-uapi/xe: Align header with current kernel uAPI Francois Dugast
2023-12-15 15:50 ` [PATCH v1 02/10] drm-uapi/xe: add exec_queue_id member to drm_xe_wait_user_fence structure Francois Dugast
2023-12-15 15:50 ` [PATCH v1 03/10] drm-uapi/xe: Don't wait on user_fence during exec queue reset Francois Dugast
2023-12-15 15:50 ` [PATCH v1 04/10] drm-uapi/xe: Remove DRM_IOCTL_XE_EXEC_QUEUE_SET_PROPERTY Francois Dugast
2023-12-15 15:50 ` [PATCH v1 05/10] drm-uapi/xe: Remove DRM_XE_UFENCE_WAIT_MASK_* Francois Dugast
2023-12-15 15:50 ` [PATCH v1 06/10] drm-uapi/xe: Remove PMU from Xe till uapi is finalized Francois Dugast
2023-12-15 15:50 ` [PATCH v1 07/10] drm-uapi/xe: Ensure every uapi struct has drm_xe prefix Francois Dugast
2023-12-15 15:50 ` [PATCH v1 08/10] drm-uapi/xe: Remove sync binds Francois Dugast
2023-12-15 15:50 ` [PATCH v1 09/10] drm-uapi/xe: Update header after documentation updates Francois Dugast
2023-12-15 15:50 ` [PATCH v1 10/10] tests/intel/xe: Remove xe_uevent for now Francois Dugast
2023-12-15 15:56 ` [PATCH v1 00/10] uAPI Alignment - More cleanup before upstream Dixit, Ashutosh
2023-12-15 16:48   ` Rodrigo Vivi
2023-12-15 16:35 ` ✓ Fi.CI.BAT: success for uAPI Alignment - More cleanup before upstream (rev3) Patchwork
2023-12-15 16:59 ` ✗ CI.xeBAT: failure " Patchwork
2023-12-16  0:22 ` ✗ Fi.CI.IGT: " Patchwork

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