Fix missing asterisk in one V4L2_INT_WRAPPER_1 usage.
Reported by checkpatch.pl as:
ERROR: space prohibited before that close parenthesis ')'
+V4L2_INT_WRAPPER_1(s_power, enum v4l2_power, );
Signed-off-by: Tsung-Han Lin
---
drivers/staging/media/omap24xx/v4l2-int-device.h | 2 +-
1 file changed
I'm still not having any luck getting reliable operation of the second tuner on
my cx23885 based card.
Incidental to this, I'm getting a crash in cx23885_video_wakeup at the line:
buf->vb.v4l2_buf.sequence = q->count++;
(full log follows this email)
I'm not sure exactly why, but I do know that
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 11 04:00:17 CEST 2014
git branch: test
git hash: cf3167cf1e969b17671a4d3d956d22718a8ceb85
gcc versi
On Sat, Oct 11, 2014 at 01:37:56AM +0530, Sumit Semwal wrote:
> Devices sharing buffers using dma-buf could benefit from sharing their
> constraints via struct device, and dma-buf framework would manage the
> common constraints for all attached devices per buffer.
>
> With that information, we cou
Hi,
got a weird issue here.
Trying to run my satellite box through my media center and all is good.
Slight issue when viewing though is that the capture stream seems to
crop the height of the input? Basically the bottom of what's shown using
the capture device is not the same as direct ou
Use dev_err instead of pt1_printk
o reduce object code size
o remove now unused pt1_printk macro
Neaten dev_ uses in pt3
o add missing newlines
o align arguments
o remove unnecessary OOM messages as there's a generic one
o typo fixes in messages
Signed-off-by: Joe Perches
---
drivers/media/pci/
Hi Gregor,
Em Sun, 05 Oct 2014 21:38:45 +0200
Gregor Jasny escreveu:
> Hello,
>
> On 04/10/14 16:22, Mauro Carvalho Chehab wrote:
> > Em Tue, 30 Sep 2014 18:29:26 +0200
> > Hans de Goede escreveu:
> >> About the 1.6.0 release, please do not release it until the series
> >> fixing the regressio
Hi,
Why:
While sharing buffers using dma-buf, currently there's no mechanism to let
devices share their memory access constraints with each other to allow for
delayed allocation of backing storage.
This RFC attempts to introduce the idea of memory constraints of a device,
and how these cons
Add the build files for cenalloc, the constraints-enabled allocation
helper framework for dma-buf.
Signed-off-by: Sumit Semwal
Cc: linux-ker...@vger.kernel.org
Cc: Greg Kroah-Hartman
Cc: linux-media@vger.kernel.org
Cc: dri-de...@lists.freedesktop.org
Cc: linaro-mm-...@lists.linaro.org
---
drive
Devices sharing buffers using dma-buf could benefit from sharing their
constraints via struct device, and dma-buf framework would manage the
common constraints for all attached devices per buffer.
With that information, we could have a 'generic' allocator helper in
the form of a central dma-buf ex
At present, struct device lacks a mechanism of exposing memory
access constraints for the device.
Consequently, there is also no mechanism to share these constraints
while sharing buffers using dma-buf.
If we add support for sharing such constraints, we could use that
to try to collect requiremen
From: Benjamin Gaignard
Signed-off-by: Benjamin Gaignard
Signed-off-by: Sumit Semwal
Cc: linux-ker...@vger.kernel.org
Cc: Greg Kroah-Hartman
Cc: linux-media@vger.kernel.org
Cc: dri-de...@lists.freedesktop.org
Cc: linaro-mm-...@lists.linaro.org
---
drivers/cenalloc/Makefile |
The following patch adds the usb ids for the iPassion chip. This chip is found
on D-Link DIR-930 IP cameras. For them to work this patch needs to be applied.
I am almost certain that this is the incorrect fix. Could someone shed a bit of
light on how i should really implement the fix ?
Signed-off-
This camera chip can be found on D-Link DIR-930 IP cameras.
Signed-off-by: John Crispin
---
drivers/media/usb/uvc/uvc_driver.c | 11 +++
1 file changed, 11 insertions(+)
diff --git a/drivers/media/usb/uvc/uvc_driver.c
b/drivers/media/usb/uvc/uvc_driver.c
index f8135f4..abf8bf2 100644
The Tevii S480 outputs 18V on startup for the LNB supply voltage and does not
automatically power down. This blocks other receivers connected
to a satellite channel router (EN50494), since the receivers can not send the
required DiSEqC sequences when the Tevii card is connected to a the same SCR.
Hi,
with kernel 3.17 the imon remote control for device 15c2:0034 (built into the
Thermaltake DH102) does not work anymore, only the front panel buttons.
I digged through the changes made for imon.c and found the problem in
the following part of the commit 120703f9eb32033f0e39bdc552c0273c8ab45f33
Hi Hans,
On 10/10/2014 10:54 AM, Hans Verkuil wrote:
Hi Jacek,
I didn't do an in-depth review, but one thing caught my eye:
On 10/08/2014 10:46 AM, Jacek Anaszewski wrote:
The plugin provides support for the media device on Exynos4 SoC.
Added is also a media device configuration file parser.
Current VPE driver does not start the job untill all the buffers for
a transaction are not queued. When running in multiple context, this might
increase the processing latency.
Alternate solution would be to try to continue the same context as long as
buffers for the transaction are ready; else sw
The video source can generate the data in the SEQ_TB buffer format.
In the case of TI SoC, the IVA_HD can generate the interlaced content in
the SEQ_TB buffer format. This is the format where the top and bottom field
data can be contained in a single buffer. For example, for NV12, interlaced
format
This patchset adds following improvements for the ti-vpe driver.
* Support SEQ_TB format for interlaced buffers
Some of the video decoders generate interlaced content in SEQ_TB format
Y top, T bottom in one plane and UV top, UV bottom in another
* Improve multi instance latency
From: Archit Taneja
For n input fields, the VPE de-interlacer creates n - 2 progressive frames.
To support this, we use line average mode of de-interlacer for the first 2
input fields to generate 2 progressive frames. We then revert back to the
preferred EDI method, and create n - 2 frames, crea
The data_offset in v4l2_planes structure will help us point to the start of
data content for that particular plane. This may be useful when a single
buffer contains the data for different planes e.g. Y planes of two fields in
the same buffer. With this, user space can pass queue top field and
botto
Hi Patrick,
Am 09.10.2014 um 17:26 schrieb Patrick Boettcher:
> Hi Jan,
>
>> What exactly do the i2c-errors mean?
>
> I can't tell you exactly what happens in the device, but I can tell you
> that I have the same problem with my device on my PC sometimes.
>
> In addition to this I2c-failures
Hi Jacek,
I didn't do an in-depth review, but one thing caught my eye:
On 10/08/2014 10:46 AM, Jacek Anaszewski wrote:
The plugin provides support for the media device on Exynos4 SoC.
Added is also a media device configuration file parser.
The media configuration file is used for conveying info
Initialize components variable in order to avoid
the possibility of using it uninitialized.
Signed-off-by: Jacek Anaszewski
---
drivers/media/platform/s5p-jpeg/jpeg-core.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-core.c
b/driver
Hi,
On 10/09/2014 07:46 PM, Gregor Jasny wrote:
Hi,
On 08/10/14 10:46, Jacek Anaszewski wrote:
This patch adds a plugin for the Exynos4 camera. I wanted to split
at least the parser part to the separate module but encountered
some problems with autotools configuration and therefore I'd like
to
Hi,
On 10/09/2014 10:20 AM, Hans de Goede wrote:
Hi,
On 10/08/2014 03:22 PM, Jacek Anaszewski wrote:
Hi Hans,
On 10/08/2014 02:42 PM, Hans de Goede wrote:
+}
+
+/* refresh device topology data after linking */
+release_entities(mdev);
+
+ret = get_device_topology(mdev);
+
(This patch is from Divneil except for the vivid changes which I added. He had
difficulties posting the patch without the mailer mangling it, so I'm reposting
it for him)
- vb2 drivers to rely on VB2_MAX_FRAME.
- VB2_MAX_FRAME bumps the value to 64 from current 32
Signed-off-by: Divneil Wadhawa
Hi Alaganjar,
On Fri, Oct 10, 2014 at 02:08:43AM +0530, Alaganraj Sandhanam wrote:
> Hi Sakari,
>
> On Wednesday 08 October 2014 05:03 PM, Sakari Ailus wrote:
> > Hi Alaganjar,
> >
> > On Tue, Oct 07, 2014 at 02:37:37AM +0530, Alaganraj Sandhanam wrote:
> >> Hi Sakari,
> >>
> >> Thanks for the p
29 matches
Mail list logo