Re: [PATCH] drm/amdgpu: map compute rings by least recently used pipe

2017-09-28 Thread Alex Deucher
On Tue, Sep 26, 2017 at 5:43 PM, Andres Rodriguez wrote: > This patch provides a guarantee that the first n queues allocated by > an application will be on different pipes. Where n is the number of > pipes available from the hardware. > > This helps avoid ring aliasing which

[PATCH] drm/amdgpu: map compute rings by least recently used pipe

2017-09-26 Thread Andres Rodriguez
This patch provides a guarantee that the first n queues allocated by an application will be on different pipes. Where n is the number of pipes available from the hardware. This helps avoid ring aliasing which can result in work executing in time-sliced mode instead of truly parallel mode.