Skip to content

backend/drm: handle errors when fetching DRM name/version

Simon Ser requested to merge emersion/wlroots:check-drm-ver into master

These functions can fail if the FD is not a DRM device or on memory allocation failure, for instance.

Merge request reports