Skip to content
Snippets Groups Projects
Commit a3c1ff87 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau: bump driver version for release


Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 43a70661
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment