Re: [Mesa-dev] [PATCH] radv: fix resetting the pool for timestamp queries

2018-10-04 Thread Józef Kucia
On Thu, Oct 4, 2018 at 10:42 AM Samuel Pitoiset wrote: > > Since the driver no longer uses the availability bit for > timestamp queries it shouldn't reset it. Instead, it should > reset the query values to UINT32_MAX. This fixes VM faults. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id

[Mesa-dev] [PATCH] radv: fix resetting the pool for timestamp queries

2018-10-04 Thread Samuel Pitoiset
Since the driver no longer uses the availability bit for timestamp queries it shouldn't reset it. Instead, it should reset the query values to UINT32_MAX. This fixes VM faults. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108164 Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_qu