Skip to content

Commit 85ce566

Browse files
mohamexietyLyude
authored andcommitted
drm/nouveau/drm: Bump the driver version to 1.4.1 to report new features
The HW can only do compression on large and huge pages, and enabling it on 4K pages leads to a MMU fault. Compression also needs kernel support for handling the compressed kinds and managing the compression tags. This increments the nouveau version number which allows NVK to enable it only when the kernel actually supports both features and avoid breaking the system if a newer mesa version is paired with an older kernel version. For the associated userspace MR, please see !36450: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36450 Signed-off-by: Mohamed Ahmed <mohamedahmedegypt2001@gmail.com> Signed-off-by: Mary Guillemard <mary@mary.zone> Reviewed-by: Lyude Paul <lyude@redhat.com> Reviewed-by: James Jones <jajones@nvidia.com> Signed-off-by: Lyude Paul <lyude@redhat.com> Link: https://patch.msgid.link/20251110-nouveau-compv6-v6-5-83b05475f57c@mary.zone
1 parent 0ee6a72 commit 85ce566

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/gpu/drm/nouveau/nouveau_drv.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#define DRIVER_MAJOR 1
1212
#define DRIVER_MINOR 4
13-
#define DRIVER_PATCHLEVEL 0
13+
#define DRIVER_PATCHLEVEL 1
1414

1515
/*
1616
* 1.1.1:
@@ -35,6 +35,8 @@
3535
* programs that get directly linked with NVKM.
3636
* 1.3.1:
3737
* - implemented limited ABI16/NVIF interop
38+
* 1.4.1:
39+
* - add variable page sizes and compression for Turing+
3840
*/
3941

4042
#include <linux/notifier.h>

0 commit comments

Comments
 (0)