drm/amdkfd: call amdgpu_amdkfd_get_unique_id directly
authorFelix Kuehling <Felix.Kuehling@amd.com>
Mon, 24 Aug 2020 13:55:16 +0000 (09:55 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 26 Aug 2020 20:40:18 +0000 (16:40 -0400)
commit817154c1a2035fdecead78873245f5b528da451e
treebfe2c15188bccf188246328152bf55217b6d1dda
parent778879b9466b3d2538b56f7972046dbb80b882f3
drm/amdkfd: call amdgpu_amdkfd_get_unique_id directly

No need to use a function pointer because the implementation is not
ASIC-specific. This fixes missing support due to a missing function
pointer on Arcturus.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c
drivers/gpu/drm/amd/amdkfd/kfd_device.c
drivers/gpu/drm/amd/include/kgd_kfd_interface.h