framenix kernel: update and pull graphics fix patch from git
This commit is contained in:
parent
d46efe181f
commit
5cedb5444a
2 changed files with 5 additions and 49 deletions
|
@ -33,8 +33,11 @@ in
|
|||
# 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 attempt from https://gitlab.freedesktop.org/drm/amd/-/issues/3097#note_2271482";
|
||||
patch = ./0001-drm-buddy-Improve-alloc_range-error-handling-routine.patch;
|
||||
{name = "drm/buddy: Fix alloc_range() error handling code";
|
||||
patch = pkgs.fetchpatch {
|
||||
url = "https://cgit.freedesktop.org/drm/drm-misc/patch/?id=8746c6c9dfa31d269c65dd52ab42fde0720b7d91";
|
||||
hash = "sha256-Ir7TDLspbYilTJr6aVVb8urIYI2N2vZwI5ayp7laaGw=";
|
||||
};
|
||||
}
|
||||
];
|
||||
# fix freezes after s2idle suspend-resume
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue