]> Git Repo - linux.git/commitdiff
drm/amdgpu: Add new VegaM pci id
authorAlex Deucher <[email protected]>
Thu, 20 Dec 2018 15:08:46 +0000 (10:08 -0500)
committerAlex Deucher <[email protected]>
Fri, 21 Dec 2018 20:28:43 +0000 (15:28 -0500)
Add a new pci id.

Reviewed-by: Leo Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 90f474f98b6ecddbed2ac4a88019bd0eab821188..e32bb68cc4e76257f87a474cc76373b3a5ce428c 100644 (file)
@@ -865,6 +865,7 @@ static const struct pci_device_id pciidlist[] = {
        /* VEGAM */
        {0x1002, 0x694C, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM},
        {0x1002, 0x694E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM},
+       {0x1002, 0x694F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGAM},
        /* Vega 10 */
        {0x1002, 0x6860, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
        {0x1002, 0x6861, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10},
This page took 0.056155 seconds and 4 git commands to generate.