Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-07-09 Thread Enrico Weigelt, metux IT consult
or this driver. */ > #define V4L2_CID_USER_IMX_BASE (V4L2_CID_USER_BASE + > 0x10b0) > > +/* The base for the mediatek FD driver controls */ > +/* We reserve 16 controls for this driver. */ > +#define V4L2_CID_USER_MTK_FD_BASE(V4L2_CID_USER_BASE + 0x10d0) Why only the base, but not the actual IDs in uapi ? --mtx -- Enrico Weigelt, metux IT consult Free software and Linux embedded engineering i...@metux.net -- +49-151-27565287

Re: [RFC] SW connection between DVB Transport Stream demuxer and I2C-based frontend

2019-07-08 Thread Enrico Weigelt, metux IT consult
a piece of glue code for triggering device probing on that bus. (so, it really needs to provide a full blown i2c driver ?) --mtx -- Enrico Weigelt, metux IT consult Free software and Linux embedded engineering i...@metux.net -- +49-151-27565287

Re: [RFC] SW connection between DVB Transport Stream demuxer and I2C-based frontend

2019-07-08 Thread Enrico Weigelt, metux IT consult
On 08.07.19 13:08, Marc Gonzalez wrote: > The tuner (si2157) is not on the i2c5 bus, instead it is on a private > i2c bus *behind* si2168, which routes requests to the proper client. Should the si2168 make up it's own i2c controller ? --mtx -- Enrico Weigelt, metux IT consult Fr

Re: [PATCH] media: cxusb, dib0700: ignore XC2028_I2C_FLUSH

2018-02-06 Thread Enrico Mioso
thank you very very much!! Hoping this patch find it's way into mainline ASAP! :) It will make my life much easier, when dealing with systems with long uptime especially. Enrico On Wed, 24 Jan 2018, Mauro Carvalho Chehab wrote: Date: Wed, 24 Jan 2018 12:05:24 From: Mauro Carvalho C

Re: [PATCH] media: cxusb, dib0700: ignore XC2028_I2C_FLUSH

2018-01-24 Thread Enrico Mioso
Thank you very very much for the fix. You did really make my everyday experience better. On Wed, 24 Jan 2018, Mauro Carvalho Chehab wrote: Date: Wed, 24 Jan 2018 12:05:24 From: Mauro Carvalho Chehab To: Enrico Mioso , Linux Media Mailing List , Jonathan Corbet Cc: Mauro

Re: [PATCH] dib700: stop flooding system ring buffer

2018-01-24 Thread Enrico Mioso
ed, 24 Jan 2018 14:07:52 From: Honza Petrouš To: Enrico Mioso Cc: linux-media@vger.kernel.org, Sean Young , Piotr Oleszczyk , Andrey Konovalov , Andrew Morton , Alexey Dobriyan , Mauro Carvalho Chehab Subject: Re: [PATCH] dib700: stop flooding system ring buffer Hi Enrico

[PATCH] dib700: stop flooding system ring buffer

2018-01-23 Thread Enrico Mioso
rg CC: Sean Young CC: Piotr Oleszczyk CC: Andrey Konovalov CC: Andrew Morton CC: Alexey Dobriyan CC: Mauro Carvalho Chehab Signed-off-by: Enrico Mioso --- drivers/media/usb/dvb-usb/dib0700_devices.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/media/usb/dv

Re: [PATCH] dvb-usb: Add memory free on error path in dw2102_probe()

2017-08-11 Thread Enrico Mioso
For me it's fine. Reviewed-By: Enrico Mioso On Thu, 10 Aug 2017, Anton Vasilyev wrote: Date: Thu, 10 Aug 2017 17:27:44 From: Anton Vasilyev To: Mauro Carvalho Chehab Cc: Anton Vasilyev , Jonathan McDowell , Alyssa Milburn , Enrico Mioso , linux-media@vger.kernel.org, linu

Re: dmesg flood + tuning problems on Asus My Cinema-U3000Hybrid

2017-07-24 Thread Enrico Mioso
Sorry, one last note... I am not subscribed to the list, so please keep me in CC.

Re: [git:media_tree/master] [media] Add Cinergy S2 rev.4 support

2016-12-08 Thread Enrico Mioso
Hello guys. First of all, thank you for your great work. I am writing to you to understand if there where problems with a patch I sent something like 17 octobrer to add an USB id. Where there any problems? I saw it was accepted but can't find it in the kernel. I admit I didn't check in media t

Re: DVB: Unable to find symbol af9013_attach() (probably not a bug)

2016-11-27 Thread Enrico Mioso
hello guys. At the end the problem seems related to the use of the CONFIG_TRIM_UNUSED_KSYMS option. Now everything works fine. Thanks, Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordo

