Re: [Mesa-dev] [PATCH] i965: Record the presence of the kernel scheduler

2017-09-27 Thread Joonas Lahtinen
On Wed, 2017-09-27 at 16:18 +0100, Chris Wilson wrote: > Mention to the debug log if the kernel scheduler is enabled; and in > particular if it has preemption enabled. > > Signed-off-by: Chris Wilson > Cc: Joonas Lahtinen > Cc: Ben Widawsky This should debugging much more pleasant. Reviewed-b

[Mesa-dev] [PATCH] i965: Record the presence of the kernel scheduler

2017-09-27 Thread Chris Wilson
Mention to the debug log if the kernel scheduler is enabled; and in particular if it has preemption enabled. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen Cc: Ben Widawsky --- src/mesa/drivers/dri/i965/intel_screen.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/mesa/d