mbox series

[0/2] virtio-gpu: reset gfx resources in main thread

Message ID 20230726173929.690601-1-marcandre.lureau@redhat.com
Headers show
Series virtio-gpu: reset gfx resources in main thread | expand

Message

Marc-André Lureau July 26, 2023, 5:39 p.m. UTC
From: Marc-André Lureau <marcandre.lureau@redhat.com>

Hi,

See the second patch for details.
thanks

Marc-André Lureau (2):
  virtio-gpu: free BHs, by implementing unrealize
  virtio-gpu: reset gfx resources in main thread

 include/hw/virtio/virtio-gpu.h |  4 +++
 hw/display/virtio-gpu-base.c   |  2 +-
 hw/display/virtio-gpu.c        | 48 +++++++++++++++++++++++++++++-----
 3 files changed, 46 insertions(+), 8 deletions(-)

Comments

Marc-André Lureau Aug. 2, 2023, 12:27 p.m. UTC | #1
Hi Kim

Could you review those patches? I would like them for 8.1 and somewhat
fix your commit 0d0be87659b ("virtio-gpu: replace the surface with
null surface when resetting").

thanks


On Wed, Jul 26, 2023 at 10:53 PM <marcandre.lureau@redhat.com> wrote:
>
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Hi,
>
> See the second patch for details.
> thanks
>
> Marc-André Lureau (2):
>   virtio-gpu: free BHs, by implementing unrealize
>   virtio-gpu: reset gfx resources in main thread
>
>  include/hw/virtio/virtio-gpu.h |  4 +++
>  hw/display/virtio-gpu-base.c   |  2 +-
>  hw/display/virtio-gpu.c        | 48 +++++++++++++++++++++++++++++-----
>  3 files changed, 46 insertions(+), 8 deletions(-)
>
> --
> 2.41.0
>
>


--
Marc-André Lureau