RE: [PATCH] drm/amdgpu: Disable FRU read on Arcturus

2020-04-16 Thread Quan, Evan
Acked-by: Evan Quan -Original Message- From: amd-gfx On Behalf Of Kent Russell Sent: Thursday, April 16, 2020 8:26 PM To: amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: [PATCH] drm/amdgpu: Disable FRU read on Arcturus Update the list with supported Arcturus chips, but

Re: [PATCH] drm/amdgpu: Disable FRU read on Arcturus

2020-04-16 Thread Deucher, Alexander
[AMD Public Use] Reviewed-by: Alex Deucher From: amd-gfx on behalf of Kent Russell Sent: Thursday, April 16, 2020 8:26 AM To: amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: [PATCH] drm/amdgpu: Disable FRU read on Arcturus Update the list with

[PATCH] drm/amdgpu: Disable FRU read on Arcturus

2020-04-16 Thread Kent Russell
Update the list with supported Arcturus chips, but disable for now until final list is confirmed. Ideally we can poll atombios for FRU support, instead of maintaining this list of chips, but this will enable serial number reading for supported ASICs for the time-being. Signed-off-by: Kent Russell