Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c868 struct active_engine { struct
869 struct task_struct *task;
870 struct intel_engine_cs *engine;
871 unsigned long resets;
872 unsigned int flags;
903 static int active_engine(void *data) in active_engine() function
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_context.c1337 static struct intel_engine_cs *active_engine(struct intel_context *ce) in active_engine() function