Skip to content

Commit 79ef5dc

Browse files
author
Ben Skeggs
committed
drm/nouveau: bump patchlevel to indicate availability of abi16/nvif interop
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
1 parent 2621a41 commit 79ef5dc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/gpu/drm/nouveau/nouveau_drm.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define DRIVER_MAJOR 1
1212
#define DRIVER_MINOR 3
13-
#define DRIVER_PATCHLEVEL 0
13+
#define DRIVER_PATCHLEVEL 1
1414

1515
/*
1616
* 1.1.1:
@@ -33,6 +33,8 @@
3333
* 1.3.0:
3434
* - NVIF ABI modified, safe because only (current) users are test
3535
* programs that get directly linked with NVKM.
36+
* 1.3.1:
37+
* - implemented limited ABI16/NVIF interop
3638
*/
3739

3840
#include <nvif/client.h>

0 commit comments

Comments
 (0)