Re: [Intel-gfx] [PATCH i-g-t] Skip VBlank tests in modules without VBlank

2018-08-21 Thread Rodrigo Siqueira
On 08/21, Chris Wilson wrote: > Quoting Rodrigo Siqueira (2018-08-21 15:29:03) > > On 08/21, Chris Wilson wrote: > > > Quoting Rodrigo Siqueira (2018-08-21 00:54:45) > > > > The kms_flip test does not support drivers without VBlank which exclude > > > > some virtual drivers. This patch adds a funct

Re: [Intel-gfx] [PATCH i-g-t] Skip VBlank tests in modules without VBlank

2018-08-21 Thread Chris Wilson
Quoting Rodrigo Siqueira (2018-08-21 15:29:03) > On 08/21, Chris Wilson wrote: > > Quoting Rodrigo Siqueira (2018-08-21 00:54:45) > > > The kms_flip test does not support drivers without VBlank which exclude > > > some virtual drivers. This patch adds a function that checks if a module > > > has a

Re: [Intel-gfx] [PATCH i-g-t] Skip VBlank tests in modules without VBlank

2018-08-21 Thread Rodrigo Siqueira
On 08/21, Chris Wilson wrote: > Quoting Rodrigo Siqueira (2018-08-21 00:54:45) > > The kms_flip test does not support drivers without VBlank which exclude > > some virtual drivers. This patch adds a function that checks if a module > > has a VBlank or not; if a module has VBlank than kms_flip will

Re: [Intel-gfx] [PATCH i-g-t] Skip VBlank tests in modules without VBlank

2018-08-21 Thread Chris Wilson
Quoting Rodrigo Siqueira (2018-08-21 00:54:45) > The kms_flip test does not support drivers without VBlank which exclude > some virtual drivers. This patch adds a function that checks if a module > has a VBlank or not; if a module has VBlank than kms_flip will execute > all the VBlank tests, otherw

[Intel-gfx] [PATCH i-g-t] Skip VBlank tests in modules without VBlank

2018-08-20 Thread Rodrigo Siqueira
The kms_flip test does not support drivers without VBlank which exclude some virtual drivers. This patch adds a function that checks if a module has a VBlank or not; if a module has VBlank than kms_flip will execute all the VBlank tests, otherwise, VBlank tests will be skipped. Signed-off-by: Rodr