drm/amdgpu: add some additional vega20 pci ids
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Dec 2018 21:00:27 +0000 (16:00 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 10 Dec 2018 20:27:16 +0000 (15:27 -0500)
New vega ids.

Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 9b28f0d38a5d2b3f2c77faed240b9e98e3361be0..74b611e8a1b10c88abfaa0eb66950a073a09bd7b 100644 (file)
@@ -891,6 +891,7 @@ static const struct pci_device_id pciidlist[] = {
        {0x1002, 0x66A1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20},
        {0x1002, 0x66A2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20},
        {0x1002, 0x66A3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20},
+       {0x1002, 0x66A4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20},
        {0x1002, 0x66A7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20},
        {0x1002, 0x66AF, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA20},
        /* Raven */