Home | History | Annotate | Download | only in i915

Lines Matching refs:i915

60 	 * @timer: Timer for internal i915 PMU sampling.
99 * These counters are updated from the i915 PMU sampling timer.
120 void i915_pmu_register(struct drm_i915_private *i915);
121 void i915_pmu_unregister(struct drm_i915_private *i915);
122 void i915_pmu_gt_parked(struct drm_i915_private *i915);
123 void i915_pmu_gt_unparked(struct drm_i915_private *i915);
125 static inline void i915_pmu_register(struct drm_i915_private *i915) {}
126 static inline void i915_pmu_unregister(struct drm_i915_private *i915) {}
127 static inline void i915_pmu_gt_parked(struct drm_i915_private *i915) {}
128 static inline void i915_pmu_gt_unparked(struct drm_i915_private *i915) {}