Re: [PATCH v2 3/3] drm/amdkfd: remove iommu v2 for old apu series

2020-08-19 Thread Huang Rui
On Tue, Aug 18, 2020 at 11:15:47PM +0800, Kuehling, Felix wrote: > Interesting. Does this actually work on Carrizo or Kaveri? I'd like to I just found a Carrizo board, rocm info works well, and clinfo is able to print most information. But it seems stuck in the ROCr (submit

Re: [PATCH v2 3/3] drm/amdkfd: remove iommu v2 for old apu series

2020-08-18 Thread Felix Kuehling
Interesting. Does this actually work on Carrizo or Kaveri? I'd like to see any Thunk changes needed to support this before giving my R-b. For now this patch is Acked-by: Felix Kuehling Am 2020-08-18 um 9:09 a.m. schrieb Huang Rui: > We already support the fallback path, so it doesn't need

[PATCH v2 3/3] drm/amdkfd: remove iommu v2 for old apu series

2020-08-18 Thread Huang Rui
We already support the fallback path, so it doesn't need IOMMU v2 flag anymore. Signed-off-by: Huang Rui --- drivers/gpu/drm/amd/amdkfd/kfd_device.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_device.c b/drivers/gpu/drm/amd/amdkfd/kfd_device.c index