From 32c4b69a9d18ad7ec62f3e656a08f3325fb942c9 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Wed, 15 Mar 2017 14:39:03 +0100 Subject: kms_properties: Blacklist legacy link-status connector property. This will be fixed by converting all connectors to atomic, but this fails for now. Blacklist it just like crtc_id temporarily. Signed-off-by: Maarten Lankhorst --- tests/kms_properties.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/kms_properties.c') 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")) -- cgit v1.2.3