[Bug 106182] [Intel NUC] HDMI1 sometimes stops working after resuming from s3 (a single monitor setup)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed May 9 21:42:16 UTC 2018


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

--- Comment #20 from Imre Deak <imre.deak at intel.com> ---
Looks like the HDMI retimer chip is in a weird state when the problem happens.
To test that theory could you see if the following brings back the output on
the HDMI-A-1 connector from the bad state? It resets the chip and forces a
detect cycle. It needs the ioport Ubuntu package and you need to run it as
root:

v=$(outb 0x66 0x80; outb 0x62 0x1a; inb 0x62)
outb 0x66 0x81; outb 0x62 0x1a; outb 0x62 $(( v | 8 ))
sleep 0.1
outb 0x66 0x81; outb 0x62 0x1a; outb 0x62 $(( v & ~8 ))

echo detect > /sys/class/drm/card0-HDMI-A-1/status

Please provide a dmesg log after running the above in any case.

-- 
You are receiving this mail because:
You are on the CC list 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/20180509/3a8c1b66/attachment.html>


More information about the intel-gfx-bugs mailing list