Re: [PATCH 1/1] drm/amdgpu: Fix 32-bit build

2020-02-26 Thread Zhao, Yong
/amdgpu: Fix 32-bit build Add a dummy implementation of amdgpu_amdkfd_remove_fence_on_pt_pd_bos for kernel configs without KFD. Fixes: be8e48e08499 ("drm/amdgpu: Remove kfd eviction fence before release bo") Signed-off-by: Felix Kuehling --- drivers/gpu/drm/amd/amdgpu/amdgpu_am

[PATCH 1/1] drm/amdgpu: Fix 32-bit build

2020-02-26 Thread Felix Kuehling
Add a dummy implementation of amdgpu_amdkfd_remove_fence_on_pt_pd_bos for kernel configs without KFD. Fixes: be8e48e08499 ("drm/amdgpu: Remove kfd eviction fence before release bo") Signed-off-by: Felix Kuehling --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 5 + 1 file changed, 5 insertio