Searched refs:I915_CONTEXT_MAX_USER_PRIORITY (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/i915/
H A Di915_priolist_types.h18 I915_PRIORITY_MAX = I915_CONTEXT_MAX_USER_PRIORITY + 1,
/linux-master/tools/include/uapi/drm/
H A Di915_drm.h2003 #define I915_CONTEXT_MAX_USER_PRIORITY 1023 /* inclusive */ macro
/linux-master/include/uapi/drm/
H A Di915_drm.h2009 #define I915_CONTEXT_MAX_USER_PRIORITY 1023 /* inclusive */ macro
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_execlists.c1545 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY;
1744 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY;
3386 ctx_hi->sched.priority = I915_CONTEXT_MAX_USER_PRIORITY;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c183 if (priority > I915_CONTEXT_MAX_USER_PRIORITY ||

Completed in 201 milliseconds