Searched refs:timestamp_to_ns (Results 1 – 2 of 2) sorted by relevance
170 } timestamp_to_ns; member231 return (gpu_time * dev->timestamp_to_ns.num) / dev->timestamp_to_ns.den; in agx_gpu_time_to_ns()
471 dev->timestamp_to_ns.num = NSEC_PER_SEC / ts_gcd; in agx_init_timestamps()472 dev->timestamp_to_ns.den = dev->params.timer_frequency_hz / ts_gcd; in agx_init_timestamps()