Re: [PATCH v8 0/3] drm/mediatek: Add support for OF graphs

2024-08-19 Thread Michael Walle
Hi, On Thu Jul 4, 2024 at 10:29 AM CEST, AngeloGioacchino Del Regno wrote: > Il 19/06/24 12:56, AngeloGioacchino Del Regno ha scritto: > > Il 18/06/24 12:17, AngeloGioacchino Del Regno ha scritto: > >> Changes in v8: > >>   - Rebased on next-20240617 > >>   - Changed to allow probing a VDO with no

Re: [PATCH v8 0/3] drm/mediatek: Add support for OF graphs

2024-07-04 Thread AngeloGioacchino Del Regno
Il 19/06/24 12:56, AngeloGioacchino Del Regno ha scritto: Il 18/06/24 12:17, AngeloGioacchino Del Regno ha scritto: Changes in v8:   - Rebased on next-20240617   - Changed to allow probing a VDO with no available display outputs Hello CK, At the time of writing, this series was well reviewed

Re: [PATCH v8 0/3] drm/mediatek: Add support for OF graphs

2024-06-19 Thread AngeloGioacchino Del Regno
Il 18/06/24 12:17, AngeloGioacchino Del Regno ha scritto: Changes in v8: - Rebased on next-20240617 - Changed to allow probing a VDO with no available display outputs Hello CK, At the time of writing, this series was well reviewed and tested by multiple people on multiple SoCs and boards

Re: [PATCH v8 0/3] drm/mediatek: Add support for OF graphs

2024-06-18 Thread Michael Walle
On Tue Jun 18, 2024 at 12:17 PM CEST, AngeloGioacchino Del Regno wrote: > The display IPs in MediaTek SoCs are *VERY* flexible and those support > being interconnected with different instances of DDP IPs (for example, > merge0 or merge1) and/or with different DDP IPs (for example, rdma can > be con

[PATCH v8 0/3] drm/mediatek: Add support for OF graphs

2024-06-18 Thread AngeloGioacchino Del Regno
Changes in v8: - Rebased on next-20240617 - Changed to allow probing a VDO with no available display outputs Changes in v7: - Fix typo in patch 3/3 Changes in v6: - Added EPROBE_DEFER check to fix dsi/dpi false positive DT fallback case - Dropped refcount of ep_out in mtk_drm_of_get_ddp_ep_c