commit | ae351beb1f0e439fba1136c083167ddfa8d8fe1d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Mar 30 15:50:41 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 31 12:10:53 2017 +0100 |
tree | 0c3b7d411fe2a213fb67601b5d9c23c9d90c3349 | |
parent | 7a453fb82f869ea919aefb4943c7d24194c98698 [diff] |
drm/i915: Combine reset_all_global_seqno() loops into one We can merge the pair of loops over the engines and their timelines into a single loop, making it easier to read and more consistent with the commentary. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170330145041.9005-6-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>