Re: [PATCH 1/3] drm/amdgpu: Relocate kgd2kfd function declaration

2019-01-02 Thread Christian König
Am 14.12.18 um 16:22 schrieb Lin, Amber: Since amdkfd is merged into amdgpu module and amdgpu can access amdkfd directly, move declaration of kgd2kfd functions from kfd_priv.h to amdgpu_amdkfd.h Signed-off-by: Amber Lin Yes, please. If it's not committed yet Acked-by: Christian König for

Re: [PATCH 1/3] drm/amdgpu: Relocate kgd2kfd function declaration

2018-12-14 Thread Kuehling, Felix
The series is Reviewed-by: Felix Kuehling On 2018-12-14 10:22 a.m., Lin, Amber wrote: > Since amdkfd is merged into amdgpu module and amdgpu can access amdkfd > directly, move declaration of kgd2kfd functions from kfd_priv.h to > amdgpu_amdkfd.h > > Signed-off-by: Amber Lin > --- >

[PATCH 1/3] drm/amdgpu: Relocate kgd2kfd function declaration

2018-12-14 Thread Lin, Amber
Since amdkfd is merged into amdgpu module and amdgpu can access amdkfd directly, move declaration of kgd2kfd functions from kfd_priv.h to amdgpu_amdkfd.h Signed-off-by: Amber Lin --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 43