[PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-27 Thread Kamil Debski
G2D is a 2D graphics accelerator engine present in the s5p family of Samsung SoCs. It is capable of bitblt and raster operations on images having dimensions of up to 8000x8000. Signed-off-by: Kamil Debski Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-25 Thread Sachin Kamat
Hi Kamil, On 9 December 2011 21:34, Kamil Debski wrote: > Signed-off-by: Kamil Debski > Signed-off-by: Kyungmin Park > --- >  arch/arm/mach-exynos/Kconfig     |    1 + >  arch/arm/mach-exynos/mach-nuri.c |    1 + >  2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/mac

RE: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-23 Thread Kukjin Kim
Kyungmin Park wrote: > > On 12/20/11, Mark Brown wrote: > > On Mon, Dec 12, 2011 at 11:32:28PM +0900, Kyungmin Park wrote: > >> On Mon, Dec 12, 2011 at 7:03 PM, Mark Brown > > > >> > I'm not sure I understand why we would not be ready to do things like > >> > this? I'd also expect that doing thi

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-19 Thread Kyungmin Park
On 12/20/11, Mark Brown wrote: > On Mon, Dec 12, 2011 at 11:32:28PM +0900, Kyungmin Park wrote: >> On Mon, Dec 12, 2011 at 7:03 PM, Mark Brown > >> > I'm not sure I understand why we would not be ready to do things like >> > this? I'd also expect that doing things in a board specific fashion >> >

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-19 Thread Mark Brown
On Mon, Dec 12, 2011 at 11:32:28PM +0900, Kyungmin Park wrote: > On Mon, Dec 12, 2011 at 7:03 PM, Mark Brown > > I'm not sure I understand why we would not be ready to do things like > > this?  I'd also expect that doing things in a board specific fashion > > might create issues with things being

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-12 Thread Kyungmin Park
On Mon, Dec 12, 2011 at 7:03 PM, Mark Brown wrote: > On Mon, Dec 12, 2011 at 06:27:30PM +0900, Kyungmin Park wrote: >> On 12/12/11, Mark Brown wrote: > >> >> +  &s5p_device_g2d, > >> > For devices like g2d which are always part of the SoC and which don't >> > require any external wiring on the bo

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-12 Thread Mark Brown
On Mon, Dec 12, 2011 at 06:27:30PM +0900, Kyungmin Park wrote: > On 12/12/11, Mark Brown wrote: > >> + &s5p_device_g2d, > > For devices like g2d which are always part of the SoC and which don't > > require any external wiring on the board I was thinking we should just > > have the core code for

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-12 Thread Kyungmin Park
On 12/12/11, Mark Brown wrote: > On Fri, Dec 09, 2011 at 05:04:41PM +0100, Kamil Debski wrote: > >> index 236bbe1..5251e91 100644 >> --- a/arch/arm/mach-exynos/mach-nuri.c >> +++ b/arch/arm/mach-exynos/mach-nuri.c >> @@ -1262,6 +1262,7 @@ static struct platform_device *nuri_devices[] >> __initdata

Re: [PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-11 Thread Mark Brown
On Fri, Dec 09, 2011 at 05:04:41PM +0100, Kamil Debski wrote: > index 236bbe1..5251e91 100644 > --- a/arch/arm/mach-exynos/mach-nuri.c > +++ b/arch/arm/mach-exynos/mach-nuri.c > @@ -1262,6 +1262,7 @@ static struct platform_device *nuri_devices[] > __initdata = { > &s3c_device_i2c3, >

[PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-12-09 Thread Kamil Debski
Signed-off-by: Kamil Debski Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos/Kconfig |1 + arch/arm/mach-exynos/mach-nuri.c |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 0afcc3b..176092c 100

[PATCH 2/3] s5p-g2d: add G2D to mach-nuri

2011-08-08 Thread Kamil Debski
G2D is a 2D graphics accelerator engine present in the s5p family of Samsung SoCs. It is capable of bitblt and raster operations on images having dimensions of up to 8000x8000. Signed-off-by: Kamil Debski Signed-off-by: Kyungmin Park --- arch/arm/mach-exynos4/Kconfig |1 + arch/arm/mach