Searched refs:I915_SAMPLE_BUSY (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 26 (BIT(I915_SAMPLE_BUSY) | \ 110 * need the timer for I915_SAMPLE_BUSY counter. in pmu_needs_timer() 113 enable &= ~BIT(I915_SAMPLE_BUSY); in pmu_needs_timer() 316 add_sample(&pmu->sample[I915_SAMPLE_BUSY], period_ns); in engine_sample() 467 case I915_SAMPLE_BUSY: in engine_event_status() 574 } else if (sample == I915_SAMPLE_BUSY && in __i915_pmu_event_read() 877 __engine_event(I915_SAMPLE_BUSY, "busy"), in create_event_attributes()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 27 (BIT(I915_SAMPLE_BUSY) | \ 162 * need the timer for I915_SAMPLE_BUSY counter. in pmu_needs_timer() 165 enable &= ~BIT(I915_SAMPLE_BUSY); in pmu_needs_timer() 381 add_sample(&pmu->sample[I915_SAMPLE_BUSY], period_ns); in engine_sample() 521 case I915_SAMPLE_BUSY: in engine_event_status() 646 } else if (sample == I915_SAMPLE_BUSY && in __i915_pmu_event_read() 1003 __engine_event(I915_SAMPLE_BUSY, "busy"), in create_event_attributes()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | i915_drm.h | 31 I915_SAMPLE_BUSY = 0, enumerator 45 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
|
/kernel/linux/linux-5.10/tools/include/uapi/drm/ |
H A D | i915_drm.h | 149 I915_SAMPLE_BUSY = 0, enumerator 166 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | i915_drm.h | 149 I915_SAMPLE_BUSY = 0, enumerator 166 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | i915_drm.h | 258 I915_SAMPLE_BUSY = 0, enumerator 275 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | i915_drm.h | 53 I915_SAMPLE_BUSY = 0, enumerator 62 #define I915_PMU_ENGINE_BUSY(class,instance) __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | i915_drm.h | 53 I915_SAMPLE_BUSY = 0, enumerator 62 #define I915_PMU_ENGINE_BUSY(class,instance) __I915_PMU_ENGINE(class, instance, I915_SAMPLE_BUSY)
|
Completed in 31 milliseconds