Searched refs:intel_i915_query_alloc (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/dev/ |
D | intel_hwconfig.c | 279 hwconfig = intel_i915_query_alloc(fd, DRM_I915_QUERY_HWCONFIG_BLOB, in intel_get_and_process_hwconfig_table() 316 hwconfig = intel_i915_query_alloc(fd, DRM_I915_QUERY_HWCONFIG_BLOB, in intel_get_and_print_hwconfig_table()
|
D | intel_device_info.c | 1571 intel_i915_query_alloc(fd, DRM_I915_QUERY_TOPOLOGY_INFO, NULL); in query_topology() 1577 intel_i915_query_alloc(fd, DRM_I915_QUERY_GEOMETRY_SUBSLICES, NULL); in query_topology() 1603 intel_i915_query_alloc(fd, DRM_I915_QUERY_MEMORY_REGIONS, NULL); in query_regions()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_gem.h | 138 intel_i915_query_alloc(int fd, uint64_t query_id, int32_t *query_length) in intel_i915_query_alloc() function
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 431 return intel_i915_query_alloc(fd, DRM_I915_QUERY_ENGINE_INFO, NULL); in anv_gem_get_engine_info()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 276 intel_i915_query_alloc(fd, DRM_I915_QUERY_ENGINE_INFO, NULL); in iris_create_engines_context()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 1920 - anv: Use intel_i915_query_alloc for memory regions 1922 - intel/dev: Use intel_i915_query_alloc in query_topology
|
D | 22.0.0.rst | 2353 - intel/gem: Return length from intel_i915_query_alloc
|
D | 21.2.0.rst | 3033 - anv: Use intel_i915_query_alloc for memory regions
|