[PATCH v9 03/14] drm/mediatek: Add DSI sub driver

2016-02-05 Thread CK Hu
Hi, Philipp: On Thu, 2016-02-04 at 13:48 +0100, Philipp Zabel wrote: > Am Donnerstag, den 04.02.2016, 14:37 +0800 schrieb CK Hu: > > Hi Philipp: > > > > On Wed, 2016-02-03 at 12:01 +0100, Philipp Zabel wrote: > > > Hi Daniel, > > > > > > > > > > +static void mtk_output_dsi_disable(struct mtk_ds

[PATCH v9 03/14] drm/mediatek: Add DSI sub driver

2016-02-04 Thread Daniel Kurtz
On Thu, Feb 4, 2016 at 2:37 PM, CK Hu wrote: > Hi Philipp: > > On Wed, 2016-02-03 at 12:01 +0100, Philipp Zabel wrote: >> Hi Daniel, >> > >> > > +static void mtk_output_dsi_disable(struct mtk_dsi *dsi) >> > > +{ >> > > + if (!dsi->enabled) >> > > + return; >> > > + >> > > +

[PATCH v9 03/14] drm/mediatek: Add DSI sub driver

2016-02-04 Thread CK Hu
Hi Philipp: On Wed, 2016-02-03 at 12:01 +0100, Philipp Zabel wrote: > Hi Daniel, > > > > +static void mtk_output_dsi_disable(struct mtk_dsi *dsi) > > > +{ > > > + if (!dsi->enabled) > > > + return; > > > + > > > + if (dsi->panel) { > > > + if (drm_panel_di

[PATCH v9 03/14] drm/mediatek: Add DSI sub driver

2016-02-04 Thread Philipp Zabel
Am Donnerstag, den 04.02.2016, 14:37 +0800 schrieb CK Hu: > Hi Philipp: > > On Wed, 2016-02-03 at 12:01 +0100, Philipp Zabel wrote: > > Hi Daniel, > > > > > > > +static void mtk_output_dsi_disable(struct mtk_dsi *dsi) > > > > +{ > > > > + if (!dsi->enabled) > > > > + return;

[PATCH v9 03/14] drm/mediatek: Add DSI sub driver

2016-02-03 Thread Philipp Zabel
Hi Daniel, Am Dienstag, den 02.02.2016, 21:32 +0800 schrieb Daniel Kurtz: > Hi Philipp, > > I ran into some issues when trying to bring up just the DSI path of > the Mediatek DRM driver. > Things were failing in probe/bind that triggered some oopses in the > unbind/error paths. > This resulted in

[PATCH v9 03/14] drm/mediatek: Add DSI sub driver

2016-02-02 Thread Daniel Kurtz
Hi Philipp, I ran into some issues when trying to bring up just the DSI path of the Mediatek DRM driver. Things were failing in probe/bind that triggered some oopses in the unbind/error paths. This resulted in the following review of the dsi patch... On Tue, Jan 12, 2016 at 11:15 PM, Philipp Zabe

[PATCH v9 03/14] drm/mediatek: Add DSI sub driver

2016-01-12 Thread Philipp Zabel
From: CK Hu This patch add a drm encoder/connector driver for the MIPI DSI function block of the Mediatek display subsystem and a phy driver for the MIPI TX D-PHY control module. Signed-off-by: Jitao Shi Signed-off-by: Philipp Zabel --- drivers/gpu/drm/mediatek/Kconfig | 3 + drivers/