host framenix: linux 6.8-rc5 -> 6.8-rc6

- allows dropping the suspend patch
- now back at an unpatched kernel
This commit is contained in:
Trolli Schmittlauch 2024-03-03 20:13:18 +01:00
parent 3e481206f1
commit 0abcc294af

View file

@ -24,22 +24,12 @@ in
argsOverride = rec {
src = pkgs.fetchurl {
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
hash = "sha256-cC6UbYUFBkAiD70lBDE94aE4UQ2ryYQftIppJy48Pto=";
hash = "sha256-GhuvgL4gfMB6ONL8NI48WWJJAPBYT+6vFS8OwGkKz74=";
};
version = "6.8-rc5";
modDirVersion = "6.8.0-rc5";
version = "6.8-rc6";
modDirVersion = "6.8.0-rc6";
};
});
# revert some commits that introduced the clourful graphics artefacts flickering,
# at least that's the current working hypothesis in https://gitlab.freedesktop.org/drm/amd/-/issues/3097
boot.kernelPatches = [
{name = "[PATCH] platform/x86/amd/pmf: Fix a suspend hang on Framework 13";
patch = pkgs.fetchpatch {
url = "https://lore.kernel.org/platform-driver-x86/20240217005216.113408-1-mario.limonciello@amd.com/raw";
hash = "sha256-FeKIQ0eLP4yq1WcMaf8Dp0c+DuqOdeuBQU07dFswzD4=";
};
}
];
boot.kernelParams = [
# temporary workaround for white flickering graphics artefacts