commit | 2fe4ca9d0e4d62bba4d263e35db356ae74024979 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Feb 07 08:46:37 2020 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Feb 10 12:54:33 2020 +0100 |
tree | 10cfd4b4500b2081a3d951e82cfbef484ebb1c51 | |
parent | 1ed5f698adad450b314a36aa48ff9593bdfcd968 [diff] |
drm/virtio: move mapping teardown to virtio_gpu_cleanup_object() Stop sending DETACH_BACKING commands, that will happening anyway when releasing resources via UNREF. Handle guest-side cleanup in virtio_gpu_cleanup_object(), called when the host finished processing the UNREF command. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Link: http://patchwork.freedesktop.org/patch/msgid/20200207074638.26386-4-kraxel@redhat.com Reviewed-by: Chia-I Wu <olvaffe@gmail.com>