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 <[email protected]> > > Cc: Joonas Lahtinen <[email protected]> > > Cc: Ben Widawsky <[email protected]> > > Reviewed-by: Joonas Lahtinen <[email protected]> > > --- > > 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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
