Re: [Intel-gfx] [PATCH i-g-t 2/3] lib/igt_kms: Remove vblank wait after plane update.

2017-08-08 Thread Mika Kahola
On Mon, 2017-08-07 at 10:42 +0200, Maarten Lankhorst wrote: > Op 04-08-17 om 10:07 schreef Mika Kahola: > > > > On Wed, 2017-08-02 at 12:29 +0200, Maarten Lankhorst wrote: > > > > > > With the conversion to atomic, this is already handled in the > > > core. > > > > > > Signed-off-by: Maarten Lan

Re: [Intel-gfx] [PATCH i-g-t 2/3] lib/igt_kms: Remove vblank wait after plane update.

2017-08-07 Thread Maarten Lankhorst
Op 04-08-17 om 10:07 schreef Mika Kahola: > On Wed, 2017-08-02 at 12:29 +0200, Maarten Lankhorst wrote: >> With the conversion to atomic, this is already handled in the core. >> >> Signed-off-by: Maarten Lankhorst >> --- >> lib/igt_kms.c | 15 --- >> lib/igt_kms.h | 1 - >> 2 files c

Re: [Intel-gfx] [PATCH i-g-t 2/3] lib/igt_kms: Remove vblank wait after plane update.

2017-08-04 Thread Mika Kahola
On Wed, 2017-08-02 at 12:29 +0200, Maarten Lankhorst wrote: > With the conversion to atomic, this is already handled in the core. > > Signed-off-by: Maarten Lankhorst > --- >  lib/igt_kms.c | 15 --- >  lib/igt_kms.h |  1 - >  2 files changed, 16 deletions(-) > > diff --git a/lib/igt_

[Intel-gfx] [PATCH i-g-t 2/3] lib/igt_kms: Remove vblank wait after plane update.

2017-08-02 Thread Maarten Lankhorst
With the conversion to atomic, this is already handled in the core. Signed-off-by: Maarten Lankhorst --- lib/igt_kms.c | 15 --- lib/igt_kms.h | 1 - 2 files changed, 16 deletions(-) diff --git a/lib/igt_kms.c b/lib/igt_kms.c index 6390229f1546..14e2701c3afd 100644 --- a/lib/igt_km