[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-12-03 Thread Sean Paul
On Fri, Nov 29, 2013 at 12:05 PM, Tomasz Figa wrote: > On Friday 29 of November 2013 09:13:19 Rob Clark wrote: >> On Fri, Nov 29, 2013 at 4:10 AM, Tomasz Figa >> wrote: >> > I would mostly agree with you if we were discussing SoC-internal >> > components here. Mostly, because the ARM world is

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-30 Thread Inki Dae
Hi all, How about moving this discussion to other related email thread, "[PATCH v3 31/32] drm/exynos: Move lvds bridge discovery into DP driver"? lvds related codes have already been removed from this patch and moved into eDP bus driver. It would be more good to make a dicussion about actual

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-29 Thread Tomasz Figa
On Friday 29 of November 2013 09:13:19 Rob Clark wrote: > On Fri, Nov 29, 2013 at 4:10 AM, Tomasz Figa wrote: > > I would mostly agree with you if we were discussing SoC-internal > > components here. Mostly, because the ARM world is more complex and you > > can see the same IP across completely

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-29 Thread Rob Clark
On Fri, Nov 29, 2013 at 12:05 PM, Tomasz Figa wrote: > On Friday 29 of November 2013 09:13:19 Rob Clark wrote: >> On Fri, Nov 29, 2013 at 4:10 AM, Tomasz Figa >> wrote: >> > I would mostly agree with you if we were discussing SoC-internal >> > components here. Mostly, because the ARM world is

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-29 Thread Daniel Vetter
On Fri, Nov 29, 2013 at 10:10 AM, Tomasz Figa wrote: > I would mostly agree with you if we were discussing SoC-internal > components here. Mostly, because the ARM world is more complex and you > can see the same IP across completely different SoCs from different > vendors. Yeah, hence the

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-29 Thread Thierry Reding
On Fri, Nov 29, 2013 at 12:04:04AM +0100, Tomasz Figa wrote: > On Tuesday 26 of November 2013 10:00:13 Olof Johansson wrote: > > On Tue, Nov 12, 2013 at 10:35 AM, Tomasz Figa > > wrote: [...] > > > Sorry, this might have been a bit too harsh, but just imagine myself doing > > > my regular patch

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-29 Thread Tomasz Figa
On Friday 29 of November 2013 08:52:22 Daniel Vetter wrote: > On Fri, Nov 29, 2013 at 12:04:04AM +0100, Tomasz Figa wrote: > > On Tuesday 26 of November 2013 10:00:13 Olof Johansson wrote: > > > More like code written in the same style as x86 DRM stuff, where > > > they're not used to

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-29 Thread Rob Clark
On Fri, Nov 29, 2013 at 4:10 AM, Tomasz Figa wrote: > I would mostly agree with you if we were discussing SoC-internal > components here. Mostly, because the ARM world is more complex and you > can see the same IP across completely different SoCs from different > vendors. > > However, the topic

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-29 Thread Daniel Vetter
On Fri, Nov 29, 2013 at 12:04:04AM +0100, Tomasz Figa wrote: > On Tuesday 26 of November 2013 10:00:13 Olof Johansson wrote: > > More like code written in the same style as x86 DRM stuff, where > > they're not used to overabstracting things from day one to make things > > generic instead of

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-29 Thread Tomasz Figa
On Tuesday 26 of November 2013 10:00:13 Olof Johansson wrote: > On Tue, Nov 12, 2013 at 10:35 AM, Tomasz Figa > wrote: > > On Tuesday 12 of November 2013 12:51:11 Sean Paul wrote: > >> On Sun, Nov 10, 2013 at 4:09 PM, Tomasz Figa > >> wrote: > >> > Hi Sean, > >> > > >> > On Tuesday 29 of

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-27 Thread Thierry Reding
On Tue, Nov 26, 2013 at 10:00:13AM -0800, Olof Johansson wrote: [...] > More like code written in the same style as x86 DRM stuff, where > they're not used to overabstracting things from day one to make things > generic instead of supporting the only known chip combination to date. [...] > On the

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-26 Thread Olof Johansson
On Tue, Nov 12, 2013 at 10:35 AM, Tomasz Figa wrote: > On Tuesday 12 of November 2013 12:51:11 Sean Paul wrote: >> On Sun, Nov 10, 2013 at 4:09 PM, Tomasz Figa >> wrote: >> > Hi Sean, >> > >> > On Tuesday 29 of October 2013 12:12:58 Sean Paul wrote: >> >> This patch splits display and manager

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-12 Thread Tomasz Figa
On Tuesday 12 of November 2013 12:51:11 Sean Paul wrote: > On Sun, Nov 10, 2013 at 4:09 PM, Tomasz Figa wrote: > > Hi Sean, > > > > On Tuesday 29 of October 2013 12:12:58 Sean Paul wrote: > >> This patch splits display and manager from subdrv. The result is that > >> crtc functions can directly

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-12 Thread Sean Paul
On Sun, Nov 10, 2013 at 4:09 PM, Tomasz Figa wrote: > Hi Sean, > > On Tuesday 29 of October 2013 12:12:58 Sean Paul wrote: >> This patch splits display and manager from subdrv. The result is that >> crtc functions can directly call into manager callbacks and encoder >> functions can directly call

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-10 Thread Tomasz Figa
Hi Sean, On Tuesday 29 of October 2013 12:12:58 Sean Paul wrote: > This patch splits display and manager from subdrv. The result is that > crtc functions can directly call into manager callbacks and encoder > functions can directly call into display callbacks. This will allow > us to remove the

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-01 Thread Inki Dae
esktop.org; inki.dae at samsung.com >>> Cc: airlied at linux.ie; tomasz.figa at gmail.com; marcheu at chromium.org; >>> Sean >>> Paul >>> Subject: [PATCH v3 12/32] drm/exynos: Split manager/display/subdrv >>> >>> This patch splits display and manage

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-10-31 Thread Inki Dae
n > Paul > Subject: [PATCH v3 12/32] drm/exynos: Split manager/display/subdrv > > This patch splits display and manager from subdrv. The result is that > crtc functions can directly call into manager callbacks and encoder > functions can directly call into display callb

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-10-31 Thread Sean Paul
Cc: airlied at linux.ie; tomasz.figa at gmail.com; marcheu at chromium.org; >> Sean >> Paul >> Subject: [PATCH v3 12/32] drm/exynos: Split manager/display/subdrv >> >> This patch splits display and manager from subdrv. The result is that >> crtc functions can directl

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-10-29 Thread Sean Paul
This patch splits display and manager from subdrv. The result is that crtc functions can directly call into manager callbacks and encoder functions can directly call into display callbacks. This will allow us to remove the exynos_drm_hdmi shim and support mixer/hdmi & fimd/dp with common code.