All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH] tests/i915/kms_big_fb: Skip tests if there is no connector connected
@ 2021-10-21 18:06 Jeevan B
  2021-10-21 18:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeevan B @ 2021-10-21 18:06 UTC (permalink / raw)
  To: igt-dev; +Cc: petri.latvala, swati2.sharma, Jeevan B

Modify test to skip if no connector is connected as Unsupported config
should be followed by this check.

Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
 tests/i915/kms_big_fb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/i915/kms_big_fb.c b/tests/i915/kms_big_fb.c
index 86659038..4be90531 100644
--- a/tests/i915/kms_big_fb.c
+++ b/tests/i915/kms_big_fb.c
@@ -810,6 +810,7 @@ igt_main
 
 		igt_require_pipe_crc(data.drm_fd);
 		igt_display_require(&data.display, data.drm_fd);
+		igt_display_require_output(&data.display);
 
 		res = drmModeGetResources(data.drm_fd);
 		igt_assert(res);
-- 
2.19.1

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

end of thread, other threads:[~2021-10-22  9:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-21 18:06 [igt-dev] [PATCH] tests/i915/kms_big_fb: Skip tests if there is no connector connected Jeevan B
2021-10-21 18:57 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-10-21 20:38 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-10-22  9:47 ` [igt-dev] [PATCH] " Petri Latvala

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.