Re: [PATCH weston] compositor-drm: disable hardware cursors

2015-05-19 Thread Pekka Paalanen
On Tue, 19 May 2015 10:26:10 +0300 Pekka Paalanen wrote: > From: Pekka Paalanen > > With the recent universal plane and atomic modeset / nuclear pageflip > development in the kernel, cursor content updates on Intel are currently > causing > an extra wait for vblank. This drops Weston's framera

Re: [PATCH weston] compositor-drm: disable hardware cursors

2015-05-19 Thread Pekka Paalanen
On Tue, 19 May 2015 10:17:49 +0200 Hardening wrote: > Le 19/05/2015 09:26, Pekka Paalanen a écrit : > > From: Pekka Paalanen > > > > src/compositor-drm.c | 12 ++-- > > 1 file changed, 10 insertions(+), 2 deletions(-) > > > > diff --git a/src/compositor-drm.c b/src/compositor-drm.c >

Re: [PATCH weston] compositor-drm: disable hardware cursors

2015-05-19 Thread Hardening
Le 19/05/2015 09:26, Pekka Paalanen a écrit : > From: Pekka Paalanen > > With the recent universal plane and atomic modeset / nuclear pageflip > development in the kernel, cursor content updates on Intel are currently > causing > an extra wait for vblank. This drops Weston's framerate to a fract

[PATCH weston] compositor-drm: disable hardware cursors

2015-05-19 Thread Pekka Paalanen
From: Pekka Paalanen With the recent universal plane and atomic modeset / nuclear pageflip development in the kernel, cursor content updates on Intel are currently causing an extra wait for vblank. This drops Weston's framerate to a fraction by 2 when cursor contents update. This combined with th