aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/drm/drm_core.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@starflyer.(none)>2005-11-11 22:33:39 +1100
committerDave Airlie <airlied@linux.ie>2005-11-11 22:33:39 +1100
commitefa58395bee82dc5a87805e7eb7c710e88eb4bd7 (patch)
tree39b845cda408682638f48d955a066592863ba2d0 /drivers/char/drm/drm_core.h
parentdrm: simplify sysfs code for drm (diff)
downloadlinux-dev-efa58395bee82dc5a87805e7eb7c710e88eb4bd7.tar.xz
linux-dev-efa58395bee82dc5a87805e7eb7c710e88eb4bd7.zip
drm: add in-kernel entry points for rest of AGP ioctls
Allow DRM modules to call AGP internally in the kernel. From: Ian Romanick <idr@us.ibm.com> Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/drm_core.h')
-rw-r--r--drivers/char/drm/drm_core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/drm/drm_core.h b/drivers/char/drm/drm_core.h
index cc97bb906dda..f4f9db6c7ed4 100644
--- a/drivers/char/drm/drm_core.h
+++ b/drivers/char/drm/drm_core.h
@@ -24,11 +24,11 @@
#define CORE_NAME "drm"
#define CORE_DESC "DRM shared core routines"
-#define CORE_DATE "20040925"
+#define CORE_DATE "20051102"
#define DRM_IF_MAJOR 1
#define DRM_IF_MINOR 2
#define CORE_MAJOR 1
#define CORE_MINOR 0
-#define CORE_PATCHLEVEL 0
+#define CORE_PATCHLEVEL 1