Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c1542 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/
Danv_gem.c511 if (intel_ioctl(fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p)) in anv_gem_set_context_param()
/third_party/libdrm/include/drm/
Di915_drm.h401 #define DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_SETPA… macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h467 #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/
Diris_bufmgr.c2058 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/
Dbrw_bufmgr.c1769 if (drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p)) in brw_hw_context_set_priority()