[Bug 110762] [CI][DRMTIP] igt at gem_busy@* - fail/warn - Failed assertion: __gem_execbuf_wr(fd, execbuf) == 0, error: -22 != 0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon May 27 09:01:46 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=110762
--- Comment #2 from Chris Wilson <chris at chris-wilson.co.uk> ---
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.
--
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/20190527/11833a41/attachment.html>
More information about the intel-gfx-bugs
mailing list