diff options
Diffstat (limited to 'tests/gem_tiling_max_stride.c')
-rw-r--r-- | tests/gem_tiling_max_stride.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_tiling_max_stride.c b/tests/gem_tiling_max_stride.c index 02c4ed28..0867335b 100644 --- a/tests/gem_tiling_max_stride.c +++ b/tests/gem_tiling_max_stride.c @@ -97,7 +97,7 @@ igt_simple_main handle = gem_create(fd, size); - ptr = gem_mmap__gtt(fd, handle, size, PROT_READ | PROT_WRITE); + ptr = __gem_mmap__gtt(fd, handle, size, PROT_READ | PROT_WRITE); igt_assert(ptr); test_invalid_tiling(fd, handle, 0); |