queue_priority_hint  488 drivers/gpu/drm/i915/gt/intel_engine_cs.c 	execlists->queue_priority_hint = INT_MIN;
queue_priority_hint  149 drivers/gpu/drm/i915/gt/intel_engine_pm.c 	GEM_BUG_ON(engine->execlists.queue_priority_hint != INT_MIN);
queue_priority_hint  250 drivers/gpu/drm/i915/gt/intel_engine_types.h 	int queue_priority_hint;
queue_priority_hint  342 drivers/gpu/drm/i915/gt/intel_lrc.c 	if (!i915_scheduler_need_preempt(engine->execlists.queue_priority_hint,
queue_priority_hint 1008 drivers/gpu/drm/i915/gt/intel_lrc.c 		   engine->execlists.queue_priority_hint);
queue_priority_hint 1105 drivers/gpu/drm/i915/gt/intel_lrc.c 				  execlists->queue_priority_hint);
queue_priority_hint 1132 drivers/gpu/drm/i915/gt/intel_lrc.c 				  execlists->queue_priority_hint);
queue_priority_hint 1209 drivers/gpu/drm/i915/gt/intel_lrc.c 			ve->base.execlists.queue_priority_hint = INT_MIN;
queue_priority_hint 1355 drivers/gpu/drm/i915/gt/intel_lrc.c 	execlists->queue_priority_hint = queue_prio(execlists);
queue_priority_hint 1357 drivers/gpu/drm/i915/gt/intel_lrc.c 		  engine->name, execlists->queue_priority_hint,
queue_priority_hint 1680 drivers/gpu/drm/i915/gt/intel_lrc.c 	if (rq_prio(rq) <= execlists->queue_priority_hint)
queue_priority_hint 1683 drivers/gpu/drm/i915/gt/intel_lrc.c 	execlists->queue_priority_hint = rq_prio(rq);
queue_priority_hint 2629 drivers/gpu/drm/i915/gt/intel_lrc.c 			ve->base.execlists.queue_priority_hint = INT_MIN;
queue_priority_hint 2636 drivers/gpu/drm/i915/gt/intel_lrc.c 	execlists->queue_priority_hint = INT_MIN;
queue_priority_hint 3545 drivers/gpu/drm/i915/gt/intel_lrc.c 		  mask, ve->base.execlists.queue_priority_hint);
queue_priority_hint 3553 drivers/gpu/drm/i915/gt/intel_lrc.c 	const int prio = ve->base.execlists.queue_priority_hint;
queue_priority_hint 3620 drivers/gpu/drm/i915/gt/intel_lrc.c 		if (first && prio > sibling->execlists.queue_priority_hint) {
queue_priority_hint 3621 drivers/gpu/drm/i915/gt/intel_lrc.c 			sibling->execlists.queue_priority_hint = prio;
queue_priority_hint 3655 drivers/gpu/drm/i915/gt/intel_lrc.c 		ve->base.execlists.queue_priority_hint = INT_MIN;
queue_priority_hint 3658 drivers/gpu/drm/i915/gt/intel_lrc.c 		ve->base.execlists.queue_priority_hint = rq_prio(rq);
queue_priority_hint 3763 drivers/gpu/drm/i915/gt/intel_lrc.c 	ve->base.execlists.queue_priority_hint = INT_MIN;
queue_priority_hint 3948 drivers/gpu/drm/i915/gt/intel_lrc.c 	if (execlists->queue_priority_hint != INT_MIN)
queue_priority_hint 3950 drivers/gpu/drm/i915/gt/intel_lrc.c 			   execlists->queue_priority_hint);
queue_priority_hint  587 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c 	execlists->queue_priority_hint =
queue_priority_hint  733 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c 	execlists->queue_priority_hint = INT_MIN;
queue_priority_hint  202 drivers/gpu/drm/i915/i915_scheduler.c 	if (prio <= engine->execlists.queue_priority_hint)
queue_priority_hint  222 drivers/gpu/drm/i915/i915_scheduler.c 	engine->execlists.queue_priority_hint = prio;