Re: [Mesa-dev] [PATCH] anv/device: fix timestampPeriod for Broxton

2017-03-17 Thread Lionel Landwerlin
I thought I remembered patches with those numbers in gen_device_info somewhere... Anyway : Reviewed-by: Lionel Landwerlin On 17/03/17 14:41, Robert Bragg wrote: Broxton's reference clock for timestamps runs at 19.2MHz and gives us a period of 52.083 nanoseconds. Signed-off-by: Robert Bragg

[Mesa-dev] [PATCH] anv/device: fix timestampPeriod for Broxton

2017-03-17 Thread Robert Bragg
Broxton's reference clock for timestamps runs at 19.2MHz and gives us a period of 52.083 nanoseconds. Signed-off-by: Robert Bragg --- src/intel/vulkan/anv_device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c