commit | 3f9e6cd8230a413fdf462aba35ea6b6166fa3631 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Sep 25 13:49:27 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Sep 25 20:36:02 2017 +0100 |
tree | 4f83611861a25f1a3ad4a4621f802a032d2f3ed5 | |
parent | 6b12ca569bb2f864892c41dbbb0f88f3f9952bf3 [diff] |
drm/i915/execlists: Microoptimise execlists_cancel_port_request() Just rearrange the code slightly to trim the number of iterations required. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20170925124929.16974-1-chris@chris-wilson.co.uk Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>