radeon: remove unused legacy state
[platform/upstream/libdrm.git] / linux-core / drm_core.h
index cfe6219..705bbff 100644 (file)
@@ -1,7 +1,5 @@
 /*
  * Copyright 2004 Jon Smirl <jonsmirl@gmail.com>
- * Copyright 1998-2003 VIA Technologies, Inc. All Rights Reserved.
- * Copyright 2001-2003 S3 Graphics, Inc. All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
  * DEALINGS IN THE SOFTWARE.
  */
 
-#define DRIVER_AUTHOR          "Gareth Hughes, Leif Delgass, José Fonseca, Jon Smirl"
+#define CORE_AUTHOR            "Gareth Hughes, Leif Delgass, José Fonseca, Jon Smirl"
 
-#define DRIVER_NAME            "drm"
-#define DRIVER_DESC            "DRM shared core routines"
-#define DRIVER_DATE            "20040925"
+#define CORE_NAME              "drm"
+#define CORE_DESC              "DRM shared core routines"
+#define CORE_DATE              "20060810"
 
 #define DRM_IF_MAJOR   1
-#define DRM_IF_MINOR   2
-
-#define DRIVER_MAJOR   1
-#define DRIVER_MINOR   0
-#define DRIVER_PATCHLEVEL 0
+#define DRM_IF_MINOR   3
 
+#define CORE_MAJOR     1
+#define CORE_MINOR     1
+#define CORE_PATCHLEVEL 0