[igt-dev] [PATCH] tests/i915/kms_big_fb: Skip tests if there is no connector connected
Jeevan B
jeevan.b at intel.com
Thu Oct 21 18:06:41 UTC 2021
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 at 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
More information about the igt-dev
mailing list