mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +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:
@@ -150,10 +150,10 @@ static void big_exec(int fd, uint32_t handle, int ring)
|
||||
gem_close(fd, gem_exec[i].handle);
|
||||
gem_exec[i].handle = handle;
|
||||
execbuf.buffer_count--;
|
||||
printf("trying buffer count %i\n", i - 1);
|
||||
igt_info("trying buffer count %i\n", i - 1);
|
||||
}
|
||||
|
||||
printf("reduced buffer count to %i from %i\n",
|
||||
igt_info("reduced buffer count to %i from %i\n",
|
||||
i - 1, num_buffers);
|
||||
|
||||
/* double check that it works */
|
||||
|
||||
Reference in New Issue
Block a user