[PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-06-07 Thread Joonyoung Shim
On 06/06/2013 06:47 PM, Tomasz Figa wrote: > Hi Joonyoung, > > On Thursday 06 of June 2013 13:30:49 Joonyoung Shim wrote: >> On 05/19/2013 08:32 PM, Tomasz Figa wrote: >>> Hi, >>> >>> On Wednesday 01 of May 2013 22:00:25 Daniel Vetter wrote: On Wed, May 01, 2013 at 09:06:09PM +0200, Tomasz Fig

Re: [PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-06-06 Thread Joonyoung Shim
On 06/06/2013 06:47 PM, Tomasz Figa wrote: Hi Joonyoung, On Thursday 06 of June 2013 13:30:49 Joonyoung Shim wrote: On 05/19/2013 08:32 PM, Tomasz Figa wrote: Hi, On Wednesday 01 of May 2013 22:00:25 Daniel Vetter wrote: On Wed, May 01, 2013 at 09:06:09PM +0200, Tomasz Figa wrote: This patc

[PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-06-06 Thread Joonyoung Shim
On 05/19/2013 08:32 PM, Tomasz Figa wrote: > Hi, > > On Wednesday 01 of May 2013 22:00:25 Daniel Vetter wrote: >> On Wed, May 01, 2013 at 09:06:09PM +0200, Tomasz Figa wrote: >>> This patch modifies the driver to perform two stage parsing of video >>> timings from device tree, to get timing informa

[PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-06-06 Thread Tomasz Figa
Hi Joonyoung, On Thursday 06 of June 2013 13:30:49 Joonyoung Shim wrote: > On 05/19/2013 08:32 PM, Tomasz Figa wrote: > > Hi, > > > > On Wednesday 01 of May 2013 22:00:25 Daniel Vetter wrote: > >> On Wed, May 01, 2013 at 09:06:09PM +0200, Tomasz Figa wrote: > >>> This patch modifies the driver to

Re: [PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-06-06 Thread Tomasz Figa
Hi Joonyoung, On Thursday 06 of June 2013 13:30:49 Joonyoung Shim wrote: > On 05/19/2013 08:32 PM, Tomasz Figa wrote: > > Hi, > > > > On Wednesday 01 of May 2013 22:00:25 Daniel Vetter wrote: > >> On Wed, May 01, 2013 at 09:06:09PM +0200, Tomasz Figa wrote: > >>> This patch modifies the driver to

Re: [PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-06-05 Thread Joonyoung Shim
On 05/19/2013 08:32 PM, Tomasz Figa wrote: Hi, On Wednesday 01 of May 2013 22:00:25 Daniel Vetter wrote: On Wed, May 01, 2013 at 09:06:09PM +0200, Tomasz Figa wrote: This patch modifies the driver to perform two stage parsing of video timings from device tree, to get timing information as stru

[PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-06-05 Thread Tomasz Figa
On Wednesday 01 of May 2013 21:06:09 Tomasz Figa wrote: > This patch modifies the driver to perform two stage parsing of video > timings from device tree, to get timing information as struct videomode, > which contains more data than struct fb_videomode. > > Thanks to this change, information abou

Re: [PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-06-05 Thread Tomasz Figa
On Wednesday 01 of May 2013 21:06:09 Tomasz Figa wrote: > This patch modifies the driver to perform two stage parsing of video > timings from device tree, to get timing information as struct videomode, > which contains more data than struct fb_videomode. > > Thanks to this change, information abou

[PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-05-19 Thread Tomasz Figa
Hi, On Wednesday 01 of May 2013 22:00:25 Daniel Vetter wrote: > On Wed, May 01, 2013 at 09:06:09PM +0200, Tomasz Figa wrote: > > This patch modifies the driver to perform two stage parsing of video > > timings from device tree, to get timing information as struct > > videomode, which contains more

Re: [PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-05-19 Thread Tomasz Figa
Hi, On Wednesday 01 of May 2013 22:00:25 Daniel Vetter wrote: > On Wed, May 01, 2013 at 09:06:09PM +0200, Tomasz Figa wrote: > > This patch modifies the driver to perform two stage parsing of video > > timings from device tree, to get timing information as struct > > videomode, which contains more

[PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-05-01 Thread Daniel Vetter
On Wed, May 01, 2013 at 09:06:09PM +0200, Tomasz Figa wrote: > This patch modifies the driver to perform two stage parsing of video > timings from device tree, to get timing information as struct videomode, > which contains more data than struct fb_videomode. > > Thanks to this change, information

[PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-05-01 Thread Tomasz Figa
This patch modifies the driver to perform two stage parsing of video timings from device tree, to get timing information as struct videomode, which contains more data than struct fb_videomode. Thanks to this change, information about polarity of control signals (VSYNC, HSYNC, VDEN, VCLK) can be re

Re: [PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-05-01 Thread Daniel Vetter
On Wed, May 01, 2013 at 09:06:09PM +0200, Tomasz Figa wrote: > This patch modifies the driver to perform two stage parsing of video > timings from device tree, to get timing information as struct videomode, > which contains more data than struct fb_videomode. > > Thanks to this change, information

[PATCH] drm/exynos: fimd: Get signal polarities from device tree

2013-05-01 Thread Tomasz Figa
This patch modifies the driver to perform two stage parsing of video timings from device tree, to get timing information as struct videomode, which contains more data than struct fb_videomode. Thanks to this change, information about polarity of control signals (VSYNC, HSYNC, VDEN, VCLK) can be re