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

2015-12-17 Thread Daniel Kurtz
Hi Philipp, On Wed, Dec 16, 2015 at 5:52 PM, Philipp Zabel wrote: > Hi Daniel, > > Am Dienstag, den 15.12.2015, 02:57 +0800 schrieb Daniel Kurtz: >> HI Philipp, >> >> This driver is looking really good. >> >> But, still some things to think about (mostly small) inline below... > > Most of my ans

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

2015-12-16 Thread Philipp Zabel
Hi Daniel, Am Dienstag, den 15.12.2015, 02:57 +0800 schrieb Daniel Kurtz: > HI Philipp, > > This driver is looking really good. > > But, still some things to think about (mostly small) inline below... Most of my answers below seem to be "ok" or some form thereof, but I have one or two questions

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

2015-12-15 Thread Daniel Kurtz
HI Philipp, This driver is looking really good. But, still some things to think about (mostly small) inline below... On Tue, Dec 1, 2015 at 5:07 AM, Philipp Zabel wrote: > From: CK Hu > > This patch adds an initial DRM driver for the Mediatek MT8173 DISP > subsystem. It currently supports two

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

2015-12-11 Thread Philipp Zabel
Hi Matthias, thanks for your reply. It would be helpful if you could trim the quoted text a bit when replying to a small part of a huge patch like this. Am Freitag, den 11.12.2015, 18:10 +0100 schrieb Matthias Brugger: > > diff --git a/drivers/gpu/drm/mediatek/mtk_drm_drv.c > > b/drivers/gpu/drm

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

2015-12-11 Thread Matthias Brugger
On 30/11/15 22:07, Philipp Zabel wrote: > 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: Y

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

2015-11-30 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: Philipp Zabel --- Changes since