···10101111#define DRIVER_MAJOR 11212#define DRIVER_MINOR 11313-#define DRIVER_PATCHLEVEL 01313+#define DRIVER_PATCHLEVEL 11414+1515+/*1616+ * 1.1.1:1717+ * - added support for tiled system memory buffer objects1818+ * - added support for NOUVEAU_GETPARAM_GRAPH_UNITS on [nvc0,nve0].1919+ * - added support for compressed memory storage types on [nvc0,nve0].2020+ * - added support for software methods 0x600,0x644,0x6ac on nvc02121+ * to control registers on the MPs to enable performance counters,2222+ * and to control the warp error enable mask (OpenGL requires out of2323+ * bounds access to local memory to be silently ignored / return 0).2424+ */14251526#include <core/client.h>1627#include <core/event.h>