summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRik Faith <faith@alephnull.com>2001-02-01 20:51:44 +0000
committerRik Faith <faith@alephnull.com>2001-02-01 20:51:44 +0000
commit6fc31e043a59c57437d3d6943ea8fdbff94b7a9c (patch)
treed2ece3c3c1afe0eee02a5ded8dba7437551f3682
parentaf7d8707ddcec654dfba093d86e6d3a7012b14f2 (diff)
downloaddrm-6fc31e043a59c57437d3d6943ea8fdbff94b7a9c.tar.gz
Add DRM_MAJOR
-rw-r--r--linux/drm.h1
-rw-r--r--shared-core/drm.h1
-rw-r--r--shared/drm.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/linux/drm.h b/linux/drm.h
index 0e6a4b46..e270da8b 100644
--- a/linux/drm.h
+++ b/linux/drm.h
@@ -52,6 +52,7 @@
#define DRM_DEV_GID 0
+#define DRM_MAJOR 226
#define DRM_NAME "drm" /* Name in kernel, /dev, and /proc */
#define DRM_MIN_ORDER 5 /* At least 2^5 bytes = 32 bytes */
#define DRM_MAX_ORDER 22 /* Up to 2^22 bytes = 4MB */
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 0e6a4b46..e270da8b 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -52,6 +52,7 @@
#define DRM_DEV_GID 0
+#define DRM_MAJOR 226
#define DRM_NAME "drm" /* Name in kernel, /dev, and /proc */
#define DRM_MIN_ORDER 5 /* At least 2^5 bytes = 32 bytes */
#define DRM_MAX_ORDER 22 /* Up to 2^22 bytes = 4MB */
diff --git a/shared/drm.h b/shared/drm.h
index 0e6a4b46..e270da8b 100644
--- a/shared/drm.h
+++ b/shared/drm.h
@@ -52,6 +52,7 @@
#define DRM_DEV_GID 0
+#define DRM_MAJOR 226
#define DRM_NAME "drm" /* Name in kernel, /dev, and /proc */
#define DRM_MIN_ORDER 5 /* At least 2^5 bytes = 32 bytes */
#define DRM_MAX_ORDER 22 /* Up to 2^22 bytes = 4MB */