DVB: Unable to find symbol af9013_attach() (probably not a bug)

2016-11-21 Thread Enrico Mioso
Hello guys. I am facing the following error message when plugging in a nice USB stick: DVB: Unable to find symbol af9013_attach() I think this may be very very well a problem of my setup and kernel config: Linux version 4.9.0-rc5ho+ (mrkiko@gatosaldo) (gcc version 6.2.1 20160830 (GCC) ) #1 SMP

[PATCH] Add Cinergy S2 rev.4 support

2016-10-04 Thread Enrico Mioso
This patch derives from previous one(s) by CrazyCat. I used the commit adding rev.3 to mainline Linux kernel as an example, so credits go to its author(s). The hardware seems to scan and tune OK. Signed-off-by: Enrico Mioso --- drivers/media/usb/dvb-usb/dw2102.c | 2 ++ 1 file changed, 2

Re: [RFC] V4L2 codecs in user space

2015-06-10 Thread Enrico Weigelt, metux IT consult
Am 08.06.2015 um 12:04 schrieb Hans Verkuil: Just curious: as we're talking about userland libraries, why not just using gstreamer ? --mtx -- Enrico Weigelt, metux IT consult +49-151-27565287 MELAG Medizintechnik oHG Sitz Berlin Registergericht AG Charlottenburg HRA 21333 B Wich

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-29 Thread Enrico Weigelt, metux IT consult
s all old stuff and has developed quite a lot since then. We'll post new series here on the lists when they are ready for mainline. Great :) Do you have them on some public repo, so I can give 'em a try ? --mtx -- Enrico Weigelt, metux IT consult +49-151-27565287 MELAG Medizintechnik

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Enrico Weigelt, metux IT consult
k to ipu and vpu ? > > Not that I am aware of. Well, you perhaps can imagine - I dont trust these guys ... --mtx ps: greetings from Bene ... you won't guess where I met him last weekend ;-) -- Enrico Weigelt, metux IT consult +49-151-27565287 MELAG Medizintechnik oHG Sitz Berlin Re

Re: imx53 IPU support on 4.0.4

2015-05-28 Thread Enrico Weigelt, metux IT consult
ow moved to Phillip's recent ipuv3 patches, but still have lots of others (about 30) for my tqma53-based board, which might be generic enough for going into mainline someday (many of them by ptx folks). Should I post them to lkml or somewhere else ? cu -- Enrico Weigelt, metux

Re: imx53 IPU support on 4.0.4

2015-05-28 Thread Enrico Weigelt, metux IT consult
7;s now several weeks ago (IIRC, on rc1) - I'm currently rebasing everything again to the recent master. cu -- Enrico Weigelt, metux IT consult +49-151-27565287 MELAG Medizintechnik oHG Sitz Berlin Registergericht AG Charlottenburg HRA 21333 B Wichtiger Hinweis: Diese Nachricht kann vertraulich

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Enrico Weigelt, metux IT consult
y driver (or the gpus itself) might talk to ipu and vpu ? cu -- Enrico Weigelt, metux IT consult +49-151-27565287 MELAG Medizintechnik oHG Sitz Berlin Registergericht AG Charlottenburg HRA 21333 B Wichtiger Hinweis: Diese Nachricht kann vertrauliche oder nur für einen begrenzten Personenkreis be

Re: [RFC] Media controller entity information property API

2015-05-28 Thread Enrico Weigelt, metux IT consult
I'd prefer some pure filesystem-based approach - like @Plan9 or sysfs. cu -- Enrico Weigelt, metux IT consult +49-151-27565287 MELAG Medizintechnik oHG Sitz Berlin Registergericht AG Charlottenburg HRA 21333 B Wichtiger Hinweis: Diese Nachricht kann vertrauliche oder nur für einen begrenzte

Re: [PATCH v2 2/5] gpu: ipu-v3: Add mem2mem image conversion support to IC

2015-05-28 Thread Enrico Weigelt, metux IT consult
ion: when using it w/ gst for video playback, can be directly pass buffers between VPU, IPU and FB (or let them directly write into shared buffers), so CPU doesn't need to act on each frame for each step in the decoding pipeline ? Playing an 800x400 mp4 still produces about 70..75%. cu -- Enrico

imx53 IPU support on 4.0.4

2015-05-20 Thread Enrico Weigelt, metux IT consult
Hi folks, I've rebased the IPUv3 patches from ptx folks onto 4.0.4, working good for me. (now gst plays h264 @25fps on imx53) https://github.com/metux/linux/commits/submit-4.0-imx53-ipuv3 (Haven't 4.1rc* yet, as it broke some other things for me.) cu -- Enrico Weigelt, metux

