Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/i915/
Dgem_context.c170 if (igt_ioctl(fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, p)) { in __gem_context_set_param()
/external/mesa3d/src/intel/vulkan/
Danv_gem.c397 if (gen_ioctl(fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p)) in anv_gem_set_context_param()
/external/libdrm/include/drm/
Di915_drm.h401 #define DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_SETPA… macro
/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1679 drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p); in iris_create_hw_context()
1708 if (gen_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p)) in iris_hw_context_set_priority()
/external/igt-gpu-tools/include/drm-uapi/
Di915_drm.h417 #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.h419 #define DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_SETPA… macro
/external/minigbm/external/
Di915_drm.h420 #define DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM DRM_IOWR (DRM_COMMAND_BASE + DRM_I915_GEM_CONTEXT_SETPA… macro
/external/mesa3d/include/drm-uapi/
Di915_drm.h418 #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.c1765 if (drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CONTEXT_SETPARAM, &p)) in brw_hw_context_set_priority()