mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
linux_5_15: drop fix-amdgpu-5_15 patch
This commit is contained in:
parent
ec01d46c90
commit
0836b331a5
@ -66,12 +66,4 @@
|
||||
hash = "sha256-DYPWgraXPNeFkjtuDYkFXHnCJ4yDewrukM2CCAqC2BE=";
|
||||
};
|
||||
};
|
||||
|
||||
fix-amdgpu-5_15 = {
|
||||
name = "fix-amdgpu-crash";
|
||||
patch = fetchpatch {
|
||||
url = "https://lore.kernel.org/stable/20230628111636.23300-1-mario.limonciello@amd.com/raw";
|
||||
sha256 = "sha256-eAzy+bMiOJwzssOuvrMu7gmmV3PZezaDuVwwx7zNt6M=";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -150,7 +150,6 @@ in {
|
||||
kernelPatches = [
|
||||
kernelPatches.bridge_stp_helper
|
||||
kernelPatches.request_key_helper
|
||||
kernelPatches.fix-amdgpu-5_15
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user