xf86drm: bump DRM_MAX_MINOR to 64

This is what the kernel uses (see drm_minor_alloc).

Signed-off-by: Simon Ser <contact@emersion.fr>
main
Simon Ser 2023-07-17 16:17:45 +02:00
parent cc8c223c9e
commit 4b51e34d1a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ extern "C" {
#endif
#ifndef DRM_MAX_MINOR
#define DRM_MAX_MINOR 16
#define DRM_MAX_MINOR 64
#endif
#if defined(__linux__)