Skip to content
Snippets Groups Projects
Commit 9bd206f8 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdkfd: add new vega20 pci id


New vega20 id.

Reviewed-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 756e16bf
No related branches found
No related tags found
No related merge requests found
......@@ -349,6 +349,7 @@ static const struct kfd_deviceid supported_devices[] = {
{ 0x66a1, &vega20_device_info }, /* Vega20 */
{ 0x66a2, &vega20_device_info }, /* Vega20 */
{ 0x66a3, &vega20_device_info }, /* Vega20 */
{ 0x66a4, &vega20_device_info }, /* Vega20 */
{ 0x66a7, &vega20_device_info }, /* Vega20 */
{ 0x66af, &vega20_device_info } /* Vega20 */
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment