<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Loading i915 kernel module breaks NVMe PCI device on the new Coffee Lake box"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108546#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Loading i915 kernel module breaks NVMe PCI device on the new Coffee Lake box"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=108546">bug 108546</a>
              from <span class="vcard"><a class="email" href="mailto:tiwai@suse.de" title="Takashi Iwai <tiwai@suse.de>"> <span class="fn">Takashi Iwai</span></a>
</span></b>
        <pre>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.</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 QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>