Searched refs:xe_query_alloc_fetch (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/dev/xe/ |
H A D | intel_device_info.c | 41 xe_query_alloc_fetch(int fd, uint32_t query_id, int32_t *len) in xe_query_alloc_fetch() function 70 config = xe_query_alloc_fetch(fd, DRM_XE_DEVICE_QUERY_CONFIG, NULL); in xe_query_config() 91 regions = xe_query_alloc_fetch(fd, DRM_XE_DEVICE_QUERY_MEM_REGIONS, NULL); in intel_device_info_xe_query_regions() 144 gt_list = xe_query_alloc_fetch(fd, DRM_XE_DEVICE_QUERY_GT_LIST, NULL); in xe_query_gts() 168 return xe_query_alloc_fetch(fd, DRM_XE_DEVICE_QUERY_HWCONFIG, len); in intel_device_info_xe_query_hwconfig() 280 topology = xe_query_alloc_fetch(fd, DRM_XE_DEVICE_QUERY_GT_TOPOLOGY, &len); in xe_query_topology()
|