mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 21:02:59 +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:
@@ -70,9 +70,9 @@ static void test_read_crc(data_t *data, int pipe, unsigned flags)
|
||||
|
||||
igt_output_set_pipe(output, pipe);
|
||||
|
||||
fprintf(stdout, "%s: Testing connector %s using pipe %c\n",
|
||||
igt_subtest_name(), igt_output_name(output),
|
||||
pipe_name(pipe));
|
||||
igt_info("%s: Testing connector %s using pipe %c\n",
|
||||
igt_subtest_name(), igt_output_name(output),
|
||||
pipe_name(pipe));
|
||||
|
||||
mode = igt_output_get_mode(output);
|
||||
igt_create_color_fb(data->drm_fd,
|
||||
|
||||
Reference in New Issue
Block a user