Skip to content

Commit

Permalink
drm/nouveau: bump driver version for release
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Aug 28, 2015
1 parent 43a7066 commit a3c1ff8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions drivers/gpu/drm/nouveau/nouveau_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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>
Expand Down

0 comments on commit a3c1ff8

Please sign in to comment.