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

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

Completed in 120 milliseconds