mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
a82e163bca
commit
10e85054f9
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue