Re: [Mesa-dev] [PATCH] radeonsi: fix query buffer allocation

2019-02-22 Thread Timothy Arceri
On 23/2/19 11:31 am, Marek Olšák wrote: Nicolai also has a change in si_query_buffer_reset. Is there a reason the change is not here? duh ... no reason other than I forgot that bit. Thanks, Marek On Thu, Feb 21, 2019 at 10:09 PM Timothy Arceri > wrote: Fi

Re: [Mesa-dev] [PATCH] radeonsi: fix query buffer allocation

2019-02-22 Thread Marek Olšák
Nicolai also has a change in si_query_buffer_reset. Is there a reason the change is not here? Thanks, Marek On Thu, Feb 21, 2019 at 10:09 PM Timothy Arceri wrote: > Fix the logic for buffer full check on alloc. > > This patch just takes the fix Nicolai attached to the bug report > and updates i

[Mesa-dev] [PATCH] radeonsi: fix query buffer allocation

2019-02-21 Thread Timothy Arceri
Fix the logic for buffer full check on alloc. This patch just takes the fix Nicolai attached to the bug report and updates it to work on master. Fixes: e0f0d3675d4 ("radeonsi: factor si_query_buffer logic out of si_query_hw") Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109561 --- src/