drm/amdkfd: replace asic_family with asic_type
authorGraham Sider <Graham.Sider@amd.com>
Wed, 10 Nov 2021 23:19:30 +0000 (18:19 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Nov 2021 22:10:01 +0000 (17:10 -0500)
commit7eb0502ac0538ea9746481f3d7578940c8302c42
treefcf27eb4661db8f5d79d64ee287216b87ce9b33e
parent046e674b961594e552fa6cd3cbbc34086b9580ac
drm/amdkfd: replace asic_family with asic_type

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 <Graham.Sider@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/cik_event_interrupt.c
drivers/gpu/drm/amd/amdkfd/kfd_chardev.c
drivers/gpu/drm/amd/amdkfd/kfd_crat.c
drivers/gpu/drm/amd/amdkfd/kfd_device.c
drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
drivers/gpu/drm/amd/amdkfd/kfd_flat_memory.c
drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
drivers/gpu/drm/amd/amdkfd/kfd_packet_manager.c
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
drivers/gpu/drm/amd/amdkfd/kfd_topology.c