summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/graphics/graphics.c
diff options
context:
space:
mode:
authorSelma Bensaid <selma.bensaid@intel.com>2021-09-23 18:45:14 -0700
committerPatrick Georgi <pgeorgi@google.com>2021-09-29 10:07:41 +0000
commit326a2c4794e392df2803a22cbaca66dbb5ed58fd (patch)
treef99bdfbd6a0672c4f2730ef132dce3920aeff43c /src/soc/intel/common/block/graphics/graphics.c
parent3e97178871869c8f05cbed2a7d18d8e3928f898b (diff)
soc/intel/alderlake: Add GFx Device ID 0x46c3
This CL adds support for new ADL-M graphics Device ID 0x46c3. TEST=boot to OS Change-Id: Ib55fb501f96fe9bcc328202511bbfe84a3122285 Signed-off-by: Selma Bensaid <selma.bensaid@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57993 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/graphics/graphics.c')
-rw-r--r--src/soc/intel/common/block/graphics/graphics.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/graphics/graphics.c b/src/soc/intel/common/block/graphics/graphics.c
index d9daaaf54a..8476b87b9e 100644
--- a/src/soc/intel/common/block/graphics/graphics.c
+++ b/src/soc/intel/common/block/graphics/graphics.c
@@ -310,6 +310,7 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_ADL_S_GT1,
PCI_DEVICE_ID_INTEL_ADL_M_GT1,
PCI_DEVICE_ID_INTEL_ADL_M_GT2,
+ PCI_DEVICE_ID_INTEL_ADL_M_GT3,
0,
};