Home
last modified time | relevance | path

Searched refs:DRM_IOCTL_I915_GEM_WAIT (Results 1 – 9 of 9) 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.c243 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.h522 #define DRM_IOCTL_I915_GEM_WAIT DRM_IOWR(DRM_COMMAND_BASE + DRM_I915_GEM_WAIT, struct drm_i915_gem… macro
/third_party/mesa3d/src/intel/common/tests/
Dmi_builder_test.cpp352 ASSERT_EQ(drmIoctl(fd, DRM_IOCTL_I915_GEM_WAIT, in submit_batch()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c1134 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_WAIT, &wait); in crocus_bo_wait()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c1693 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_WAIT, &wait); in iris_bo_wait_gem()
/third_party/libdrm/intel/
Dintel_bufmgr_gem.c1922 ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GEM_WAIT, &wait); in drm_intel_gem_bo_wait()