summaryrefslogtreecommitdiff
path: root/tests/gem_softpin.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_softpin.c')
-rw-r--r--tests/gem_softpin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_softpin.c b/tests/gem_softpin.c
index a6d4274c..cac46694 100644
--- a/tests/gem_softpin.c
+++ b/tests/gem_softpin.c
@@ -348,7 +348,7 @@ static void test_evict_hang(int fd)
const uint32_t bbe = MI_BATCH_BUFFER_END;
struct drm_i915_gem_execbuffer2 execbuf;
struct drm_i915_gem_exec_object2 object;
- igt_hang_ring_t hang;
+ igt_hang_t hang;
uint64_t expected;
memset(&object, 0, sizeof(object));