Searched refs:I915_CONTEXT_MAX_USER_PRIORITY (Results 1 – 5 of 5) sorted by relevance
17 I915_PRIORITY_MAX = I915_CONTEXT_MAX_USER_PRIORITY + 1,
885 else if (priority > I915_CONTEXT_MAX_USER_PRIORITY || in i915_gem_context_setparam_ioctl()
291 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY; in live_preempt()480 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY; in live_preempt_hang()
1456 #define I915_CONTEXT_MAX_USER_PRIORITY 1023 /* inclusive */ macro