[Mesa-dev] [PATCH 0/2] nvc0: Fix a couple of bugs in nvc0_hw_query_fifo_wait

Rhys Perry pendingchaos02 at gmail.com
Thu Apr 5 21:31:24 UTC 2018


This series fixes a couple of bugs in nvc0_hw_query_fifo_wait().
The first one is that a query's fence is not guaranteedto be emitted.
The second one is that nvc0_hw_query_fifo_wait() works incorrectly
when a fence has been emitted in between nvc0_hw_end_query() and
nvc0_hw_query_fifo_wait().

Rhys Perry (2):
  nvc0: ensure the query's fence has been emitted in
    nvco_hw_query_fifo_wait
  nvc0: change ACQUIRE_EQUAL to ACQUIRE_GEQUAL in
    nvc0_hw_query_fifo_wait

 src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
2.14.3



More information about the mesa-dev mailing list