Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c659 struct active_engine { struct
660 struct task_struct *task;
661 struct intel_engine_cs *engine;
662 unsigned long resets;
663 unsigned int flags;
694 static int active_engine(void *data) in active_engine() function
/Linux-v5.10/drivers/gpu/drm/i915/gem/
Di915_gem_context.c451 static struct intel_engine_cs *active_engine(struct intel_context *ce) in active_engine() function