[Bug 108546] Loading i915 kernel module breaks NVMe PCI device on the new Coffee Lake box

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Oct 30 10:33:02 UTC 2018


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

--- Comment #10 from Takashi Iwai <tiwai at suse.de> ---
So I tried to hack around the function, just like

--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -1921,7 +1921,7 @@ intel_hdmi_detect(struct drm_connector *connector, bool
force)

        intel_display_power_get(dev_priv, POWER_DOMAIN_GMBUS);

-       if (IS_ICELAKE(dev_priv) &&
+       if (//IS_ICELAKE(dev_priv) &&
            !intel_digital_port_connected(encoder))
                goto out;


... and this seems working.  No NVMe-related errors are seen after this.

I don't mean that this is the right fix, but it indicates that poking the HDMI
detection for HDMI-3 screws up the NVMe on PCIe, apparently.

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


More information about the intel-gfx-bugs mailing list