summaryrefslogtreecommitdiff
path: root/lib/igt_dummyload.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-05-17 21:41:30 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-05-17 21:44:00 +0100
commit49e083a29a0942309c877ea8e9275fa985a5bf25 (patch)
tree580ebbd902f5bcd2e316273f7d3f427b12980dfe /lib/igt_dummyload.h
parent8910738e25fa701fcb6a1cebdfc6c7ea7e1213f7 (diff)
igt/gem_spin_batch: Avoid interleave throttle within open spin batches
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101079 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'lib/igt_dummyload.h')
-rw-r--r--lib/igt_dummyload.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/igt_dummyload.h b/lib/igt_dummyload.h
index 41125e3f..340cada0 100644
--- a/lib/igt_dummyload.h
+++ b/lib/igt_dummyload.h
@@ -37,7 +37,8 @@ typedef struct igt_spin {
uint32_t *batch;
} igt_spin_t;
-igt_spin_t *igt_spin_batch_new(int fd, int engine, unsigned int dep_handle);
+igt_spin_t *__igt_spin_batch_new(int fd, int engine, unsigned int dep);
+igt_spin_t *igt_spin_batch_new(int fd, int engine, unsigned int dep);
void igt_spin_batch_set_timeout(igt_spin_t *spin, int64_t ns);
void igt_spin_batch_end(igt_spin_t *spin);
void igt_spin_batch_free(int fd, igt_spin_t *spin);