summaryrefslogtreecommitdiff
path: root/tests/gem_busy.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_busy.c')
-rw-r--r--tests/gem_busy.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/gem_busy.c b/tests/gem_busy.c
index 40b901be..d99806f4 100644
--- a/tests/gem_busy.c
+++ b/tests/gem_busy.c
@@ -122,14 +122,6 @@ static uint32_t busy_blt(int fd)
return object[0].handle;
}
-static int __gem_execbuf(int fd, struct drm_i915_gem_execbuffer2 *eb)
-{
- int err = 0;
- if (drmIoctl(fd, DRM_IOCTL_I915_GEM_EXECBUFFER2, eb))
- err = -errno;
- return err;
-}
-
static bool exec_noop(int fd,
uint32_t *handles,
unsigned ring,