drm/virtio: call drm_plane_cleanup() at destroy phase
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Wed, 15 Feb 2017 18:00:08 +0000 (16:00 -0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 16 Feb 2017 15:34:47 +0000 (16:34 +0100)
commitfb70046cf1743ade43116ef0c0876576fc6391b9
treebcab384d76a5decc8cb39ed8e7b8e5f6f61bd4ad
parentf642de16c86e9f31d084aa98a50d3a2c923450c2
drm/virtio: call drm_plane_cleanup() at destroy phase

virtio was missing this call to clean up core plane usage.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20170215180009.7091-1-gustavo@padovan.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/virtio/virtgpu_plane.c