Home
last modified time | relevance | path

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

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