RE: [PATCH v1 3/7] ui/spice: Submit the gl_draw requests at 60 FPS for remote clients

2024-01-25 Thread Kasireddy, Vivek
Hi Marc-Andre, > > Hi > > On Sat, Jan 20, 2024 at 4:54 AM Vivek Kasireddy > wrote: > > > > In the specific case where the display layer (virtio-gpu) is using > > dmabuf, and if remote clients are enabled (-spice gl=on,port=), > > it makes sense to limit the maximum (streaming) rate to 60 FP

Re: [PATCH v1 3/7] ui/spice: Submit the gl_draw requests at 60 FPS for remote clients

2024-01-22 Thread Marc-André Lureau
Hi On Sat, Jan 20, 2024 at 4:54 AM Vivek Kasireddy wrote: > > In the specific case where the display layer (virtio-gpu) is using > dmabuf, and if remote clients are enabled (-spice gl=on,port=), > it makes sense to limit the maximum (streaming) rate to 60 FPS > using the GUI timer. This match

[PATCH v1 3/7] ui/spice: Submit the gl_draw requests at 60 FPS for remote clients

2024-01-19 Thread Vivek Kasireddy
In the specific case where the display layer (virtio-gpu) is using dmabuf, and if remote clients are enabled (-spice gl=on,port=), it makes sense to limit the maximum (streaming) rate to 60 FPS using the GUI timer. This matches the behavior of GTK UI where the display updates are submitted at 6