Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_perf.c3570 u64 oa_period, oa_freq_hz; in read_properties_unlocked() local
3628 BUILD_BUG_ON(sizeof(oa_period) != 8); in read_properties_unlocked()
3629 oa_period = oa_exponent_to_ns(perf, value); in read_properties_unlocked()
3631 /* This check is primarily to ensure that oa_period <= in read_properties_unlocked()
3637 if (oa_period <= NSEC_PER_SEC) { in read_properties_unlocked()
3639 do_div(tmp, oa_period); in read_properties_unlocked()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf.c4092 u64 oa_period, oa_freq_hz; in read_properties_unlocked() local
4155 BUILD_BUG_ON(sizeof(oa_period) != 8); in read_properties_unlocked()
4156 oa_period = oa_exponent_to_ns(perf, value); in read_properties_unlocked()
4158 /* This check is primarily to ensure that oa_period <= in read_properties_unlocked()
4164 if (oa_period <= NSEC_PER_SEC) { in read_properties_unlocked()
4166 do_div(tmp, oa_period); in read_properties_unlocked()

Completed in 12 milliseconds