public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/virtio: use drm managed resources
@ 2022-07-14 13:00 Danilo Krummrich
  2022-07-14 13:00 ` [PATCH 1/2] drm/virtio: plane: " Danilo Krummrich
  2022-07-14 13:00 ` [PATCH 2/2] drm/virtio: kms: " Danilo Krummrich
  0 siblings, 2 replies; 4+ messages in thread
From: Danilo Krummrich @ 2022-07-14 13:00 UTC (permalink / raw)
  To: airlied, daniel, kraxel; +Cc: dri-devel, linux-kernel, Danilo Krummrich

This patch series converts plain memory allocations for driver structures and
planes to drm managed allocations in order to cleanup/simply the corresponding
release/destroy callbacks.

Danilo Krummrich (2):
  drm/virtio: plane: use drm managed resources
  drm/virtio: kms: use drm managed resources

 drivers/gpu/drm/virtio/virtgpu_kms.c   | 16 ++++++--------
 drivers/gpu/drm/virtio/virtgpu_plane.c | 30 +++++++-------------------
 2 files changed, 15 insertions(+), 31 deletions(-)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-11 16:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-14 13:00 [PATCH 0/2] drm/virtio: use drm managed resources Danilo Krummrich
2022-07-14 13:00 ` [PATCH 1/2] drm/virtio: plane: " Danilo Krummrich
2022-07-14 13:00 ` [PATCH 2/2] drm/virtio: kms: " Danilo Krummrich
2022-08-11 16:16   ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox