]> Git Repo - linux.git/commitdiff
drm/amdgpu: Enable the Fiji DID 0x7300 support
authorDavid Zhang <[email protected]>
Sat, 11 Jul 2015 15:13:40 +0000 (23:13 +0800)
committerAlex Deucher <[email protected]>
Mon, 17 Aug 2015 20:50:30 +0000 (16:50 -0400)
Signed-off-by: David Zhang <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Jammy Zhou <[email protected]>
Reviewed-by: Christian König <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c

index c3f9b4968b81c55d1e690924fbf5d3c215bd9ad1..e6f2aca898295a7b0857a9b54638241ab5401da7 100644 (file)
@@ -240,6 +240,8 @@ static struct pci_device_id pciidlist[] = {
        {0x1002, 0x6930, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
        {0x1002, 0x6938, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
        {0x1002, 0x6939, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_TONGA},
+       /* fiji */
+       {0x1002, 0x7300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_FIJI},
        /* carrizo */
        {0x1002, 0x9870, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CARRIZO|AMD_IS_APU},
        {0x1002, 0x9874, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_CARRIZO|AMD_IS_APU},
This page took 0.05626 seconds and 4 git commands to generate.