summaryrefslogtreecommitdiff
path: root/tests/gem_gtt_speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_gtt_speed.c')
-rw-r--r--tests/gem_gtt_speed.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/gem_gtt_speed.c b/tests/gem_gtt_speed.c
index a406a242..6bb229c4 100644
--- a/tests/gem_gtt_speed.c
+++ b/tests/gem_gtt_speed.c
@@ -98,14 +98,6 @@ static int gem_read(int fd,
return drmIoctl(fd, DRM_IOCTL_I915_GEM_PREAD, &pread);
}
-static void gem_close(int fd, uint32_t handle)
-{
- struct drm_gem_close close;
-
- close.handle = handle;
- (void)drmIoctl(fd, DRM_IOCTL_GEM_CLOSE, &close);
-}
-
static double elapsed(const struct timeval *start,
const struct timeval *end,
int loop)