summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_query.c
AgeCommit message (Expand)Author
2024-03-22drm/xe/query: fix gt_id bounds checkMatthew Auld
2024-03-20drm/xe: Always check force_wake_get return codeDaniele Ceraolo Spurio
2024-03-12drm/xe/uapi: Add IP version and stepping to GT list queryMatt Roper
2024-02-26drm/xe: Extend uAPI to query HuC micro-controler firmware versionFrancois Dugast
2024-02-26drm/xe: Remove useless mem_access protection for query ioctlsRodrigo Vivi
2024-02-13drm/xe: Add uAPI to query GuC firmware submission versionJosé Roberto de Souza
2024-02-02drm/xe/query: Use kzalloc for drm_xe_query_enginesNirmoy Das
2024-01-31drm/xe: Don't use __user error pointersThomas Hellström
2023-12-21drm/xe/uapi: Document the memory_region bitmaskRodrigo Vivi
2023-12-21drm/xe/uapi: Fix various struct padding for 64b alignmentRodrigo Vivi
2023-12-21drm/xe/uapi: Add Tile ID information to the GT info queryRodrigo Vivi
2023-12-21drm/xe/uapi: Crystal Reference Clock updatesRodrigo Vivi
2023-12-21drm/xe/uapi: Align on a common way to return arrays (engines)Francois Dugast
2023-12-21drm/xe/uapi: Align on a common way to return arrays (gt)Francois Dugast
2023-12-21drm/xe/uapi: Align on a common way to return arrays (memory regions)Francois Dugast
2023-12-21drm/xe: Make DRM_XE_DEVICE_QUERY_ENGINES future proofJosé Roberto de Souza
2023-12-21drm/xe/uapi: Standardize the FLAG naming and assignmentRodrigo Vivi
2023-12-21drm/xe/uapi: Rename query's mem_usage to mem_regionsRodrigo Vivi
2023-12-21drm/xe/uapi: Rename *_mem_regions masksRodrigo Vivi
2023-12-21drm/xe/uapi: Change rsvd to pad in struct drm_xe_class_instanceFrancois Dugast
2023-12-21drm/xe/uapi: Add missing DRM_ prefix in uAPI constantsFrancois Dugast
2023-12-21drm/xe/uapi: Remove unused QUERY_CONFIG_GT_COUNTFrancois Dugast
2023-12-21drm/xe/uapi: Remove unused QUERY_CONFIG_MEM_REGION_COUNTFrancois Dugast
2023-12-21drm/xe/uapi: Remove GT_TYPE_REMOTERodrigo Vivi
2023-12-21drm/xe/uapi: Remove useless XE_QUERY_CONFIG_NUM_PARAMFrancois Dugast
2023-12-21drm/xe/uapi: Fix naming of XE_QUERY_CONFIG_MAX_EXEC_QUEUE_PRIORITYFrancois Dugast
2023-12-21drm/xe/uapi: Rename gts to gt_listRodrigo Vivi
2023-12-21drm/xe/uapi: Replace useless 'instance' per unique gt_idRodrigo Vivi
2023-12-21drm/xe: Correlate engine and cpu timestamps with better accuracyUmesh Nerlige Ramappa
2023-12-21drm/xe: Set the correct type for xe_to_user_engine_classUmesh Nerlige Ramappa
2023-12-21drm/xe: Fix array bounds check for queriesUmesh Nerlige Ramappa
2023-12-21drm/xe/uapi: Remove useless max_page_sizeRodrigo Vivi
2023-12-21drm/xe/uapi: Typo lingo and other small backwards compatible fixesRodrigo Vivi
2023-12-21drm/xe/xe2: Track VA bits independently of max page table levelMatt Roper
2023-12-21drm/xe: Rename engine to exec_queueFrancois Dugast
2023-12-21drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]Francois Dugast
2023-12-21drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUCRodrigo Vivi
2023-12-21drm/xe/uapi: add the userspace bits for small-barMatthew Auld
2023-12-21drm/xe: Rely on kmalloc/kzalloc log messageFrancois Dugast
2023-12-21drm/xe: Prevent flooding the kernel log with XE_IOCTL_ERRFrancois Dugast
2023-12-21drm/xe: Make usable size of VRAM readableTejas Upadhyay
2023-12-21drm/xe/uapi: restrict system wide accountingMatthew Auld
2023-12-19drm/xe: Update query uapi to support standalone mediaMatt Roper
2023-12-19drm/xe: Clarify 'gt' retrieval for primary tileMatt Roper
2023-12-19drm/xe: Move VRAM from GT to tileMatt Roper
2023-12-19drm/xe: Validate uAPI padding and reserved fieldsChristopher Snowhill
2023-12-19drm/xe: Add max engine priority to xe queryJosé Roberto de Souza
2023-12-19drm/xe: Sort includesLucas De Marchi
2023-12-19drm/xe/query: zero the region infoMatthew Auld
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost