diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2015-08-20 00:54:23 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2015-08-27 22:40:49 -0400 |
commit | a3c1ff87cfe27f99de58c153eb9d42dcfdbfa59b (patch) | |
tree | e44511a47f633d45e7bb456e0fea9fa7974febd7 | |
parent | 43a70661eaa64aa4e36e421eee3b9ded3190837b (diff) |
drm/nouveau: bump driver version for release
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drm.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.h b/drivers/gpu/drm/nouveau/nouveau_drm.h index 7fb3a8ad12d7..3c902c24a8dd 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.h +++ b/drivers/gpu/drm/nouveau/nouveau_drm.h | |||
@@ -9,8 +9,8 @@ | |||
9 | #define DRIVER_DATE "20120801" | 9 | #define DRIVER_DATE "20120801" |
10 | 10 | ||
11 | #define DRIVER_MAJOR 1 | 11 | #define DRIVER_MAJOR 1 |
12 | #define DRIVER_MINOR 2 | 12 | #define DRIVER_MINOR 3 |
13 | #define DRIVER_PATCHLEVEL 2 | 13 | #define DRIVER_PATCHLEVEL 0 |
14 | 14 | ||
15 | /* | 15 | /* |
16 | * 1.1.1: | 16 | * 1.1.1: |
@@ -30,6 +30,9 @@ | |||
30 | * - allow concurrent access to bo's mapped read/write. | 30 | * - allow concurrent access to bo's mapped read/write. |
31 | * 1.2.2: | 31 | * 1.2.2: |
32 | * - add NOUVEAU_GEM_DOMAIN_COHERENT flag | 32 | * - add NOUVEAU_GEM_DOMAIN_COHERENT flag |
33 | * 1.3.0: | ||
34 | * - NVIF ABI modified, safe because only (current) users are test | ||
35 | * programs that get directly linked with NVKM. | ||
33 | */ | 36 | */ |
34 | 37 | ||
35 | #include <nvif/client.h> | 38 | #include <nvif/client.h> |