summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/kms_properties.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index a86371c0..8e244473 100644
--- a/tests/kms_properties.c
+++ b/tests/kms_properties.c
@@ -74,6 +74,10 @@ static bool ignore_connector_property(const char *name, bool atomic)
!strcmp(name, "TILE"))
return true;
+ /* FIXME: Remove when all intel connectors are converted to atomic. */
+ if (!atomic && !strcmp(name, "CRTC_ID"))
+ return true;
+
if (atomic && !strcmp(name, "DPMS"))
return true;