]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/execlists: Use list_safe_reset_next() instead of opencoding
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 5 Dec 2016 14:29:41 +0000 (14:29 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 5 Dec 2016 20:49:17 +0000 (20:49 +0000)
commit0798cff46bb2fc9ac24d5d465216db235a8f11f6
tree137a1b6c71cc55650b8ebe4300fbaa4b595fb325
parentbdb821ca44d753594ff65df4b7cfe05c5d908719
drm/i915/execlists: Use list_safe_reset_next() instead of opencoding

list.h provides a macro for updating the next element in a safe
list-iter, so let's use it so that it is hopefully clearer to the reader
about the unusual behaviour, and also easier to grep.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161205142941.21965-6-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_lrc.c