Searched refs:I915_PMU_SAMPLE_BITS (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/include/uapi/drm/
H A Di915_drm.h263 #define I915_PMU_SAMPLE_BITS (4) macro
267 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
271 (instance) << I915_PMU_SAMPLE_BITS | \
/linux-master/include/uapi/drm/
H A Di915_drm.h263 #define I915_PMU_SAMPLE_BITS (4) macro
267 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
271 (instance) << I915_PMU_SAMPLE_BITS | \
/linux-master/drivers/gpu/drm/i915/
H A Di915_pmu.c61 return (event->attr.config >> I915_PMU_SAMPLE_BITS) & 0xff;

Completed in 281 milliseconds