[PATCH v9 02/14] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.

2016-02-03 Thread Philipp Zabel
Hi Daniel, Am Mittwoch, den 03.02.2016, 01:12 +0800 schrieb Daniel Kurtz: [...] > > +int mtk_drm_crtc_create(struct drm_device *drm_dev, > > + const enum mtk_ddp_comp_id *path, unsigned int > > path_len) > > +{ [...] > > + for (i = 0; i < mtk_crtc->ddp_comp_nr; i++) {

[PATCH v9 02/14] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.

2016-02-03 Thread Philipp Zabel
Hi Daniel, Am Mittwoch, den 20.01.2016, 14:23 -0800 schrieb Daniel Kurtz: > Hi Philipp, > > This driver is looking very good now to me. > > Sorry for the delay reviewing. Some comments inline below. [...] > > diff --git a/drivers/gpu/drm/mediatek/mtk_disp_ovl.c > >

[PATCH v9 02/14] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.

2016-02-03 Thread Daniel Kurtz
Hi Philipp, Sorry for the previous HTML email. Trying again... Below are some more comments from my observations today trying to configure Mediatek DRM to use just the MIPI/DSI path (no HDMI). On Tue, Jan 12, 2016 at 11:15 PM, Philipp Zabel wrote: > From: CK Hu > > This patch adds an

[PATCH v9 02/14] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.

2016-02-03 Thread Daniel Kurtz
Hi Philipp, Some more potential bugs I discovered today while trying to configure Mediatek DRM to use just the MIPI/DSI path (no HDMI). On Tue, Jan 12, 2016 at 11:15 PM, Philipp Zabel wrote: > From: CK Hu > > This patch adds an initial DRM driver for the Mediatek MT8173 DISP > subsystem. It

[PATCH v9 02/14] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.

2016-01-20 Thread Daniel Kurtz
Hi Philipp, This driver is looking very good now to me. Sorry for the delay reviewing. Some comments inline below. On Tue, Jan 12, 2016 at 7:15 AM, Philipp Zabel wrote: > From: CK Hu > > This patch adds an initial DRM driver for the Mediatek MT8173 DISP > subsystem. It currently supports

[PATCH v9 02/14] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.

2016-01-12 Thread Philipp Zabel
From: CK Hu This patch adds an initial DRM driver for the Mediatek MT8173 DISP subsystem. It currently supports two fixed output streams from the OVL0/OVL1 sources to the DSI0/DPI0 sinks, respectively. Signed-off-by: CK Hu Signed-off-by: YT Shen Signed-off-by: Daniel Kurtz