summaryrefslogtreecommitdiff
path: root/tests/gem_ctx_basic.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-12 12:17:35 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-12 12:20:22 +0200
commit1caaf0a6b6e00e3ab85a10d7e9e36907d4c1d577 (patch)
tree258ab2ef01b3461f1dc85f081a59ecd578874326 /tests/gem_ctx_basic.c
parent814b135541813a6ee623eda895119acdea7f7a2f (diff)
s/drmtest_/igt_/
Requested-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/gem_ctx_basic.c')
-rw-r--r--tests/gem_ctx_basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_ctx_basic.c b/tests/gem_ctx_basic.c
index 729c79c0..592a50cc 100644
--- a/tests/gem_ctx_basic.c
+++ b/tests/gem_ctx_basic.c
@@ -143,7 +143,7 @@ int main(int argc, char *argv[])
fd = drm_open_any();
devid = intel_get_drm_devid(fd);
- if (drmtest_run_in_simulation()) {
+ if (igt_run_in_simulation()) {
num_contexts = 2;
iter = 4;
}