OSDN Git Service

drm/i915/gt: Remove timeslice suppression
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 7 Jan 2021 13:23:22 +0000 (13:23 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 7 Jan 2021 21:37:15 +0000 (21:37 +0000)
commit4386b8e5ad71c0fc0b6b6088d7c70dc5d903863a
tree0762e5f699dcb8009a6877ca7ddee537c6541234
parentc185a16eceae8c9ea29602a3af0cb3071d32af6e
drm/i915/gt: Remove timeslice suppression

In the next^W future patch, we remove the strict priority system and
continuously re-evaluate the relative priority of tasks. As such we need
to enable the timeslice whenever there is more than one context in the
pipeline. This simplifies the decision and removes some of the tweaks to
suppress timeslicing, allowing us to lift the timeslice enabling to a
common spot at the end of running the submission tasklet.

One consequence of the suppression is that it was reducing fairness
between virtual engines on an over saturated system; undermining the
principle for timeslicing.

v2: Commentary
v3: Commentary for the right cancel_timer()
v4: Add tracing for why we need a timeslice

Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/2802
Testcase: igt/gem_exec_balancer/fairslice
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210107132322.28373-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_engine_types.h
drivers/gpu/drm/i915/gt/intel_execlists_submission.c