summaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/intel/skylake/include/soc/pci_devs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/skylake/include/soc/pci_devs.h b/src/soc/intel/skylake/include/soc/pci_devs.h
index 75f1ead9bf..7838c20490 100644
--- a/src/soc/intel/skylake/include/soc/pci_devs.h
+++ b/src/soc/intel/skylake/include/soc/pci_devs.h
@@ -32,6 +32,10 @@
#define SA_DEVFN_TS PCI_DEVFN(SA_DEV_SLOT_TS, 0)
#define SA_DEV_TS PCI_DEV(0, SA_DEV_SLOT_TS, 0)
+#define SA_DEV_SLOT_IMGU 0x05
+#define SA_DEVFN_IMGU PCI_DEVFN(SA_DEV_SLOT_IMGU, 0)
+#define SA_DEV_IMGU PCI_DEV(0, SA_DEV_SLOT_IMGU, 0)
+
#define SA_DEV_SLOT_GMM 0x08
#define SA_DEVFN_GMM PCI_DEVFN(SA_DEV_SLOT_GMM, 0)
#define SA_DEV_GMM PCI_DEV(0, SA_DEV_SLOT_GMM, 0)