On Fri, Jan 6, 2017 at 9:28 PM, Kenneth Graunke wrote:
> On Friday, January 6, 2017 1:17:39 PM PST Kenneth Graunke wrote:
>> From: Robert Bragg
>>
>> v2: (Ken) Update timebase_scale for platforms past Skylake/Broxton too.
>
> Hi Robert!
>
> Your patch had merge conflicts in gen_device_info.c at t
While you're at it, would you mind making Vulkan use this as well? It
should be a 2-line change to GetPhysicalDeviceProperties.
On Fri, Jan 6, 2017 at 1:17 PM, Kenneth Graunke
wrote:
> From: Robert Bragg
>
> v2: (Ken) Update timebase_scale for platforms past Skylake/Broxton too.
> ---
> src/i
On Friday, January 6, 2017 1:17:39 PM PST Kenneth Graunke wrote:
> From: Robert Bragg
>
> v2: (Ken) Update timebase_scale for platforms past Skylake/Broxton too.
Hi Robert!
Your patch had merge conflicts in gen_device_info.c at this point, so I
fixed those and re-sent it. It also looked like i
On Fri, Jan 6, 2017 at 1:17 PM, Kenneth Graunke wrote:
> From: Robert Bragg
>
> v2: (Ken) Update timebase_scale for platforms past Skylake/Broxton too.
> ---
> src/intel/common/gen_device_info.c| 13 ++--
> src/intel/common/gen_device_info.h| 24 ++
> src/mesa/dri
From: Robert Bragg
v2: (Ken) Update timebase_scale for platforms past Skylake/Broxton too.
---
src/intel/common/gen_device_info.c| 13 ++--
src/intel/common/gen_device_info.h| 24 ++
src/mesa/drivers/dri/i965/brw_context.c | 15 +
src/mesa/drivers/dri/i9
typo fixed (thanks)
--- >8 ---
Prior to Skylake the Gen HW timestamps were driven by a 12.5MHz clock
with the convenient property of being able to scale by an integer (80)
to nanosecond units.
For Skylake the frequency is 12MHz or a scale factor of 83.33
This updates gen_device_info to trac
On Thu, Oct 27, 2016 at 4:56 PM, Robert Bragg wrote:
> Prior to Skylake the Gen HW timestamps were driven by a 12.5MHz clock
> with the convenient property of being able to scale by an integer (80)
> to nanosecond units.
>
> For Skylake the frequency is 12MHz or a scale factor of 83.33
>
> Thi
Prior to Skylake the Gen HW timestamps were driven by a 12.5MHz clock
with the convenient property of being able to scale by an integer (80)
to nanosecond units.
For Skylake the frequency is 12MHz or a scale factor of 83.33
This updates gen_device_info to track a floating point timebase_scale