Re: [PATCH v9 15/22] drm/mediatek: dpi: Add dpintf support

2022-04-12 Thread Guillaume Ranquet
On Tue, 29 Mar 2022 05:16, Rex-BC Chen wrote: >On Mon, 2022-03-28 at 00:39 +0200, Guillaume Ranquet wrote: >> dpintf is the displayport interface hardware unit. This unit is >> similar >> to dpi and can reuse most of the code. >> >> This patch adds support for mt8195-dpintf to this dpi driver. Mai

Re: [PATCH v9 15/22] drm/mediatek: dpi: Add dpintf support

2022-04-12 Thread Guillaume Ranquet
On Mon, 28 Mar 2022 10:38, Rex-BC Chen wrote: >Hello Guillaume, > >Thanks for your patch, but I have some questions for this patch: > >On Mon, 2022-03-28 at 00:39 +0200, Guillaume Ranquet wrote: >> dpintf is the displayport interface hardware unit. This unit is >> similar >> to dpi and can reuse m

[PATCH v9 15/22] drm/mediatek: dpi: Add dpintf support

2022-03-27 Thread Guillaume Ranquet
dpintf is the displayport interface hardware unit. This unit is similar to dpi and can reuse most of the code. This patch adds support for mt8195-dpintf to this dpi driver. Main differences are: - Some features/functional components are not available for dpintf which are now excluded from code