OSDN Git Service

drm/i915/pmu: Support multiple GPUs
[tomoyo/tomoyo-test1.git] / drivers / gpu / drm / i915 / i915_pmu.h
index 067dbbf..bf52e39 100644 (file)
@@ -47,6 +47,10 @@ struct i915_pmu {
         */
        struct pmu base;
        /**
+        * @name: Name as registered with perf core.
+        */
+       const char *name;
+       /**
         * @lock: Lock protecting enable mask and ref count handling.
         */
        spinlock_t lock;