Searched refs:I915_SAMPLE_BUSY (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_pmu.c | 29 (BIT(I915_SAMPLE_BUSY) | \ 174 enable &= ~BIT(I915_SAMPLE_BUSY); in pmu_needs_timer() 390 add_sample(&pmu->sample[I915_SAMPLE_BUSY], period_ns); in gen3_engine_sample() 407 add_sample(&pmu->sample[I915_SAMPLE_BUSY], period_ns); in gen2_engine_sample() 556 case I915_SAMPLE_BUSY: in engine_event_status() 675 } else if (sample == I915_SAMPLE_BUSY && in __i915_pmu_event_read() 1000 __engine_event(I915_SAMPLE_BUSY, "busy"), in create_event_attributes()
|
| /linux/include/uapi/drm/ |
| H A D | i915_drm.h | 258 I915_SAMPLE_BUSY = 0, enumerator 275 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
|
| /linux/tools/include/uapi/drm/ |
| H A D | i915_drm.h | 258 I915_SAMPLE_BUSY = 0, enumerator 275 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
|