RE: [PATCH 1/4] drm/amdgpu: Increase potential product_name to 64 characters

2021-12-20 Thread Russell, Kent
[AMD Official Use Only] Will do. Thanks! Kent > -Original Message- > From: Christian König > Sent: Saturday, December 18, 2021 9:36 AM > To: Russell, Kent ; amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH 1/4] drm/amdgpu: Increase potential product_name to 6

Re: [PATCH 1/4] drm/amdgpu: Increase potential product_name to 64 characters

2021-12-18 Thread Christian König
Am 17.12.21 um 16:31 schrieb Kent Russell: Having seen at least 1 42-character product_name, bump the number up to 64, and put that definition into amdgpu.h to make future adjustments simpler. Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 3 ++-

[PATCH 1/4] drm/amdgpu: Increase potential product_name to 64 characters

2021-12-17 Thread Kent Russell
Having seen at least 1 42-character product_name, bump the number up to 64, and put that definition into amdgpu.h to make future adjustments simpler. Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 3 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 12

RE: [PATCH 1/4] drm/amdgpu: Increase potential product_name to 64 characters

2021-12-14 Thread Russell, Kent
ject: RE: [PATCH 1/4] drm/amdgpu: Increase potential product_name to 64 > characters > > [Public] > > How about set a define like PRODUCT_NAME_LEN to be 64, and use it in FRU > code? In this > case, if it needs to bump string length of product name later on, it will be >

RE: [PATCH 1/4] drm/amdgpu: Increase potential product_name to 64 characters

2021-12-13 Thread Chen, Guchun
- 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 1/4] drm/amdgpu: Increase potential product_name to 64 characters Having seen at least 1 42-character product_name, bump the number up to 64

[PATCH 1/4] drm/amdgpu: Increase potential product_name to 64 characters

2021-12-13 Thread Kent Russell
Having seen at least 1 42-character product_name, bump the number up to 64. Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_fru_eeprom.c | 8 2 files changed, 5 insertions(+), 5 deletions(-) diff --git