]> git.baikalelectronics.ru Git - kernel.git/commit
drm/virtio: fix vblank handling
authorGerd Hoffmann <kraxel@redhat.com>
Wed, 5 Feb 2020 06:53:11 +0000 (07:53 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 5 Feb 2020 10:47:47 +0000 (11:47 +0100)
commit294a267c53236da3bf2baa9e15a1c16e645e1cfb
treed640e4d4614643de08ca4bd81939698dc3463366
parentef1d514da8b84064e0429675f4eacb6d235e32e2
drm/virtio: fix vblank handling

virtio has its own commit fail function.  Add the
drm_atomic_helper_fake_vblank() call there.

Fixes: 942653cc763a ("drm/virtio: Remove sending of vblank event")
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: http://patchwork.freedesktop.org/patch/msgid/20200205065312.15790-1-kraxel@redhat.com
drivers/gpu/drm/virtio/virtgpu_display.c