[Intel-xe] [PATCH v1 0/7] uAPI Alignment - Remove unused features
Francois Dugast
francois.dugast at intel.com
Fri Nov 10 15:41:49 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 first
break down which focuses only on removing features which were not used.
[1] https://patchwork.freedesktop.org/series/126203/
Aravind Iddamsetty (1):
drm/xe/pmu: Drop interrupt pmu event
Francois Dugast (4):
drm/xe/uapi: Remove useless XE_QUERY_CONFIG_NUM_PARAM
drm/xe/uapi: Remove unused inaccessible memory region
drm/xe/uapi: Remove unused QUERY_CONFIG_MEM_REGION_COUNT
drm/xe/uapi: Remove unused QUERY_CONFIG_GT_COUNT
Rodrigo Vivi (2):
drm/xe/uapi: Remove GT_TYPE_REMOTE
drm/xe/uapi: Kill VM_MADVISE IOCTL
drivers/gpu/drm/xe/Makefile | 1 -
drivers/gpu/drm/xe/xe_bo.c | 2 +-
drivers/gpu/drm/xe/xe_bo_types.h | 3 +
drivers/gpu/drm/xe/xe_device.c | 8 +-
drivers/gpu/drm/xe/xe_irq.c | 18 --
drivers/gpu/drm/xe/xe_pmu.c | 9 -
drivers/gpu/drm/xe/xe_pmu_types.h | 8 -
drivers/gpu/drm/xe/xe_query.c | 6 +-
drivers/gpu/drm/xe/xe_vm_madvise.c | 299 -----------------------------
drivers/gpu/drm/xe/xe_vm_madvise.h | 15 --
include/uapi/drm/xe_drm.h | 121 ++----------
11 files changed, 29 insertions(+), 461 deletions(-)
delete mode 100644 drivers/gpu/drm/xe/xe_vm_madvise.c
delete mode 100644 drivers/gpu/drm/xe/xe_vm_madvise.h
--
2.34.1
More information about the Intel-xe
mailing list