Re: [PATCH] drm/amdkfd: replace asic_family with asic_type

2021-11-10 Thread Felix Kuehling
On 2021-11-10 6:25 p.m., Graham Sider wrote: asic_family was a duplicate of asic_type, both of type amd_asic_type. Replace all instances of device_info->asic_family with adev->asic_type and remove asic_family from device_info. Signed-off-by: Graham Sider Reviewed-by: Felix Kuehling ---

[PATCH] drm/amdkfd: replace asic_family with asic_type

2021-11-10 Thread Graham Sider
asic_family was a duplicate of asic_type, both of type amd_asic_type. Replace all instances of device_info->asic_family with adev->asic_type and remove asic_family from device_info. Signed-off-by: Graham Sider --- .../gpu/drm/amd/amdkfd/cik_event_interrupt.c | 2 +-