2023-08-10 06:57:55

by Fei Shao

[permalink] [raw]
Subject: Re: [PATCH v9 5/7] drm/mediatek: Add connector dynamic selection capability for mt8188

On Thu, Aug 10, 2023 at 2:16 AM Jason-JH.Lin <[email protected]> wrote:
>
> Add dynamic select available connector flow in mtk_drm_crtc_create()
> and mtk_drm_crtc_atomic_enable().
>
> In mtk_drm_crtc_create(), if there is a connector routes array in drm
> driver data, all components definded in the connector routes array will
> be checked and their encoder_index will be set.
>
> In mtk_drm_crtc_atomic_enable(), crtc will check its encoder_index to
> identify which componet in the connector routes array should append.
>
> Move DDP_COMPONENT_DP_INTF0 from mt8188_mtk_ddp_main array to a
> connector routes array called mt8188_mtk_ddp_main_routes to support
> dynamic selection capability for mt8188.
>
> Signed-off-by: Nancy Lin <[email protected]>
> Signed-off-by: Nathan Lu <[email protected]>
> Signed-off-by: Jason-JH.Lin <[email protected]>

Tested-by: Fei Shao <[email protected]>