summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/kms_properties.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index c15026b8..276c07be 100644
--- a/tests/kms_properties.c
+++ b/tests/kms_properties.c
@@ -74,11 +74,6 @@ 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") ||
- !strcmp(name, "link-status")))
- return true;
-
if (atomic && !strcmp(name, "DPMS"))
return true;