summaryrefslogtreecommitdiff
path: root/tests/gem_threaded_access_tiled.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_threaded_access_tiled.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_threaded_access_tiled.c')
-rw-r--r--tests/gem_threaded_access_tiled.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_threaded_access_tiled.c b/tests/gem_threaded_access_tiled.c
index 48a6f62f..2895bf80 100644
--- a/tests/gem_threaded_access_tiled.c
+++ b/tests/gem_threaded_access_tiled.c
@@ -95,7 +95,7 @@ int main(int argc, char **argv)
unsigned long pitch = 0;
int r;
- drmtest_skip_on_simulation();
+ igt_skip_on_simulation();
fd = drm_open_any();
assert(fd >= 0);