Re: [Intel-gfx] [PATCH] drm/selftests/mm: Insert cond_resched() between insert modes

2017-11-07 Thread Joonas Lahtinen
On Tue, 2017-11-07 at 14:51 +0200, Joonas Lahtinen wrote: > On Tue, 2017-11-07 at 10:41 +, Chris Wilson wrote: > > kbuilder has begun running the selftests and reported a soft-lockup > > inside __igt_insert(), so break up the test loop over different > > modes > > with another call to cond_resc

Re: [PATCH] drm/selftests/mm: Insert cond_resched() between insert modes

2017-11-07 Thread Joonas Lahtinen
On Tue, 2017-11-07 at 10:41 +, Chris Wilson wrote: > kbuilder has begun running the selftests and reported a soft-lockup > inside __igt_insert(), so break up the test loop over different modes > with another call to cond_resched(). > > Reported-by: Fengguang Wu > Signed-off-by: Chris Wilson

[PATCH] drm/selftests/mm: Insert cond_resched() between insert modes

2017-11-07 Thread Chris Wilson
kbuilder has begun running the selftests and reported a soft-lockup inside __igt_insert(), so break up the test loop over different modes with another call to cond_resched(). Reported-by: Fengguang Wu Signed-off-by: Chris Wilson Cc: Joonas Lahtinen --- drivers/gpu/drm/selftests/test-drm_mm.c |