Re: [Intel-gfx] [PATCH i-g-t v2 05/15] tests/kms: Clean up more users of unassigned pipes.

2016-07-25 Thread Maarten Lankhorst
How about this? tests/kms: Clean up more users of unassigned pipes. Use for_each_pipe_with_valid_output instead. This may increase test time slightly on the affected tests, because now outputs will be tested on every pipe instead of the first pipe. This will increase test coverage to all

Re: [Intel-gfx] [PATCH i-g-t v2 05/15] tests/kms: Clean up more users of unassigned pipes.

2016-07-21 Thread Maarten Lankhorst
Op 20-07-16 om 14:56 schreef Ander Conselvan De Oliveira: > On Wed, 2016-07-06 at 11:55 +0200, Maarten Lankhorst wrote: >> Use for_each_pipe_with_valid_output instead. >> >> Signed-off-by: Maarten Lankhorst >> --- >> tests/kms_crtc_background_color.c | 3 +--

Re: [Intel-gfx] [PATCH i-g-t v2 05/15] tests/kms: Clean up more users of unassigned pipes.

2016-07-20 Thread Ander Conselvan De Oliveira
On Wed, 2016-07-06 at 11:55 +0200, Maarten Lankhorst wrote: > Use for_each_pipe_with_valid_output instead. > > Signed-off-by: Maarten Lankhorst > --- >  tests/kms_crtc_background_color.c |  3 +-- >  tests/kms_flip_tiling.c   | 50

[Intel-gfx] [PATCH i-g-t v2 05/15] tests/kms: Clean up more users of unassigned pipes.

2016-07-06 Thread Maarten Lankhorst
Use for_each_pipe_with_valid_output instead. Signed-off-by: Maarten Lankhorst --- tests/kms_crtc_background_color.c | 3 +-- tests/kms_flip_tiling.c | 50 +++ tests/kms_panel_fitting.c | 5 ++--