From 4df5e7be943f9bb75845cdb3b62ade259e31528f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 7 Oct 2024 11:26:37 -0400 Subject: [PATCH] linux6.11: fix nouveau fixes #48473 Closes: #52545 [via git-merge-pr] --- srcpkgs/linux6.11/files/x86_64-dotconfig | 2 +- srcpkgs/linux6.11/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/linux6.11/files/x86_64-dotconfig b/srcpkgs/linux6.11/files/x86_64-dotconfig index f034eb47dc1..e96eb9ccd71 100644 --- a/srcpkgs/linux6.11/files/x86_64-dotconfig +++ b/srcpkgs/linux6.11/files/x86_64-dotconfig @@ -6719,7 +6719,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.11/template b/srcpkgs/linux6.11/template index 56efa8c0cf7..e8899127d27 100644 --- a/srcpkgs/linux6.11/template +++ b/srcpkgs/linux6.11/template @@ -1,7 +1,7 @@ # Template file for 'linux6.11' pkgname=linux6.11 version=6.11.3 -revision=1 +revision=2 short_desc="Linux kernel and modules (${version%.*} series)" maintainer="Duncaen " license="GPL-2.0-only"