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:
@@ -95,8 +95,8 @@ static int check_bo(struct bo *b)
|
||||
int x = i % width;
|
||||
int y = i / width;
|
||||
|
||||
printf("%s: copy #%d at %d,%d failed: read 0x%08x\n",
|
||||
b->ring, i, x, y, map[i]);
|
||||
igt_info("%s: copy #%d at %d,%d failed: read 0x%08x\n",
|
||||
b->ring, i, x, y, map[i]);
|
||||
}
|
||||
}
|
||||
drm_intel_bo_unmap(b->dst);
|
||||
@@ -165,7 +165,7 @@ static int check_ring(drm_intel_bufmgr *bufmgr,
|
||||
}
|
||||
|
||||
/* verify */
|
||||
printf("verifying\n");
|
||||
igt_info("verifying\n");
|
||||
i = check_bo(&bo);
|
||||
destroy_bo(&bo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user