RE: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran

2021-12-20 Thread Russell, Kent
That's fine, I can do that change and submit the series per Alex's RB. Kent > -Original Message- > From: Chen, Guchun > Sent: Friday, December 17, 2021 9:49 PM > To: Russell, Kent ; amd-gfx@lists.freedesktop.org > Cc: Russell, Kent > Subject: RE: [PATCH 4/4] drm/amdg

RE: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran

2021-12-17 Thread Chen, Guchun
uld do nothing. Regards, Guchun -Original Message- From: amd-gfx On Behalf Of Kent Russell Sent: Friday, December 17, 2021 11:32 PM To: amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran This is supported, although the

Re: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran

2021-12-17 Thread Deucher, Alexander
[AMD Official Use Only] Series is: Reviewed-by: Alex Deucher From: amd-gfx on behalf of Kent Russell Sent: Friday, December 17, 2021 10:31 AM To: amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran

[PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran

2021-12-17 Thread Kent Russell
This is supported, although the offset is different from VG20, so fix that with a variable and enable getting the product name and serial number from the FRU. Do this for all SKUs since all SKUs have the FRU Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 13

RE: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran

2021-12-14 Thread Russell, Kent
esktop.org > Cc: Russell, Kent > Subject: RE: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran > > [Public] > > BTW, does FRU exists on all the Aldebaran SKUs? > > This patch acks FRU's presence when it's Aldebaran. So if some Aldebaran SKUs > do not have > a FRU, som

RE: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran

2021-12-13 Thread Chen, Guchun
uchun Sent: Tuesday, December 14, 2021 11:17 AM To: Russell, Kent ; amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: RE: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran [Public] + if (adev->asic_type == CHIP_ALDEBARAN) + offset = 0;

RE: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran

2021-12-13 Thread Chen, Guchun
hun -Original Message- From: amd-gfx On Behalf Of Kent Russell Sent: Tuesday, December 14, 2021 3:34 AM To: amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: [PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran This is supported, although the offset is different from VG20, so

[PATCH 4/4] drm/amdgpu: Access the FRU on Aldebaran

2021-12-13 Thread Kent Russell
This is supported, although the offset is different from VG20, so fix that with a variable and enable getting the product name and serial number from the FRU. Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 12 +--- 1 file changed, 9 insertions(+), 3