Reviewed-by: Alex Deucher <[email protected]> ________________________________ From: amd-gfx <[email protected]> on behalf of [email protected] <[email protected]> Sent: Wednesday, September 18, 2019 11:04 PM To: [email protected] <[email protected]> Cc: Zhao, Jiange <[email protected]>; Xiao, Jack <[email protected]>; Deng, Emily <[email protected]>; Nieto, David M <[email protected]>; Koenig, Christian <[email protected]>; Yuan, Xiaojie <[email protected]> Subject: [PATCH] drm/amdgpu/SRIOV: add navi12 pci id for SRIOV
From: Jiange Zhao <[email protected]> Add Navi12 PCI id support. Signed-off-by: Jiange Zhao <[email protected]> --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c index 420888e941df..b52c7255e5e4 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -1034,6 +1034,7 @@ static const struct pci_device_id pciidlist[] = { /* Navi12 */ {0x1002, 0x7360, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI12}, + {0x1002, 0x7362, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI12}, {0, 0, 0} }; -- 2.20.1 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
