[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 k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

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 k.deb...@samsung.com wrote: Signed-off-by: Kamil Debski k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---  arch/arm/mach-exynos/Kconfig     |    1 +  arch/arm/mach-exynos/mach-nuri.c |    1 +  2 files changed, 2

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 broo...@opensource.wolfsonmicro.com 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

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

2011-12-12 Thread Kyungmin Park
On 12/12/11, Mark Brown broo...@opensource.wolfsonmicro.com 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

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 broo...@opensource.wolfsonmicro.com 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

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 k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- 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

[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 k.deb...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---