Skip to content

Use linux_dmabuf v4 when available to get the DRM device

Austin Shafer requested to merge ashafer/xserver:get_name into master

This change is dependent on the dmabuf v4 MR: !818 (merged)

Basically this MR adds the ability to get the DRM name from the linux dmabuf v4 feedback object's main device field. This technically gives us a way to open a dri3 client without wl_drm being present, but doesn't totally remove the requirement on wl_drm.

Merge request reports