Re: [Intel-gfx] [PATCH 23/34] drm: Simplify drm_mm_clean()

2016-12-13 Thread Joonas Lahtinen
On ma, 2016-12-12 at 11:53 +, Chris Wilson wrote: > To test whether there are any nodes allocated within the range manager, > we merely have to ask whether the node_list is empty. > > Signed-off-by: Chris Wilson For documentation purposes add "Since commit ..." to the commit message? Review

[Intel-gfx] [PATCH 23/34] drm: Simplify drm_mm_clean()

2016-12-12 Thread Chris Wilson
To test whether there are any nodes allocated within the range manager, we merely have to ask whether the node_list is empty. Signed-off-by: Chris Wilson --- drivers/gpu/drm/drm_mm.c | 19 +-- include/drm/drm_mm.h | 14 +- 2 files changed, 14 insertions(+), 19 del