Skip to content

Commit

Permalink
drm/nouveau: bump patchlevel to indicate availability of abi16/nvif i…
Browse files Browse the repository at this point in the history
…nterop

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Nov 3, 2015
1 parent 2621a41 commit 79ef5dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/gpu/drm/nouveau/nouveau_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#define DRIVER_MAJOR 1
#define DRIVER_MINOR 3
#define DRIVER_PATCHLEVEL 0
#define DRIVER_PATCHLEVEL 1

/*
* 1.1.1:
Expand All @@ -33,6 +33,8 @@
* 1.3.0:
* - NVIF ABI modified, safe because only (current) users are test
* programs that get directly linked with NVKM.
* 1.3.1:
* - implemented limited ABI16/NVIF interop
*/

#include <nvif/client.h>
Expand Down

0 comments on commit 79ef5dc

Please sign in to comment.