From bb151c0688090f4d6ae5ee4104015293d1b813ed Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 7 Oct 2024 11:26:37 -0400 Subject: [PATCH] linux6.10: fix nouveau --- srcpkgs/linux6.10/files/x86_64-dotconfig | 2 +- srcpkgs/linux6.10/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux6.10/files/x86_64-dotconfig b/srcpkgs/linux6.10/files/x86_64-dotconfig index d604283938f..701f6a5f961 100644 --- a/srcpkgs/linux6.10/files/x86_64-dotconfig +++ b/srcpkgs/linux6.10/files/x86_64-dotconfig @@ -6672,7 +6672,7 @@ CONFIG_NOUVEAU_DEBUG_DEFAULT=3 # CONFIG_NOUVEAU_DEBUG_MMU is not set # CONFIG_NOUVEAU_DEBUG_PUSH is not set CONFIG_DRM_NOUVEAU_BACKLIGHT=y -# CONFIG_DRM_NOUVEAU_SVM is not set +CONFIG_DRM_NOUVEAU_SVM=y # CONFIG_DRM_NOUVEAU_GSP_DEFAULT is not set CONFIG_DRM_I915=m CONFIG_DRM_I915_FORCE_PROBE="" diff --git a/srcpkgs/linux6.10/template b/srcpkgs/linux6.10/template index e6d65ed22b3..49b36fe2ab5 100644 --- a/srcpkgs/linux6.10/template +++ b/srcpkgs/linux6.10/template @@ -1,7 +1,7 @@ # Template file for 'linux6.10' pkgname=linux6.10 version=6.10.14 -revision=1 +revision=2 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Duncaen " license="GPL-2.0-only"