From 10d68e53ae1da9c4c8185cbd5a0ed005e91f28d1 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 7 Oct 2024 11:26:35 -0400 Subject: [PATCH] linux6.6: fix nouveau --- srcpkgs/linux6.6/files/x86_64-dotconfig | 2 +- srcpkgs/linux6.6/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux6.6/files/x86_64-dotconfig b/srcpkgs/linux6.6/files/x86_64-dotconfig index 52868e58381..40f9a7d7b6d 100644 --- a/srcpkgs/linux6.6/files/x86_64-dotconfig +++ b/srcpkgs/linux6.6/files/x86_64-dotconfig @@ -6579,7 +6579,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_I915=m CONFIG_DRM_I915_FORCE_PROBE="" CONFIG_DRM_I915_CAPTURE_ERROR=y diff --git a/srcpkgs/linux6.6/template b/srcpkgs/linux6.6/template index 88b0d2be2e1..614bd646c52 100644 --- a/srcpkgs/linux6.6/template +++ b/srcpkgs/linux6.6/template @@ -1,7 +1,7 @@ # Template file for 'linux6.6' pkgname=linux6.6 version=6.6.56 -revision=1 +revision=2 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Duncaen " license="GPL-2.0-only"