projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43a7066
)
drm/nouveau: bump driver version for release
author
Ben Skeggs
<bskeggs@redhat.com>
Thu, 20 Aug 2015 04:54:23 +0000
(14:54 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Fri, 28 Aug 2015 02:40:49 +0000
(12:40 +1000)
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_drm.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/nouveau/nouveau_drm.h
b/drivers/gpu/drm/nouveau/nouveau_drm.h
index 7fb3a8ad12d7b5ae536ef055c3a936fdf78c4d51..3c902c24a8dde3667378750bfbff0872948853ca 100644
(file)
--- a/
drivers/gpu/drm/nouveau/nouveau_drm.h
+++ b/
drivers/gpu/drm/nouveau/nouveau_drm.h
@@
-9,8
+9,8
@@
#define DRIVER_DATE "20120801"
#define DRIVER_MAJOR 1
-#define DRIVER_MINOR
2
-#define DRIVER_PATCHLEVEL
2
+#define DRIVER_MINOR
3
+#define DRIVER_PATCHLEVEL
0
/*
* 1.1.1:
@@
-30,6
+30,9
@@
* - allow concurrent access to bo's mapped read/write.
* 1.2.2:
* - add NOUVEAU_GEM_DOMAIN_COHERENT flag
+ * 1.3.0:
+ * - NVIF ABI modified, safe because only (current) users are test
+ * programs that get directly linked with NVKM.
*/
#include <nvif/client.h>