Searched refs:I915_CONTEXT_MIN_USER_PRIORITY (Results 1 – 5 of 5) sorted by relevance
15 I915_PRIORITY_MIN = I915_CONTEXT_MIN_USER_PRIORITY - 1,
886 priority < I915_CONTEXT_MIN_USER_PRIORITY) in i915_gem_context_setparam_ioctl()
296 ctx_lo->sched.priority = I915_CONTEXT_MIN_USER_PRIORITY; in live_preempt()485 ctx_lo->sched.priority = I915_CONTEXT_MIN_USER_PRIORITY; in live_preempt_hang()
1458 #define I915_CONTEXT_MIN_USER_PRIORITY -1023 /* inclusive */ macro