panfrost: Flush when using transform feedback

This is a huge hack to workaround incomplete BO flushing logic, but it's
enough for the dEQP transform feedback tests, and doing the resource
management to get this right is out-of-scope for this patch series.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
This commit is contained in:
Alyssa Rosenzweig 2019-08-08 07:46:54 -07:00
parent 4b0001c42d
commit 9b2514d6c6
1 changed files with 1 additions and 0 deletions

View File

@ -2629,6 +2629,7 @@ panfrost_get_query_result(struct pipe_context *pipe,
case PIPE_QUERY_PRIMITIVES_GENERATED:
case PIPE_QUERY_PRIMITIVES_EMITTED:
panfrost_flush(pipe, NULL, PIPE_FLUSH_END_OF_FRAME);
vresult->u64 = query->end - query->start;
break;