]> Git Repo - linux.git/commit
drm: Add drm_mm_for_each_node_safe()
authorChris Wilson <[email protected]>
Fri, 16 Dec 2016 07:46:41 +0000 (07:46 +0000)
committerDaniel Vetter <[email protected]>
Fri, 16 Dec 2016 13:31:06 +0000 (14:31 +0100)
commitad579002c8ec429930721c5bb8bd763e6c0c6286
tree27c789dc98b2b341ea0c48336c460133a34be228
parent56e3d1cd05cc7b24cfcae8714b0661bf607aaba3
drm: Add drm_mm_for_each_node_safe()

A complement to drm_mm_for_each_node(), wraps list_for_each_entry_safe()
for walking the list of nodes safe against removal.

Note from Joonas:

"Most of the diff is about __drm_mm_nodes(mm), which could be split into
own patch and keep the R-b's."

But I don't feel like insisting on the resend.

Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Joonas Lahtinen <[email protected]>
[danvet: Add note.]
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/drm_mm.c
include/drm/drm_mm.h
This page took 0.055825 seconds and 4 git commands to generate.