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

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ring_mux.c383 int i, need_preempt; local
385 need_preempt = 0;
394 need_preempt = 1;
396 return need_preempt && !mux->s_resubmit;
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_execlists_submission.c297 static bool need_preempt(const struct intel_engine_cs *engine, function
1325 if (need_preempt(engine, last)) {

Completed in 150 milliseconds