Searched refs:DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 1542 drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p); in crocus_create_hw_context() 1571 if (intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p)) in crocus_hw_context_set_priority()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 511 if (intel_ioctl(fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p)) in anv_gem_set_context_param()
|
/third_party/libdrm/include/drm/ |
D | i915_drm.h | 401 #define DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_SETPA… macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | i915_drm.h | 467 #define DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_SETPA… macro
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 2058 intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p); in iris_create_hw_context() 2087 if (intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p)) in iris_hw_context_set_priority()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 1769 if (drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p)) in brw_hw_context_set_priority()
|