* [PATCH v2 1/2] ARM: mx27_3ds: Add VPU support
@ 2012-11-14 13:19 Fabio Estevam
2012-11-14 13:19 ` [PATCH v2 2/2] ARM: imx_v4_v5_defconfig: " Fabio Estevam
2012-11-14 14:34 ` [PATCH v2 1/2] ARM: mx27_3ds: " Sascha Hauer
0 siblings, 2 replies; 5+ messages in thread
From: Fabio Estevam @ 2012-11-14 13:19 UTC (permalink / raw)
To: linux-arm-kernel
mx27 has a VPU (Video Processing Unit) block that allows doing H264/MPEG4
decoding and encoding in hardware.
Add support for it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v1:
- Do not allocate the coda buffers explicetely
arch/arm/mach-imx/mach-mx27_3ds.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-imx/mach-mx27_3ds.c b/arch/arm/mach-imx/mach-mx27_3ds.c
index d0e547f..e37a114 100644
--- a/arch/arm/mach-imx/mach-mx27_3ds.c
+++ b/arch/arm/mach-imx/mach-mx27_3ds.c
@@ -531,6 +531,7 @@ static void __init mx27pdk_init(void)
imx27_add_imx_ssi(0, &mx27_3ds_ssi_pdata);
imx_add_platform_device("imx_mc13783", 0, NULL, 0, NULL, 0);
+ imx27_add_coda();
}
static void __init mx27pdk_timer_init(void)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH v2 2/2] ARM: imx_v4_v5_defconfig: Add VPU support
2012-11-14 13:19 [PATCH v2 1/2] ARM: mx27_3ds: Add VPU support Fabio Estevam
@ 2012-11-14 13:19 ` Fabio Estevam
2012-11-14 14:34 ` [PATCH v2 1/2] ARM: mx27_3ds: " Sascha Hauer
1 sibling, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2012-11-14 13:19 UTC (permalink / raw)
To: linux-arm-kernel
Let the VPU driver be built by default.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
arch/arm/configs/imx_v4_v5_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
index f71302c..1190c18 100644
--- a/arch/arm/configs/imx_v4_v5_defconfig
+++ b/arch/arm/configs/imx_v4_v5_defconfig
@@ -126,6 +126,9 @@ CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_SOC_CAMERA=y
CONFIG_SOC_CAMERA_OV2640=y
CONFIG_VIDEO_MX2=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_CODA=y
CONFIG_FB=y
CONFIG_FB_IMX=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH v2 1/2] ARM: mx27_3ds: Add VPU support
2012-11-14 13:19 [PATCH v2 1/2] ARM: mx27_3ds: Add VPU support Fabio Estevam
2012-11-14 13:19 ` [PATCH v2 2/2] ARM: imx_v4_v5_defconfig: " Fabio Estevam
@ 2012-11-14 14:34 ` Sascha Hauer
2012-11-14 15:44 ` Eric Bénard
1 sibling, 1 reply; 5+ messages in thread
From: Sascha Hauer @ 2012-11-14 14:34 UTC (permalink / raw)
To: linux-arm-kernel
Hi Fabio,
On Wed, Nov 14, 2012 at 11:19:33AM -0200, Fabio Estevam wrote:
> mx27 has a VPU (Video Processing Unit) block that allows doing H264/MPEG4
> decoding and encoding in hardware.
>
> Add support for it.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> Changes since v1:
> - Do not allocate the coda buffers explicetely
>
> arch/arm/mach-imx/mach-mx27_3ds.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-imx/mach-mx27_3ds.c b/arch/arm/mach-imx/mach-mx27_3ds.c
> index d0e547f..e37a114 100644
> --- a/arch/arm/mach-imx/mach-mx27_3ds.c
> +++ b/arch/arm/mach-imx/mach-mx27_3ds.c
> @@ -531,6 +531,7 @@ static void __init mx27pdk_init(void)
> imx27_add_imx_ssi(0, &mx27_3ds_ssi_pdata);
>
> imx_add_platform_device("imx_mc13783", 0, NULL, 0, NULL, 0);
> + imx27_add_coda();
Why in the board? It's always present so I would register it in the SoC.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 5+ messages in thread* [PATCH v2 1/2] ARM: mx27_3ds: Add VPU support
2012-11-14 14:34 ` [PATCH v2 1/2] ARM: mx27_3ds: " Sascha Hauer
@ 2012-11-14 15:44 ` Eric Bénard
0 siblings, 0 replies; 5+ messages in thread
From: Eric Bénard @ 2012-11-14 15:44 UTC (permalink / raw)
To: linux-arm-kernel
Hi Sascha,
Le Wed, 14 Nov 2012 15:34:00 +0100,
Sascha Hauer <s.hauer@pengutronix.de> a ?crit :
> On Wed, Nov 14, 2012 at 11:19:33AM -0200, Fabio Estevam wrote:
> > mx27 has a VPU (Video Processing Unit) block that allows doing H264/MPEG4
> > decoding and encoding in hardware.
> >
> > Add support for it.
> >
> > Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> > ---
> > + imx27_add_coda();
>
> Why in the board? It's always present so I would register it in the SoC.
>
MCIMX27L* dosn't have the VPU. No idea how will behave the probe in
that case.
Eruc
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2 1/2] ARM: mx27: Add VPU support
@ 2012-11-14 18:20 Fabio Estevam
2012-11-14 18:20 ` [PATCH v2 2/2] ARM: imx_v4_v5_defconfig: " Fabio Estevam
0 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2012-11-14 18:20 UTC (permalink / raw)
To: linux-arm-kernel
mx27 has a VPU (Video Processing Unit) block that allows doing H264/MPEG4
decoding and encoding in hardware.
Add support for it in a common SoC file instead of per board file.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Javier,
I removed dma_declare_coherent_memory call, as per Sascha's suggestion on my
first submission of adding mx27pdk VPU support. Hope this is ok with you.
Changes since v1:
- Call imx27_add_coda() on a common mx27 location instead of per board.
arch/arm/mach-imx/mach-imx27_visstrim_m10.c | 18 ------------------
arch/arm/mach-imx/mm-imx27.c | 3 ++-
2 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c
index b744226..ee9cbff 100644
--- a/arch/arm/mach-imx/mach-imx27_visstrim_m10.c
+++ b/arch/arm/mach-imx/mach-imx27_visstrim_m10.c
@@ -434,23 +434,6 @@ static const struct imx_ssi_platform_data visstrim_m10_ssi_pdata __initconst = {
.flags = IMX_SSI_DMA | IMX_SSI_SYN,
};
-/* coda */
-
-static void __init visstrim_coda_init(void)
-{
- struct platform_device *pdev;
- int dma;
-
- pdev = imx27_add_coda();
- dma = dma_declare_coherent_memory(&pdev->dev,
- mx2_camera_base + MX2_CAMERA_BUF_SIZE,
- mx2_camera_base + MX2_CAMERA_BUF_SIZE,
- MX2_CAMERA_BUF_SIZE,
- DMA_MEMORY_MAP | DMA_MEMORY_EXCLUSIVE);
- if (!(dma & DMA_MEMORY_MAP))
- return;
-}
-
/* DMA deinterlace */
static struct platform_device visstrim_deinterlace = {
.name = "m2m-deinterlace",
@@ -548,7 +531,6 @@ static void __init visstrim_m10_board_init(void)
gpio_led_register_device(0, &visstrim_m10_led_data);
visstrim_deinterlace_init();
visstrim_camera_init();
- visstrim_coda_init();
}
static void __init visstrim_m10_timer_init(void)
diff --git a/arch/arm/mach-imx/mm-imx27.c b/arch/arm/mach-imx/mm-imx27.c
index 4f1be65..fddadb1 100644
--- a/arch/arm/mach-imx/mm-imx27.c
+++ b/arch/arm/mach-imx/mm-imx27.c
@@ -25,9 +25,9 @@
#include <asm/mach/map.h>
#include "common.h"
-#include "devices/devices-common.h"
#include "hardware.h"
#include "iomux-v1.h"
+#include "devices-imx27.h"
/* MX27 memory map definition */
static struct map_desc imx27_io_desc[] __initdata = {
@@ -98,4 +98,5 @@ void __init imx27_soc_init(void)
/* imx27 has the imx21 type audmux */
platform_device_register_simple("imx21-audmux", 0, imx27_audmux_res,
ARRAY_SIZE(imx27_audmux_res));
+ imx27_add_coda();
}
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH v2 2/2] ARM: imx_v4_v5_defconfig: Add VPU support
2012-11-14 18:20 [PATCH v2 1/2] ARM: mx27: " Fabio Estevam
@ 2012-11-14 18:20 ` Fabio Estevam
0 siblings, 0 replies; 5+ messages in thread
From: Fabio Estevam @ 2012-11-14 18:20 UTC (permalink / raw)
To: linux-arm-kernel
Let the VPU driver be built by default.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
Changes since v1:
- Fix the dependencies
arch/arm/configs/imx_v4_v5_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/imx_v4_v5_defconfig b/arch/arm/configs/imx_v4_v5_defconfig
index f71302c..a5f12ff 100644
--- a/arch/arm/configs/imx_v4_v5_defconfig
+++ b/arch/arm/configs/imx_v4_v5_defconfig
@@ -121,11 +121,14 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_MC13783=y
CONFIG_REGULATOR_MC13892=y
CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_VIDEO_DEV=y
CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_SOC_CAMERA=y
CONFIG_SOC_CAMERA_OV2640=y
CONFIG_VIDEO_MX2=y
+CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_CODA=y
CONFIG_FB=y
CONFIG_FB_IMX=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-11-14 18:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14 13:19 [PATCH v2 1/2] ARM: mx27_3ds: Add VPU support Fabio Estevam
2012-11-14 13:19 ` [PATCH v2 2/2] ARM: imx_v4_v5_defconfig: " Fabio Estevam
2012-11-14 14:34 ` [PATCH v2 1/2] ARM: mx27_3ds: " Sascha Hauer
2012-11-14 15:44 ` Eric Bénard
-- strict thread matches above, loose matches on Subject: below --
2012-11-14 18:20 [PATCH v2 1/2] ARM: mx27: " Fabio Estevam
2012-11-14 18:20 ` [PATCH v2 2/2] ARM: imx_v4_v5_defconfig: " Fabio Estevam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).