aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_query.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-25drm/xe/query: fix gt_id bounds checkGravatar Matthew Auld 1-1/+1
2024-02-13drm/xe: Add uAPI to query GuC firmware submission versionGravatar José Roberto de Souza 1-0/+44
2024-02-02drm/xe/query: Use kzalloc for drm_xe_query_enginesGravatar Nirmoy Das 1-5/+1
2024-01-31drm/xe: Don't use __user error pointersGravatar Thomas Hellström 1-25/+25
2023-12-21drm/xe/uapi: Document the memory_region bitmaskGravatar Rodrigo Vivi 1-0/+19
2023-12-21drm/xe/uapi: Fix various struct padding for 64b alignmentGravatar Rodrigo Vivi 1-0/+1
2023-12-21drm/xe/uapi: Add Tile ID information to the GT info queryGravatar Rodrigo Vivi 1-0/+1
2023-12-21drm/xe/uapi: Crystal Reference Clock updatesGravatar Rodrigo Vivi 1-6/+1
2023-12-21drm/xe/uapi: Align on a common way to return arrays (engines)Gravatar Francois Dugast 1-13/+18
2023-12-21drm/xe/uapi: Align on a common way to return arrays (gt)Gravatar Francois Dugast 1-1/+1
2023-12-21drm/xe/uapi: Align on a common way to return arrays (memory regions)Gravatar Francois Dugast 1-22/+24
2023-12-21drm/xe: Make DRM_XE_DEVICE_QUERY_ENGINES future proofGravatar José Roberto de Souza 1-7/+8
2023-12-21drm/xe/uapi: Standardize the FLAG naming and assignmentGravatar Rodrigo Vivi 1-1/+1
2023-12-21drm/xe/uapi: Rename query's mem_usage to mem_regionsGravatar Rodrigo Vivi 1-8/+8
2023-12-21drm/xe/uapi: Rename *_mem_regions masksGravatar Rodrigo Vivi 1-4/+4
2023-12-21drm/xe/uapi: Change rsvd to pad in struct drm_xe_class_instanceGravatar Francois Dugast 1-1/+4
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsGravatar Francois Dugast 1-14/+14
2023-12-21drm/xe/uapi: Remove unused QUERY_CONFIG_GT_COUNTGravatar Francois Dugast 1-1/+0
2023-12-21drm/xe/uapi: Remove unused QUERY_CONFIG_MEM_REGION_COUNTGravatar Francois Dugast 1-2/+0
2023-12-21drm/xe/uapi: Remove GT_TYPE_REMOTEGravatar Rodrigo Vivi 1-2/+0
2023-12-21drm/xe/uapi: Remove useless XE_QUERY_CONFIG_NUM_PARAMGravatar Francois Dugast 1-1/+1
2023-12-21drm/xe/uapi: Fix naming of XE_QUERY_CONFIG_MAX_EXEC_QUEUE_PRIORITYGravatar Francois Dugast 1-1/+1
2023-12-21drm/xe/uapi: Rename gts to gt_listGravatar Rodrigo Vivi 1-20/+20
2023-12-21drm/xe/uapi: Replace useless 'instance' per unique gt_idGravatar Rodrigo Vivi 1-1/+1
2023-12-21drm/xe: Correlate engine and cpu timestamps with better accuracyGravatar Umesh Nerlige Ramappa 1-0/+138
2023-12-21drm/xe: Set the correct type for xe_to_user_engine_classGravatar Umesh Nerlige Ramappa 1-1/+1
2023-12-21drm/xe: Fix array bounds check for queriesGravatar Umesh Nerlige Ramappa 1-1/+1
2023-12-21drm/xe/uapi: Remove useless max_page_sizeGravatar Rodrigo Vivi 1-3/+0
2023-12-21drm/xe/uapi: Typo lingo and other small backwards compatible fixesGravatar Rodrigo Vivi 1-1/+1
2023-12-21drm/xe/xe2: Track VA bits independently of max page table levelGravatar Matt Roper 1-2/+1
2023-12-21drm/xe: Rename engine to exec_queueGravatar Francois Dugast 1-1/+1
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Gravatar Francois Dugast 1-1/+1
2023-12-21drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUCGravatar Rodrigo Vivi 1-3/+0
2023-12-21drm/xe/uapi: add the userspace bits for small-barGravatar Matthew Auld 1-2/+6
2023-12-21drm/xe: Rely on kmalloc/kzalloc log messageGravatar Francois Dugast 1-4/+4
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRGravatar Francois Dugast 1-15/+15
2023-12-21drm/xe: Make usable size of VRAM readableGravatar Tejas Upadhyay 1-1/+1
2023-12-21drm/xe/uapi: restrict system wide accountingGravatar Matthew Auld 1-3/+9
2023-12-19drm/xe: Update query uapi to support standalone mediaGravatar Matt Roper 1-8/+8
2023-12-19drm/xe: Clarify 'gt' retrieval for primary tileGravatar Matt Roper 1-1/+1
2023-12-19drm/xe: Move VRAM from GT to tileGravatar Matt Roper 1-2/+2
2023-12-19drm/xe: Validate uAPI padding and reserved fieldsGravatar Christopher Snowhill 1-1/+2
2023-12-19drm/xe: Add max engine priority to xe queryGravatar José Roberto de Souza 1-0/+3
2023-12-19drm/xe: Sort includesGravatar Lucas De Marchi 1-5/+7
2023-12-19drm/xe/query: zero the region infoGravatar Matthew Auld 1-5/+1
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsGravatar Matthew Brost 1-0/+387