summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorTianci.Yin <tianci.yin@amd.com>2019-09-17 10:35:34 +0800
committerAlex Deucher <alexander.deucher@amd.com>2019-09-17 14:49:19 -0500
commit10e85054f986ce9d899cdb3efc8529f8016bf435 (patch)
tree2b82d62b10af95c740850916a65d893fbd5d4dbd /drivers/gpu
parenta82e163bca624c7c222b33a95fb6ed7c9bcee801 (diff)
downloadlinux-10e85054f986ce9d899cdb3efc8529f8016bf435.tar.bz2
drm/amdgpu: add navi12 pci id
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>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 22a8d4c4c591..c68e54a27a2c 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -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}
};