diff --git a/drivers/media/video/davinci/vpif.c
b/drivers/media/video/davinci/vpif.c
index af96802..04dd8fa 100644
--- a/drivers/media/video/davinci/vpif.c
+++ b/drivers/media/video/davinci/vpif.c
@@ -301,12 +301,12 @@ static void vpif_set_mode_info(const struct
vpif_channel_config_params *config
This patch address the issue that a function named config_vpif_params should
be vpif_config_params. However this name is shared with two structures defined
already. So I changed the structures to config_vpif_params (origin was
vpif_config_params)
v2 changes: softer wording in description and the s
Hi Tomasz,
On 8 August 2012 19:36, Daniel Vetter wrote:
> On Wed, Aug 08, 2012 at 03:53:10PM +0200, Tomasz Stanislawski wrote:
>> Hi Laurent,
>>
>> On 08/08/2012 03:35 PM, Laurent Pinchart wrote:
>> > Hi Tomasz,
>> >
>> > Thanks for the patch.
Thanks for the patch; may I ask you to split it into
Hi Sakari,
Thank you for the comments.
On Thursday 02 August 2012 05:37 AM, Sakari Ailus wrote:
> Hi Manju,
>
> Thanks for the patch.
>
> Please make sure these patches reach linux-media next time. If they do
> not,
> it severely limits the number of potential reviewers. I don't know
> why, but
Is there anything that I need to do for this? The patches were the older
versions, if I remember correctly, and Mauro has moved them to a branch
on his tree (but I haven't checked lately to see if there has been any
work done on that branch).
Thanks, and have a great day:)
Patrick.
--- Begin Messa
That is from current "staging/for_v3.7"
[crope@localhost linux]$ make htmldocs
HTMLDocumentation/DocBook/media_api.html
warning: failed to load external entity
"/home/crope/linuxtv/code/linux/Documentation/DocBook/vidioc-enum-freq-bands.xml"
/home/crope/linuxtv/code/linux/Documentation/Doc
Hi,
I'm using the v4l2-mem2mem infrastructure for a driver I'm writing and
I'm looking if it's possible to have the capture vb2_queue to take
both V4L2_BUF_TYPE_VIDEO_CAPTURE and
V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE buffers, across instances.
The IP I'm writing the driver for, handles
V4L2_BUF_TYPE
On Tue, 31 Jul 2012, Mauro Carvalho Chehab wrote:
> [media] radio-shark: New driver for the Griffin radioSHARK USB radio
> receiver
This one gives me a build warning if CONFIG_LEDS_CLASS is disabled:
ERROR: "led_classdev_register" [drivers/media/radio/shark2.ko] undefined!
ERROR: "led_cla
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:Wed Aug 8 19:00:24 CEST 2012
git hash:c3707357c6c651652a87a05eabd7582f90a4
gcc version: i686-linux-gcc (GC
Hi Mauro,
The following changes since commit c3707357c6c651652a87a05eabd7582f90a4:
[media] az6007: Update copyright (2012-08-06 09:25:12 -0300)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git omap3isp-omap3isp-next
Ivaylo Petrov (1):
omap3isp: csi2: A
How hard would it be to get an official kernel option not to load firmware
OR be able to set the timeout?
--
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.
On Wed, Aug 08, 2012 at 05:30:57PM +0200, Laurent Pinchart wrote:
> The resizer can output YUYV and UYVY in a wide range of sizes, making it
> the best video node for regular V4L2 applications.
>
> Signed-off-by: Laurent Pinchart
Thanks!
Acked-by: Sakari Ailus
--
Sakari Ailus
e-mail: sakari.
The resizer can output YUYV and UYVY in a wide range of sizes, making it
the best video node for regular V4L2 applications.
Signed-off-by: Laurent Pinchart
---
drivers/media/video/omap3isp/ispresizer.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/media/video/
On Wed, Aug 08, 2012 at 03:53:10PM +0200, Tomasz Stanislawski wrote:
> Hi Laurent,
>
> On 08/08/2012 03:35 PM, Laurent Pinchart wrote:
> > Hi Tomasz,
> >
> > Thanks for the patch.
> >
> > On Wednesday 08 August 2012 12:17:41 Tomasz Stanislawski wrote:
> >> This patch adds reference counting on a
Signed-off-by: André Roth
---
lib/include/descriptors.h |2 +-
lib/libdvbv5/descriptors.c |4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/include/descriptors.h b/lib/include/descriptors.h
index 9e3d49b..b1a8e84 100644
--- a/lib/include/descriptors.h
+++ b/lib/
Hi Laurent,
On 08/08/2012 03:35 PM, Laurent Pinchart wrote:
> Hi Tomasz,
>
> Thanks for the patch.
>
> On Wednesday 08 August 2012 12:17:41 Tomasz Stanislawski wrote:
>> This patch adds reference counting on a module that exports dma-buf and
>> implements its operations. This prevents the module
Hi Tomasz,
Thanks for the patch.
On Wednesday 08 August 2012 12:17:41 Tomasz Stanislawski wrote:
> This patch adds reference counting on a module that exports dma-buf and
> implements its operations. This prevents the module from being unloaded
> while DMABUF file is in use.
>
> Signed-off-by: T
From: Manjunath Hadli
add filter settings for high def modes like 1080i,
1080p,720p and others and implementing dv_timings.
Signed-off-by: Manjunath Hadli
Signed-off-by: Lad, Prabhakar
---
drivers/media/video/ths7303.c | 107 ++--
1 files changed, 91 inser
From: Hans Verkuil
Signed-off-by: Hans Verkuil
Signed-off-by: Lad, Prabhakar
Signed-off-by: Manjunath Hadli
---
arch/arm/mach-davinci/board-dm644x-evm.c | 15 ++--
arch/arm/mach-davinci/dm644x.c | 17 +---
drivers/media/video/davinci/vpbe.c | 110 ---
This first patch replaces the obsolete preset API by timings
API for davinci VPBE, appropriate chnages in machine file for
dm644x in which VPBE is enabled. And the second patch adds support for
timings API for ths7303 driver. Sending them as s series
since VPBE uses the ths7303 driver.
Hans Verk
From: Hans Verkuil
Signed-off-by: Hans Verkuil
Signed-off-by: Lad, Prabhakar
Signed-off-by: Manjunath Hadli
---
drivers/media/video/davinci/vpif.c | 16 ++--
drivers/media/video/davinci/vpif.h |4 +-
drivers/media/video/davinci/vpif_capture.c | 114 +
just for the record, these patches are:
Signed-off-by: Konke Radlow
Regards,
Konke
On Tue, Aug 7, 2012 at 3:11 PM, Konke Radlow wrote:
> Hello,
> first of all: thank you for the comments to my previous RFC for the
> libv4l2rds library and the rds-ctl control & testing tool.
> The proposed chan
This patch adds reference counting on a module that exports dma-buf and
implements its operations. This prevents the module from being unloaded while
DMABUF file is in use.
Signed-off-by: Tomasz Stanislawski
---
Documentation/dma-buf-sharing.txt |3 ++-
drivers/base/dma-buf.c
s5p-mfc encoder after receiving V4L2_ENC_CMD_STOP command
will instruct MFC device to release all encoded frames.
After dequeuing last encoded frame driver will generate
V4L2_EVENT_EOS event.
Signed-off-by: Andrzej Hajda
Signed-off-by: Kyungmin Park
---
drivers/media/video/s5p-mfc/s5p_mfc.c
On Wed 8 August 2012 11:35:38 Sakari Ailus wrote:
> Hi Hans and Rémi,
>
> On Thu, Aug 02, 2012 at 08:35:58AM +0200, Hans Verkuil wrote:
> ...
> > Minimum or maximum? The maximum is 32, that's hardcoded in the V4L2 core.
>
> As far as I understand, V4L1 did have that limitation, as well as videobu
On 08/08/2012 07:16 AM, Andy Shevchenko wrote:
On Wed, Aug 8, 2012 at 1:56 AM, Antti Palosaari wrote:
diff --git a/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c
b/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c
index 5f5bdd0..0431bee 100644
--- a/drivers/media/dvb/dvb-usb-v2/dvb_usb_urb.c
+++ b/driver
Hi Hans and Rémi,
On Thu, Aug 02, 2012 at 08:35:58AM +0200, Hans Verkuil wrote:
...
> Minimum or maximum? The maximum is 32, that's hardcoded in the V4L2 core.
As far as I understand, V4L1 did have that limitation, as well as videobuf1
and 2 and a number of other drivers, but it's not found in th
Hi James,
On Tue, Aug 07, 2012 at 05:42:48PM -0400, James wrote:
...
> This is what I tried before.
> It implies that I shouldn't need user space.
>
> Include in-kernel firmware blobs in
> kernel binary
> ??? CONFIG_FI
28 matches
Mail list logo