mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-24 06:43:01 +00:00
tests: sprinkle igt logging
All the cases that simply dump some debug information and couldn't be converted to some of the fancier macros. Some information output removed when it's redundant with the subtest status. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -175,9 +175,9 @@ static int run_test(int threads_per_fence, void *f, int tiling,
|
||||
|
||||
num_threads = threads_per_fence * num_fences;
|
||||
|
||||
printf("%s: threads %d, fences %d, tiling %d, surfaces per thread %d\n",
|
||||
f == bo_copy ? "copy" : "write-verify", num_threads,
|
||||
num_fences, tiling, surfaces_per_thread);
|
||||
igt_info("%s: threads %d, fences %d, tiling %d, surfaces per thread %d\n",
|
||||
f == bo_copy ? "copy" : "write-verify", num_threads,
|
||||
num_fences, tiling, surfaces_per_thread);
|
||||
|
||||
if (threads_per_fence) {
|
||||
threads = calloc(sizeof(*threads), num_threads);
|
||||
|
||||
Reference in New Issue
Block a user