summaryrefslogtreecommitdiff
path: root/tests/kms_properties.c
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2017-06-07 10:04:10 +0200
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2017-06-07 10:04:28 +0200
commita39f864cea0e47085f5bca549384d54671d02674 (patch)
tree8653b6b10092f7f84095f4e3f01c3795d565f9bd /tests/kms_properties.c
parent9d809cdeac9739304f3254d85dd5b8599b7a58e4 (diff)
tests/kms_properties: Allow setting all connector properties now.
i915 connector properties have been converted to atomic, so all properties can now be set. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Diffstat (limited to 'tests/kms_properties.c')
-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;