Re: [PATCH v12 0/6] of: add display helper

2012-11-20 Thread Steffen Trumtrar
On Tue, Nov 20, 2012 at 05:13:19PM +0100, Laurent Pinchart wrote: > On Tuesday 20 November 2012 16:54:50 Steffen Trumtrar wrote: > > Hi! > > > > Changes since v11: > > - make pointers const where applicable > > - add reviewed-by Laurent Pinchart > > Looks good to me. > > Acked-by: Lauren

Re: Hauppauge WinTV HVR 900 (M/R 65018/B3C0) doesn't work anymore since linux 3.6.6

2012-11-20 Thread Philippe Valembois - Phil
Le 19/11/2012 23:26, Philippe Valembois - Phil a écrit : > Le 16/11/2012 03:13, Greg KH a écrit : >> On Wed, Nov 14, 2012 at 09:30:14PM +0100, Philippe Valembois - Phil wrote: >>> Hello, >>> I have posted a bug report here : >>> https://bugzilla.kernel.org/show_bug.cgi?id=50361 and I have been told

cron job: media_tree daily build: WARNINGS

2012-11-20 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:Tue Nov 20 19:00:19 CET 2012 git hash:2c4e11b7c15af70580625657a154ea7ea70b8c76 gcc version: i686-linux-gcc (GCC

Re: [PATCH 1/7] ir-rx51: Handle signals properly

2012-11-20 Thread Tony Lindgren
Hi, * Timo Kokkonen [121118 07:15]: > --- a/drivers/media/rc/ir-rx51.c > +++ b/drivers/media/rc/ir-rx51.c > @@ -74,6 +74,19 @@ static void lirc_rx51_off(struct lirc_rx51 *lirc_rx51) > OMAP_TIMER_TRIGGER_NONE); > } > > +static void lirc_rx51_stop_tx(struct lirc_rx51

Re: [PATCH v12 0/6] of: add display helper

2012-11-20 Thread Thierry Reding
On Tue, Nov 20, 2012 at 07:11:29PM +0100, Robert Schwebel wrote: > On Tue, Nov 20, 2012 at 05:13:19PM +0100, Laurent Pinchart wrote: > > On Tuesday 20 November 2012 16:54:50 Steffen Trumtrar wrote: > > > Hi! > > > > > > Changes since v11: > > > - make pointers const where applicable > > > - ad

Re: [PATCH v12 0/6] of: add display helper

2012-11-20 Thread Robert Schwebel
On Tue, Nov 20, 2012 at 05:13:19PM +0100, Laurent Pinchart wrote: > On Tuesday 20 November 2012 16:54:50 Steffen Trumtrar wrote: > > Hi! > > > > Changes since v11: > > - make pointers const where applicable > > - add reviewed-by Laurent Pinchart > > Looks good to me. > > Acked-by: Lauren

RE: [PATCH] [media] s5p-mfc: Handle multi-frame input buffer

2012-11-20 Thread Kamil Debski
> From: Arun Kumar K [mailto:arun...@samsung.com] > Sent: Wednesday, November 14, 2012 2:27 PM > To: linux-media@vger.kernel.org > Cc: k.deb...@samsung.com; jtp.p...@samsung.com; aru...@samsung.com; > arun...@samsung.com > Subject: [PATCH] [media] s5p-mfc: Handle multi-frame input buffer > > When

RE: [PATCH v1] s5p-mfc: Add device tree support

2012-11-20 Thread Kamil Debski
Hi Arun, Thank you for your patch. Best wishes, -- Kamil Debski Linux Platform Group Samsung Poland R&D Center > From: Arun Kumar K [mailto:arun...@samsung.com] > Sent: Saturday, November 03, 2012 1:02 PM > Subject: [PATCH v1] s5p-mfc: Add device tree support > > This patch will add the device

[PATCH] s5p-mfc: Fix buffer allocation in s5p_mfc_alloc_instance_buffer_v5

2012-11-20 Thread Kamil Debski
The "s5p-mfc: Change internal buffer allocation from vb2 ops to dma_alloc_coherent" patch has introduced a bug with allocation of instance buffers buffers in MFC 5.1. This patch fixes this bug. Reported-by: Arun Kumar K Signed-off-by: Kamil Debski Signed-off-by: Kyungmin Park --- drivers/media

RE: [PATCH] [media] s5p-mfc: Bug fix of timestamp/timecode copy mechanism

2012-11-20 Thread Kamil Debski
> From: Arun Kumar K [mailto:arun...@samsung.com] > Sent: Monday, November 05, 2012 10:14 AM > Subject: [PATCH] [media] s5p-mfc: Bug fix of timestamp/timecode copy > mechanism > > Modified the function s5p_mfc_get_dec_y_adr_v6 to access the decode Y > address register instead of display Y address.

Re: [PATCH v12 0/6] of: add display helper

2012-11-20 Thread Laurent Pinchart
On Tuesday 20 November 2012 16:54:50 Steffen Trumtrar wrote: > Hi! > > Changes since v11: > - make pointers const where applicable > - add reviewed-by Laurent Pinchart Looks good to me. Acked-by: Laurent Pinchart Through which tree do you plan to push this ? > Regards, > Steffen >

[PATCH v12 0/6] of: add display helper

2012-11-20 Thread Steffen Trumtrar
Hi! Changes since v11: - make pointers const where applicable - add reviewed-by Laurent Pinchart Regards, Steffen Steffen Trumtrar (6): video: add display_timing and videomode video: add of helper for videomode fbmon: add videomode helpers fbmon: add of_videomode helpers

[PATCH v12 4/6] fbmon: add of_videomode helpers

2012-11-20 Thread Steffen Trumtrar
Add helper to get fb_videomode from devicetree. Signed-off-by: Steffen Trumtrar Reviewed-by: Thierry Reding Acked-by: Thierry Reding Tested-by: Thierry Reding Tested-by: Philipp Zabel Reviewed-by: Laurent Pinchart --- drivers/video/fbmon.c | 42 +-

[PATCH v12 5/6] drm_modes: add videomode helpers

2012-11-20 Thread Steffen Trumtrar
Add conversion from videomode to drm_display_mode Signed-off-by: Steffen Trumtrar Reviewed-by: Thierry Reding Acked-by: Thierry Reding Tested-by: Thierry Reding Tested-by: Philipp Zabel Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/drm_modes.c | 37

[PATCH v12 1/6] video: add display_timing and videomode

2012-11-20 Thread Steffen Trumtrar
Add display_timing structure and the according helper functions. This allows the description of a display via its supported timing parameters. Every timing parameter can be specified as a single value or a range . Also, add helper functions to convert from display timings to a generic videomode

[PATCH v12 2/6] video: add of helper for videomode

2012-11-20 Thread Steffen Trumtrar
This adds support for reading display timings from DT or/and convert one of those timings to a videomode. The of_display_timing implementation supports multiple children where each property can have up to 3 values. All children are read into an array, that can be queried. of_get_videomode converts

[PATCH v12 3/6] fbmon: add videomode helpers

2012-11-20 Thread Steffen Trumtrar
Add a function to convert from the generic videomode to a fb_videomode. Signed-off-by: Steffen Trumtrar Reviewed-by: Thierry Reding Acked-by: Thierry Reding Tested-by: Thierry Reding Tested-by: Philipp Zabel Reviewed-by: Laurent Pinchart --- drivers/video/fbmon.c | 46

[PATCH v12 6/6] drm_modes: add of_videomode helpers

2012-11-20 Thread Steffen Trumtrar
Add helper to get drm_display_mode from devicetree. Signed-off-by: Steffen Trumtrar Reviewed-by: Thierry Reding Acked-by: Thierry Reding Tested-by: Thierry Reding Tested-by: Philipp Zabel Reviewed-by: Laurent Pinchart --- drivers/gpu/drm/drm_modes.c | 35 ++

Re: [PATCH] [media] exynos-gsc: Adding tiled multi-planar format to G-Scaler

2012-11-20 Thread Shaik Ameer Basha
Hi Sylwester, On Tue, Nov 20, 2012 at 3:05 AM, Sylwester Nawrocki wrote: > Hi Shaik, > > > On 11/07/2012 07:37 AM, Shaik Ameer Basha wrote: >> >> Adding V4L2_PIX_FMT_NV12MT_16X16 to G-Scaler supported formats. >> If the output or input format is V4L2_PIX_FMT_NV12MT_16X16, configure >> G-Scaler to

[PATCH v2] davinci: vpbe: pass different platform names to handle different ip's

2012-11-20 Thread Prabhakar Lad
From: Lad, Prabhakar The vpbe driver can handle different platforms DM644X, DM36X and DM355. To differentiate between this platforms venc_type/vpbe_type was passed as part of platform data which was incorrect. The correct way to differentiate to handle this case is by passing different platform n

Re: Linux DVB Explained..

2012-11-20 Thread Richard
Hi Patrick, Thanks for some clarifications, they are invaluable. On 19 November 2012 10:52, Patrick Boettcher wrote: > Hi Richard, >> >> --- >> The hardware I am using has 6 TS data inputs, 4 tuners (linked to TS >> inputs) and hardware PID filters and I am trying to establish

Fwd: Re: Question Hauppauge Nova-S-Plus.

2012-11-20 Thread Marc Bolós
Dear again sirs, After some investigation I've found 2 new clues. 1 - The problem begins always with a small signal drop. It usually lasts only a few seconds but that's enough to crash the adapter connected to the antenna. 2 - Now the news: if noticed that when this happens, the driver's kerne

Re: [PATCH v11 0/6] of: add display helper

2012-11-20 Thread Steffen Trumtrar
On Tue, Nov 20, 2012 at 11:52:06AM +0100, Laurent Pinchart wrote: > Hi Steffen, > > On Tuesday 20 November 2012 11:39:18 Steffen Trumtrar wrote: > > On Thu, Nov 15, 2012 at 02:15:06PM +0100, Steffen Trumtrar wrote: > > > Hi! > > > > > > Changes since v10: > > > - fix function name (drm_)display

Re: [PATCH v11 0/6] of: add display helper

2012-11-20 Thread Laurent Pinchart
Hi Steffen, On Tuesday 20 November 2012 11:39:18 Steffen Trumtrar wrote: > On Thu, Nov 15, 2012 at 02:15:06PM +0100, Steffen Trumtrar wrote: > > Hi! > > > > Changes since v10: > > - fix function name (drm_)display_mode_from_videomode > > - add acked-by, reviewed-by, tested-by > > > > Reg

Re: [PATCH v11 0/6] of: add display helper

2012-11-20 Thread Steffen Trumtrar
On Thu, Nov 15, 2012 at 02:15:06PM +0100, Steffen Trumtrar wrote: > Hi! > > Changes since v10: > - fix function name (drm_)display_mode_from_videomode > - add acked-by, reviewed-by, tested-by > > Regards, > Steffen > > > Steffen Trumtrar (6): > video: add display_timing and videom

Re: [PATCH] davinci: vpbe: pass different platform names to handle different ip's

2012-11-20 Thread Prabhakar Lad
Sekhar, Thanks for the review. On Tue, Nov 20, 2012 at 2:40 PM, Sekhar Nori wrote: > > On 11/19/2012 6:48 PM, Prabhakar Lad wrote: >> From: Lad, Prabhakar >> >> The vpbe driver can handle different platforms DM644X, DM36X and >> DM355. To differentiate between this platforms venc_type/vpbe_type

Re: [PATCH] davinci: vpbe: pass different platform names to handle different ip's

2012-11-20 Thread Sekhar Nori
On 11/19/2012 6:48 PM, Prabhakar Lad wrote: > From: Lad, Prabhakar > > The vpbe driver can handle different platforms DM644X, DM36X and > DM355. To differentiate between this platforms venc_type/vpbe_type > was passed as part of platform data which was incorrect. The correct > way to differentia