Re: [U-Boot] [PATCH] Origen: Set FIMD as the default display path

2013-08-15 Thread Tushar Behera
On 6 August 2013 16:10, Tushar Behera wrote: > On 6 August 2013 14:21, Ajay kumar wrote: >> +Donghwa Lee >> >> >> Hi Tushar, >> >> I think this setting already exists for Exynos4 in u-boot. >> > > No, there was no display on Origen board without this patch. > >> Are you not getting display withou

Re: [U-Boot] [PATCH] Origen: Set FIMD as the default display path

2013-08-06 Thread Tushar Behera
On 6 August 2013 14:21, Ajay kumar wrote: > +Donghwa Lee > > > Hi Tushar, > > I think this setting already exists for Exynos4 in u-boot. > No, there was no display on Origen board without this patch. > Are you not getting display without your patch? > > Have a look at this: > http://git.denx.de/

Re: [U-Boot] [PATCH] Origen: Set FIMD as the default display path

2013-08-06 Thread Ajay kumar
+Donghwa Lee Hi Tushar, I think this setting already exists for Exynos4 in u-boot. Are you not getting display without your patch? Have a look at this: http://git.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=blob;f=arch/arm/cpu/armv7/exynos/system.c;h=ad12445832cf7415e52e8593b595ab33a0b4d375;hb=H

Re: [U-Boot] [PATCH] Origen: Set FIMD as the default display path

2013-08-05 Thread Tushar Behera
On 08/06/2013 08:29 AM, Minkyu Kang wrote: > Dear Tushar Behera, > > On 07/06/13 19:56, Tushar Behera wrote: >> On EXYNOS4210, there are three paths for display data to be processed, >> namely MIE, MDNIE and FIMD. On Origen board, FIMD display controller >> is used. >> >> Signed-off-by: Tushar Beh

Re: [U-Boot] [PATCH] Origen: Set FIMD as the default display path

2013-08-05 Thread Minkyu Kang
Dear Tushar Behera, On 07/06/13 19:56, Tushar Behera wrote: > On EXYNOS4210, there are three paths for display data to be processed, > namely MIE, MDNIE and FIMD. On Origen board, FIMD display controller > is used. > > Signed-off-by: Tushar Behera > --- > This patch is rebased on master branch o