[PATCH i-g-t] tests/kms_plane_scaling: Add logs to skips
Pranay Samala
pranay.samala at intel.com
Fri Jan 3 10:34:14 UTC 2025
Having some logs for test failures & skips would
make debugging much easier.
Signed-off-by: Pranay Samala <pranay.samala at intel.com>
---
tests/kms_plane_scaling.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index c8c9aee31..2a8867822 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -1577,6 +1577,9 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
kmstest_pipe_name(pipe), igt_output_name(output))
intel_max_source_size_test(&data, pipe, output, mode,
intel_paramtests[index].planesize);
+ } else {
+ igt_info("Unable to find the lowest " \
+ "refresh rate mode\n");
}
continue;
}
--
2.34.1
More information about the igt-dev
mailing list