[Intel-gfx] [PATCH i-g-t 06/15] lib: s/IGT_DEBUG_INTERACTIVE/--interactive-debug=var

Damien Lespiau damien.lespiau at intel.com
Thu Mar 12 06:59:13 PDT 2015


On Tue, Jan 20, 2015 at 11:36:03AM +0100, Daniel Vetter wrote:
> On Mon, Jan 12, 2015 at 10:21:58AM -0800, Rodrigo Vivi wrote:
> > Use cmdline variable for interactive debug instead of env var.
> > 
> > v2: Make interactive-debug domain optional and use "all" when not set.
> > 
> > Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
> 
> I went ahead and applied this one to igt.

in igt_core.h:

  const char *igt_interactive_debug;

and not declared in any .c. Which means we'll define one such global
variable per compilation unit, not good :)

-- 
Damien


More information about the Intel-gfx mailing list