[Intel-gfx] [PATCH 03/34] drm: Add drm_mm_for_each_node_safe()

Chris Wilson chris at chris-wilson.co.uk
Wed Dec 14 11:39:13 UTC 2016


On Tue, Dec 13, 2016 at 11:35:42AM +0200, Joonas Lahtinen wrote:
> On ma, 2016-12-12 at 11:53 +0000, Chris Wilson wrote:
> > A complement to drm_mm_for_each_node(), wraps list_for_each_entry_safe()
> > for walking the list of nodes safe against removal.
> > 
> > Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> 
> <SNIP>
> 
> > +#define __drm_mm_nodes(mm) (&(mm)->head_node.node_list)
> 
> Not static inline for type checking?

I was going to make it static inline, then realised the #define makes it
work cleanly with a const drm_mm.
-Chris

-- 
Chris Wilson, Intel Open Source Technology Centre


More information about the Intel-gfx mailing list