summaryrefslogtreecommitdiff
path: root/tests/gem_exec_blt.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-02-09 10:21:27 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-02-09 10:21:27 +0000
commita5bbd5ea7122fef2c66980805c110e4f095406cb (patch)
tree895aed79e0e65b851c6e365e93c868b8f05278eb /tests/gem_exec_blt.c
parent68b64f1b399e712a3b96b91568dc2b6d7e9b35d9 (diff)
tests/gem_exec_blt: Compile fix
Diffstat (limited to 'tests/gem_exec_blt.c')
-rw-r--r--tests/gem_exec_blt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_exec_blt.c b/tests/gem_exec_blt.c
index 774a078e..9ea4c4e7 100644
--- a/tests/gem_exec_blt.c
+++ b/tests/gem_exec_blt.c
@@ -215,6 +215,7 @@ static void run(int object_size)
uint32_t buf[20];
uint32_t handle, src, dst;
int fd, len, count;
+ int ring;
fd = drm_open_any();
handle = gem_create(fd, 4096);