lenovo/thinkpad/p16s: add Intel Gen 3 support
Tested on ThinkPad P16s Gen 3 (21KS0025US): - Intel Core Ultra 7 155H (Meteor Lake) - Intel Arc Graphics (iGPU) - NVIDIA RTX 500 Ada Generation (dGPU) - Goodix fingerprint reader (27c6:6594)
This commit is contained in:
parent
a351494b0e
commit
6403af95fb
2 changed files with 17 additions and 0 deletions
16
lenovo/thinkpad/p16s/intel/gen3/default.nix
Normal file
16
lenovo/thinkpad/p16s/intel/gen3/default.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
../.
|
||||
../../../../../common/cpu/intel/meteor-lake
|
||||
../../../../../common/gpu/nvidia/ada-lovelace
|
||||
../../../../../common/gpu/nvidia/prime.nix
|
||||
];
|
||||
|
||||
# NVIDIA PRIME hybrid graphics
|
||||
# Use `nvidia-offload <command>` to run on discrete GPU
|
||||
hardware.nvidia.prime = {
|
||||
intelBusId = lib.mkDefault "PCI:0:2:0";
|
||||
nvidiaBusId = lib.mkDefault "PCI:1:0:0";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue