Home
last modified time | relevance | path

Searched defs:i915_pmu (Results 1 – 1 of 1) sorted by relevance

/drivers/gpu/drm/i915/
Di915_pmu.h40 struct i915_pmu { struct
44 struct {
47 } cpuhp;
51 struct pmu base;
55 const char *name;
59 spinlock_t lock;
63 struct hrtimer timer;
76 u64 enable;
105 struct i915_pmu_sample sample[__I915_NUM_PMU_SAMPLERS]; argument
125 void i915_pmu_register(struct drm_i915_private *i915); argument