Re: [Mesa-dev] [PATCH] anv: fix reported timestampPeriod value

2017-07-01 Thread Jason Ekstrand
Rb On July 1, 2017 4:43:45 PM Lionel Landwerlin wrote: We lost some precision on a previous change due to switching to integers. Since we report a float in timestampPeriod, we want the division to happen in floats. CID: 1413021 Fixes: c77d98ef32 ("intel: common: express timestamps units in

[Mesa-dev] [PATCH] anv: fix reported timestampPeriod value

2017-07-01 Thread Lionel Landwerlin
We lost some precision on a previous change due to switching to integers. Since we report a float in timestampPeriod, we want the division to happen in floats. CID: 1413021 Fixes: c77d98ef32 ("intel: common: express timestamps units in frequency") Signed-off-by: Lionel Landwerlin --- src/intel/v