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

2017-10-02 Thread Kenneth Graunke
On Monday, October 2, 2017 1:52:12 AM PDT Joonas Lahtinen wrote: > On Fri, 2017-09-29 at 12:52 -0700, Kenneth Graunke wrote: > > On Friday, September 29, 2017 3:25:07 AM PDT Chris Wilson wrote: > > > Mention to the debug log if the kernel scheduler is enabled; and in > > > particular if it has pree

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

2017-10-02 Thread Joonas Lahtinen
On Fri, 2017-09-29 at 12:52 -0700, Kenneth Graunke wrote: > On Friday, September 29, 2017 3:25:07 AM PDT 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 Laht

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

2017-09-29 Thread Kenneth Graunke
On Friday, September 29, 2017 3:25:07 AM PDT 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 > Reviewed-by: Joonas Lahtinen > --- > src

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

2017-09-29 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 Reviewed-by: Joonas Lahtinen --- src/mesa/drivers/dri/i965/intel_screen.c | 11 +++ 1 file changed, 11 insertio