Re: [PATCH v2 0/2] media: mediatek: fix VPU device leaks on probe
From: Johan Hovold
Date: Wed Nov 05 2025 - 03:07:10 EST
On Tue, Oct 28, 2025 at 11:04:52AM +0100, Johan Hovold wrote:
> This series fixes VPU device leaks during probe of the mdp driver.
>
> Included is also a minor documentation update to make it clear that the
> VPU lookup helper returns the device with an incremented refcount.
>
> Johan
>
>
> Changes in v2
> - drop incorrect vcodec patch since that reference leak has already
> been fixed by commit bf1d556ad4e0 ("media: mtk-vcodec: abstract
> firmware interface") which added the codec release callback
>
>
> Johan Hovold (2):
> media: mediatek: mdp: fix device leak on probe
> media: mediatek: amend vpu_get_plat_device() documentation
Looks like I forgot to add Chen-Yu's reviewed-by when respinning:
Reviewed-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>