Re: [Intel-gfx] [PATCH i-g-t v4 4/5] kms_vblank: Switch from using crtc0 statically to explicitly setting mode.

2016-05-10 Thread Ville Syrjälä
On Tue, May 10, 2016 at 08:19:50PM +0300, Ville Syrjälä wrote: > On Tue, May 10, 2016 at 08:03:47PM +0300, Marius Vlad wrote: > > Robert Foss improved test/kms_vblank and in the same time extended it on > > all outputs and all pipes. The following seems to happen on pipe B (on > > pipe A the test a

Re: [Intel-gfx] [PATCH i-g-t v4 4/5] kms_vblank: Switch from using crtc0 statically to explicitly setting mode.

2016-05-10 Thread Chris Wilson
On Tue, May 10, 2016 at 08:19:50PM +0300, Ville Syrjälä wrote: > > [46796.049127] [drm:drm_update_vblank_count] updating vblank count on crtc > > 1: current=72, diff=1, hw=72 hw_last=71 > > [46796.049129] [drm:drm_handle_vblank_events] vblank event on 73, current 73 > > Either we had a stale even

Re: [Intel-gfx] [PATCH i-g-t v4 4/5] kms_vblank: Switch from using crtc0 statically to explicitly setting mode.

2016-05-09 Thread Robert Foss
On 2016-05-09 11:38 AM, Marius Vlad wrote: > On Tue, Apr 26, 2016 at 11:54:21AM -0400, robert.f...@collabora.com wrote: >> From: Robert Foss >> >> Previously crtc0 was statically used for VBLANK tests, but >> that assumption is not valid for the VC4 platform. >> Instead we're now explicitly s

Re: [Intel-gfx] [PATCH i-g-t v4 4/5] kms_vblank: Switch from using crtc0 statically to explicitly setting mode.

2016-05-09 Thread Marius Vlad
On Tue, Apr 26, 2016 at 11:54:21AM -0400, robert.f...@collabora.com wrote: > From: Robert Foss > > Previously crtc0 was statically used for VBLANK tests, but > that assumption is not valid for the VC4 platform. > Instead we're now explicitly setting the mode. > > Also add support for testing all

[Intel-gfx] [PATCH i-g-t v4 4/5] kms_vblank: Switch from using crtc0 statically to explicitly setting mode.

2016-04-26 Thread robert . foss
From: Robert Foss Previously crtc0 was statically used for VBLANK tests, but that assumption is not valid for the VC4 platform. Instead we're now explicitly setting the mode. Also add support for testing all connected connectors during the same test. Signed-off-by: Robert Foss --- tests/kms_v