Re: [RFC] How implement Secure Data Path ?

2015-05-08 Thread Enrico Weigelt, metux IT consult
each other ? Is it possible to directly exchange buffers between GPUs, VPUs, IPUs, FBs, etc ? cu -- Enrico Weigelt, metux IT consult +49-151-27565287 MELAG Medizintechnik oHG Sitz Berlin Registergericht AG Charlottenburg HRA 21333 B Wichtiger Hinweis: Diese Nachricht kann vertrauliche oder

Re: [PATCH] [media] mt9p031: fixed calculation of clk_div

2015-02-04 Thread Enrico Scholz
o). >> -mt9p031->clk_div = max_t(unsigned int, div, 64); >> + mt9p031->clk_div = min_t(unsigned int, div, 63); Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2] [media] mt9p031: fixed calculation of clk_div

2015-02-04 Thread Enrico Scholz
There must be used 'min_t', not 'max_t' for calculating the divider. Signed-off-by: Enrico Scholz Cc: Laurent Pinchart --- drivers/media/i2c/mt9p031.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/mt9p031.c b/drivers/media/i2c/mt9

[PATCH] [media] mt9p031: fixed calculation of clk_div

2015-02-04 Thread Enrico Scholz
There must be used 'min_t', not 'max_t' for calculating the divider and the upper limit is '63' (value uses 6:0 register bits). Signed-off-by: Enrico Scholz Cc: Laurent Pinchart --- drivers/media/i2c/mt9p031.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

Re: [PATCH 0/8] OMAP3 ISP CCDC fixes

2014-08-05 Thread Enrico
to spot. This doesn't mean the code is wrong, but a rewrite of the > state machine will probably needed sooner than later. I tested this patch series on an igep proton (omap3530) with tvp5150, kernel 3.16, bt656 mode. All issues i had with the first series are fixed, so: Tested-by: Enrico But

Re: omap3isp with DM3730 not working?!

