Re: [Intel-gfx] [PATCH i-g-t 2/2] Add support for forcing specific module

2018-08-21 Thread Rodrigo Siqueira
On 08/21, Petri Latvala wrote: > On Sat, Jul 07, 2018 at 08:25:07PM -0300, Rodrigo Siqueira wrote: > > This commit adds a new option for forcing the use of a specific module > > indicated via command line. The force command expects a module name > > which will be used on the target test (changing

Re: [Intel-gfx] [PATCH i-g-t 2/2] Add support for forcing specific module

2018-08-21 Thread Petri Latvala
On Sat, Jul 07, 2018 at 08:25:07PM -0300, Rodrigo Siqueira wrote: > This commit adds a new option for forcing the use of a specific module > indicated via command line. The force command expects a module name > which will be used on the target test (changing the standard behavior). > >

[Intel-gfx] [PATCH i-g-t 2/2] Add support for forcing specific module

2018-07-07 Thread Rodrigo Siqueira
This commit adds a new option for forcing the use of a specific module indicated via command line. The force command expects a module name which will be used on the target test (changing the standard behavior). Signed-off-by: Rodrigo Siqueira --- lib/drmtest.c| 33