commit | d99f7b079c2a49b2278fe80192fbca083db87d18 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Oct 08 11:56:55 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Oct 08 16:23:55 2019 +0100 |
tree | b6109cbb7ac13b69d5662cfc441113834ca00154 | |
parent | 23b9e41a3dbdad16266b16d0c16ac629f0b6d732 [diff] |
drm/i915/gt: Flush submission tasklet before waiting/retiring A common bane of ours is arbitrary delays in ksoftirqd processing our submission tasklet. Give the submission tasklet a kick before we wait to avoid those delays eating into a tight timeout. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Stuart Summers <stuart.summers@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191008105655.13256-1-chris@chris-wilson.co.uk