Signed-off-by: Thomas Wood <[email protected]>
---
 tests/kms_3d.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/kms_3d.c b/tests/kms_3d.c
index ddf4dc6..c11873b 100644
--- a/tests/kms_3d.c
+++ b/tests/kms_3d.c
@@ -60,7 +60,8 @@ igt_simple_main
                            &length);
 
        kmstest_force_edid(drm_fd, connector, edid, length);
-       kmstest_force_connector(drm_fd, connector, FORCE_CONNECTOR_ON);
+       if (!kmstest_force_connector(drm_fd, connector, FORCE_CONNECTOR_ON))
+               igt_skip("Could not force connector on\n");
 
        connector_id = connector->connector_id;
 
-- 
1.9.3

_______________________________________________
Intel-gfx mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to