commit | 2221c5b7ddfae1ed1ca8b21a9092d0878281293a | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jan 02 15:12:27 2018 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jan 03 12:09:46 2018 +0000 |
tree | d854d695df8e7f695e70ebde3591ce9b5bcde7c8 | |
parent | ce01b173773a09e2b5d3007c26d11cbd7737c3fe [diff] |
drm/i915/execlists: Reduce list_for_each_safe+list_safe_reset_next After staring at the list_for_each_safe macros for a bit, our current invocation of list_safe_reset_next in execlists_schedule() simply reduces to list_for_each. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: MichaĆ Winiarski <michal.winiarski@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180102151235.3949-11-chris@chris-wilson.co.uk