[PATCH 2/6] drm/amdkfd: Make SDMA engine number an ASIC-dependent variable

2018-07-13 Thread Felix Kuehling
From: Yong Zhao On Raven there is only one SDMA engine instead of previously assumed two, so we need to adapt our code to this new scenario. Signed-off-by: Yong Zhao Reviewed-by: Felix Kuehling Signed-off-by: Felix Kuehling Acked-by: Alex Deucher --- drivers/gpu/drm/amd/amdkfd/kfd_device.c

Re: [PATCH 2/6] drm/amdkfd: Make SDMA engine number an ASIC-dependent variable

2018-07-13 Thread Alex Deucher
On Thu, Jul 12, 2018 at 5:24 PM, Felix Kuehling wrote: > From: Yong Zhao > > On Raven there is only one SDMA engine instead of previously assumed two, > so we need to adapt our code to this new scenario. > > Signed-off-by: Yong Zhao > Reviewed-by: Felix Kuehling > Signed-off-by: Felix Kuehling

[PATCH 2/6] drm/amdkfd: Make SDMA engine number an ASIC-dependent variable

2018-07-12 Thread Felix Kuehling
From: Yong Zhao On Raven there is only one SDMA engine instead of previously assumed two, so we need to adapt our code to this new scenario. Signed-off-by: Yong Zhao Reviewed-by: Felix Kuehling Signed-off-by: Felix Kuehling --- drivers/gpu/drm/amd/amdkfd/kfd_device.c| 12