summaryrefslogtreecommitdiff
path: root/tests/gem_ringfill.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_ringfill.c')
-rw-r--r--tests/gem_ringfill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_ringfill.c b/tests/gem_ringfill.c
index e503913d..8047042b 100644
--- a/tests/gem_ringfill.c
+++ b/tests/gem_ringfill.c
@@ -88,7 +88,7 @@ static void run_test(int fd, unsigned ring, unsigned flags)
struct drm_i915_gem_exec_object2 obj[2];
struct drm_i915_gem_relocation_entry reloc[1024];
struct drm_i915_gem_execbuffer2 execbuf;
- struct igt_hang_ring hang;
+ igt_hang_t hang;
uint32_t *batch, *b;
int i;