Re: [Mesa-dev] [PATCH] radv: do not use the availability bit for timestamp queries

2018-09-25 Thread Dave Airlie
On Wed, 26 Sep 2018 at 04:27, Samuel Pitoiset wrote: > > It's unnecessary because we can just check if the timestamp > is to different to the default value when a pool is created > or resetted. Instead of waiting for the availability bit to > be 1, we have to emit a not equal WAIT_REG_MEM for chec

[Mesa-dev] [PATCH] radv: do not use the availability bit for timestamp queries

2018-09-25 Thread Samuel Pitoiset
It's unnecessary because we can just check if the timestamp is to different to the default value when a pool is created or resetted. Instead of waiting for the availability bit to be 1, we have to emit a not equal WAIT_REG_MEM for checking if the timestamp is ready. Signed-off-by: Samuel Pitoiset