Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
Danv_gem.c524 int ret = intel_ioctl(fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &gp); in anv_gem_get_context_param()
/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c577 case DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM: { in ioctl()
/third_party/libdrm/include/drm/
Di915_drm.h400 #define DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_GETPA… macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h466 #define DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_GETPA… macro
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c2070 intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &p); in iris_hw_context_get_priority()
2137 if (!intel_ioctl(fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &p)) in iris_gtt_size()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c1554 drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &p); in crocus_hw_context_get_priority()
/third_party/mesa3d/src/intel/perf/
Dintel_perf.c600 intel_ioctl(drm_fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &arg); in i915_get_sseu()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c1817 if (drmIoctl(fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &gp)) in gem_context_getparam()