]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/amdgpu: add RAVEN pci id (v2)
authorChunming Zhou <David1.Zhou@amd.com>
Thu, 11 May 2017 20:31:52 +0000 (16:31 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 May 2017 21:41:56 +0000 (17:41 -0400)
Add the RAVEN pci id.

v2: add exp flag for now (Alex)

Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index 7b07ac2c52b6aa24aeeb95afdf4145eb8ea5feea..0406548978b58ee5af99a2745f9499ce8bdf628d 100644 (file)
@@ -465,6 +465,9 @@ static const struct pci_device_id pciidlist[] = {
        {0x1002, 0x6868, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10|AMD_EXP_HW_SUPPORT},
        {0x1002, 0x686c, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10|AMD_EXP_HW_SUPPORT},
        {0x1002, 0x687f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_VEGA10|AMD_EXP_HW_SUPPORT},
+       /* Raven */
+       {0x1002, 0x15dd, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RAVEN|AMD_IS_APU|AMD_EXP_HW_SUPPORT},
+
        {0, 0, 0}
 };