Home
last modified time | relevance | path

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

/external/mesa3d/include/drm-uapi/
Di915_drm.h334 #define DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_SETPA… macro
/external/libdrm/include/drm/
Di915_drm.h375 #define DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_SETPA… macro
/external/kernel-headers/original/uapi/drm/
Di915_drm.h375 #define DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_SETPA… macro
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c1348 if (drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p)) in brw_hw_context_set_priority()