[Bug 71759] Intel driver fails with "intel_do_flush_locked failed: No such file or directory" if buffer imported with EGL_NATIVE_PIXMAP_KHR

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 1 10:26:41 UTC 2016


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

--- Comment #16 from Fabrice Bellet <fabrice at bellet.info> ---
More debug hints: two glxcontext are created (one by cogl, and another by
gstreamer-vaapi), and two different bufmgr are created. The failing relocation
concerns a bufmgr from the other context, when intel_update_image_buffers()
calls loader_dri3_get_buffers() -> dri3_get_pixmap_buffer() ->
loader_dri3_create_image() -> intel_create_image_from_fds() ->
drm_intel_bo_gem_create_from_prime(): the image->bo->bufmgr created there is
different from brw->bufmgr.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20160301/5bd27ec5/attachment.html>


More information about the intel-3d-bugs mailing list