Re: [PATCH v3 06/14] media: mtk-mdp: Get rid of mtk_smi_larb_get/put

2019-09-03 Thread houlong wei
Hi, Yong, I have inline comment below. > MediaTek IOMMU has already added the device_link between the consumer > and smi-larb device. If the mdp device call the pm_runtime_get_sync, > the smi-larb's pm_runtime_get_sync also be called automatically. > > CC: Minghsiu Tsai > Signed-off-by: Yong

Re: [PATCH v4 07/17] media: mtk-mdp: Get rid of mtk_smi_larb_get/put

2020-08-14 Thread houlong wei
t_headnode; > struct clk *clk[2]; > - struct device *larb_dev; > struct device *dev; > }; > > diff --git a/drivers/media/platform/mtk-mdp/mtk_mdp_core.c > b/drivers/media/platform/mtk-mdp/mtk_mdp_core.c > index 133d107..bc5472d 100644 > --- a/drivers/media/platform/mtk-mdp/mtk_mdp_core.c > +++ b/drivers/media/platform/mtk-mdp/mtk_mdp_core.c > @@ -18,7 +18,6 @@ > #include > #include > #include > -#include > > #include "mtk_mdp_comp.h" > #include "mtk_mdp_core.h" Acked-by: Houlong Wei ___ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu

Re: [PATCH v5 08/16] media: mtk-mdp: Get rid of mtk_smi_larb_get/put

2021-06-08 Thread houlong wei
struct device_node *dev_node; > struct clk *clk[2]; > - struct device *larb_dev; > enum mtk_mdp_comp_type type; > }; > > diff --git a/drivers/media/platform/mtk-mdp/mtk_mdp_core.c > b/drivers/media/platform/mtk-mdp/mtk_mdp_cor