Re: [PATCH 6/7] drm/mediatek: mtk_dsi: Use the drm_panel_bridge API

2020-04-12 Thread Sam Ravnborg
Hi Enric. Just a "drive-by" comment. I browsed all the patches - and nothing jumped at me. But then I did not follow all the changes. > @@ -1202,10 +1055,19 @@ static int mtk_dsi_probe(struct platform_device *pdev) > } > > ret = drm_of_find_panel_or_bridge(dev->of_node, 0, 0, > -

[PATCH 6/7] drm/mediatek: mtk_dsi: Use the drm_panel_bridge API

2020-04-09 Thread Enric Balletbo i Serra
Replace the manual panel handling code by a drm_panel_bridge. This simplifies the driver and allows all components in the display pipeline to be treated as bridges, paving the way to generic connector handling. Signed-off-by: Enric Balletbo i Serra --- drivers/gpu/drm/mediatek/mtk_dsi.c | 178 +