Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/
Di915_perf.c3998 u64 oa_period, oa_freq_hz; in read_properties_unlocked() local
4061 BUILD_BUG_ON(sizeof(oa_period) != 8); in read_properties_unlocked()
4062 oa_period = oa_exponent_to_ns(perf, value); in read_properties_unlocked()
4070 if (oa_period <= NSEC_PER_SEC) { in read_properties_unlocked()
4072 do_div(tmp, oa_period); in read_properties_unlocked()
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_oa.c1866 u64 oa_period, oa_freq_hz; in xe_oa_stream_open_ioctl() local
1874 oa_period = oa_exponent_to_ns(param.hwe->gt, param.period_exponent); in xe_oa_stream_open_ioctl()
1875 oa_freq_hz = div64_u64(NSEC_PER_SEC, oa_period); in xe_oa_stream_open_ioctl()