[PATCH 0/5] drm/mediatek: fix probe resource leaks

Johan Hovold posted 5 patches 1 week, 1 day ago
drivers/gpu/drm/mediatek/mtk_ddp_comp.c       | 33 ++++++++++++++++---
drivers/gpu/drm/mediatek/mtk_ddp_comp.h       |  2 +-
.../gpu/drm/mediatek/mtk_disp_ovl_adaptor.c   | 12 +++++++
drivers/gpu/drm/mediatek/mtk_drm_drv.c        |  4 +--
drivers/gpu/drm/mediatek/mtk_hdmi.c           | 15 +++++++++
5 files changed, 58 insertions(+), 8 deletions(-)
[PATCH 0/5] drm/mediatek: fix probe resource leaks
Posted by Johan Hovold 1 week, 1 day ago
This series fixes various probe resource leaks in the mediatek drm
drivers that were found through inspection.

Johan


Johan Hovold (5):
  drm/mediatek: fix probe resource leaks
  drm/mediatek: fix probe memory leak
  drm/mediatek: fix probe device leaks
  drm/mediatek: mtk_hdmi: fix probe device leaks
  drm/mediatek: ovl_adaptor: fix probe device leaks

 drivers/gpu/drm/mediatek/mtk_ddp_comp.c       | 33 ++++++++++++++++---
 drivers/gpu/drm/mediatek/mtk_ddp_comp.h       |  2 +-
 .../gpu/drm/mediatek/mtk_disp_ovl_adaptor.c   | 12 +++++++
 drivers/gpu/drm/mediatek/mtk_drm_drv.c        |  4 +--
 drivers/gpu/drm/mediatek/mtk_hdmi.c           | 15 +++++++++
 5 files changed, 58 insertions(+), 8 deletions(-)

-- 
2.49.1
Re: [PATCH 0/5] drm/mediatek: fix probe resource leaks
Posted by AngeloGioacchino Del Regno 1 week ago
Il 23/09/25 17:23, Johan Hovold ha scritto:
> This series fixes various probe resource leaks in the mediatek drm
> drivers that were found through inspection.
> 
> Johan

Whole series is

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>