Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c853 struct active_engine { struct
891 static void active_engine(struct kthread_work *work) in active_engine() function
894 struct active_engine *arg = container_of(work, typeof(*arg), work); in active_engine()
968 struct active_engine *threads; in __igt_reset_engines()
1039 kthread_init_work(&threads[tmp].work, active_engine); in __igt_reset_engines()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1341 static struct intel_engine_cs *active_engine(struct intel_context *ce) in active_engine() function
1405 engine = active_engine(ce); in kill_engines()