mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-24 22:55:39 +00:00
s/gem_mmap/gem_mmap__gtt/
Get rid of the gem_mmap() alias of gem_mmap__gtt(). I don't see any point in having it. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Stochastically-reviwewed-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -190,7 +190,7 @@ igt_simple_main
|
||||
gem_execbuf(t[0].fd, &execbuf);
|
||||
gem_sync(t[0].fd, exec[1].handle);
|
||||
|
||||
p = gem_mmap(t[0].fd, exec[0].handle, 4096, PROT_READ);
|
||||
p = gem_mmap__gtt(t[0].fd, exec[0].handle, 4096, PROT_READ);
|
||||
|
||||
igt_info("[%d]={ %08x %08x }\n", i, p[0], p[1]);
|
||||
igt_assert(p[0] & 2);
|
||||
|
||||
Reference in New Issue
Block a user