Re: [Intel-gfx] [PATCH i-g-t 0/2] kms_plane: Enumerate outputs before planes

2017-11-30 Thread Imre Deak
On Wed, Nov 29, 2017 at 04:07:10PM +0100, Daniel Vetter wrote: > On Tue, Nov 21, 2017 at 09:52:52PM +0200, Imre Deak wrote: > > Enumerate outputs before planes means we can avoid doing an extra > > modeset when calculating the reference CRC during the test of each > > plane. In addition when

Re: [Intel-gfx] [PATCH i-g-t 0/2] kms_plane: Enumerate outputs before planes

2017-11-29 Thread Daniel Vetter
On Tue, Nov 21, 2017 at 09:52:52PM +0200, Imre Deak wrote: > Enumerate outputs before planes means we can avoid doing an extra > modeset when calculating the reference CRC during the test of each > plane. In addition when testing multiple outputs we can avoid a full > modeset we currently do

[Intel-gfx] [PATCH i-g-t 0/2] kms_plane: Enumerate outputs before planes

2017-11-21 Thread Imre Deak
Enumerate outputs before planes means we can avoid doing an extra modeset when calculating the reference CRC during the test of each plane. In addition when testing multiple outputs we can avoid a full modeset we currently do whenever switching to a new output within a subtest. This speeds up