[AMD Public Use] Thanks Guchun! ________________________________ From: Chen, Guchun <[email protected]> Sent: Wednesday, October 21, 2020 16:01 To: Yin, Tianci (Rico) <[email protected]>; [email protected] <[email protected]> Cc: Tuikov, Luben <[email protected]>; Deucher, Alexander <[email protected]>; Zhang, Hawking <[email protected]>; Cui, Flora <[email protected]>; Xu, Feifei <[email protected]>; Long, Gang <[email protected]>; Yin, Tianci (Rico) <[email protected]> Subject: RE: [PATCH 1/3] drm/amdgpu: add DID for navi10 blockchain SKU
[AMD Public Use] Series is: Reviewed-by: Guchun Chen <[email protected]> Regards, Guchun -----Original Message----- From: Tianci Yin <[email protected]> Sent: Wednesday, October 21, 2020 3:56 PM To: [email protected] Cc: Tuikov, Luben <[email protected]>; Deucher, Alexander <[email protected]>; Zhang, Hawking <[email protected]>; Chen, Guchun <[email protected]>; Cui, Flora <[email protected]>; Xu, Feifei <[email protected]>; Long, Gang <[email protected]>; Yin, Tianci (Rico) <[email protected]> Subject: [PATCH 1/3] drm/amdgpu: add DID for navi10 blockchain SKU From: "Tianci.Yin" <[email protected]> Change-Id: I58129e3aa88369c85929e4dde002cf43c3ff288a Signed-off-by: Tianci.Yin <[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 564336c2ee66..13723914fa9f 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -1066,6 +1066,7 @@ static const struct pci_device_id pciidlist[] = { {0x1002, 0x7319, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI10}, {0x1002, 0x731A, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI10}, {0x1002, 0x731B, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI10}, + {0x1002, 0x731E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI10}, {0x1002, 0x731F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI10}, /* Navi14 */ {0x1002, 0x7340, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_NAVI14}, -- 2.17.1
_______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
