[PATCH 2/2] drm/amdkfd: Use functions from amdgpu to invalidate vmid in kfd

2018-10-23 Thread Zhao, Yong
As part of the change, we stop taking the srbm lock, and start to use the same invalidation engine and software lock. Change-Id: I306305e43d4b4032316909b3f4e3f9f5ca4520ae Signed-off-by: Yong Zhao --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v9.c | 37 +-- 1 file changed,

Re: [PATCH 2/2] drm/amdkfd: Use functions from amdgpu to invalidate vmid in kfd

2018-10-23 Thread Deucher, Alexander
Series is: Reviewed-by: Alex Deucher From: Zhao, Yong Sent: Tuesday, October 23, 2018 2:15:59 PM To: brahma_sw_dev; amd-gfx@lists.freedesktop.org Cc: Zhao, Yong Subject: [PATCH 2/2] drm/amdkfd: Use functions from amdgpu to invalidate vmid in kfd As part of the