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