Christoph Bumiller
2013-Mar-27 21:25 UTC
[Nouveau] [PATCH] drm/nouveau: bump the driver version to 1.1.1
--- drivers/gpu/drm/nouveau/nouveau_drm.h | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.h b/drivers/gpu/drm/nouveau/nouveau_drm.h index b25df37..04cc466 100644 --- a/drivers/gpu/drm/nouveau/nouveau_drm.h +++ b/drivers/gpu/drm/nouveau/nouveau_drm.h @@ -10,7 +10,17 @@ #define DRIVER_MAJOR 1 #define DRIVER_MINOR 1 -#define DRIVER_PATCHLEVEL 0 +#define DRIVER_PATCHLEVEL 1 + +/* + * 1.1.1: + * 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/event.h> -- 1.7.3.4