[Bug 94014] Failure to wake monitor after sleep on Haswell graphics driver under 4.4.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri May 20 22:28:07 UTC 2016


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

--- Comment #24 from Luke <luke at diamand.org> ---
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))

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


More information about the intel-gfx-bugs mailing list