Re: [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-05-25 Thread Maxime Ripard
On Thu, May 19, 2022 at 09:26:59AM -0700, Guillaume Ranquet wrote: > On Thu, 12 May 2022 09:44, Maxime Ripard wrote: > >Hi, > > > >On Wed, May 11, 2022 at 05:59:13AM -0700, Guillaume Ranquet wrote: > >> >> +#include > >> >> +#include > >> >> +#include > >> >> +#include > >> >> +#include > >>

Re: [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-05-19 Thread Guillaume Ranquet
On Thu, 12 May 2022 09:44, Maxime Ripard wrote: >Hi, > >On Wed, May 11, 2022 at 05:59:13AM -0700, Guillaume Ranquet wrote: >> >> +#include >> >> +#include >> >> +#include >> >> +#include >> >> +#include >> >> +#include >> >> +#include >> >> +#include >> >> +#include >> >> +#include >>

Re: [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-05-12 Thread Maxime Ripard
Hi, On Wed, May 11, 2022 at 05:59:13AM -0700, Guillaume Ranquet wrote: > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include > >> +#include >

Re: [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-05-11 Thread Guillaume Ranquet
On Fri, 29 Apr 2022 10:39, Maxime Ripard wrote: >Hi Guillaume, > Hi Maxime, Thx for your review. >On Mon, Mar 28, 2022 at 12:39:23AM +0200, Guillaume Ranquet wrote: >> From: Markus Schneider-Pargmann >> >> This patch adds a DisplayPort driver for the Mediatek mt8195 SoC. >> >> It supports the

Re: [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-04-29 Thread Maxime Ripard
Hi Guillaume, On Mon, Mar 28, 2022 at 12:39:23AM +0200, Guillaume Ranquet wrote: > From: Markus Schneider-Pargmann > > This patch adds a DisplayPort driver for the Mediatek mt8195 SoC. > > It supports the mt8195, the embedded DisplayPort units. It offers > DisplayPort 1.4 with up to 4 lanes. >

Re: [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-04-13 Thread AngeloGioacchino Del Regno
Il 12/04/22 11:46, Guillaume Ranquet ha scritto: On Mon, 28 Mar 2022 11:14, AngeloGioacchino Del Regno wrote: Il 28/03/22 00:39, Guillaume Ranquet ha scritto: From: Markus Schneider-Pargmann This patch adds a DisplayPort driver for the Mediatek mt8195 SoC. It supports the mt8195, the

Re: [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-04-12 Thread Guillaume Ranquet
On Tue, 29 Mar 2022 07:41, Rex-BC Chen wrote: >Hello Guillaume, > >Thanks for your patch. >I add some comments below: > >On Mon, 2022-03-28 at 00:39 +0200, Guillaume Ranquet wrote: >> From: Markus Schneider-Pargmann >> >> This patch adds a DisplayPort driver for the Mediatek mt8195 SoC. >> >> It

Re: [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-04-12 Thread Guillaume Ranquet
On Tue, 29 Mar 2022 05:34, Rex-BC Chen wrote: >On Mon, 2022-03-28 at 00:39 +0200, Guillaume Ranquet wrote: >> From: Markus Schneider-Pargmann >> >> This patch adds a DisplayPort driver for the Mediatek mt8195 SoC. >> >> It supports the mt8195, the embedded DisplayPort units. It offers >>

Re: [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-04-12 Thread Guillaume Ranquet
On Mon, 28 Mar 2022 11:14, AngeloGioacchino Del Regno wrote: >Il 28/03/22 00:39, Guillaume Ranquet ha scritto: >> From: Markus Schneider-Pargmann >> >> This patch adds a DisplayPort driver for the Mediatek mt8195 SoC. >> >> It supports the mt8195, the embedded DisplayPort units. It offers >>

Re: [PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-03-28 Thread AngeloGioacchino Del Regno
Il 28/03/22 00:39, Guillaume Ranquet ha scritto: From: Markus Schneider-Pargmann This patch adds a DisplayPort driver for the Mediatek mt8195 SoC. It supports the mt8195, the embedded DisplayPort units. It offers DisplayPort 1.4 with up to 4 lanes. The driver shares its iomap range with the

[PATCH v9 18/22] drm/mediatek: Add mt8195 Embedded DisplayPort driver

2022-03-27 Thread Guillaume Ranquet
From: Markus Schneider-Pargmann This patch adds a DisplayPort driver for the Mediatek mt8195 SoC. It supports the mt8195, the embedded DisplayPort units. It offers DisplayPort 1.4 with up to 4 lanes. The driver shares its iomap range with the mtk-dp-phy driver using the regmap/syscon facility.