Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 142c21b8 authored by Christoph Bumiller's avatar Christoph Bumiller Committed by Ben Skeggs
Browse files

drm/nouveau/drm: bump the driver version to 1.1.1 to report new features

parent 96854823
Loading
Loading
Loading
Loading
+12 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,18 @@


#define DRIVER_MAJOR		1
#define DRIVER_MAJOR		1
#define DRIVER_MINOR		1
#define DRIVER_MINOR		1
#define DRIVER_PATCHLEVEL	0
#define DRIVER_PATCHLEVEL	1

/*
 * 1.1.1:
 * 	- added support for tiled system memory buffer objects
 *      - added support for NOUVEAU_GETPARAM_GRAPH_UNITS on [nvc0,nve0].
 *      - added support for compressed memory storage types on [nvc0,nve0].
 *      - added support for software methods 0x600,0x644,0x6ac on nvc0
 *        to control registers on the MPs to enable performance counters,
 *        and to control the warp error enable mask (OpenGL requires out of
 *        bounds access to local memory to be silently ignored / return 0).
 */


#include <core/client.h>
#include <core/client.h>
#include <core/event.h>
#include <core/event.h>