[PATCH v2 10/40] drm: kselftest for drm_mm_debug()

2016-12-16 Thread Joonas Lahtinen
On pe, 2016-12-16 at 07:46 +, Chris Wilson wrote: > Simple test to just exercise calling the debug dumper on the drm_mm. > > Signed-off-by: Chris Wilson This is rather meta already. Not entirely sure how good of a selftest this is when we do not validate the generated output, or do you at th

[PATCH v2 10/40] drm: kselftest for drm_mm_debug()

2016-12-16 Thread Chris Wilson
On Fri, Dec 16, 2016 at 11:44:39AM +0200, Joonas Lahtinen wrote: > On pe, 2016-12-16 at 07:46 +, Chris Wilson wrote: > > Simple test to just exercise calling the debug dumper on the drm_mm. > > > > Signed-off-by: Chris Wilson > > This is rather meta already. Not entirely sure how good of a s

[PATCH v2 10/40] drm: kselftest for drm_mm_debug()

2016-12-16 Thread Chris Wilson
Simple test to just exercise calling the debug dumper on the drm_mm. Signed-off-by: Chris Wilson --- drivers/gpu/drm/selftests/drm_mm_selftests.h | 1 + drivers/gpu/drm/selftests/test-drm_mm.c | 35 2 files changed, 36 insertions(+) diff --git a/drivers/gpu/dr