Skip to content

Commit

Permalink
Merge #633
Browse files Browse the repository at this point in the history
633: [FocusGen1M2] Disable TPM interrupt due to upstream bug r=Mic92 a=ghostbuster91



Co-authored-by: ghostbuster91 <[email protected]>
  • Loading branch information
bors[bot] and ghostbuster91 authored May 24, 2023
2 parents f6792e7 + ee1055d commit 4cc688e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions focus/m2/gen1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ];
boot.kernelModules = [ "kvm-intel" ];
boot.kernelParams = [
"tpm_tis.interrupts=0" # Upstream bug: https://bugzilla.kernel.org/show_bug.cgi?id=204121
# without this, kacpid worker thread consumes 100% cpu on kernels 5.15.111 and up
];
boot.blacklistedKernelModules = [ "i2c_nvidia_gpu" ];

hardware.nvidia.modesetting.enable = lib.mkDefault true;
Expand Down

0 comments on commit 4cc688e

Please sign in to comment.