summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-09-16 18:42:03 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-09-16 18:42:03 +0000
commitc7c9d3ef7b82215696c007415a018c670d54041e (patch)
treee80733dad72557c963530efe4e2e715141f36c98 /shared-core/drm.h
parent5dfd89ae0a4894a3b9de17c17bb75c47e6509b8e (diff)
Let's try adding the dyn-minor patch again. This patch will reuse minor
numbers if a card is hotplugged in/out instead of just having them increase.
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 265c5c32..f9469129 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -112,7 +112,7 @@
#if defined(__linux__) || defined(__NetBSD__)
#define DRM_MAJOR 226
#endif
-#define DRM_MAX_MINOR 15
+#define DRM_MAX_MINOR 255
#endif
#define DRM_NAME "drm" /**< Name in kernel, /dev, and /proc */
#define DRM_MIN_ORDER 5 /**< At least 2^5 bytes = 32 bytes */