<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][DRMTIP] igt@gem_busy@* - fail/warn - Failed assertion: __gem_execbuf_wr(fd, execbuf) == 0, error: -22 != 0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110762#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [CI][DRMTIP] igt@gem_busy@* - fail/warn - Failed assertion: __gem_execbuf_wr(fd, execbuf) == 0, error: -22 != 0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=110762">bug 110762</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>So it doesn't like

static bool has_extended_busy_ioctl(int fd)
{
        igt_spin_t *spin = igt_spin_new(fd, .engine = I915_EXEC_DEFAULT);
        uint32_t read, write;

        __gem_busy(fd, spin->handle, &read, &write);
        igt_spin_free(fd, spin);

        return read != 0;
}

after an earlier __for_each_physical_engine()

I wonder if we've set the engine map to 0.</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>