Thread (1 message) flat view 1 message, 1 author, 2017-02-16

Re: [PATCH] drm/virtio: call drm_plane_cleanup() at destroy phase

From: Gerd Hoffmann <kraxel@redhat.com>
Date: 2017-02-16 15:39:34
Also in: dri-devel, lkml

On Mi, 2017-02-15 at 16:00 -0200, Gustavo Padovan wrote:
quoted hunk
From: Gustavo Padovan <redacted>

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

Signed-off-by: Gustavo Padovan <redacted>
---
 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help