Re: [PATCH v1] virtio-gpu: Make non-gl display updates work again when blob=true

2023-06-26 Thread Marc-André Lureau
On Fri, Jun 23, 2023 at 8:27 AM Vivek Kasireddy wrote: > In the case where the console does not have gl capability, and > if blob is set to true, make sure that the display updates still > work. Commit e86a93f55463 accidentally broke this by misplacing > the return statement (in resource_flush) c

[PATCH v1] virtio-gpu: Make non-gl display updates work again when blob=true

2023-06-22 Thread Vivek Kasireddy
In the case where the console does not have gl capability, and if blob is set to true, make sure that the display updates still work. Commit e86a93f55463 accidentally broke this by misplacing the return statement (in resource_flush) causing the updates to be silently ignored. Fixes: e86a93f55463 (