drm/amdgpu: add navi12 pci id
authorTianci.Yin <tianci.yin@amd.com>
Tue, 17 Sep 2019 02:35:34 +0000 (10:35 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 17 Sep 2019 19:49:19 +0000 (14:49 -0500)
Add Navi12 PCI id support.

Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Tianci.Yin <tianci.yin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 22a8d4c4c591d1662dc436419ca9d14c89b2e7f2..c68e54a27a2cb012c10d0dd8bcc361281363f9c0 100644 (file)
@@ -1018,6 +1018,9 @@ static const struct pci_device_id pciidlist[] = {
        /* Renoir */
        {0x1002, 0x1636, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RENOIR|AMD_IS_APU|AMD_EXP_HW_SUPPORT},
 
+       /* Navi12 */
+       {0x1002, 0x7360, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI12},
+
        {0, 0, 0}
 };