Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_priolist_types.h44 #define I915_PRIORITY_UNPREEMPTABLE INT_MAX macro
45 #define I915_PRIORITY_BARRIER (I915_PRIORITY_UNPREEMPTABLE - 1)
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_lrc.c432 prio = I915_PRIORITY_UNPREEMPTABLE; in effective_prio()
1937 GEM_BUG_ON(hint >= I915_PRIORITY_UNPREEMPTABLE); in need_timeslice()