commit | fcdd19b85c7bb800ec23c9dff15092a7004cfd3f | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Feb 14 13:55:31 2020 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Feb 17 14:50:49 2020 +0100 |
tree | 70aa67a35d3cc044128c602ddb1a5713073dae5f | |
parent | cca41da1001157c95c7bc4d5cc9488232ef686d9 [diff] |
drm/virtio: notify before waiting Before we are going to wait for virtqueue entries becoming available call virtio_gpu_notify() to make sure the host has seen everything we've submitted. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Chia-I Wu <olvaffe@gmail.com> Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org> Link: http://patchwork.freedesktop.org/patch/msgid/20200214125535.26349-3-kraxel@redhat.com