Home
last modified time | relevance | path

Searched refs:__I915_PMU_OTHER (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_pmu.h32 (I915_PMU_LAST + 1 - __I915_PMU_OTHER(0)))
Di915_pmu.c47 return config < __I915_PMU_OTHER(0); in is_engine_config()
55 return ENGINE_SAMPLE_BITS + (config - __I915_PMU_OTHER(0)); in config_enabled_bit()
/Linux-v4.19/tools/include/uapi/drm/
Di915_drm.h136 #define __I915_PMU_OTHER(x) (__I915_PMU_ENGINE(0xff, 0xff, 0xf) + 1 + (x)) macro
138 #define I915_PMU_ACTUAL_FREQUENCY __I915_PMU_OTHER(0)
139 #define I915_PMU_REQUESTED_FREQUENCY __I915_PMU_OTHER(1)
140 #define I915_PMU_INTERRUPTS __I915_PMU_OTHER(2)
141 #define I915_PMU_RC6_RESIDENCY __I915_PMU_OTHER(3)
/Linux-v4.19/include/uapi/drm/
Di915_drm.h136 #define __I915_PMU_OTHER(x) (__I915_PMU_ENGINE(0xff, 0xff, 0xf) + 1 + (x)) macro
138 #define I915_PMU_ACTUAL_FREQUENCY __I915_PMU_OTHER(0)
139 #define I915_PMU_REQUESTED_FREQUENCY __I915_PMU_OTHER(1)
140 #define I915_PMU_INTERRUPTS __I915_PMU_OTHER(2)
141 #define I915_PMU_RC6_RESIDENCY __I915_PMU_OTHER(3)