Home
last modified time | relevance | path

Searched refs:EXECLISTS_ACTIVE_PREEMPT (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_guc_submission.c592 EXECLISTS_ACTIVE_PREEMPT); in inject_preempt_context()
629 GEM_BUG_ON(!execlists_is_active(execlists, EXECLISTS_ACTIVE_PREEMPT)); in complete_preempt_context()
707 EXECLISTS_ACTIVE_PREEMPT); in __guc_dequeue()
805 if (execlists_is_active(execlists, EXECLISTS_ACTIVE_PREEMPT) && in guc_submission_tasklet()
810 if (!execlists_is_active(execlists, EXECLISTS_ACTIVE_PREEMPT)) in guc_submission_tasklet()
Dintel_lrc.c565 execlists_set_active(execlists, EXECLISTS_ACTIVE_PREEMPT); in inject_preempt_context()
570 GEM_BUG_ON(!execlists_is_active(execlists, EXECLISTS_ACTIVE_PREEMPT)); in complete_preempt_context()
989 EXECLISTS_ACTIVE_PREEMPT)) in process_csb()
1057 if (!execlists_is_active(&engine->execlists, EXECLISTS_ACTIVE_PREEMPT)) in __execlists_submission_tasklet()
Dintel_ringbuffer.h279 #define EXECLISTS_ACTIVE_PREEMPT 1 macro