diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-09-10 14:15:23 (GMT) |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-09-30 12:04:00 (GMT) |
commit | 055dffdfb65eb8dcc8e7dabc84fd53059a92a23a (patch) | |
tree | 950f2f8ea0a59c5b89689a0876a6a4a5bba7b0e6 /drivers/gpu/drm | |
parent | 1dadba87cba20989c5a5a56f2a86fe6672e37c30 (diff) | |
download | linux-055dffdfb65eb8dcc8e7dabc84fd53059a92a23a.tar.xz |
drm/nouveau: bump driver patchlevel to 1.2.1
Allows userspace to detect shared fences are supported.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_drm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.h b/drivers/gpu/drm/nouveau/nouveau_drm.h index b02b024..8ae36f2 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.h +++ b/drivers/gpu/drm/nouveau/nouveau_drm.h @@ -10,7 +10,7 @@ #define DRIVER_MAJOR 1 #define DRIVER_MINOR 2 -#define DRIVER_PATCHLEVEL 0 +#define DRIVER_PATCHLEVEL 1 /* * 1.1.1: @@ -26,6 +26,8 @@ * 1.2.0: * - object api exposed to userspace * - fermi,kepler,maxwell zbc + * 1.2.1: + * - allow concurrent access to bo's mapped read/write. */ #include <nvif/client.h> |