[PATCH 5/5] drm/nouveau/drm: Bump the driver version to 1.4.1 to report new features

Mohamed Ahmed posted 5 patches 2 months ago
There is a newer version of this series
[PATCH 5/5] drm/nouveau/drm: Bump the driver version to 1.4.1 to report new features
Posted by Mohamed Ahmed 2 months ago
This is so that NVK can enable compression for kernels that support it and
avoid cases where an older kernel would MMU fault when a newer mesa would
try to use compression.

Signed-off-by: Mohamed Ahmed <mohamedahmedegypt2001@gmail.com>
---
 drivers/gpu/drm/nouveau/nouveau_drv.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 55abc510067b..9983dc57efc5 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -10,7 +10,7 @@
 
 #define DRIVER_MAJOR		1
 #define DRIVER_MINOR		4
-#define DRIVER_PATCHLEVEL	0
+#define DRIVER_PATCHLEVEL	1
 
 /*
  * 1.1.1:
@@ -35,6 +35,8 @@
  *        programs that get directly linked with NVKM.
  * 1.3.1:
  *      - implemented limited ABI16/NVIF interop
+ * 1.4.1:
+ *		- add variable page sizes and compression for Turing+
  */
 
 #include <linux/notifier.h>
-- 
2.51.0
Re: [PATCH 5/5] drm/nouveau/drm: Bump the driver version to 1.4.1 to report new features
Posted by Danilo Krummrich 2 months ago
On Mon Oct 6, 2025 at 9:13 PM CEST, Mohamed Ahmed wrote:
> This is so that NVK can enable compression for kernels that support it and
> avoid cases where an older kernel would MMU fault when a newer mesa would
> try to use compression.

A slightly more detailed version of this would be great to see in a cover
letter. :)