Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] tests/kms_setmode: Add comment for valid scenario
@ 2023-09-26  6:06 Jeevan B
  2023-09-26  8:51 ` [igt-dev] ✓ CI.xeBAT: success for " Patchwork
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jeevan B @ 2023-09-26  6:06 UTC (permalink / raw)
  To: igt-dev

Describe the valid scenario for 'basic-clone-single-crtc' and
'basic-clone-single-crtc' tests, as these tests are skipped if
a valid scenario is not found, which can cause confusion during
bug analysis.

Signed-off-by: Jeevan B <jeevan.b@intel.com>
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
---
 tests/kms_setmode.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tests/kms_setmode.c b/tests/kms_setmode.c
index 32a6fb690..a669cc1df 100644
--- a/tests/kms_setmode.c
+++ b/tests/kms_setmode.c
@@ -979,6 +979,14 @@ const char *help_str =
 	"  -t <test id>\tRun only the test with this id\n"
 	"  -e \t\tExtend to run on all pipes. (By default tests will run on two pipes only)\n";
 
+/*
+ * basic-clone-single-crtc allows the use of a single CRTC for two connectors, such as VGA/HDMI,
+ * VGA/DP, and HDMI/HDMI, which are the possible combinations. Similarly, for invalid-clone-exclusive-crtc,
+ * when a connector uses a CRTC that is not compatible with the connector, for instance, DP/HDMI
+ * can be used on certain pipes on old platforms.
+ */
+
+
 igt_main_args("det:", NULL, help_str, opt_handler, NULL)
 {
 	const struct {
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-09-27  8:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-26  6:06 [igt-dev] [PATCH] tests/kms_setmode: Add comment for valid scenario Jeevan B
2023-09-26  8:51 ` [igt-dev] ✓ CI.xeBAT: success for " Patchwork
2023-09-26  8:54 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
2023-09-26 19:22 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-09-27  8:18 ` [igt-dev] [PATCH] " Sharma, Swati2

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox