Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_oa.c1866 u64 oa_period, oa_freq_hz; in xe_oa_stream_open_ioctl() local
1875 oa_freq_hz = div64_u64(NSEC_PER_SEC, oa_period); in xe_oa_stream_open_ioctl()
1876 drm_dbg(&oa->xe->drm, "Using periodic sampling freq %lld Hz\n", oa_freq_hz); in xe_oa_stream_open_ioctl()
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_perf.c3998 u64 oa_period, oa_freq_hz; in read_properties_unlocked() local
4073 oa_freq_hz = tmp; in read_properties_unlocked()
4075 oa_freq_hz = 0; in read_properties_unlocked()
4077 if (oa_freq_hz > i915_oa_max_sample_rate && !perfmon_capable()) { in read_properties_unlocked()