Re: [PATCH 2/2] drm/amdgpu/sdma4: use page queue 1 for buffer funcs

2018-11-08 Thread Christian König
Am 07.11.18 um 18:29 schrieb Alex Deucher: Use page queue 0 rather than 1 to avoid contention with GPUVM updates using page queue 0. Well NAK for two reasons: 1. VM updates are currently balanced between page queue 0 and 1. 2. I want to keep one paging queue reserved for fault processing in

Re: [PATCH 2/2] drm/amdgpu/sdma4: use page queue 1 for buffer funcs

2018-11-07 Thread Alex Deucher
On Wed, Nov 7, 2018 at 9:11 PM Zhang, Jerry(Junwei) wrote: > > On 11/8/18 1:29 AM, Alex Deucher wrote: > > Use page queue 0 rather than 1 to avoid contention with GPUVM > > updates using page queue 0. > > > > Signed-off-by: Alex Deucher > > A little confuse, I thought we were going to use page

Re: [PATCH 2/2] drm/amdgpu/sdma4: use page queue 1 for buffer funcs

2018-11-07 Thread Zhang, Jerry(Junwei)
On 11/8/18 1:29 AM, Alex Deucher wrote: Use page queue 0 rather than 1 to avoid contention with GPUVM updates using page queue 0. Signed-off-by: Alex Deucher A little confuse, I thought we were going to use page queue(in any instance) for PT update, gfx ring for general sdma jobs. Any

[PATCH 2/2] drm/amdgpu/sdma4: use page queue 1 for buffer funcs

2018-11-07 Thread Alex Deucher
Use page queue 0 rather than 1 to avoid contention with GPUVM updates using page queue 0. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c