summaryrefslogtreecommitdiff
path: root/tests/i915/gem_pipe_control_store_loop.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915/gem_pipe_control_store_loop.c')
-rw-r--r--tests/i915/gem_pipe_control_store_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i915/gem_pipe_control_store_loop.c b/tests/i915/gem_pipe_control_store_loop.c
index 305ac7ae..20fdc9c1 100644
--- a/tests/i915/gem_pipe_control_store_loop.c
+++ b/tests/i915/gem_pipe_control_store_loop.c
@@ -68,7 +68,7 @@ store_pipe_control_loop(bool preuse_buffer, int timeout)
struct intel_buf *target_buf;
static struct intel_bb *ibb;
- ibb = intel_bb_create_with_relocs(buf_ops_get_fd(bops), 4096);
+ ibb = intel_bb_create(buf_ops_get_fd(bops), 4096);
igt_until_timeout(timeout) {
/* we want to check tlb consistency of the pipe_control target,