Re: [PATCH v3 1/3] drm/managed: Add drmm_release_action

2023-12-15 Thread Maxime Ripard
On Mon, 11 Dec 2023 23:09:37 +0100, Michał Winiarski wrote: > Similar to devres equivalent, it allows to call the "release" action > directly and remove the resource from the managed resources list. > > Signed-off-by: Michał Winiarski Reviewed-by: Maxime Ripard Thanks! Maxime

[PATCH v3 1/3] drm/managed: Add drmm_release_action

2023-12-11 Thread Michał Winiarski
Similar to devres equivalent, it allows to call the "release" action directly and remove the resource from the managed resources list. Signed-off-by: Michał Winiarski --- drivers/gpu/drm/drm_managed.c | 39 +++ include/drm/drm_managed.h | 4 2 files