[Mesa-dev] [Bug 110903] Can't start mutter or GDM with wayland

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 12 16:15:24 UTC 2019


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

Michel Dänzer <michel at daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|mesa-dev at lists.freedesktop. |
                   |org                         |
            Product|Mesa                        |DRI
                 CC|                            |ckoenig.leichtzumerken at gmai
                   |                            |l.com
          Component|EGL                         |libdrm
            Version|git                         |unspecified

--- Comment #5 from Michel Dänzer <michel at daenzer.net> ---
It breaks because the cached amdgpu_device unavoidably uses a different DRM
file descriptor from the one mutter uses for KMS (which it gets independently
from libdrm(_amdgpu)/EGL/GBM), so GEM objects created in the former aren't
visible in the latter.

The libdrm_amdgpu patch I attached makes this particular case work, because the
two file descriptors are for different DRM node types (render vs. card). But it
could still break if the cached amdgpu_device is for the same node type as the
new file descriptor passed in.

Christian, can you remind us in what cases re-using a cached admgpu_device is
required?

-- 
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/mesa-dev/attachments/20190612/6140fe09/attachment.html>


More information about the mesa-dev mailing list