<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [BAT][CI] kernel BUG at drivers/gpu/drm/i915/intel_lrc.c:880!"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102035#c41">Comment # 41</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [BAT][CI] kernel BUG at drivers/gpu/drm/i915/intel_lrc.c:880!"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=102035">bug 102035</a>
              from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
        <pre>More complete would be

diff --git a/drivers/gpu/drm/i915/intel_lrc.c
b/drivers/gpu/drm/i915/intel_lrc.c
index eeb3622803a8..1df66aeca3ba 100644
--- a/drivers/gpu/drm/i915/intel_lrc.c
+++ b/drivers/gpu/drm/i915/intel_lrc.c
@@ -599,7 +599,7 @@ static void execlists_dequeue(struct intel_engine_cs
*engine)
                         * the driver is unable to keep up the supply of new
                         * work).
                         */
-                       if (port_count(&port[1]))
+                       if (port_count(&port[0]))
                                goto unlock;

                        /* WaIdleLiteRestore:bdw,skl

Needs a w/a assigned.</pre>
        </div>
      </p>


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

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