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

2023-10-31 Thread Ma, Jun
Ma, Jun would like to recall the message, "[PATCH 1/2] drm/amdgpu: Optimize the asic type fix code".

[PATCH 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