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

Kenneth Graunke kenneth at whitecape.org
Mon Oct 2 15:54:10 UTC 2017


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 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

Ah yes, sorry, INTEL_DEBUG="bat" turns into INTEL_DEBUG & DEBUG_BATCH :)

--Ken
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171002/4a9c17d4/attachment.sig>


More information about the mesa-dev mailing list