mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
drm/nouveau: bump patchlevel to indicate availability of abi16/nvif interop
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
2621a41647
commit
79ef5dca5e
@ -10,7 +10,7 @@
|
||||
|
||||
#define DRIVER_MAJOR 1
|
||||
#define DRIVER_MINOR 3
|
||||
#define DRIVER_PATCHLEVEL 0
|
||||
#define DRIVER_PATCHLEVEL 1
|
||||
|
||||
/*
|
||||
* 1.1.1:
|
||||
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user