2014-07-31 Thread Enrico
On Thu, Jul 31, 2014 at 2:31 PM, Michael Dietschi wrote: > Am 31.07.2014 12:36, schrieb Enrico: > > >> >> I think you are missing the ccdc sink pad setup, basically you should >> have something like this: >> >> >> - entity 5: OMAP3 ISP CCDC (3 pa

Re: omap3isp with DM3730 not working?!

2014-07-31 Thread Enrico
On Thu, Jul 31, 2014 at 12:06 PM, Michael Dietschi wrote: > Am 30.07.2014 17:21, schrieb Enrico: > >> Standard question: are you using media-ctl from >> git://linuxtv.org/pinchartl/v4l-utils.git field branch and latest >> yavta from git://git.ideasonboard.org/yavta.git ?

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-31 Thread Enrico
On Wed, Jul 30, 2014 at 11:01 PM, Laurent Pinchart wrote: > Hi Enrico, > > On Wednesday 23 July 2014 15:57:51 Enrico wrote: >> On Wed, Jul 23, 2014 at 3:54 PM, Enrico wrote: > > [snip] > >> > You were right i was using the wrong binary, now the output is: >>

Re: omap3isp with DM3730 not working?!

2014-07-30 Thread Enrico
hael > > > These are the commands and their output: Standard question: are you using media-ctl from git://linuxtv.org/pinchartl/v4l-utils.git field branch and latest yavta from git://git.ideasonboard.org/yavta.git ? Enrico -- To unsubscribe from this list: send the line "unsubscr

Re: omap3isp with DM3730 not working?!

2014-07-28 Thread Enrico
On Mon, Jul 28, 2014 at 12:29 PM, Laurent Pinchart wrote: > Hi Enrico, > > On Monday 28 July 2014 10:30:17 Enrico wrote: >> On Mon, Jul 28, 2014 at 9:20 AM, Sakari Ailus wrote: >> > On Thu, Jul 24, 2014 at 05:57:30PM +0200, Enrico wrote: >> >> On Thu, Jul 2

Re: omap3isp with DM3730 not working?!

2014-07-28 Thread Enrico
On Mon, Jul 28, 2014 at 9:20 AM, Sakari Ailus wrote: > Hi Enrico and Michael, > > On Thu, Jul 24, 2014 at 05:57:30PM +0200, Enrico wrote: >> On Thu, Jul 24, 2014 at 5:34 PM, Michael Dietschi >> wrote: >> > Hello, >> > >> > I have built a Poky

Re: omap3isp with DM3730 not working?!

2014-07-24 Thread Enrico
range that you get the vd1_irq because it should not be set by the driver and never trigger... Anyway maybe a different pinmux where the camera pins are not setup correctly? Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to maj

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-23 Thread Enrico
On Wed, Jul 23, 2014 at 3:54 PM, Enrico wrote: > On Tue, Jul 22, 2014 at 6:32 PM, Laurent Pinchart > wrote: >> Hi Enrico, >> >> On Tuesday 22 July 2014 18:26:52 Enrico wrote: >>> On Tue, Jul 22, 2014 at 6:04 PM, Laurent Pinchart wrote: >>> > Hi Enric

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-23 Thread Enrico
On Tue, Jul 22, 2014 at 6:32 PM, Laurent Pinchart wrote: > Hi Enrico, > > On Tuesday 22 July 2014 18:26:52 Enrico wrote: >> On Tue, Jul 22, 2014 at 6:04 PM, Laurent Pinchart wrote: >> > Hi Enrico, >> > >> > You will need to upgrade media-ctl and yavt

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-22 Thread Enrico
On Tue, Jul 22, 2014 at 6:04 PM, Laurent Pinchart wrote: > Hi Enrico, > > You will need to upgrade media-ctl and yavta to versions that support > interlaced formats. media-ctl has been moved to v4l-utils > (http://git.linuxtv.org/cgit.cgi/v4l-utils.git/) and yavta is

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-07-22 Thread Enrico
On Tue, Jun 24, 2014 at 5:19 PM, Enrico wrote: > On Tue, May 27, 2014 at 10:38 AM, Enrico wrote: >> On Mon, May 26, 2014 at 9:50 PM, Laurent Pinchart >> wrote: >>> Hello, >>> >>> This patch sets implements support for BT.656 and interlaced formats in

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-06-26 Thread Enrico
On Tue, Jun 24, 2014 at 5:19 PM, Enrico wrote: > On Tue, May 27, 2014 at 10:38 AM, Enrico wrote: >> On Mon, May 26, 2014 at 9:50 PM, Laurent Pinchart >> wrote: >>> Hello, >>> >>> This patch sets implements support for BT.656 and interlaced formats in

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-06-24 Thread Enrico
On Tue, May 27, 2014 at 10:38 AM, Enrico wrote: > On Mon, May 26, 2014 at 9:50 PM, Laurent Pinchart > wrote: >> Hello, >> >> This patch sets implements support for BT.656 and interlaced formats in the >> OMAP3 ISP driver. Better late than never I suppose, although g

Re: [PATCH 00/11] OMAP3 ISP BT.656 support

2014-05-27 Thread Enrico
ably no valid excuse. Thanks Laurent! I hope to have time soon to test it :) Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [ANNOUNCE] git web interface was changed to cgit

2014-04-03 Thread Enrico
the first time i opened that link i got an internal server error, then it shows an "empty" file (many lines, all empty). It seems to happen for every file, even in other repos: http://git.linuxtv.org/cgit.cgi/linux.git/tree/README Enrico -- To unsubscribe from this list: send the line &quo

Re: omap3isp device tree support

2014-02-07 Thread Enrico
On Fri, Jan 10, 2014 at 10:02 AM, Julien BERAUD wrote: > > Le 09/01/2014 19:14, Enrico a écrit : > >> On Wed, Jan 8, 2014 at 12:55 PM, Julien BERAUD >> wrote: >>> >>> Le 07/01/2014 11:12, Enrico a écrit : >>> >>>> On Mon, Jan 6, 2014 at

Re: omap3isp device tree support

2014-01-09 Thread Enrico
On Tue, Jan 7, 2014 at 5:59 PM, Laurent Pinchart wrote: > Hi Enrico, > > On Friday 03 January 2014 12:30:33 Enrico wrote: >> On Wed, Dec 18, 2013 at 11:09 AM, Enrico wrote: >> > On Tue, Dec 17, 2013 at 2:11 PM, Florian Vaussard wrote: >> >> So I converte

Re: omap3isp device tree support

2014-01-09 Thread Enrico
On Wed, Jan 8, 2014 at 12:55 PM, Julien BERAUD wrote: > > Le 07/01/2014 11:12, Enrico a écrit : > >> On Mon, Jan 6, 2014 at 11:11 AM, Julien BERAUD >> wrote: >>> >>> Le 03/01/2014 12:30, Enrico a écrit : >>>> >>>> On Wed, Dec 18, 2

Re: omap3isp device tree support

2014-01-07 Thread Enrico
On Mon, Jan 6, 2014 at 11:11 AM, Julien BERAUD wrote: > > Le 03/01/2014 12:30, Enrico a écrit : >> >> On Wed, Dec 18, 2013 at 11:09 AM, Enrico wrote: >>> >>> On Tue, Dec 17, 2013 at 2:11 PM, Florian Vaussard >>> wrote: >>>> >>&g

Re: omap3isp device tree support

2014-01-03 Thread Enrico
On Wed, Dec 18, 2013 at 11:09 AM, Enrico wrote: > On Tue, Dec 17, 2013 at 2:11 PM, Florian Vaussard > wrote: >> So I converted the iommu to DT (patches just sent), used pdata quirks >> for the isp / mtv9032 data, added a few patches from other people >> (mainly clk to fi

Re: omap3isp device tree support

2013-12-23 Thread Enrico
On Mon, Dec 23, 2013 at 6:45 PM, Enrico wrote: > On Wed, Dec 18, 2013 at 11:09 AM, Enrico wrote: >> On Tue, Dec 17, 2013 at 2:11 PM, Florian Vaussard >> wrote: >>> So I converted the iommu to DT (patches just sent), used pdata quirks >>> for the isp / mtv90

Re: omap3isp device tree support

2013-12-23 Thread Enrico
On Wed, Dec 18, 2013 at 11:09 AM, Enrico wrote: > On Tue, Dec 17, 2013 at 2:11 PM, Florian Vaussard > wrote: >> So I converted the iommu to DT (patches just sent), used pdata quirks >> for the isp / mtv9032 data, added a few patches from other people >> (mainly clk to fi

Re: omap3isp device tree support

2013-12-18 Thread Enrico
. Any feedback is > welcome. > > Cheers, > > Florian > > [1] https://github.com/vaussard/linux/commits/overo-for-3.14/iommu/dt Thanks Florian, i will report what i get with my setup. Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media"

Re: omap3isp device tree support

2013-12-06 Thread Enrico
On Fri, Dec 6, 2013 at 11:31 AM, Florian Vaussard wrote: > Hello, > > On 12/06/2013 11:13 AM, Enrico wrote: >> Hi, >> >> i know there is some work going on for omap3isp device tree support, >> but right now is it possible to enable it in some other way in a DT &g

omap3isp device tree support

2013-12-06 Thread Enrico
it's possible and how to do it? Thanks, Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: media-ctl: line 1: syntax error: "(" unexpected

2013-08-26 Thread Enrico
> >> sudo ./media-ctl -r -l "ov3640 3-003c":0->"OMAP3 ISP CCDC":0[1], "OMAP3 ISP >> CCDC":1->"OMAP3 ISP CCDC output":0[1] >> >> ./media-ctl: line 1: syntax error: "(" unexpected >> >> Does anyone know how

Re: OMAP3 ISP DQBUF hangs

2013-08-19 Thread Enrico
capture? (cat /proc/interrupts before and after yavta, look for omap3isp or something like that). Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: homebrew versatile set top box

2012-06-26 Thread Enrico
uot; have to put together various pieces of software to get what you want. When you have a working prototype then you can think about switching to the best hardware, develop kernel drivers... Ciao, Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the bod

Re: FW: OMAP 3 ISP

2012-05-29 Thread Enrico
kernel version 3.0 i had the same problem, i had to modprobe iommu2 before omap3isp, removing (if already loaded) iommu. Probably later on it was fixed and you don't need that anymore. Laurent will know better. Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Status of gstreamer video capture/encoding

2012-05-16 Thread Enrico
s not working with media-ctl-based cameras. Never tried subdevsrc or mcsrc. > 3)  As far as using the DSP for encoding video, Last I heard no one had done > it yet [2]. Has anyone had success with either 'gst-ti', 'gst-dsp', or > 'gst-openmax' [3,4,5] on

Re: OMAP3ISP won't start

2012-04-02 Thread Enrico
On Mon, Apr 2, 2012 at 4:55 PM, Gary Thomas wrote: > On 2012-04-02 08:38, Enrico wrote: >>> Attached. >> >> >> I just had a quick look and it seems everything is there, i can't test >> it right now but when i did test a mainline 3.3 kernel with my patche

Re: OMAP3ISP won't start

2012-04-02 Thread Enrico
On Mon, Apr 2, 2012 at 3:31 PM, Gary Thomas wrote: > On 2012-04-02 07:15, Enrico wrote: >> >> On Mon, Apr 2, 2012 at 2:45 PM, Gary Thomas  wrote: >>> >>> The items you mention are just what I merged from my previous kernel. >>> My changes are still pretty

Re: OMAP3ISP won't start

2012-04-02 Thread Enrico
ul for Laurent too as a reference. Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: OMAP3ISP won't start

2012-04-02 Thread Enrico
the cause of a not working isp. You can check if you get interrupts from the isp (/proc/interrupts). Another thing that is missing is the logic in the irq handler that wait for a complete frame before calling next video buffer (or something like that). Enrico -- To unsubscribe from this list: se

Re: [off-topic] Linux-media e-mail problems

2012-03-26 Thread Enrico
>Hi, > >FYI: I suddenly stopped receiving e-mails from this list last week, March >16th. Does anyone have an explanation for that? Same here, i had to subscribe again. Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body

Re: [PATCH] Adding YUV input support for OMAP3ISP driver

2012-03-08 Thread Enrico
On Sat, Feb 4, 2012 at 4:26 PM, Enrico wrote: > On Sat, Feb 4, 2012 at 12:48 PM, Gary Thomas wrote: >> On 2012-01-30 10:30, Gary Thomas wrote: >>> >>> On 2012-01-20 05:19, Laurent Pinchart wrote: >>>> >>>> Hi Enrico, >>>> >>>

Re: [PATCH 1/2] media: tvp5150: Add cropping support.

2012-03-05 Thread Enrico
/2] media: tvp5150: Add g_mbus_fmt_callback fwiw, +1 for getting these merged. Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] Adding YUV input support for OMAP3ISP driver

2012-02-04 Thread Enrico
On Sat, Feb 4, 2012 at 12:48 PM, Gary Thomas wrote: > On 2012-01-30 10:30, Gary Thomas wrote: >> >> On 2012-01-20 05:19, Laurent Pinchart wrote: >>> >>> Hi Enrico, >>> >>> On Thursday 19 January 2012 15:17:57 Enrico wrote: >>&

Re: [PATCH] Adding YUV input support for OMAP3ISP driver

2012-01-19 Thread Enrico
hs (from me, Javier, TI), but because no maintainer cared (apart from Laurent) they were never reviewed/applied and there is always someone who comes back with all the usual problems (additional yuv format, bt656 mode, tvp5150 that doesn't work...). Enrico [1]: https://github.com/ebutera/m

Re: [RFC 0/3] omap3isp: add BT656 support

2011-10-27 Thread Enrico
On Thu, Oct 13, 2011 at 5:04 PM, Javier Martinez Canillas wrote: > On Tue, Oct 11, 2011 at 5:08 PM, Enrico Butera > wrote: >> This patch series add support for BT656 to omap3isp. It is based >> on patches from Deepthy Ravi and Javier Martinez Canillas. >> >> To

Re: OMAP3 ISP ghosting

2011-10-20 Thread Enrico
On Thu, Oct 13, 2011 at 2:52 PM, Gary Thomas wrote: > On 2011-10-13 06:32, Enrico wrote: >> Looking at the single images (top and bottom) i don't see ghosting >> artifacts (not only in that image but in a sequence of 16 frames), >> just a little blurry in moving parts

Re: omap3isp: BT.656 support

2011-10-19 Thread Enrico
the above mentioned media-ctl settings >From a quick look It seems ok (apart ALAW that maybe should be 0). One thing to check: before loading omap3-isp kernel module you must manually load iommu2, if you don't it will automatically load only iommu and it will not work Enrico -- T

Re: omap3isp: BT.656 support

2011-10-19 Thread Enrico
On Wed, Oct 19, 2011 at 9:01 AM, Boris Todorov wrote: > On Tue, Oct 18, 2011 at 7:31 PM, Enrico wrote: >> You can try if this: >> >> http://www.spinics.net/lists/linux-media/msg37795.html >> >> makes it work. > > Tried it but it's doesn't work fo

Re: omap3isp: BT.656 support

2011-10-18 Thread Enrico
era/meta-igep/tree/testing-v2/recipes-kernel/linux/linux-3.0+3.1rc/tvp5150 > > The latest RFC patches for BT656 support: > > Enrico Butera (2): >  omap3isp: ispvideo: export isp_video_mbus_to_pix >  omap3isp: ispccdc: configure CCDC registers and add BT656 support > > Javier Martin

Re: OMAP3 ISP - interlaced data incorrect

2011-10-14 Thread Enrico
That is to be expected, it's not good but the worst thing that could happen is that you will lose some frames, not fields (unless you are losing interrupts too). So you will get laggy video, but with no ghosting. But i can't remember what the isp buffer code do when "out

Re: OMAP3 ISP - interlaced data incorrect

2011-10-14 Thread Enrico
ispccdc.c), i tested it before and i had the opposite result (from a good looking nemo-swapped-like picture to a bad one). >    I've not done any recent tests with the gstreamer modules and the TI DSP > code, >    but I will shortly.  We'll see how well that does. I've test

Re: OMAP3 ISP ghosting

2011-10-13 Thread Enrico
On Thu, Oct 13, 2011 at 1:44 PM, Gary Thomas wrote: > On 2011-10-13 02:42, Enrico wrote: >> >> On Wed, Oct 12, 2011 at 11:42 PM, Gary Thomas  wrote: >>> >>> Any ideas on this?  My naive attempt (diffs attached) just hangs up. >>> These changes disable BT

Re: OMAP3 ISP ghosting

2011-10-13 Thread Enrico
m software deinterlacing)? is this a problem with tvp5150? Is this a problem with the isp? Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RFC 0/3] omap3isp: add BT656 support

2011-10-12 Thread Enrico
On Wed, Oct 12, 2011 at 12:34 AM, Gary Thomas wrote: > On 2011-10-11 16:25, Enrico wrote: >> >> On Wed, Oct 12, 2011 at 12:04 AM, Gary Thomas  wrote: >>> >>> Sorry, this just locks up on boot for me, immediately after finding the >>> TVP5150. &g

Re: [RFC 0/3] omap3isp: add BT656 support

2011-10-11 Thread Enrico
On Wed, Oct 12, 2011 at 12:36 AM, Gary Thomas wrote: > On 2011-10-11 16:34, Gary Thomas wrote: >> >> On 2011-10-11 16:25, Enrico wrote: >>> >>> On Wed, Oct 12, 2011 at 12:04 AM, Gary Thomas wrote: >>>> >>>> Sorry, this just locks up o

Re: [RFC 0/3] omap3isp: add BT656 support

2011-10-11 Thread Enrico
g 31 16:03:53 2011 +0200 Did you add Javier patches for the tvp5150? > However, it does not build for my OMAP3530 without the attached patches. I can't remember now if i had omap vout enabled in my kernel config but that one in ispccdc.c is strange, tomorrow i will do again a cl

[RFC 3/3] omap3isp: ispccdc: configure CCDC registers and add BT656 support

2011-10-11 Thread Enrico Butera
This is a port of the following Deepthy Ravi patches: [PATCH 5/8] ispccdc: Configure CCDC registers [PATCH 6/8] ispccdc: Add support for BT656 interface Signed-off-by: Enrico Butera --- drivers/media/video/omap3isp/ispccdc.c | 143 ++- drivers/media/video/omap3isp

[RFC 2/3] omap3isp: ispvideo: export isp_video_mbus_to_pix

2011-10-11 Thread Enrico Butera
This function will be used in ispccdc. Signed-off-by: Enrico Butera --- drivers/media/video/omap3isp/ispvideo.c |2 +- drivers/media/video/omap3isp/ispvideo.h |4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/omap3isp/ispvideo.c b/drivers/media

[RFC 1/3] omap3isp: ccdc: Add interlaced field mode to platform data

2011-10-11 Thread Enrico Butera
From: Javier Martinez Canillas The fldmode field from the CCDC_SYN_MODE register configure the ISP CCDC between progresive and interlaced mode. Adding this field to the platform data, allows boards to configure accordingly. Signed-off-by: Javier Martinez Canillas Signed-off-by: Enrico Butera

[RFC 0/3] omap3isp: add BT656 support

2011-10-11 Thread Enrico Butera
This patch series add support for BT656 to omap3isp. It is based on patches from Deepthy Ravi and Javier Martinez Canillas. To be applied on top of omap3isp-omap3isp-yuv branch at: git.linuxtv.org/pinchartl/media.git Enrico Butera (2): omap3isp: ispvideo: export isp_video_mbus_to_pix

Re: omap3-isp status

2011-10-11 Thread Enrico
On Mon, Oct 10, 2011 at 8:18 PM, Javier Martinez Canillas wrote: > On Mon, Oct 10, 2011 at 7:09 PM, Enrico wrote: >> On Mon, Oct 10, 2011 at 6:53 PM, Javier Martinez Canillas >> wrote: >>> On Mon, Oct 10, 2011 at 6:34 PM, Enrico wrote: >>>> Ok, i m

Re: omap3-isp status

2011-10-10 Thread Enrico
On Mon, Oct 10, 2011 at 6:53 PM, Javier Martinez Canillas wrote: > On Mon, Oct 10, 2011 at 6:34 PM, Enrico wrote: >> Ok, i made it work. It was missing just the config_outlineoffset i >> wrote before and a missing FLDMODE in SYNC registers. >> > > Great, do you get th

Re: omap3-isp status

2011-10-10 Thread Enrico
On Mon, Oct 10, 2011 at 4:17 PM, Enrico wrote: > On Mon, Oct 10, 2011 at 2:46 PM, Enrico wrote: >> On Mon, Oct 10, 2011 at 12:33 PM, Javier Martinez Canillas >>> Perfect, thank you Enrico. I will try this latter today and let you >>> know. I'm sure I can get

Re: omap3-isp status

2011-10-10 Thread Enrico
On Mon, Oct 10, 2011 at 2:46 PM, Enrico wrote: > On Mon, Oct 10, 2011 at 12:33 PM, Javier Martinez Canillas > wrote: >> On Mon, Oct 10, 2011 at 12:07 PM, Enrico wrote: >>> On Mon, Oct 10, 2011 at 12:06 PM, Enrico wrote: >>>> I have updated my igep openembe

Re: omap3-isp status

2011-10-10 Thread Enrico
On Mon, Oct 10, 2011 at 12:33 PM, Javier Martinez Canillas wrote: > On Mon, Oct 10, 2011 at 12:07 PM, Enrico wrote: >> On Mon, Oct 10, 2011 at 12:06 PM, Enrico wrote: >>> I have updated my igep openembedded layer at [1] (testing branch) with: >> >> Ops,

Re: omap3-isp status

2011-10-10 Thread Enrico
On Mon, Oct 10, 2011 at 12:33 PM, Javier Martinez Canillas wrote: > On Mon, Oct 10, 2011 at 12:07 PM, Enrico wrote: >> On Mon, Oct 10, 2011 at 12:06 PM, Enrico wrote: >>> I have updated my igep openembedded layer at [1] (testing branch) with: >> >> Ops,

Re: omap3-isp status

2011-10-10 Thread Enrico
On Mon, Oct 10, 2011 at 12:06 PM, Enrico wrote: > I have updated my igep openembedded layer at [1] (testing branch) with: Ops, forgot [1] ! [1]: https://github.com/ebutera/meta-igep Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of

Re: omap3-isp status

2011-10-10 Thread Enrico
ply all the patches (0001-0025). This is the cover letter for the patches i applied, if someone can review the omap3isp related patches to be sure i didn't forget anything it would be very helpful: Arnaud Lacombe (1): drivers/media: do not use EXTRA_CFLAGS Enrico Butera (3): tvp51

Re: omap3-isp status

2011-10-10 Thread Enrico
On Mon, Oct 10, 2011 at 1:00 AM, Javier Martinez Canillas wrote: > On Mon, Oct 10, 2011 at 12:35 AM, Enrico wrote: >> I made some tests and unfortunately there are some problems. >> >> Note: i made these tests picking some patches from omap3isp-yuv branch >> and apply

Re: omap3-isp status

2011-10-09 Thread Enrico
n't hang the isp because they changed vd0/vd1 logic too, so maybe there were only some wrong isp registers but the logic was correct. Now i wonder if it could be easier/better to port Deepthy patches first and then add Javier fixes... Enrico -- To unsubscribe from this list: send the line

Re: [PATCH 2/2] omap3isp: ccdc: Add support to ITU-R BT.656 video data format

2011-10-09 Thread Enrico
s patches (if testing will confirm it works of course). Am i wrong? Btw i'm trying to get these patches on 3.1.0rc9 (from igep repository, that should be just like mainline 3.1.0rc9 with some bsp patches), i hope i will report good news. Enrico -- To unsubscribe from this list: send the lin

Re: omap3-isp status

2011-10-07 Thread Enrico
oint it's something to look at. I don't think some TI people will say "yes the encoder has ghosting artifacts". Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: omap3-isp status

2011-10-07 Thread Enrico
On Thu, Oct 6, 2011 at 6:05 PM, Javier Martinez Canillas wrote: > On Thu, Oct 6, 2011 at 5:25 PM, Enrico wrote: >> - i don't see Deepthy patches, it seems to be based on the >> pre-Deepthy-patches driver and fixed (not that this is a bad thing!); >> i say this because,

Re: omap3-isp status

2011-10-06 Thread Enrico
here does exist a pattern, the sequence 2 frames > correct and 3 frames with interlacing effects always repeats. Yes i've seen that too, i was planning to do some tests when things will settle down. Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

omap3-isp status

2011-10-05 Thread Enrico
ink this is also blocking the possible development/test of missing features, like the recently-discussed resizer and cropping ones. Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info a

Re: Help with omap3isp resizing

2011-10-05 Thread Enrico
gure 12-103 it seems possible to set some registers (start pixel horizontal/vertical and so on...) to crop the "final" image, but i never tested it. Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-01 Thread Enrico
thing to do, my bad. Lets do it from > user-space then using the MCF. I see there is some ongoing discussion about a similar topic, so just follow it and see how it turns out. Enrico -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/3] [media] tvp5150: Migrate to media-controller framework and add video format detection

2011-10-01 Thread Enrico
wbie with > video in general. I think you got it right, i haven't tested it but the output format shouldn't be affected by the video source( if it stays pal/ntsc of course). Maybe you will get only a different "active" video area so only cropping will be affected. Enrico -

  1   2   >