[PATCH] drm/virtio: call drm_plane_cleanup() at destroy phase
Gerd Hoffmann
kraxel at redhat.com
Thu Feb 16 15:39:29 UTC 2017
On Mi, 2017-02-15 at 16:00 -0200, Gustavo Padovan wrote:
> From: Gustavo Padovan <gustavo.padovan at collabora.co.uk>
>
> virtio was missing this call to clean up core plane usage.
>
> Signed-off-by: Gustavo Padovan <gustavo.padovan at collabora.co.uk>
> ---
> drivers/gpu/drm/virtio/virtgpu_plane.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/virtio/virtgpu_plane.c b/drivers/gpu/drm/virtio/virtgpu_plane.c
> index 11288ff..1ff9c64 100644
> --- a/drivers/gpu/drm/virtio/virtgpu_plane.c
> +++ b/drivers/gpu/drm/virtio/virtgpu_plane.c
> @@ -44,6 +44,7 @@ static const uint32_t virtio_gpu_cursor_formats[] = {
>
> static void virtio_gpu_plane_destroy(struct drm_plane *plane)
> {
> + drm_plane_cleanup(plane);
> kfree(plane);
> }
>
Applied to drm-misc-next
thanks,
Gerd
More information about the dri-devel
mailing list