Re: [Spice-devel] [PATCH xf86-video-qxl] Fix drawable mm_time with KMS

2015-06-23 Thread Javier Celaya
El Lunes, 22 de junio de 2015 19:19:06 Christophe Fergeau escribió: > I've pushed your patch with a minor formatting change. > > Christophe Thanks! [1] [2] *Javier Celaya * /Software Engineer / [3] j[4]_avier.celaya@flexvdi.com_ [5] +34 976 512 433 [6] @j_celaya [1] http://www.f

Re: [Spice-devel] [PATCH xf86-video-qxl] Fix drawable mm_time with KMS

2015-06-22 Thread Christophe Fergeau
On Mon, Jun 22, 2015 at 07:09:05PM +0200, Christophe Fergeau wrote: > On Mon, Jun 22, 2015 at 04:08:12PM +0200, Javier Celaya wrote: > > El Lunes, 22 de junio de 2015 13:39:17 Christophe Fergeau escribió: > > > Hey, > > > > > > On Fri, Jun 19, 2015 at 02:05:10PM +0200, Javier Celaya wrote: > > > >

Re: [Spice-devel] [PATCH xf86-video-qxl] Fix drawable mm_time with KMS

2015-06-22 Thread Christophe Fergeau
On Mon, Jun 22, 2015 at 04:08:12PM +0200, Javier Celaya wrote: > El Lunes, 22 de junio de 2015 13:39:17 Christophe Fergeau escribió: > > Hey, > > > > On Fri, Jun 19, 2015 at 02:05:10PM +0200, Javier Celaya wrote: > > > When KMS is enabled, the mm_time value of a QXLDrawable is undefined. > > > Thi

Re: [Spice-devel] [PATCH xf86-video-qxl] Fix drawable mm_time with KMS

2015-06-22 Thread Javier Celaya
El Lunes, 22 de junio de 2015 13:39:17 Christophe Fergeau escribió: > Hey, > > On Fri, Jun 19, 2015 at 02:05:10PM +0200, Javier Celaya wrote: > > When KMS is enabled, the mm_time value of a QXLDrawable is undefined. > > This results in severe synchronization problems. This patch sets it to > > zer

Re: [Spice-devel] [PATCH xf86-video-qxl] Fix drawable mm_time with KMS

2015-06-22 Thread Christophe Fergeau
Hey, On Fri, Jun 19, 2015 at 02:05:10PM +0200, Javier Celaya wrote: > When KMS is enabled, the mm_time value of a QXLDrawable is undefined. > This results in severe synchronization problems. This patch sets it to > zero to force the spice-server to use the local clock. > --- > src/qxl_surface.c |

[Spice-devel] [PATCH xf86-video-qxl] Fix drawable mm_time with KMS

2015-06-19 Thread Javier Celaya
When KMS is enabled, the mm_time value of a QXLDrawable is undefined. This results in severe synchronization problems. This patch sets it to zero to force the spice-server to use the local clock. --- src/qxl_surface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qxl_surface.c b/src/qxl_

[Spice-devel] [PATCH xf86-video-qxl] Fix drawable mm_time with KMS

2015-06-19 Thread Javier Celaya
When KMS is enabled, the mm_time value of a QXLDrawable is undefined. This results in severe synchronization problems. This patch sets it to zero to force the spice-server to use the local clock. --- src/qxl_surface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qxl_surface.c b/src/qxl_