Re: [Mesa-dev] [PATCH] radv: report timestampPeriod correctly

2017-04-14 Thread Bas Nieuwenhuizen
For some reason I thought it did it in 10 KHz. Reviewed-by: Bas Nieuwenhuizen On Fri, Apr 14, 2017 at 7:17 PM, Grazvydas Ignotas wrote: > The kernel returns frequency in kHz, so to convert to nanosecond > interval that Vulkan uses the dividend should be 100.0 and not > 10.0. > > This fi

[Mesa-dev] [PATCH] radv: report timestampPeriod correctly

2017-04-14 Thread Grazvydas Ignotas
The kernel returns frequency in kHz, so to convert to nanosecond interval that Vulkan uses the dividend should be 100.0 and not 10.0. This fixes the GPU graph in DOOM and matches the amdgpu-pro blob. Signed-off-by: Grazvydas Ignotas Fixes: f4e499ec791 "radv: add initial non-conformant ra