commit | 4cc79cbb01ef35dd822f96160f78f0012843cf3c | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed May 15 14:00:52 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri May 17 16:05:08 2019 +0100 |
tree | 0438edc741cb73d71c818c31783b45939b1d1e5d | |
parent | 68fc728b01fcc93b26d52f6e884e738962a49a66 [diff] |
drm/i915/execlists: Drop promotion on unsubmit With the disappearance of NEWCLIENT, we no longer need to provide the priority boost on preemption in order to prevent repeated gazumping, and we can remove the dead code. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190515130052.4475-5-chris@chris-wilson.co.uk