[Intel-xe] [PATCH v1 0/8] uAPI Alignment - Renaming

Francois Dugast francois.dugast at intel.com
Tue Nov 14 13:34:26 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 second
break down which focuses only on renaming in the uAPI, which does not break
binary compatibility. It is to be applied on top of [2].

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

Francois Dugast (3):
  drm/xe/uapi: Add missing DRM_ prefix in uAPI constants
  drm/xe/uapi: Add _FLAG to uAPI constants usable for flags
  drm/xe/uapi: Change rsvd to pad in struct drm_xe_class_instance

Rodrigo Vivi (5):
  drm/xe/uapi: Rename *_mem_regions masks
  drm/xe/uapi: Rename query's mem_usage to mem_regions
  drm/xe/uapi: Standardize the FLAG naming and assignment
  drm/xe/uapi: Differentiate WAIT_OP from WAIT_MASK
  drm/xe/uapi: Be more specific about the vm_bind prefetch region

 drivers/gpu/drm/xe/xe_bo.c              |  14 +-
 drivers/gpu/drm/xe/xe_exec_queue.c      |  22 +--
 drivers/gpu/drm/xe/xe_gt.c              |   2 +-
 drivers/gpu/drm/xe/xe_pmu.c             |  24 +--
 drivers/gpu/drm/xe/xe_query.c           |  57 +++----
 drivers/gpu/drm/xe/xe_sync.c            |  16 +-
 drivers/gpu/drm/xe/xe_vm.c              | 101 ++++++------
 drivers/gpu/drm/xe/xe_vm_doc.h          |  14 +-
 drivers/gpu/drm/xe/xe_wait_user_fence.c |  24 +--
 include/uapi/drm/xe_drm.h               | 205 ++++++++++++------------
 10 files changed, 245 insertions(+), 234 deletions(-)

-- 
2.34.1



More information about the Intel-xe mailing list