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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Feb 28 09:53:12 UTC 2017


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

--- Comment #4 from Maarten Lankhorst <bugs at mblankhorst.nl> ---
Added a workaround for the legacy case. This should make the legacy tests pass
again for now, but when i915 specific connector properties are converted this
commit should be reverted again.

Leaving the bug open for connector-properties-atomic.

commit a9dcd63441648d3f556ee80b77ea4c5b0c058964
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Mon Feb 27 13:08:41 2017 +0100

    kms_properties: Ignore CRTC_ID for the legacy case

    Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>

diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index a86371c08203..8e2444732f5f 100644
--- a/tests/kms_properties.c
+++ b/tests/kms_properties.c
@@ -74,6 +74,10 @@ 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"))
+               return true;
+
        if (atomic && !strcmp(name, "DPMS"))
                return true;

-- 
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/20170228/54493685/attachment-0001.html>


More information about the intel-gfx-bugs mailing list