mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +00:00
tests: s/cacheing/caching
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
for (c = cache; c->level != -1; c++) {
|
||||
if (gem_set_cacheing(fd, dst, c->level))
|
||||
if (gem_set_caching(fd, dst, c->level))
|
||||
continue;
|
||||
|
||||
for (count = 1; count <= 1<<17; count <<= 1) {
|
||||
|
||||
Reference in New Issue
Block a user