Re: [PATCH 3/6] [media] s5p-mfc: add support for VIDIOC_{G,S}_CROP to encoder

2013-10-09 Thread Hans Verkuil
Hi John, Thanks for the patches! It's nice to see fixes/improvements like this being upstreamed. Unfortunately I have to NACK this patch, but fortunately it is not difficult to fix. The main problem is that you use the wrong API: you need to use G/S_SELECTION instead of G/S_CROP. S_CROP on an

cron job: media_tree daily build: WARNINGS

2013-10-09 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Thu Oct 10 04:00:19 CEST 2013 git branch: test git hash: d10e8280c4c2513d3e7350c27d8e6f0fa03a5f71 gcc versi

Re: ivtv 1.4.2/1.4.3 broken in recent kernels?

2013-10-09 Thread Andy Walls
On Wed, 2013-09-18 at 02:19 +0530, Rajil Saraswat wrote: > Hi, > > I have a couple of PVR-500's which have additional tuners connected > to them (using daughter cards). The PVR-500's don't have daughter cards with additional tuners AFAIK. There is this however: http://www.hauppauge.com/site/we

Re: [RFD] use-counting V4L2 clocks

2013-10-09 Thread Laurent Pinchart
Hi Guennadi and Mauro, On Tuesday 08 October 2013 23:57:55 Guennadi Liakhovetski wrote: > Hi Mauro, > > Thanks for your long detailed mail. For the sake of brevity however I'll > drop most of it in this my reply, everybody interested should be able to > read the original. > > On Wed, 9 Oct 2013,

[PATCH 1/6] [media] s5p-mfc: fix DISPLAY_DELAY

2013-10-09 Thread John Sheu
V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY_ENABLE is being ignored, and the display delay is always being applied. Fix this. Signed-off-by: John Sheu --- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/

[PATCH 0/6] Exynos video fixes from ChromeOS

2013-10-09 Thread John Sheu
These are various video processing driver fixes for the s5p-mfc and gsc-m2m hardware blocks on the Samsung Exynos (ARM) platform, that have been carried in the ChromeOS kernel tree for a while and should be pushed upstream. John Sheu (6): [media] s5p-mfc: fix DISPLAY_DELAY [media] s5p-mfc: fix

[PATCH 3/6] [media] s5p-mfc: add support for VIDIOC_{G,S}_CROP to encoder

2013-10-09 Thread John Sheu
Allow userspace to set the crop rect of the input image buffer to encode. Signed-off-by: John Sheu --- drivers/media/platform/s5p-mfc/s5p_mfc_common.h | 6 ++- drivers/media/platform/s5p-mfc/s5p_mfc_dec.c| 7 ++-- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c| 54 +++

[PATCH 5/6] [media] gsc-m2m: report correct format bytesperline and sizeimage

2013-10-09 Thread John Sheu
Explicitly specify sampling period for subsampled chroma formats, so stride and image size are properly reported through VIDIOC_{S,G}_FMT. Signed-off-by: John Sheu --- drivers/media/platform/exynos-gsc/gsc-core.c | 154 +++ drivers/media/platform/exynos-gsc/gsc-core.h |

[PATCH 4/6] [media] s5p-mfc: support dynamic encoding parameter changes

