Re: [PATCH v7 3/3] drm/mediatek: Implement OF graphs support for display paths

2024-06-18 Thread AngeloGioacchino Del Regno
Il 17/06/24 15:24, Michael Walle ha scritto: Hi Angelo, +/** + * mtk_drm_of_ddp_path_build_one - Build a Display HW Pipeline for a CRTC Path + * @dev: The mediatek-drm device + * @cpath:CRTC Path relative to a VDO or MMSYS + * @out_path: Pointer to an array that will contai

Re: [PATCH v7 3/3] drm/mediatek: Implement OF graphs support for display paths

2024-06-17 Thread Michael Walle
Hi Angelo, > +/** > + * mtk_drm_of_ddp_path_build_one - Build a Display HW Pipeline for a CRTC > Path > + * @dev: The mediatek-drm device > + * @cpath:CRTC Path relative to a VDO or MMSYS > + * @out_path: Pointer to an array that will contain the new pipeline > + * @out_path_

[PATCH v7 3/3] drm/mediatek: Implement OF graphs support for display paths

2024-06-11 Thread AngeloGioacchino Del Regno
It is impossible to add each and every possible DDP path combination for each and every possible combination of SoC and board: right now, this driver hardcodes configuration for 10 SoCs and this is going to grow larger and larger, and with new hacks like the introduction of mtk_drm_route which is a