<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [KBL/BXT] [IGT] kms_properties produces Failed assertion when checking connector properties"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99897#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [KBL/BXT] [IGT] kms_properties produces Failed assertion when checking connector properties"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99897">bug 99897</a>
              from <span class="vcard"><a class="email" href="mailto:bugs@mblankhorst.nl" title="Maarten Lankhorst <bugs@mblankhorst.nl>"> <span class="fn">Maarten Lankhorst</span></a>
</span></b>
        <pre>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 <<a href="mailto:maarten.lankhorst@linux.intel.com">maarten.lankhorst@linux.intel.com</a>>
Date:   Mon Feb 27 13:08:41 2017 +0100

    kms_properties: Ignore CRTC_ID for the legacy case

    Signed-off-by: Maarten Lankhorst <<a href="mailto:maarten.lankhorst@linux.intel.com">maarten.lankhorst@linux.intel.com</a>>

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;</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>