aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drm.h7
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>