From a39f864cea0e47085f5bca549384d54671d02674 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Wed, 7 Jun 2017 10:04:10 +0200 Subject: 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 --- tests/kms_properties.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/kms_properties.c') 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; -- cgit v1.2.3