mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 09:00:13 +01:00
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>
This commit is contained in:
parent
cc8c223c9e
commit
4b51e34d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue