[Intel-xe] [PATCH v2 00/14] uAPI Alignment - Cleanup and future proof

Francois Dugast francois.dugast at intel.com
Wed Nov 22 14:38:19 UTC 2023


The series "uAPI Alignment - take 2 v3" [1] has grown too much which makes
it difficult to review and to digest by UMDs. This new series is a third
break down, which cleans up the uAPI and prepares for future needs.

v2: Fix according to feedback from v1, rebase on drm-xe-next, add new fixes

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

Francois Dugast (3):
  drm/xe/uapi: Align on a common way to return arrays (memory regions)
  drm/xe/uapi: Align on a common way to return arrays (gt)
  drm/xe/uapi: Align on a common way to return arrays (engines)

José Roberto de Souza (1):
  drm/xe: Make DRM_XE_DEVICE_QUERY_ENGINES future proof

Mauro Carvalho Chehab (1):
  drm/xe/uapi: Reject bo creation of unaligned size

Mika Kuoppala (1):
  drm/xe: Extend drm_xe_vm_bind_op

Rodrigo Vivi (8):
  drm/xe/uapi: Separate bo_create placement from flags
  drm/xe/uapi: Split xe_sync types from flags
  drm/xe/uapi: Kill tile_mask
  drm/xe/uapi: Crystal Reference Clock updates
  drm/xe/uapi: Remove bogus engine list from the wait_user_fence IOCTL
  drm/xe/uapi: Add Tile ID information to the GT info query
  drm/xe/uapi: Fix various struct padding for 64b alignment
  drm/xe/uapi: Move xe_exec after xe_exec_queue

 drivers/gpu/drm/xe/tests/xe_dma_buf.c   |   8 +-
 drivers/gpu/drm/xe/xe_bo.c              |  39 +++--
 drivers/gpu/drm/xe/xe_gt_clock.c        |   4 +-
 drivers/gpu/drm/xe/xe_gt_types.h        |   4 +-
 drivers/gpu/drm/xe/xe_query.c           |  78 +++++----
 drivers/gpu/drm/xe/xe_sync.c            |  23 +--
 drivers/gpu/drm/xe/xe_sync_types.h      |   1 +
 drivers/gpu/drm/xe/xe_vm.c              |  49 ++----
 drivers/gpu/drm/xe/xe_vm_types.h        |   2 -
 drivers/gpu/drm/xe/xe_wait_user_fence.c |  56 +-----
 include/uapi/drm/xe_drm.h               | 219 +++++++++++++-----------
 11 files changed, 224 insertions(+), 259 deletions(-)

-- 
2.34.1



More information about the Intel-xe mailing list