Searched refs:I915_PMU_SAMPLE_BITS (Results 1 – 2 of 2) sorted by relevance
263 #define I915_PMU_SAMPLE_BITS (4) macro267 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)271 (instance) << I915_PMU_SAMPLE_BITS | \
51 return (event->attr.config >> I915_PMU_SAMPLE_BITS) & 0xff; in engine_event_instance()