2013-10-09 Thread John Sheu
Add support for dynamic encoding parameter changes in MFCv6. Parameters set are applied with the next OUTPUT buffer queued to the device with VIDIOC_QBUF. Supported parameters are: * GOP size (V4L2_CID_MPEG_VIDEO_GOP_SIZE) * framerate (from VIDIOC_S_PARM) * VBR target bitrate (V4L2_CID_MPEG_VIDE

[PATCH 6/6] [media] v4l2-mem2mem: allow reqbufs(0) with "in use" MMAP buffers

2013-10-09 Thread John Sheu
v4l2-mem2mem presently does not allow VIDIOC_REQBUFS to destroy outstanding buffers if the queue is of type V4L2_MEMORY_MMAP, and if the buffers are considered "in use". This is different behavior than for other memory types, and prevents us for deallocating buffers in a few cases: * In the case

[PATCH 2/6] [media] s5p-mfc: fix encoder crash after VIDIOC_STREAMOFF

2013-10-09 Thread John Sheu
VIDIOC_STREAMOFF clears the encoder's destination queue -- routines run from the interrupt handler cannot assume that the queue is non-empty. Signed-off-by: John Sheu --- drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) dif

dvb-apps/util/scan: zap compatible with w_scan (option)

2013-10-09 Thread j . uzycki
Hi. The feature is useful if you have file generated by "w_scan -X" and your card is just tuned and works. I could use "scan -c -o zap -a 0" to update the file but it wan't full compatible with w_scan. Now it can be with "-p" option like for VDR output format, ie. "scan -c -o zap -a 0 -p". I

[PATCH v2] Add support for KWorld UB435-Q V2

2013-10-09 Thread Jean-Francois Thibert
This patch adds support for the UB435-Q V2. You might need to use the device once with the Windows driver provided by KWorld in order to permanently reprogram the device descriptors. Thanks to Jarod Wilson for the initial attempt at adding support for this device. Signed-off-by: Jean-Francois Thib

Re: [PATCH/RFC v3 00/19] Common Display Framework

2013-10-09 Thread Andrzej Hajda
On 10/02/2013 03:24 PM, Tomi Valkeinen wrote: > Hi Andrzej, > > On 02/10/13 15:23, Andrzej Hajda wrote: > >>> Using Linux buses for DBI/DSI >>> = >>> >>> I still don't see how it would work. I've covered this multiple times in >>> previous posts so I'm not going into mor

Re: [PATCH] Add support for KWorld UB435-Q V2

2013-10-09 Thread Jean-Francois Thibert
On Tue, Oct 8, 2013 at 12:24 PM, Frank Schäfer wrote: > > This adds support for the UB435-Q V2. It seems that you might need to > > use the device once with the official driver to reprogram the device > > descriptors. Thanks to Jarod Wilson for the initial attempt at adding > > support for this de

Re: Suspected cache coherency problem on V4L2 and AR7100 CPU

2013-10-09 Thread Krzysztof Hałasa
Ralf Baechle writes: > The kernel is supposed to perform the necessary cache flushing, so any > remaining aliasing issue would be considered a bug. But the code is > performance sensitive, some of the problem cases are twisted and complex > so bugs and unsolved corner cases show up every now and

Re: [PATCH RFC] media: rc: OF: Add Generic bindings for remote-control

2013-10-09 Thread srinivas kandagatla
.../devicetree/bindings/media/remote-control.txt | 31 1 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/media/remote-control.txt diff --git a/Documentation/devicetree/bindings/media

Friendly Greetings

2013-10-09 Thread snhernandez
Greetings, I have been ill and trying to reach you,this is my seventh time of writing you this email. My wife and I won a Lottery of $11.2 million in July and have voluntarily decided to donate the sum of $1,000,000.00 USD to you as part of our own charity project to improve the lot of 5 luck

ov3640 driver tested with media-ctl and yavta

2013-10-09 Thread Tom
Hello, I tried to use the ov3640 camera driver from Laurent Pinchart with the media-ctl and the yavta tools. I configured the pipeline as sensor -> ccdc ->memory. First I got problems with the CCDC module. it always said that the "ccdc won't become idle!", but it didn't restart by itself. So for te

Re: [PATCH V5 4/5] video: exynos_mipi_dsim: Use the generic PHY driver

2013-10-09 Thread Tomi Valkeinen
On 28/09/13 22:27, Sylwester Nawrocki wrote: > Use the generic PHY API instead of the platform callback > for the MIPI DSIM DPHY enable/reset control. > > Signed-off-by: Sylwester Nawrocki > Signed-off-by: Kyungmin Park > Acked-by: Felipe Balbi > Acked-by: Donghwa Lee > --- > Changes since v4:

Re: Suspected cache coherency problem on V4L2 and AR7100 CPU

2013-10-09 Thread Ralf Baechle
On Wed, Oct 09, 2013 at 08:53:20AM +0200, Krzysztof Hałasa wrote: > > 16K is a silver bullet solution to all cache aliasing problems. So if > > your issue persists with 16K page size, it's not a cache aliasing issue. > > Aside there are generally performance gains from the bigger page size. > >

Congratulations !!!

2013-10-09 Thread office4
Ticket Number: 7PWYZ2008 Ballot Number: BT:12052008/20 Draw:#1471 Special Notification to you,You are receiving this email because you have just been picked for a total grand prize of One Million Dollars in the top 10 winners of the Coca-Cola Consumer`s Award for the year 2013: kindly send your: