diff options
Diffstat (limited to 'src/soc/amd')
-rw-r--r-- | src/soc/amd/common/block/graphics/graphics.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/graphics/graphics.c b/src/soc/amd/common/block/graphics/graphics.c index 071dfcc7c5..79df6267e5 100644 --- a/src/soc/amd/common/block/graphics/graphics.c +++ b/src/soc/amd/common/block/graphics/graphics.c @@ -180,7 +180,8 @@ static const struct device_operations graphics_ops = { static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_ATI_FAM17H_MODEL18H_GPU, - PCI_DEVICE_ID_ATI_FAM19H_MODEL51H_GPU, + PCI_DEVICE_ID_ATI_FAM19H_MODEL51H_GPU_CEZANNE, + PCI_DEVICE_ID_ATI_FAM19H_MODEL51H_GPU_BARCELO, 0, }; |