summaryrefslogtreecommitdiff
path: root/tests/kms_properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/kms_properties.c')
-rw-r--r--tests/kms_properties.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index 8e244473..591e1a01 100644
--- a/tests/kms_properties.c
+++ b/tests/kms_properties.c
@@ -75,7 +75,8 @@ static bool ignore_connector_property(const char *name, bool atomic)
return true;
/* FIXME: Remove when all intel connectors are converted to atomic. */
- if (!atomic && !strcmp(name, "CRTC_ID"))
+ if (!atomic && (!strcmp(name, "CRTC_ID") ||
+ !strcmp(name, "link-status")))
return true;
if (atomic && !strcmp(name, "DPMS"))