cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / google / brya / acpi / gpu_ec.asl
blob59875ad1381dd2d43b2b3cfe275e15659e53e924
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #define EC_D_NOTIFY_MASK        0x7
5 Scope (\_SB.PCI0.LPCB.EC0)
7         /* EC has data for GPU in memmap */
8         Method (_Q0C, 0, Serialized)
9         {
10                 Local0 = ToInteger(GPUD) & EC_D_NOTIFY_MASK
11                 \_SB.PCI0.PEG0.PEGP.DNOT (Local0, 0)
12         }