[PATCH i-g-t v2] tests/kms_plane_scaling: Add logs to skips
Reddy Guddati, Santhosh
santhosh.reddy.guddati at intel.com
Thu Jan 9 16:59:05 UTC 2025
Hi Pranay,
________________________________
From: Samala, Pranay <pranay.samala at intel.com>
Sent: Thursday, January 9, 2025 2:08 PM
To: igt-dev at lists.freedesktop.org <igt-dev at lists.freedesktop.org>
Cc: B S, Karthik <karthik.b.s at intel.com>; Reddy Guddati, Santhosh <santhosh.reddy.guddati at intel.com>; Lattannavar, Sameer <sameer.lattannavar at intel.com>; Samala, Pranay <pranay.samala at intel.com>
Subject: [PATCH i-g-t v2] tests/kms_plane_scaling: Add logs to skips
Having some logs for test failures & skips would
make debugging much easier.
v2: Add output/pipe name for detailed message (Santhosh)
Signed-off-by: Pranay Samala <pranay.samala at intel.com>
LGTM
Reviewed-by: Santhosh Reddy Guddati <santhosh.reddy.guddati at intel.com>
---
tests/kms_plane_scaling.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index c8c9aee31..43f578d55 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -1577,6 +1577,12 @@ 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 on output " \
+ "%s pipe %s\n",
+ igt_output_name(output),
+ kmstest_pipe_name(pipe));
}
continue;
}
--
2.34.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/igt-dev/attachments/20250109/c6aef797/attachment.htm>
More information about the igt-dev
mailing list