Re: [PATCH] drm/mm: Split up long running selftests with cond_resched()

2017-05-03 Thread Daniel Vetter
On Wed, May 3, 2017 at 9:57 PM, Chris Wilson wrote: > On Thu, Mar 30, 2017 at 01:16:26PM +0300, Joonas Lahtinen wrote: >> On ke, 2017-03-29 at 10:10 +0100, Chris Wilson wrote: >> > Scatter a few cond_resched() in between phases of the drm_mm selftests >> > to try and prevent us incurring the wrath

Re: [PATCH] drm/mm: Split up long running selftests with cond_resched()

2017-05-03 Thread Chris Wilson
On Thu, Mar 30, 2017 at 01:16:26PM +0300, Joonas Lahtinen wrote: > On ke, 2017-03-29 at 10:10 +0100, Chris Wilson wrote: > > Scatter a few cond_resched() in between phases of the drm_mm selftests > > to try and prevent us incurring the wrath of the NMI watchdog. > > > > Signed-off-by: Chris Wilson

Re: [PATCH] drm/mm: Split up long running selftests with cond_resched()

2017-03-30 Thread Joonas Lahtinen
On ke, 2017-03-29 at 10:10 +0100, Chris Wilson wrote: > Scatter a few cond_resched() in between phases of the drm_mm selftests > to try and prevent us incurring the wrath of the NMI watchdog. > > Signed-off-by: Chris Wilson > Cc: Joonas Lahtinen Reviewed-by: Joonas Lahtinen Regards, Joonas --

[PATCH] drm/mm: Split up long running selftests with cond_resched()

2017-03-29 Thread Chris Wilson
Scatter a few cond_resched() in between phases of the drm_mm selftests to try and prevent us incurring the wrath of the NMI watchdog. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen --- drivers/gpu/drm/selftests/test-drm_mm.c | 28 1 file changed, 28 insertions(+)