[Bug 99897] [IGT] kms_properties produces Failed assertion when checking connector properties

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Mar 15 13:41:48 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=99897

Maarten Lankhorst <bugs at mblankhorst.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #8 from Maarten Lankhorst <bugs at mblankhorst.nl> ---
Try 2, blacklist one more property..

Can you retest or close if there's another failure?

commit 32c4b69a9d18ad7ec62f3e656a08f3325fb942c9
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Wed Mar 15 14:39:03 2017 +0100

    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 <maarten.lankhorst at linux.intel.com>

diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index 8e2444732f5f..591e1a019190 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"))

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20170315/f1c2b23a/attachment.html>


More information about the intel-gfx-bugs mailing list