mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-29 15:00:14 +01:00
make max minor more rational
This commit is contained in:
parent
92150972e5
commit
2a9dbb2895
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@
|
|||
#if defined(__linux__) || defined(__NetBSD__)
|
||||
#define DRM_MAJOR 226
|
||||
#endif
|
||||
#define DRM_MAX_MINOR 255
|
||||
#define DRM_MAX_MINOR 15
|
||||
#endif
|
||||
#define DRM_NAME "drm" /**< Name in kernel, /dev, and /proc */
|
||||
#define DRM_MIN_ORDER 5 /**< At least 2^5 bytes = 32 bytes */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue