Searched refs:I915_SAMPLE_WAIT (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 27 BIT(I915_SAMPLE_WAIT) | \ 295 add_sample(&pmu->sample[I915_SAMPLE_WAIT], period_ns); in engine_sample() 468 case I915_SAMPLE_WAIT: in engine_event_status() 879 __engine_event(I915_SAMPLE_WAIT, "wait"), in create_event_attributes()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 28 BIT(I915_SAMPLE_WAIT) | \ 360 add_sample(&pmu->sample[I915_SAMPLE_WAIT], period_ns); in engine_sample() 522 case I915_SAMPLE_WAIT: in engine_event_status() 1005 __engine_event(I915_SAMPLE_WAIT, "wait"), in create_event_attributes()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | i915_drm.h | 32 I915_SAMPLE_WAIT = 1, enumerator 47 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT)
|
/kernel/linux/linux-5.10/tools/include/uapi/drm/ |
H A D | i915_drm.h | 150 I915_SAMPLE_WAIT = 1, enumerator 169 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT)
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | i915_drm.h | 150 I915_SAMPLE_WAIT = 1, enumerator 169 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT)
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | i915_drm.h | 259 I915_SAMPLE_WAIT = 1, enumerator 278 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | i915_drm.h | 54 I915_SAMPLE_WAIT = 1, enumerator 63 #define I915_PMU_ENGINE_WAIT(class,instance) __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT)
|
/kernel/linux/linux-6.6/tools/include/uapi/drm/ |
H A D | i915_drm.h | 259 I915_SAMPLE_WAIT = 1, enumerator 278 __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | i915_drm.h | 54 I915_SAMPLE_WAIT = 1, enumerator 63 #define I915_PMU_ENGINE_WAIT(class,instance) __I915_PMU_ENGINE(class, instance, I915_SAMPLE_WAIT)
|
Completed in 32 milliseconds