Searched refs:I915_PMU_SAMPLE_BITS (Results 1 – 5 of 5) sorted by relevance
31 ((1 << I915_PMU_SAMPLE_BITS) + \
21 #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()
422 unsigned int enable_count[I915_PMU_SAMPLE_BITS];
116 #define I915_PMU_SAMPLE_BITS (4) macro120 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)124 (instance) << I915_PMU_SAMPLE_BITS | \