Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_active.c1139 struct auto_active { struct
1146 struct auto_active *aa = container_of(ref, typeof(*aa), base); in i915_active_get() argument
1154 struct auto_active *aa = container_of(ref, typeof(*aa), ref); in auto_release()
1162 struct auto_active *aa = container_of(ref, typeof(*aa), base); in i915_active_put()
1167 static int auto_active(struct i915_active *ref) in auto_active() function
1180 struct auto_active *aa; in i915_active_create()
1187 i915_active_init(&aa->base, auto_active, auto_retire, 0); in i915_active_create()