Re: [Intel-gfx] [PATCH 15/34] drm: kselftest for drm_mm and top-down allocation

2016-12-14 Thread Joonas Lahtinen
On ma, 2016-12-12 at 11:53 +, Chris Wilson wrote: > Check that if we request top-down allocation from drm_mm_insert_node() > we receive the next available hole from the top. > > Signed-off-by: Chris Wilson Reviewed-by: Joonas Lahtinen Regards, Joonas -- Joonas Lahtinen Open Source Technol

[Intel-gfx] [PATCH 15/34] drm: kselftest for drm_mm and top-down allocation

2016-12-12 Thread Chris Wilson
Check that if we request top-down allocation from drm_mm_insert_node() we receive the next available hole from the top. Signed-off-by: Chris Wilson --- drivers/gpu/drm/selftests/drm_mm_selftests.h | 1 + drivers/gpu/drm/selftests/test-drm_mm.c | 97 2 files cha