Commit 79ef5dca authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau: bump patchlevel to indicate availability of abi16/nvif interop

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 2621a416
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#define DRIVER_MAJOR 1 #define DRIVER_MAJOR 1
#define DRIVER_MINOR 3 #define DRIVER_MINOR 3
#define DRIVER_PATCHLEVEL 0 #define DRIVER_PATCHLEVEL 1
/* /*
* 1.1.1: * 1.1.1:
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
* 1.3.0: * 1.3.0:
* - NVIF ABI modified, safe because only (current) users are test * - NVIF ABI modified, safe because only (current) users are test
* programs that get directly linked with NVKM. * programs that get directly linked with NVKM.
* 1.3.1:
* - implemented limited ABI16/NVIF interop
*/ */
#include <nvif/client.h> #include <nvif/client.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment