Skip to content

xf86drm: mark DRM_MAX_MINOR as deprecated

Simon Ser requested to merge emersion/drm:deprecate-drm-max-minor into main

With the work in 1, libdrm users should no longer rely on the minor numbering scheme we've used so far. Instead, they should use drmGetDevices2().

cc @ckoenig @jzhums @mareko

Merge request reports