diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2006-08-11 17:57:59 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2006-09-29 12:55:08 +0200 |
commit | 2735f9e2908b786586d18f6384371b991bdce430 (patch) | |
tree | 7d2c2f65e3a807e9f4a046f7d7786f1a280403ab /linux-core/drm_core.h | |
parent | ae96e264198323916ee58e293468c9b924feca75 (diff) |
Add support for secondary vertical blank interrupt to DRM core.
(cherry picked from ab351505f36a6c66405ea7604378268848340a42 commit)
Diffstat (limited to 'linux-core/drm_core.h')
-rw-r--r-- | linux-core/drm_core.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux-core/drm_core.h b/linux-core/drm_core.h index f5405fdf..705bbff7 100644 --- a/linux-core/drm_core.h +++ b/linux-core/drm_core.h @@ -25,11 +25,11 @@ #define CORE_NAME "drm" #define CORE_DESC "DRM shared core routines" -#define CORE_DATE "20051102" +#define CORE_DATE "20060810" #define DRM_IF_MAJOR 1 -#define DRM_IF_MINOR 2 +#define DRM_IF_MINOR 3 #define CORE_MAJOR 1 -#define CORE_MINOR 0 -#define CORE_PATCHLEVEL 1 +#define CORE_MINOR 1 +#define CORE_PATCHLEVEL 0 |