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 Feb 21 04:00:15 CET 2015
git branch: test
git hash: 135f9be9194cf7778eb73594aa55791b229cf27c
gcc versio
On 16.02.2015 12:40, Hans Verkuil wrote:
> On 02/11/2015 12:52 PM, Florian Echtler wrote:
>> does anyone have any suggestions why USERPTR still fails with dma-sg?
>>
>> Could I just disable the corresponding capability for the moment so that
>> the patch could perhaps be merged, and investigate thi
On Fri 2015-02-20 07:36:16, Greg KH wrote:
> On Fri, Feb 20, 2015 at 08:56:11AM +0100, Jacek Anaszewski wrote:
> > On 02/19/2015 10:40 PM, Greg KH wrote:
> > >On Thu, Feb 19, 2015 at 11:02:04AM +0200, Sakari Ailus wrote:
> > >>On Wed, Feb 18, 2015 at 11:47:47PM +0100, Pavel Machek wrote:
> > >>>
>
Hi,
It would seem to me that you are using application that are not
capable of handling frontends that do support multiple standards.
TVheadend 3.4.27 does not for sure. You will need to use the 3.9
series where you can define the wanted standard for each mux.
Also, w_scan needs to be fairly rece
Use helper functions to access current->state.
Direct assignments are prone to races and therefore buggy.
current->state = TASK_RUNNING can be replaced by __set_current_state()
Thanks to Peter Zijlstra for the exact definition of the problem.
Suggested-By: Peter Zijlstra
Signed-off-by: Fabian F
> On Fri, Feb 20, 2015 at 05:43:15PM +, Simon Kenyon wrote:
>what is the recommended way to scan?
>
>scan/dvbscan/scan-s2/w_scan/dvbv5-scan
>
I've documented some information at the bottom of this page:
TV Tuner
http://wiki.gentoo.org/wiki/TV_Tuner
See section "5.3 Test DVB Signal Strength" fo
On 02/20/2015 05:38 PM, Kamil Debski wrote:
> The s5p-mfc driver interprets a buffer with bytesused equal to 0 as a
> special case indicating end-of-stream. After vb2: fix bytesused == 0
> handling (8a75ffb) patch videobuf2 modified the value of bytesused if it
> was 0. The allow_zero_bytesused fla
On 02/20/2015 05:38 PM, Kamil Debski wrote:
> The coda driver interprets a buffer with bytesused equal to 0 as a special
> case indicating end-of-stream. After vb2: fix bytesused == 0 handling
> (8a75ffb) patch videobuf2 modified the value of bytesused if it was 0.
> The allow_zero_bytesused flag w
Hi Kamil,
One question and one typo below...
On 02/20/2015 05:38 PM, Kamil Debski wrote:
> The vb2: fix bytesused == 0 handling (8a75ffb) patch changed the behavior
> of __fill_vb2_buffer function, so that if bytesused is 0 it is set to the
> size of the buffer. However, bytesused set to 0 is use
The vb2: fix bytesused == 0 handling (8a75ffb) patch changed the behavior
of __fill_vb2_buffer function, so that if bytesused is 0 it is set to the
size of the buffer. However, bytesused set to 0 is used by older codec
drivers as as indication used to mark the end of stream.
To keep backward compa
The s5p-mfc driver interprets a buffer with bytesused equal to 0 as a
special case indicating end-of-stream. After vb2: fix bytesused == 0
handling (8a75ffb) patch videobuf2 modified the value of bytesused if it
was 0. The allow_zero_bytesused flag was added to videobuf2 to keep
backward compatibil
The coda driver interprets a buffer with bytesused equal to 0 as a special
case indicating end-of-stream. After vb2: fix bytesused == 0 handling
(8a75ffb) patch videobuf2 modified the value of bytesused if it was 0.
The allow_zero_bytesused flag was added to videobuf2 to keep
backward compatibility
This patch splits the io_flags member of vb2_queue into a bit field.
Instead of an enum with flags separate bit fields were introduced.
Signed-off-by: Kamil Debski
Acked-by: Hans Verkuil
---
drivers/media/v4l2-core/videobuf2-core.c | 17 +
include/media/videobuf2-core.h
Hi Linus,
Could you please pull a few dma-buf changes for 3.20-rc1? Nothing
fancy, minor cleanups.
The following changes since commit b942c653ae265abbd31032f3b4f5f857e5c7c723:
Merge tag 'trace-sh-3.19' of
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
(2015-01-22 06:26:07 +1
Hello,
I'm owning an Elgato EyeTV hybrid USB stick that I'm using daily on my
iMac, now I'd like to use it on my laptop too but I'm unable to get it
running. Is this device already supported? If not, is there any way I
can help? I've already opened my device and uploaded the photos to the
linux TV
On 02/20/2015 04:36 PM, Greg KH wrote:
On Fri, Feb 20, 2015 at 08:56:11AM +0100, Jacek Anaszewski wrote:
On 02/19/2015 10:40 PM, Greg KH wrote:
On Thu, Feb 19, 2015 at 11:02:04AM +0200, Sakari Ailus wrote:
On Wed, Feb 18, 2015 at 11:47:47PM +0100, Pavel Machek wrote:
On Wed 2015-02-18 17:20:
On Fri, Feb 20, 2015 at 08:56:11AM +0100, Jacek Anaszewski wrote:
> On 02/19/2015 10:40 PM, Greg KH wrote:
> >On Thu, Feb 19, 2015 at 11:02:04AM +0200, Sakari Ailus wrote:
> >>On Wed, Feb 18, 2015 at 11:47:47PM +0100, Pavel Machek wrote:
> >>>
> >>>On Wed 2015-02-18 17:20:22, Jacek Anaszewski wrote
--
This is to inform all webmail users that there will be maintenance of
our email service,our message centre
have to be reset because of high amount of spam mails we receive
daily,to protect your account from unauthorized access and upgrade your
email CLICK the link below to upgrade your m
On 2015-02-20 10:29, Arnd Bergmann wrote:
> On Thursday 19 February 2015 16:06:18 Michal Marek wrote:
>>> We have similar problems in other areas
>>> of the kernel. In theory, we could enforce the VIDEO_TUNER driver to
>>> be modular here by adding lots of dependencies to it:
>>>
>>> config VIDEO_T
A bunch of nice core cleanups:
The first 6 patches replace the last few .ioctl ops by .unlocked_ioctl,
finally allowing the old .ioctl op to die.
The next two patches do the same for the g/s_priority ioctl ops: this is
now fully handled by the V4L2 core.
The next cleanup I should look into is to
On 02/19/2015 08:33 PM, Mauro Carvalho Chehab wrote:
> Em Wed, 18 Feb 2015 16:37:38 +0100
> Hans Verkuil escreveu:
>
>> Hi Mauro,
>>
>> On 02/18/2015 04:29 PM, Mauro Carvalho Chehab wrote:
>>> Prefix all DVB media controller entities with "dvb-" and use dash
>>> instead of underline at the names.
Em Fri, 20 Feb 2015 03:44:28 +0200
Antti Palosaari escreveu:
> On 02/20/2015 03:36 AM, Mauro Carvalho Chehab wrote:
> > Em Fri, 20 Feb 2015 02:47:44 +0200
> > Antti Palosaari escreveu:
> >
> >> Mauro
> >> Did that patch went to stable? I see you have committed original patch
> >> from patchwork,
Em Fri, 20 Feb 2015 10:29:42 +0100
Arnd Bergmann escreveu:
> On Thursday 19 February 2015 16:06:18 Michal Marek wrote:
> > > We have similar problems in other areas
> > > of the kernel. In theory, we could enforce the VIDEO_TUNER driver to
> > > be modular here by adding lots of dependencies to i
On Thursday 19 February 2015 16:06:18 Michal Marek wrote:
> > We have similar problems in other areas
> > of the kernel. In theory, we could enforce the VIDEO_TUNER driver to
> > be modular here by adding lots of dependencies to it:
> >
> > config VIDEO_TUNER
> > tristate
> > depends o
The following changes since commit 135f9be9194cf7778eb73594aa55791b229cf27c:
[media] dvb_frontend: start media pipeline while thread is running
(2015-02-13 21:10:17 -0200)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git for-v3.20g
for you to fetch changes
On 02/19/2015 04:40 PM, Kamil Debski wrote:
> The vb2: fix bytesused == 0 handling (8a75ffb) patch changed the behavior
> of __fill_vb2_buffer function, so that if bytesused is 0 it is set to the
> size of the buffer. However, bytesused set to 0 is used by older codec
> drivers as as indication use
>> It is increased to 70 ms already,.
A great I will test with this value and see if it is ok.
>> I don't understand what you mean. Likely you are not understanding how DVB-T
>> and DVB-T2 works. There is transmitter which uses DVB-T or DVB-T2, not both
>> standards same time. You have to sele
On 02/19/2015 04:40 PM, Kamil Debski wrote:
> This patch splits the io_flags member of vb2_queue into a bit field.
> Instead of an enum with flags separate bit fields were introduced.
>
> Signed-off-by: Kamil Debski
Acked-by: Hans Verkuil
Regards,
Hans
> ---
> drivers/media/v4l2-cor
Hi Pavel,
On 02/20/2015 09:16 AM, Pavel Machek wrote:
Hi!
+What: /sys/class/leds//available_sync_leds
+Date: February 2015
+KernelVersion: 3.20
+Contact: Jacek Anaszewski
+Description: read/write
+ Space separated list of LEDs available for flash strobe
Hi!
> +What:/sys/class/leds//available_sync_leds
> +Date:February 2015
> +KernelVersion: 3.20
> +Contact: Jacek Anaszewski
> +Description: read/write
> + Space separated list of LEDs available for flash strobe
> + synchroni
30 matches
Mail list logo