Home | History | Annotate | Download | only in i915

Lines Matching defs:periodic

140  *   them. For Mesa it's also convenient to be forwarded raw, periodic reports
281 * non-periodic reports (such as on context switch) or the OA unit may be
282 * enabled without any periodic sampling.
371 * @oa_periodic: Whether to enable periodic OA unit sampling
864 * switches since it's not-uncommon for periodic samples to
1120 /* The report-ID field for periodic samples includes
1279 /* We would wait indefinitely if periodic sampling is not enabled */
1280 if (!stream->periodic)
1551 * already seen since they can't be cleared while periodic
2198 (stream->periodic ? GEN8_OA_TIMER_ENABLE : 0) |
2381 * exponent for periodic sampling which is primarily used for system
2509 (stream->periodic ? GEN8_OA_TIMER_ENABLE : 0) |
2576 bool periodic = stream->periodic;
2590 intel_uncore_write(uncore, GEN12_OAG_OAGLBCTXCTRL, periodic ?
2660 bool periodic = stream->periodic;
2679 (periodic ? GEN7_OACONTROL_TIMER_ENABLE : 0) |
2734 * [Re]enables hardware periodic sampling according to the period configured
2743 if (stream->periodic)
2795 if (stream->periodic)
2896 stream->periodic = props->oa_periodic;
2897 if (stream->periodic)
3860 * opened (for instance we don't assume it's for periodic OA unit metrics). An
3862 * buffered data written by the GPU besides periodic OA metrics.