Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_I915_GEM_WAIT (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/tools/
Dintel_sanitize_gpu.c261 ret = libc_ioctl(fd, DRM_IOCTL_I915_GEM_WAIT, &wait); in exec_and_check_padding()
Dintel_dump_gpu.c524 case DRM_IOCTL_I915_GEM_WAIT: { in ioctl()
/third_party/mesa3d/src/intel/vulkan/
Danv_gem.c240 int ret = intel_ioctl(device->fd, DRM_IOCTL_I915_GEM_WAIT, &wait); in anv_gem_wait()
/third_party/libdrm/include/drm/
Di915_drm.h393 #define DRM_IOCTL_I915_GEM_WAIT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_WAIT, struct drm_i915_gem… macro
/third_party/mesa3d/include/drm-uapi/
Di915_drm.h459 #define DRM_IOCTL_I915_GEM_WAIT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_WAIT, struct drm_i915_gem… macro
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c1129 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_WAIT, &wait); in crocus_bo_wait()
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp350 ASSERT_EQ(drmIoctl(fd, DRM_IOCTL_I915_GEM_WAIT, in submit_batch()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c1371 int ret = drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_WAIT, &wait); in brw_bo_wait()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1587 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_WAIT, &wait); in iris_bo_wait_gem()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c1876 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GEM_WAIT, &wait); in drm_intel_gem_bo_wait()