Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

Signed-off-by: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

authored by

Christoph Bumiller and committed by
Ben Skeggs
142c21b8 96854823

+12 -1
+12 -1
drivers/gpu/drm/nouveau/nouveau_drm.h
··· 10 10 11 11 #define DRIVER_MAJOR 1 12 12 #define DRIVER_MINOR 1 13 - #define DRIVER_PATCHLEVEL 0 13 + #define DRIVER_PATCHLEVEL 1 14 + 15 + /* 16 + * 1.1.1: 17 + * - added support for tiled system memory buffer objects 18 + * - added support for NOUVEAU_GETPARAM_GRAPH_UNITS on [nvc0,nve0]. 19 + * - added support for compressed memory storage types on [nvc0,nve0]. 20 + * - added support for software methods 0x600,0x644,0x6ac on nvc0 21 + * to control registers on the MPs to enable performance counters, 22 + * and to control the warp error enable mask (OpenGL requires out of 23 + * bounds access to local memory to be silently ignored / return 0). 24 + */ 14 25 15 26 #include <core/client.h> 16 27 #include <core/event.h>