Attempt to improve I225-V (ethernet) performance

This commit is contained in:
Chris (wolcen) Thompson 2025-10-04 11:39:45 -04:00
parent 5c9a9b79c6
commit 613874d76c

View file

@ -68,7 +68,7 @@ in
boot.kernelModules = [ "kvm-amd" "nct6775" ];
# Fix problems with hanging on RX6700 (disables PSR - Panel Self Refresh)
boot.kernelParams = [ "amdgpu.dcdebugmask=0x10" ];
boot.kernelParams = [ "amdgpu.dcdebugmask=0x10 pcie_port_pm=off pcie_aspm.policy=performance" ];
boot.extraModulePackages = [
(amdgpu-kernel-module.overrideAttrs (_: {