Re: [PATCH v3 5/5] virtio-gpu: Add gl_flushed callback

2021-06-23 Thread Gerd Hoffmann
On Mon, Jun 21, 2021 at 12:24:25PM -0700, Vivek Kasireddy wrote: > Adding this callback provides a way to resume the processing of > cmds in fenceq and cmdq that were not processed because the UI > was waiting on a fence and blocked cmd processing. > > Cc: Gerd Hoffmann > Signed-off-by: Vivek Kas

[PATCH v3 5/5] virtio-gpu: Add gl_flushed callback

2021-06-21 Thread Vivek Kasireddy
Adding this callback provides a way to resume the processing of cmds in fenceq and cmdq that were not processed because the UI was waiting on a fence and blocked cmd processing. Cc: Gerd Hoffmann Signed-off-by: Vivek Kasireddy --- hw/display/virtio-gpu.c | 32 ++-- 1