<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - connector properties sometimes go outdated"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92728">92728</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>connector properties sometimes go outdated
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>DRI
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>DRM/Intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>tiagomatos@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The intel ddx sometimes doesn't return the edid on a XRRGetOutputProperty()
call. The wrong seems to be due to sna_output->prop_values not being up to
date.

If I force the properties to be updated on sna_output_attach_edid() I always
get a valid edid. Something like:

@@ -3235,6 +3238,8 @@ sna_output_attach_edid(xf86OutputPtr output)
        if (sna_output->edid_idx == -1)
                return;

+        update_properties(sna, sna_output);
+
        raw = sna_output->edid_raw;
        blob.length = sna_output->edid_len;


that's unlikely to the the correct solution since it seems that the driver is
trying to cache these values but I'm not sure where's the correct place to
invalidate the cache.</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 on the CC list for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>