Home
last modified time | relevance | path

Searched refs:oa_period (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/i915/
H A Di915_perf.c4001 u64 oa_period, oa_freq_hz; in read_properties_unlocked() local
4064 BUILD_BUG_ON(sizeof(oa_period) != 8); in read_properties_unlocked()
4065 oa_period = oa_exponent_to_ns(perf, value); in read_properties_unlocked()
4073 if (oa_period <= NSEC_PER_SEC) { in read_properties_unlocked()
4075 do_div(tmp, oa_period); in read_properties_unlocked()
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c2097 u64 oa_period, oa_freq_hz; in xe_oa_stream_open_ioctl() local
2105 oa_period = oa_exponent_to_ns(param.hwe->gt, param.period_exponent); in xe_oa_stream_open_ioctl()
2106 oa_freq_hz = div64_u64(NSEC_PER_SEC, oa_period); in xe_oa_stream_open_ioctl()