Re: [PATCH 2/3] drm/mediatek: Perform iounmap on simple DDP component destruction

2024-04-01 Thread Chun-Kuang Hu
Hi, Angelo: CK Hu (胡俊光) 於 2024年3月22日 週五 下午4:49寫道: > > Hi, Angelo: > > On Thu, 2024-02-01 at 13:53 +0100, AngeloGioacchino Del Regno wrote: > > Add a new mtk_ddp_comp_destroy() function and call it in the teardown > > path of mtk_drm_drv to make sure that we unmap the iospace of the > > simple

Re: [PATCH 2/3] drm/mediatek: Perform iounmap on simple DDP component destruction

2024-03-22 Thread 胡俊光

[PATCH 2/3] drm/mediatek: Perform iounmap on simple DDP component destruction

2024-02-01 Thread AngeloGioacchino Del Regno
Add a new mtk_ddp_comp_destroy() function and call it in the teardown path of mtk_drm_drv to make sure that we unmap the iospace of the simple DDP components. While at it, also fix iounmapping on mtk_ddp_comp_init() error path. Fixes: ff1395609e20 ("drm/mediatek: Move mtk_ddp_comp_init() from