Re: [Mesa-dev] [PATCH] winsys/amdgpu: add back multithreaded command submission

2016-05-19 Thread Nicolai Hähnle
On 18.05.2016 13:23, Marek Olšák wrote: ,On Wed, May 18, 2016 at 7:48 PM, Nicolai Hähnle wrote: On 18.05.2016 11:58, Marek Olšák wrote: On Sat, May 7, 2016 at 5:12 PM, Nicolai Hähnle wrote: Looks good to me, just two remarks below... On 06.05.2016

Re: [Mesa-dev] [PATCH] winsys/amdgpu: add back multithreaded command submission

2016-05-18 Thread Marek Olšák
,On Wed, May 18, 2016 at 7:48 PM, Nicolai Hähnle wrote: > On 18.05.2016 11:58, Marek Olšák wrote: >> >> On Sat, May 7, 2016 at 5:12 PM, Nicolai Hähnle wrote: >>> >>> Looks good to me, just two remarks below... >>> >>> >>> On 06.05.2016 13:31, Marek Olšák

Re: [Mesa-dev] [PATCH] winsys/amdgpu: add back multithreaded command submission

2016-05-18 Thread Nicolai Hähnle
On 18.05.2016 11:58, Marek Olšák wrote: On Sat, May 7, 2016 at 5:12 PM, Nicolai Hähnle wrote: Looks good to me, just two remarks below... On 06.05.2016 13:31, Marek Olšák wrote: From: Marek Olšák Ported from the initial amdgpu winsys from the

Re: [Mesa-dev] [PATCH] winsys/amdgpu: add back multithreaded command submission

2016-05-18 Thread Marek Olšák
On Sat, May 7, 2016 at 5:12 PM, Nicolai Hähnle wrote: > Looks good to me, just two remarks below... > > > On 06.05.2016 13:31, Marek Olšák wrote: >> >> From: Marek Olšák >> >> Ported from the initial amdgpu winsys from the private AMD branch. >> >> The

Re: [Mesa-dev] [PATCH] winsys/amdgpu: add back multithreaded command submission

2016-05-08 Thread Nicolai Hähnle
Looks good to me, just two remarks below... On 06.05.2016 13:31, Marek Olšák wrote: From: Marek Olšák Ported from the initial amdgpu winsys from the private AMD branch. The thread creates the buffer list, submits IBs, and cleans up the submission context, which can also

[Mesa-dev] [PATCH] winsys/amdgpu: add back multithreaded command submission

2016-05-06 Thread Marek Olšák
From: Marek Olšák Ported from the initial amdgpu winsys from the private AMD branch. The thread creates the buffer list, submits IBs, and cleans up the submission context, which can also destroy buffers. 3-5% reduction in CPU overhead is expected for apps submitting a lot