Searched refs:DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 524 int ret = intel_ioctl(fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &gp); in anv_gem_get_context_param()
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.c | 577 case DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM: { in ioctl()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 400 #define DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_GETPA… macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 466 #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/ |
D | iris_bufmgr.c | 2070 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/ |
D | crocus_bufmgr.c | 1554 drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &p); in crocus_hw_context_get_priority()
|
/third_party/mesa3d/src/intel/perf/ |
D | intel_perf.c | 600 intel_ioctl(drm_fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &arg); in i915_get_sseu()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 1817 if (drmIoctl(fd, DRM_IOCTL_I915_GEM_CONTEXT_GETPARAM, &gp)) in gem_context_getparam()
|