Home
last modified time | relevance | path

Searched refs:i915_attr (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pmu.c1009 struct i915_ext_attribute *i915_attr = NULL, *i915_iter; in create_event_attributes() local
1034 i915_attr = kcalloc(count, sizeof(*i915_attr), GFP_KERNEL); in create_event_attributes()
1035 if (!i915_attr) in create_event_attributes()
1047 i915_iter = i915_attr; in create_event_attributes()
1119 pmu->i915_attr = i915_attr; in create_event_attributes()
1130 kfree(i915_attr); in create_event_attributes()
1144 kfree(pmu->i915_attr); in free_event_attributes()
1148 pmu->i915_attr = NULL; in free_event_attributes()
H A Di915_pmu.h150 void *i915_attr; member