Searched refs:MIN_PRIO (Results 1 – 4 of 4) sorted by relevance
/external/igt-gpu-tools/tests/i915/ |
D | gem_ctx_shared.c | 50 #define MIN_PRIO LOCAL_I915_CONTEXT_MIN_USER_PRIORITY macro 53 [LO] = MIN_PRIO / 2, 636 gem_context_set_priority(i915, ctx[LO], MIN_PRIO); in reorder() 639 gem_context_set_priority(i915, ctx[HI], flags & EQUAL ? MIN_PRIO : 0); in reorder() 677 gem_context_set_priority(i915, ctx[LO], MIN_PRIO); in promotion() 683 gem_context_set_priority(i915, ctx[NOISE], MIN_PRIO/2); in promotion() 753 prio = hars_petruska_f54_1_random_unsafe_max(MAX_PRIO - MIN_PRIO) + MIN_PRIO; in smoketest()
|
D | gem_exec_schedule.c | 43 #define MIN_PRIO LOCAL_I915_CONTEXT_MIN_USER_PRIORITY macro 309 prio = hars_petruska_f54_1_random_unsafe_max(MAX_PRIO - MIN_PRIO) + MIN_PRIO; in smoketest() 707 gem_context_set_priority(fd, ctx[LO], MIN_PRIO); in reorder() 710 gem_context_set_priority(fd, ctx[HI], flags & EQUAL ? MIN_PRIO : 0); in reorder() 745 gem_context_set_priority(fd, ctx[LO], MIN_PRIO); in promotion() 751 gem_context_set_priority(fd, ctx[NOISE], MIN_PRIO/2); in promotion() 800 gem_context_set_priority(fd, ctx[LO], MIN_PRIO); in preempt() 812 gem_context_set_priority(fd, ctx[LO], MIN_PRIO); in preempt() 923 gem_context_set_priority(fd, ctx[LO], MIN_PRIO); in preempt_other() 1058 gem_context_set_priority(fd, ctx[HI], MIN_PRIO); in preempt_self() [all …]
|
D | gem_exec_nop.c | 57 #define MIN_PRIO LOCAL_I915_CONTEXT_MIN_USER_PRIORITY macro 801 gem_context_set_priority(fd, ctx[0], MIN_PRIO); in preempt()
|
D | gem_sync.c | 37 #define MIN_PRIO LOCAL_I915_CONTEXT_MIN_USER_PRIORITY macro 1157 gem_context_set_priority(fd, ctx[0], MIN_PRIO); in preempt()
|