mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 13:52:54 +00:00
lib/igt_kms: Unify pipe name helpers
And add api doc while at it. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -212,9 +212,9 @@ static void test_read_crc(data_t *data, int pipe, unsigned flags)
|
||||
|
||||
for_each_connected_output(display, output) {
|
||||
|
||||
igt_info("%s: Testing connector %s using pipe %c\n",
|
||||
igt_info("%s: Testing connector %s using pipe %s\n",
|
||||
igt_subtest_name(), igt_output_name(output),
|
||||
pipe_name(pipe));
|
||||
kmstest_pipe_name(pipe));
|
||||
|
||||
valid_connectors += test_read_crc_for_output(data, pipe, output, flags);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user