Re: [PATCH 4/4] drm/amdkfd: remove hardcoded device_info structs

2021-11-19 Thread Alex Deucher
Please use C comments (/* */) rather than C++ comments. Same for the previous patches in the series. Alex On Fri, Nov 19, 2021 at 11:28 AM Graham Sider wrote: > > With device_info initialization being handled in kfd_device_info_init, > these structs may be removed. Also add comments to help mat

[PATCH 4/4] drm/amdkfd: remove hardcoded device_info structs

2021-11-19 Thread Graham Sider
With device_info initialization being handled in kfd_device_info_init, these structs may be removed. Also add comments to help matching IP versions to asic names. Signed-off-by: Graham Sider --- drivers/gpu/drm/amd/amdkfd/kfd_device.c | 469 +--- 1 file changed, 17 insertions