mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 12:52:55 +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:
@@ -109,7 +109,7 @@ static void test_partial_reads(void)
|
||||
{
|
||||
int i, j;
|
||||
|
||||
printf("checking partial reads\n");
|
||||
igt_info("checking partial reads\n");
|
||||
for (i = 0; i < ROUNDS; i++) {
|
||||
int start, len;
|
||||
int val = i % 256;
|
||||
@@ -136,7 +136,7 @@ static void test_partial_writes(void)
|
||||
int i, j;
|
||||
uint8_t *gtt_ptr;
|
||||
|
||||
printf("checking partial writes\n");
|
||||
igt_info("checking partial writes\n");
|
||||
for (i = 0; i < ROUNDS; i++) {
|
||||
int start, len;
|
||||
int val = i % 256;
|
||||
@@ -181,7 +181,7 @@ static void test_partial_read_writes(void)
|
||||
int i, j;
|
||||
uint8_t *gtt_ptr;
|
||||
|
||||
printf("checking partial writes after partial reads\n");
|
||||
igt_info("checking partial writes after partial reads\n");
|
||||
for (i = 0; i < ROUNDS; i++) {
|
||||
int start, len;
|
||||
int val = i % 256;
|
||||
|
||||
Reference in New Issue
Block a user