Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c863 struct active_engine { struct
864 struct task_struct *task;
865 struct intel_engine_cs *engine;
866 unsigned long resets;
867 unsigned int flags;
898 static int active_engine(void *data) in active_engine() function
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_context.c1036 static struct intel_engine_cs *active_engine(struct intel_context *ce) in active_engine() function