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:
parent
3e481206f1
commit
0abcc294af
1 changed files with 3 additions and 13 deletions
|
@ -24,22 +24,12 @@ in
|
||||||
argsOverride = rec {
|
argsOverride = rec {
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
|
url = "https://git.kernel.org/torvalds/t/linux-${version}.tar.gz";
|
||||||
hash = "sha256-cC6UbYUFBkAiD70lBDE94aE4UQ2ryYQftIppJy48Pto=";
|
hash = "sha256-GhuvgL4gfMB6ONL8NI48WWJJAPBYT+6vFS8OwGkKz74=";
|
||||||
};
|
};
|
||||||
version = "6.8-rc5";
|
version = "6.8-rc6";
|
||||||
modDirVersion = "6.8.0-rc5";
|
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 = [
|
boot.kernelParams = [
|
||||||
# temporary workaround for white flickering graphics artefacts
|
# temporary workaround for white flickering graphics artefacts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue