drm/virtio: fix vq wait_event condition
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 3 Apr 2018 09:59:04 +0000 (11:59 +0200)
committerSean Paul <seanpaul@chromium.org>
Wed, 25 Apr 2018 19:03:13 +0000 (15:03 -0400)
commitd02d270014f70dcab0117776b81a37b6fca745ae
tree66df1e84cb2f96ef2a79bde51c615b0cf35d0032
parent7a31805ba28c93f80cf874492e2f21da80851a9f
drm/virtio: fix vq wait_event condition

Wait until we have enough space in the virt queue to actually queue up
our request.  Avoids the guest spinning in case we have a non-zero
amount of free entries but not enough for the request.

Cc: stable@vger.kernel.org
Reported-by: Alain Magloire <amagloire@blackberry.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20180403095904.11152-1-kraxel@redhat.com
Signed-off-by: Sean Paul <seanpaul@chromium.org>
drivers/gpu/drm/virtio/virtgpu_vq.c