<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Failure to wake monitor after sleep on Haswell graphics driver under 4.4.1"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94014#c24">Comment # 24</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Failure to wake monitor after sleep on Haswell graphics driver under 4.4.1"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94014">bug 94014</a>
              from <span class="vcard"><a class="email" href="mailto:luke@diamand.org" title="Luke <luke@diamand.org>"> <span class="fn">Luke</span></a>
</span></b>
        <pre>I think it may be just enough to ensure live_status is always set to True.

The latest version of this function does that for generations < 7; my chipset
seems to be generation 7 so I guess that one has broken HDMI HPD as well.

i.e.

-              if (INTEL_INFO(dev_priv)->gen < 7 || IS_IVYBRIDGE(dev_priv))
+              if (INTEL_INFO(dev_priv)->gen < 8 || IS_IVYBRIDGE(dev_priv))</pre>
        </div>
      </p>


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

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