Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/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 | \
/openbsd/sys/dev/pci/drm/i915/
H A Di915_pmu.c51 return (event->attr.config >> I915_PMU_SAMPLE_BITS) & 0xff; in engine_event_instance()