diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2012-03-15 22:44:34 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2012-03-22 03:18:06 -0400 |
commit | f887c425f9eeed8ffbca64c8be45da62b07096c0 (patch) | |
tree | 37947b9c6ccfbbae8dc4943ff41187c2982f4af7 /drivers/gpu/drm/nouveau | |
parent | dd62608bcc8a629c4c583fb50b90003fd5213516 (diff) |
drm/nouveau: bump version to 1.0.0
The time has come to get a proper version number that we can change to
indicate new features etc, rather than the lock-step 0.0.XX that we
previously had.
libdrm has recognised this version as compatible with 0.0.16 since 2.4.22,
so hopefully any breakage people see should be very minimal.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drv.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h index c1e9a6afc991..211d8000aac7 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drv.h +++ b/drivers/gpu/drm/nouveau/nouveau_drv.h | |||
@@ -26,15 +26,15 @@ | |||
26 | #define __NOUVEAU_DRV_H__ | 26 | #define __NOUVEAU_DRV_H__ |
27 | 27 | ||
28 | #define DRIVER_AUTHOR "Stephane Marchesin" | 28 | #define DRIVER_AUTHOR "Stephane Marchesin" |
29 | #define DRIVER_EMAIL "dri-devel@lists.sourceforge.net" | 29 | #define DRIVER_EMAIL "nouveau@lists.freedesktop.org" |
30 | 30 | ||
31 | #define DRIVER_NAME "nouveau" | 31 | #define DRIVER_NAME "nouveau" |
32 | #define DRIVER_DESC "nVidia Riva/TNT/GeForce" | 32 | #define DRIVER_DESC "nVidia Riva/TNT/GeForce" |
33 | #define DRIVER_DATE "20090420" | 33 | #define DRIVER_DATE "20120316" |
34 | 34 | ||
35 | #define DRIVER_MAJOR 0 | 35 | #define DRIVER_MAJOR 1 |
36 | #define DRIVER_MINOR 0 | 36 | #define DRIVER_MINOR 0 |
37 | #define DRIVER_PATCHLEVEL 16 | 37 | #define DRIVER_PATCHLEVEL 0 |
38 | 38 | ||
39 | #define NOUVEAU_FAMILY 0x0000FFFF | 39 | #define NOUVEAU_FAMILY 0x0000FFFF |
40 | #define NOUVEAU_FLAGS 0xFFFF0000 | 40 | #define NOUVEAU_FLAGS 0xFFFF0000 |