mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 04:42:53 +00:00
lib: add igt_assert_lt
Found one user in gem_wait.c Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ static void render_timeout(int fd)
|
||||
iter <<= 1;
|
||||
} while (!done && iter < 1000000);
|
||||
|
||||
igt_assert_cmpint(iter, <, >=, 1000000);
|
||||
igt_assert_lt(iter, 1000000);
|
||||
|
||||
igt_info("%d iters is enough work\n", iter);
|
||||
gem_quiescent_gpu(fd);
|
||||
|
||||
Reference in New Issue
Block a user