Searched refs:i915_active_init (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_active.h | 366 #define i915_active_init(i915, ref, active, retire) do { \ macro
|
| D | i915_vma.c | 120 i915_active_init(vm->i915, &vma->active, in vma_create()
|
| D | i915_gem_gtt.c | 1880 i915_active_init(i915, &vma->active, NULL, NULL); in pd_vma_create()
|
| /Linux-v5.4/drivers/gpu/drm/i915/gt/ |
| D | intel_engine_pool.c | 97 i915_active_init(engine->i915, &node->active, pool_active, pool_retire); in node_create()
|
| D | intel_context.c | 241 i915_active_init(ctx->i915, &ce->active, in intel_context_init()
|
| D | intel_timeline.c | 180 i915_active_init(hwsp->gt->i915, &cl->active, in cacheline_alloc()
|
| /Linux-v5.4/drivers/gpu/drm/i915/selftests/ |
| D | i915_active.c | 71 i915_active_init(i915, &active->base, __live_active, __live_retire); in __live_alloc()
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_frontbuffer.c | 252 i915_active_init(i915, &front->write, in intel_frontbuffer_get()
|
| D | intel_overlay.c | 1370 i915_active_init(dev_priv, in intel_overlay_setup()
|
| /Linux-v5.4/drivers/gpu/drm/i915/gem/ |
| D | i915_gem_context.c | 886 i915_active_init(i915, &cb->base, NULL, cb_retire); in context_barrier_task()
|