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

2013-10-11 Thread Tomi Valkeinen
On 09/10/13 17:08, Andrzej Hajda wrote: As I have adopted existing internal driver for MIPI-DSI bus, I did not take too much care for DT. You are right, 'bta-timeout' is a configuration parameter (however its minimal value is determined by characteristic of the DSI-slave). On the other

Re: [media-workshop] V2: Agenda for the Edinburgh mini-summit

2013-10-11 Thread Laurent Pinchart
Hi Bryan, On Thursday 10 October 2013 17:02:18 Bryan Wu wrote: On Mon, Oct 7, 2013 at 3:24 PM, Laurent Pinchart wrote: On Tuesday 08 October 2013 00:06:23 Sakari Ailus wrote: On Tue, Sep 24, 2013 at 11:20:53AM +0200, Thierry Reding wrote: On Mon, Sep 23, 2013 at 10:27:06PM +0200,

Re: [RFC 0/2] V4L2 API for exposing flash subdevs as LED class device

2013-10-11 Thread Laurent Pinchart
Hi Bryan, On Thursday 10 October 2013 17:07:22 Bryan Wu wrote: On Tue, May 21, 2013 at 3:54 AM, Sakari Ailus sakari.ai...@iki.fi wrote: On Tue, May 21, 2013 at 10:34:53AM +0200, Andrzej Hajda wrote: On 12.05.2013 23:12, Sakari Ailus wrote: On Wed, May 08, 2013 at 09:32:17AM +0200, Andrzej

Re: [PATCH v5 3/4] v4l: ti-vpe: Add VPE mem to mem driver

2013-10-11 Thread Hans Verkuil
On 10/09/2013 04:29 PM, Archit Taneja wrote: VPE is a block which consists of a single memory to memory path which can perform chrominance up/down sampling, de-interlacing, scaling, and color space conversion of raster or tiled YUV420 coplanar, YUV422 coplanar or YUV422 interleaved video

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

2013-10-11 Thread Andrzej Hajda
On 10/11/2013 08:37 AM, Tomi Valkeinen wrote: On 09/10/13 17:08, Andrzej Hajda wrote: As I have adopted existing internal driver for MIPI-DSI bus, I did not take too much care for DT. You are right, 'bta-timeout' is a configuration parameter (however its minimal value is determined by

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

2013-10-11 Thread Tomi Valkeinen
On 11/10/13 14:19, Andrzej Hajda wrote: On 10/11/2013 08:37 AM, Tomi Valkeinen wrote: The minimum bta-timeout should be deducable from the DSI bus speed, shouldn't it? Thus there's no need to define it anywhere. Hmm, specification says This specified period shall be longer then the maximum

Re: [PATCH 3/5] [media] s3c-camif: Use CONFIG_ARCH_S3C64XX to check for S3C64xx support

2013-10-11 Thread Sylwester Nawrocki
On 09/28/2013 08:21 PM, Tomasz Figa wrote: Since CONFIG_PLAT_S3C64XX is going to be removed, this patch modifies the Kconfig entry of s3c-camif driver to use the proper way of checking for S3C64xx support - CONFIG_ARCH_S3C64XX. Signed-off-by: Tomasz Figatomasz.f...@gmail.com Acked-by:

Vážení E-mail užívate

2013-10-11 Thread webmail update 2013
Vážení E-mail užívateľa; Prekročili ste 23432 boxy nastaviť svoje Webová služba / Administrátor, a budete mať problémy pri odosielaní a prijímať e-maily, kým znova overiť. Musíte aktualizovať kliknutím na odkaz nižšie a vyplňte údaje pre overenie vášho účtu Prosím,kliknite: na odkaz nižšie

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

2013-10-11 Thread Andrzej Hajda
On 10/11/2013 02:30 PM, Tomi Valkeinen wrote: On 11/10/13 14:19, Andrzej Hajda wrote: On 10/11/2013 08:37 AM, Tomi Valkeinen wrote: The minimum bta-timeout should be deducable from the DSI bus speed, shouldn't it? Thus there's no need to define it anywhere. Hmm, specification says This

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

2013-10-11 Thread Tomi Valkeinen
On 11/10/13 17:16, Andrzej Hajda wrote: Picture size, content and format is the same on input and on output of DSI. The same bits which enters DSI appears on the output. Internally bits order can be different but practically you are configuring DSI master and slave with the same format.

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

2013-10-11 Thread John Sheu
On Wed, Oct 9, 2013 at 11:49 PM, Hans Verkuil hverk...@xs4all.nl wrote: 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 output video node doesn't crop, it composes. And if your reaction is 'Huh?', then you're not alone. Which

[PATCH 3/3] em28xx: MaxMedia UB425-TC change demod settings

2013-10-11 Thread Antti Palosaari
That version of DRX-K chip supports only 2. drxk: SCU_RESULT_INVPAR while sending cmd 0x0203 with params: drxk: Warning -22 on qam_demodulator_command Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/em28xx/em28xx-dvb.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 1/3] em28xx: MaxMedia UB425-TC offer firmware for demodulator

2013-10-11 Thread Antti Palosaari
Downloading new firmware for DRX-K demodulator is not obligatory but usually it offers important bug fixes compared to default firmware burned into chip rom. DRX-K demod driver will continue even without the firmware, but in that case it will print warning to system log to tip user he should

[PATCH 2/3] em28xx: MaxMedia UB425-TC switch RF tuner driver to another

2013-10-11 Thread Antti Palosaari
tda18271c2dd = tda18271 tda18271 is more complete than tda18271c2dd. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/em28xx/em28xx-dvb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c

cron job: media_tree daily build: WARNINGS

2013-10-11 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: Sat Oct 12 04:00:51 CEST 2013 git branch: test git hash: d10e8280c4c2513d3e7350c27d8e6f0fa03a5f71 gcc

Re: em28xx + ov2640 and v4l2-clk

2013-10-11 Thread Mauro Carvalho Chehab
Em Thu, 10 Oct 2013 15:50:15 +0200 (CEST) Guennadi Liakhovetski g.liakhovet...@gmx.de escreveu: Hi Frank, On Thu, 10 Oct 2013, Frank Schäfer wrote: Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: Hi Frank, On Tue, 8 Oct 2013, Frank SchÀfer wrote: Am 18.08.2013 17:20,