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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.c 31 (BIT(I915_SAMPLE_BUSY) | \
115 * need the timer for I915_SAMPLE_BUSY counter.
118 enable &= ~BIT(I915_SAMPLE_BUSY);
333 add_sample(&pmu->sample[I915_SAMPLE_BUSY], period_ns);
459 if (engine_event_sample(event) == I915_SAMPLE_BUSY &&
477 case I915_SAMPLE_BUSY:
535 if (sample == I915_SAMPLE_BUSY && intel_engine_supports_stats(engine))
594 } else if (sample == I915_SAMPLE_BUSY &&
917 __engine_event(I915_SAMPLE_BUSY, "busy"),
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 151 I915_SAMPLE_BUSY = 0,
168 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)

Completed in 48 milliseconds