HomeSort by: relevance | last modified time | path
    Searched defs:oa_period (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_perf.c 3751 u64 oa_period, oa_freq_hz; local in function:read_properties_unlocked
3810 BUILD_BUG_ON(sizeof(oa_period) != 8);
3811 oa_period = oa_exponent_to_ns(perf, value);
3813 /* This check is primarily to ensure that oa_period <=
3819 if (oa_period <= NSEC_PER_SEC) {
3821 do_div(tmp, oa_period);
i915_perf.c 3751 u64 oa_period, oa_freq_hz; local in function:read_properties_unlocked
3810 BUILD_BUG_ON(sizeof(oa_period) != 8);
3811 oa_period = oa_exponent_to_ns(perf, value);
3813 /* This check is primarily to ensure that oa_period <=
3819 if (oa_period <= NSEC_PER_SEC) {
3821 do_div(tmp, oa_period);

Completed in 74 milliseconds