mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +00:00
tests: s/cacheing/caching
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -258,7 +258,7 @@ static void do_tests(int cache_level, const char *suffix)
|
||||
char name[80];
|
||||
|
||||
if (cache_level != -1) {
|
||||
switch (gem_set_cacheing(fd, scratch_bo->handle, cache_level)) {
|
||||
switch (gem_set_caching(fd, scratch_bo->handle, cache_level)) {
|
||||
case 0: break;
|
||||
case -EINVAL:
|
||||
case -ENOTTY:
|
||||
|
||||
Reference in New Issue
Block a user