Searched refs:I915_SAMPLE_BUSY (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_pmu.c | 27 (BIT(I915_SAMPLE_BUSY) | \ 172 enable &= ~BIT(I915_SAMPLE_BUSY); in pmu_needs_timer() 388 add_sample(&pmu->sample[I915_SAMPLE_BUSY], period_ns); in gen3_engine_sample() 405 add_sample(&pmu->sample[I915_SAMPLE_BUSY], period_ns); in gen2_engine_sample() 554 case I915_SAMPLE_BUSY: in engine_event_status() 673 } else if (sample == I915_SAMPLE_BUSY && in __i915_pmu_event_read() 998 __engine_event(I915_SAMPLE_BUSY, "busy"), in create_event_attributes()
|
| /linux-6.15/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-6.15/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)
|