Re: [Mesa-dev] [PATCH] nvc0: fix writing query results into buffer

2018-02-22 Thread Karol Herbst
Tested-by: Karol Herbst On Wed, Feb 21, 2018 at 6:17 AM, Ilia Mirkin wrote: > We need to mark the range as valid, and validate the resource using a > helper to ensure that the buffer status is marked properly. > > Fixes some CTS pipeline stats query

[Mesa-dev] [PATCH] nvc0: fix writing query results into buffer

2018-02-20 Thread Ilia Mirkin
We need to mark the range as valid, and validate the resource using a helper to ensure that the buffer status is marked properly. Fixes some CTS pipeline stats query tests. Signed-off-by: Ilia Mirkin --- src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c | 8 1