mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
tests/kms_3d: skip if connectors cannot be forced
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user