Add support for flipping the image horizontally and vertically.
Signed-off-by: Sachin Kamat
---
drivers/media/video/s5p-g2d/g2d-hw.c |5 +
drivers/media/video/s5p-g2d/g2d.c| 23 ++-
drivers/media/video/s5p-g2d/g2d.h|4
3 files changed, 27 insertions
Hi Guennadi,
I don't know if you are the right person to ask this query (since
it is also related to GPIO stuff), but here goes:
Our board has a I2C controlled camera sensor whose Chip Enable (CE)
pin is driven via a GPIO. This GPIO is made available by a I2C-to-GPIO
expander chip (STMPE801, see
On Tue, 31 Jan 2012 14:45:18 +0100, Danny Kukawka
wrote:
> On Dienstag, 31. Januar 2012, Andy Walls wrote:
> Overseen this. But wouldn't be the correct fix in this case to:
> a) reverse the part of 90ab5ee94171b3e28de6bb42ee30b527014e0be7 to:
>get:
>static unsigned radio_c = 1;
>
> b
On Wed, Dec 21, 2011 at 5:14 PM, Taylor Ralph wrote:
> On Mon, Nov 7, 2011 at 7:54 PM, Taylor Ralph wrote:
>> On Mon, Nov 7, 2011 at 7:21 AM, Mauro Carvalho Chehab
>> wrote:
>>> Em 21-10-2011 01:33, Taylor Ralph escreveu:
On Thu, Oct 20, 2011 at 3:26 PM, Taylor Ralph
wrote:
> On
Hi Sylwester
On Tue, 31 Jan 2012, Sylwester Nawrocki wrote:
> Hi all,
>
> Some camera sensors generate data formats that cannot be described using
> current convention of the media bus pixel code naming.
> For instance, interleaved JPEG data and raw VYUY. Moreover interleaving
> is rather vendor
Howdy,
I Was compiling drivers for this card...
I ran this command
user@computer:~/media_build$ ./build
And got this error:
Checking if the needed tools for Zorin OS 5 are available
ERROR: please install "lsdiff", otherwise, build won't work.
I don't know distro Zorin OS 5. So, I can't prov
Hi all,
I've been working for a while with an iMX25PDK using the BSP provided by
Freescale (L2.6.31). The camera driver (V4L2-int) and examples do the
job quite well but I need to move my design to a more recent kernel.
I've been extensively googling but haven't found any info/examples about
how t
Hi list
I'm unable to get the CI working on a TT CT-3650 with a Viaccess CAM.
Every time the CAM is inserted, I get a "dvb_ca adapter 0: Invalid PC
card inserted :(" error message.
I've tested with both an Arch Linux 3.2.1 kernel (CI-support included)
and with a Ubuntu 2.6.32 kernel with latest m
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 Jan 31 19:00:20 CET 2012
git hash:59b30294e14fa6a370fdd2bc2921cca1f977ef16
gcc version: i686-linux-gcc (GCC
Hello,
On Monday, January 30, 2012 2:06 PM Mel Gorman wrote:
> On Thu, Jan 26, 2012 at 10:00:53AM +0100, Marek Szyprowski wrote:
> > alloc_contig_range() performs memory allocation so it also should keep
> > track on keeping the correct level of memory watermarks. This commit adds
> > a call to *
Hi all,
We had a meeting on #v4l-meeting on the topic of subdev selections, and I
can summarise the conclusions as follows. The full meeting log is available
in [3].
Two main topics were discussed, the behaviour and functionality of the
selection API and the naming of different rectangles. A conc
Hello,
On Monday, January 30, 2012 5:15 PM Mel Gorman wrote:
> On Mon, Jan 30, 2012 at 04:41:22PM +0100, Michal Nazarewicz wrote:
> > On Mon, 30 Jan 2012 12:15:22 +0100, Mel Gorman wrote:
(snipped)
> > >>+ page = pfn_to_page(pfn);
> > >>+ if (PageBuddy(page)) {
> > >>+
On Mon, Jan 30, 2012 at 4:01 PM, Sakari Ailus wrote:
>
>> So to summarize I understand your constraints - gpu drivers have worked
>> like v4l a few years ago. The thing I'm trying to achieve with this
>> constant yelling is just to raise awereness for these issues so that
>> people aren't suprised
Updated patch versions to fix the 'radio' module parameter
of cx18-driver and ivtv-driver.
Danny Kukawka (2):
cx18-driver: fix handling of 'radio' module parameter
ivtv-driver: fix handling of 'radio' module parameter
drivers/media/video/cx18/cx18-driver.c |4 ++--
drivers/media/video/iv
Reverse cx18-driver part of commit
90ab5ee94171b3e28de6bb42ee30b527014e0be7 and change
module_param_array() type from bool to int to fix
compiler warning:
In function ‘__check_radio’:
113:1: warning: return from incompatible pointer type [enabled by default]
At top level:
113:1: warning: initializ
Reverse ivtv-driver part of commit
90ab5ee94171b3e28de6bb42ee30b527014e0be7 and change
module_param_array() type from bool to int to fix
compiler warning:
In function ‘__check_radio’:
113:1: warning: return from incompatible pointer type [enabled by default]
At top level:
113:1: warning: initializ
Danny Kukawka wrote:
>On Dienstag, 31. Januar 2012, Andy Walls wrote:
>> On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote:
>> > Fixed handling of 'radio' module parameter from module_param_array
>> > to module_param_named to fix these compiler warnings in
>ivtv-driver.c:
>> >
>> > In functi
Danny Kukawka wrote:
>On Dienstag, 31. Januar 2012, Andy Walls wrote:
>> On Tue, 2012-01-31 at 05:01 -0500, Andy Walls wrote:
>> > On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote:
>> > > Fixed handling of 'radio' module parameter from
>module_param_array
>> > > to module_param_named to fix
On Dienstag, 31. Januar 2012, Andy Walls wrote:
> On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote:
> > Fixed handling of 'radio' module parameter from module_param_array
> > to module_param_named to fix these compiler warnings in ivtv-driver.c:
> >
> > In function ‘__check_radio’:
> > 113:1:
On Dienstag, 31. Januar 2012, Andy Walls wrote:
> On Tue, 2012-01-31 at 05:01 -0500, Andy Walls wrote:
> > On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote:
> > > Fixed handling of 'radio' module parameter from module_param_array
> > > to module_param_named to fix these compiler warnings in c
Hi Kamil,
Thank you for your comments.
On 31 January 2012 15:39, Kamil Debski wrote:
> Hi Laurent and Sachin,
>
>> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
>> Sent: 31 January 2012 10:30
>>
>> Hi Kamil,
>>
>> On Monday 30 January 2012 14:39:22 Kamil Debski wrote:
>> > On
Hallo,
with the current drivers from media_build_experimental for hauppauge
NOVA-S Plus (Conexant 2388x (bt878 successor) support (VIDEO_CX88)
cx8800...)does this here not more. Picture and sound with significant
dropouts.
Log:
Jan 16 12:00:28 debian vdr: [2497] frontend 2/0 lost lock on channel
Hi all,
Some camera sensors generate data formats that cannot be described using
current convention of the media bus pixel code naming.
For instance, interleaved JPEG data and raw VYUY. Moreover interleaving
is rather vendor specific, IOW I imagine there might be many ways of how
the interleaving
On Tue, Jan 31, 2012 at 10:42:59AM +0100, Laurent Pinchart wrote:
> Hi Sumit,
>
> > On Friday 27 January 2012 10:43:28 Sumit Semwal wrote:
>
> [snip]
>
> > static inline void dma_buf_unmap_attachment(struct dma_buf_attachment
> > *attach,
> > -struct
On Tue, 2012-01-31 at 05:01 -0500, Andy Walls wrote:
> On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote:
> > Fixed handling of 'radio' module parameter from module_param_array
> > to module_param_named to fix these compiler warnings in cx18-driver.c:
>
> NACK.
>
> "radio" is an array of tri
Hi Laurent and Sachin,
> From: Laurent Pinchart [mailto:laurent.pinch...@ideasonboard.com]
> Sent: 31 January 2012 10:30
>
> Hi Kamil,
>
> On Monday 30 January 2012 14:39:22 Kamil Debski wrote:
> > On 30 January 2012 13:12 Laurent Pinchart wrote:
> > > On Monday 30 January 2012 10:58:43 Sachin K
On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote:
> Fixed handling of 'radio' module parameter from module_param_array
> to module_param_named to fix these compiler warnings in ivtv-driver.c:
>
> In function ‘__check_radio’:
> 113:1: warning: return from incompatible pointer type [enabled by
On Mon, 2012-01-30 at 20:40 +0100, Danny Kukawka wrote:
> Fixed handling of 'radio' module parameter from module_param_array
> to module_param_named to fix these compiler warnings in cx18-driver.c:
NACK.
"radio" is an array of tristate values (-1, 0, 1) per installed card:
static int rad
Hi Sumit,
> On Friday 27 January 2012 10:43:28 Sumit Semwal wrote:
[snip]
> static inline void dma_buf_unmap_attachment(struct dma_buf_attachment
> *attach,
> -struct sg_table *sg)
> + struct sg_table *sg, enum dma_data_direction w
Hi Kamil,
On Monday 30 January 2012 14:39:22 Kamil Debski wrote:
> On 30 January 2012 13:12 Laurent Pinchart wrote:
> > On Monday 30 January 2012 10:58:43 Sachin Kamat wrote:
> > > This patch adds support for flipping the image horizontally and
> > > vertically.
[snip]
> > > + v4l2_ctrl_new_std(
Signed-off-by: Javier Martin
---
drivers/media/video/tvp5150.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/tvp5150.c b/drivers/media/video/tvp5150.c
index b1476f6..e292c46 100644
--- a/drivers/media/video/tvp5150.c
+++ b/drivers/media/video/tvp515
Signed-off-by: Javier Martin
---
drivers/media/video/tvp5150.c | 127 +++--
1 files changed, 122 insertions(+), 5 deletions(-)
diff --git a/drivers/media/video/tvp5150.c b/drivers/media/video/tvp5150.c
index c58c8d5..b1476f6 100644
--- a/drivers/media/video/
32 matches
Mail list logo