mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +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:
@@ -56,7 +56,7 @@ store_dword_loop(int divider, unsigned flags)
|
||||
uint32_t *buf;
|
||||
drm_intel_bo *cmd_bo;
|
||||
|
||||
printf("running storedw loop with stall every %i batch\n", divider);
|
||||
igt_info("running storedw loop with stall every %i batch\n", divider);
|
||||
|
||||
cmd = MI_STORE_DWORD_IMM;
|
||||
if (!has_ppgtt)
|
||||
@@ -126,7 +126,7 @@ cont:
|
||||
val++;
|
||||
}
|
||||
|
||||
printf("completed %d writes successfully\n", i);
|
||||
igt_info("completed %d writes successfully\n", i);
|
||||
}
|
||||
|
||||
int fd;
|
||||
|
||||
Reference in New Issue
Block a user