Home
last modified time | relevance | path

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

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