Re: (subset) [PATCH] drm/vc4: hdmi: Unregister codec device on unbind

2022-02-17 Thread Maxime Ripard
On Thu, 27 Jan 2022 12:14:52 +0100, Maxime Ripard wrote: > On bind we will register the HDMI codec device but we don't unregister > it on unbind, leading to a device leakage. Unregister our device at > unbind. > > Applied to drm/drm-misc (drm-misc-fixes). Thanks! Maxime

Re: [PATCH] drm/vc4: hdmi: Unregister codec device on unbind

2022-02-17 Thread Javier Martinez Canillas
Hello Maxime, On 1/27/22 12:14, Maxime Ripard wrote: > On bind we will register the HDMI codec device but we don't unregister > it on unbind, leading to a device leakage. Unregister our device at > unbind. > > Signed-off-by: Maxime Ripard > --- Patch looks good to me. Reviewed-by: Javier

Re: (subset) [PATCH] drm/vc4: hdmi: Unregister codec device on unbind

2022-02-03 Thread Maxime Ripard
On Thu, Feb 03, 2022 at 04:06:37PM +0100, Maxime Ripard wrote: > On Thu, 27 Jan 2022 12:14:52 +0100, Maxime Ripard wrote: > > On bind we will register the HDMI codec device but we don't unregister > > it on unbind, leading to a device leakage. Unregister our device at > > unbind. > > > > > >

Re: (subset) [PATCH] drm/vc4: hdmi: Unregister codec device on unbind

2022-02-03 Thread Maxime Ripard
On Thu, 27 Jan 2022 12:14:52 +0100, Maxime Ripard wrote: > On bind we will register the HDMI codec device but we don't unregister > it on unbind, leading to a device leakage. Unregister our device at > unbind. > > Applied to drm/drm-misc (drm-misc-fixes). Thanks! Maxime

[PATCH] drm/vc4: hdmi: Unregister codec device on unbind

2022-01-27 Thread Maxime Ripard
On bind we will register the HDMI codec device but we don't unregister it on unbind, leading to a device leakage. Unregister our device at unbind. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/vc4/vc4_hdmi.c | 8 drivers/gpu/drm/vc4/vc4_hdmi.h | 1 + 2 files changed, 9 insertions(+)