drm/i915/gt: Include a few tracek for timeslicing
Add a few telltales to see when timeslicing is being enabled. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200331120502.14713-1-chris@chris-wilson.co.uk
This commit is contained in:
@@ -209,6 +209,12 @@ static void kick_submission(struct intel_engine_cs *engine,
|
||||
if (!inflight)
|
||||
goto unlock;
|
||||
|
||||
ENGINE_TRACE(engine,
|
||||
"bumping queue-priority-hint:%d for rq:%llx:%lld, inflight:%llx:%lld prio %d\n",
|
||||
prio,
|
||||
rq->fence.context, rq->fence.seqno,
|
||||
inflight->fence.context, inflight->fence.seqno,
|
||||
inflight->sched.attr.priority);
|
||||
engine->execlists.queue_priority_hint = prio;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user