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
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
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
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
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