Home
last modified time | relevance | path

Searched refs:I915_PMU_SAMPLE_BITS (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_pmu.h31 ((1 << I915_PMU_SAMPLE_BITS) + \
Di915_pmu.c21 #define ENGINE_SAMPLE_BITS (1 << I915_PMU_SAMPLE_BITS)
42 return (event->attr.config >> I915_PMU_SAMPLE_BITS) & 0xff; in engine_event_instance()
621 GEM_BUG_ON(sample >= I915_PMU_SAMPLE_BITS); in i915_pmu_enable()
653 GEM_BUG_ON(sample >= I915_PMU_SAMPLE_BITS); in i915_pmu_disable()
Dintel_ringbuffer.h422 unsigned int enable_count[I915_PMU_SAMPLE_BITS];
/Linux-v4.19/tools/include/uapi/drm/
Di915_drm.h116 #define I915_PMU_SAMPLE_BITS (4) macro
120 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
124 (instance) << I915_PMU_SAMPLE_BITS | \
/Linux-v4.19/include/uapi/drm/
Di915_drm.h116 #define I915_PMU_SAMPLE_BITS (4) macro
120 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
124 (instance) << I915_PMU_SAMPLE_BITS | \