Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb70046c authored by Gustavo Padovan's avatar Gustavo Padovan Committed by Gerd Hoffmann
Browse files

drm/virtio: call drm_plane_cleanup() at destroy phase

parent f642de16
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
}