summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_query.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe/uapi: Document the memory_region bitmaskRodrigo Vivi2023-12-211-0/+19
* drm/xe/uapi: Fix various struct padding for 64b alignmentRodrigo Vivi2023-12-211-0/+1
* drm/xe/uapi: Add Tile ID information to the GT info queryRodrigo Vivi2023-12-211-0/+1
* drm/xe/uapi: Crystal Reference Clock updatesRodrigo Vivi2023-12-211-6/+1
* drm/xe/uapi: Align on a common way to return arrays (engines)Francois Dugast2023-12-211-13/+18
* drm/xe/uapi: Align on a common way to return arrays (gt)Francois Dugast2023-12-211-1/+1
* drm/xe/uapi: Align on a common way to return arrays (memory regions)Francois Dugast2023-12-211-22/+24
* drm/xe: Make DRM_XE_DEVICE_QUERY_ENGINES future proofJosé Roberto de Souza2023-12-211-7/+8
* drm/xe/uapi: Standardize the FLAG naming and assignmentRodrigo Vivi2023-12-211-1/+1
* drm/xe/uapi: Rename query's mem_usage to mem_regionsRodrigo Vivi2023-12-211-8/+8
* drm/xe/uapi: Rename *_mem_regions masksRodrigo Vivi2023-12-211-4/+4
* drm/xe/uapi: Change rsvd to pad in struct drm_xe_class_instanceFrancois Dugast2023-12-211-1/+4
* drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast2023-12-211-14/+14
* drm/xe/uapi: Remove unused QUERY_CONFIG_GT_COUNTFrancois Dugast2023-12-211-1/+0
* drm/xe/uapi: Remove unused QUERY_CONFIG_MEM_REGION_COUNTFrancois Dugast2023-12-211-2/+0
* drm/xe/uapi: Remove GT_TYPE_REMOTERodrigo Vivi2023-12-211-2/+0
* drm/xe/uapi: Remove useless XE_QUERY_CONFIG_NUM_PARAMFrancois Dugast2023-12-211-1/+1
* drm/xe/uapi: Fix naming of XE_QUERY_CONFIG_MAX_EXEC_QUEUE_PRIORITYFrancois Dugast2023-12-211-1/+1
* drm/xe/uapi: Rename gts to gt_listRodrigo Vivi2023-12-211-20/+20
* drm/xe/uapi: Replace useless 'instance' per unique gt_idRodrigo Vivi2023-12-211-1/+1
* drm/xe: Correlate engine and cpu timestamps with better accuracyUmesh Nerlige Ramappa2023-12-211-0/+138
* drm/xe: Set the correct type for xe_to_user_engine_classUmesh Nerlige Ramappa2023-12-211-1/+1
* drm/xe: Fix array bounds check for queriesUmesh Nerlige Ramappa2023-12-211-1/+1
* drm/xe/uapi: Remove useless max_page_sizeRodrigo Vivi2023-12-211-3/+0
* drm/xe/uapi: Typo lingo and other small backwards compatible fixesRodrigo Vivi2023-12-211-1/+1
* drm/xe/xe2: Track VA bits independently of max page table levelMatt Roper2023-12-211-2/+1
* drm/xe: Rename engine to exec_queueFrancois Dugast2023-12-211-1/+1
* drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast2023-12-211-1/+1
* drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUCRodrigo Vivi2023-12-211-3/+0
* drm/xe/uapi: add the userspace bits for small-barMatthew Auld2023-12-211-2/+6
* drm/xe: Rely on kmalloc/kzalloc log messageFrancois Dugast2023-12-211-4/+4
* drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast2023-12-211-15/+15
* drm/xe: Make usable size of VRAM readableTejas Upadhyay2023-12-211-1/+1
* drm/xe/uapi: restrict system wide accountingMatthew Auld2023-12-211-3/+9
* drm/xe: Update query uapi to support standalone mediaMatt Roper2023-12-191-8/+8
* drm/xe: Clarify 'gt' retrieval for primary tileMatt Roper2023-12-191-1/+1
* drm/xe: Move VRAM from GT to tileMatt Roper2023-12-191-2/+2
* drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill2023-12-191-1/+2
* drm/xe: Add max engine priority to xe queryJosé Roberto de Souza2023-12-191-0/+3
* drm/xe: Sort includesLucas De Marchi2023-12-191-5/+7
* drm/xe/query: zero the region infoMatthew Auld2023-12-191-5/+1
* drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost2023-12-121-0/+387