RE: [PATCH v2 1/2] drm/amdgpu: Optimize the asic type fix code

2023-11-01 Thread Feng, Kenneth
[AMD Official Use Only - General] Reviewed-by: Kenneth Feng -Original Message- From: Ma, Jun Sent: Thursday, November 2, 2023 8:58 AM To: Ma, Jun ; amd-gfx@lists.freedesktop.org; Feng, Kenneth ; Deucher, Alexander Cc: Ma, Jun Subject: Re: [PATCH v2 1/2] drm/amdgpu: Optimize

Re: [PATCH v2 1/2] drm/amdgpu: Optimize the asic type fix code

2023-11-01 Thread Ma, Jun
ping... Regards, Ma Jun On 11/1/2023 11:04 AM, Ma Jun wrote: > Use a new struct array to define the asic information which > asic type needs to be fixed. > > Signed-off-by: Ma Jun > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 35 ++--- > include/drm/amd_asic_type.h

[PATCH v2 1/2] drm/amdgpu: Optimize the asic type fix code

2023-10-31 Thread Ma Jun
Use a new struct array to define the asic information which asic type needs to be fixed. Signed-off-by: Ma Jun --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 35 ++--- include/drm/amd_asic_type.h | 5 2 files changed, 31 insertions(+), 9 deletions(-) diff