Commit 055dffdf authored by Maarten Lankhorst's avatar Maarten Lankhorst

drm/nouveau: bump driver patchlevel to 1.2.1

Allows userspace to detect shared fences are supported.
Signed-off-by: default avatarMaarten Lankhorst <maarten.lankhorst@canonical.com>
parent 1dadba87
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#define DRIVER_MAJOR 1 #define DRIVER_MAJOR 1
#define DRIVER_MINOR 2 #define DRIVER_MINOR 2
#define DRIVER_PATCHLEVEL 0 #define DRIVER_PATCHLEVEL 1
/* /*
* 1.1.1: * 1.1.1:
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
* 1.2.0: * 1.2.0:
* - object api exposed to userspace * - object api exposed to userspace
* - fermi,kepler,maxwell zbc * - fermi,kepler,maxwell zbc
* 1.2.1:
* - allow concurrent access to bo's mapped read/write.
*/ */
#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