commit | eed6f0eda0a009c282bcdd828c273e1239ae0cac | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Tue Oct 18 15:32:30 2016 -0200 |
committer | Dave Airlie <airlied@redhat.com> | Thu Nov 03 10:14:19 2016 +1000 |
tree | 7f2a0a9830d7e1bf1c57ef844de5b41537c33f64 | |
parent | b0a6af8b34c9ad20894aa46f85f4bf59d444f286 [diff] |
virtio-gpu: fix vblank events virtio-gpu sends vblank events in virtio_gpu_crtc_atomic_flush, and because of that it must be called for disabled planes too. Ask drm_atomic_helper_commit_planes to do that. v2: update to use new drm_atomic_helper_commit_planes() API. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>