Searched refs:__I915_PMU_OTHER (Results 1 – 4 of 4) sorted by relevance
32 (I915_PMU_LAST + 1 - __I915_PMU_OTHER(0)))
47 return config < __I915_PMU_OTHER(0); in is_engine_config()55 return ENGINE_SAMPLE_BITS + (config - __I915_PMU_OTHER(0)); in config_enabled_bit()
136 #define __I915_PMU_OTHER(x) (__I915_PMU_ENGINE(0xff, 0xff, 0xf) + 1 + (x)) macro138 #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)