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 <[email protected]>
<SNIP> > +#define __drm_mm_nodes(mm) (&(mm)->head_node.node_list) Not static inline for type checking? Reviewed-by: Joonas Lahtinen <[email protected]> Regards, Joonas -- Joonas Lahtinen Open Source Technology Center Intel Corporation _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
