[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220713085500.1970589-1-dakr@redhat.com>
Date: Wed, 13 Jul 2022 10:54:57 +0200
From: Danilo Krummrich <dakr@...hat.com>
To: emma@...olt.net, mripard@...nel.org, daniel@...ll.ch,
airlied@...ux.ie
Cc: dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org,
Danilo Krummrich <dakr@...hat.com>
Subject: [PATCH 0/3] drm/vc4: use drm managed resources
This patch series converts DRM modeset object allocations from devm_*()
to drmm_*() memory allocators, or their corresponding convenience
wrappers, respectively, in order to tie the release action to the
underlaying struct drm_device.
This can prevent potential use-after free issues on driver unload or
EPROBE_DEFERRED backoff.
Danilo Krummrich (3):
drm/vc4: plane: use drm managed resources
drm/vc4: crtc: use drm managed resources
drm/vc4: encoder: use drm managed resources
drivers/gpu/drm/vc4/vc4_crtc.c | 2 +-
drivers/gpu/drm/vc4/vc4_dpi.c | 11 ++++++-----
drivers/gpu/drm/vc4/vc4_dsi.c | 10 +++++-----
drivers/gpu/drm/vc4/vc4_hdmi.c | 10 ++++++----
drivers/gpu/drm/vc4/vc4_plane.c | 19 +++++++------------
drivers/gpu/drm/vc4/vc4_txp.c | 2 +-
drivers/gpu/drm/vc4/vc4_vec.c | 11 ++++++-----
7 files changed, 32 insertions(+), 33 deletions(-)
--
2.36.1
Powered by blists - more mailing lists