Re: [PATCH 2/2] drm/amdkfd: Sync gfx10 kfd2kgd_calls function pointers

2019-09-23 Thread Deucher, Alexander
Series is: Reviewed-by: Alex Deucher From: amd-gfx on behalf of Zhao, Yong Sent: Monday, September 23, 2019 4:00 PM To: amd-gfx@lists.freedesktop.org Cc: Zhao, Yong Subject: [PATCH 2/2] drm/amdkfd: Sync gfx10 kfd2kgd_calls function pointers get_hive_id was

[PATCH 2/2] drm/amdkfd: Sync gfx10 kfd2kgd_calls function pointers

2019-09-23 Thread Zhao, Yong
get_hive_id was not set. Also, adjust the function setting sequence. Change-Id: I51962954cd0707ebe9aa6c85c71110dee98d6200 Signed-off-by: Yong Zhao --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v10.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/a