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

Joonas Lahtinen joonas.lahtinen at linux.intel.com
Mon Oct 2 08:52:12 UTC 2017


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 <chris at chris-wilson.co.uk>
> > Cc: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
> > Cc: Ben Widawsky <ben at bwidawsk.net>
> > Reviewed-by: Joonas Lahtinen <joonas.lahtinen at linux.intel.com>
> > ---
> >  src/mesa/drivers/dri/i965/intel_screen.c | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> > 
> > diff --git a/src/mesa/drivers/dri/i965/intel_screen.c b/src/mesa/drivers/dri/i965/intel_screen.c
> > index bd1365f232..22d9f19298 100644
> > --- a/src/mesa/drivers/dri/i965/intel_screen.c
> > +++ b/src/mesa/drivers/dri/i965/intel_screen.c
> > @@ -2516,6 +2516,17 @@ __DRIconfig **intelInitScreen2(__DRIscreen *dri_screen)
> >  
> >     intel_screen_init_surface_formats(screen);
> >  
> > +   if (INTEL_DEBUG & DEBUG_SUBMIT) {
> 
> How about:
> 
>    if (INTEL_DEBUG & (DEBUG_SUBMIT | DEBUG_BAT)) {

Assuming that's DEBUG_BATCH (not some new Basic Acceptance Testing
variable), that works too :)

Regards, Joonas
-- 
Joonas Lahtinen
Open Source Technology Center
Intel Corporation


More information about the mesa-dev mailing list