linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* v4l2-compliance revision vs Kernel version
@ 2014-10-09 21:45 Benoit Parrot
  2014-10-09 22:03 ` Hans Verkuil
  0 siblings, 1 reply; 3+ messages in thread
From: Benoit Parrot @ 2014-10-09 21:45 UTC (permalink / raw)
  To: linux-media, hverkuil

Hi,

Can someone point me toward a mapping of v4l2-compliance release vs kernel version?

I am currently working with a 3.14 kernel and would like to find the matching v4l2-compliance version.
I am  using git://linuxtv.org/v4l-utils.git commit id:
3719cef libdvbv5: reimplement the logic that gets a full section

But on 3.14 running that version against vivi.ko shows a few failures and a bunch of "Not Supported".

Thanks,
Benoit

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: v4l2-compliance revision vs Kernel version
  2014-10-09 21:45 v4l2-compliance revision vs Kernel version Benoit Parrot
@ 2014-10-09 22:03 ` Hans Verkuil
  2014-10-09 22:08   ` Benoit Parrot
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2014-10-09 22:03 UTC (permalink / raw)
  To: Benoit Parrot, linux-media

Hi Benoit,

On 10/09/2014 11:45 PM, Benoit Parrot wrote:
> Hi,
>
> Can someone point me toward a mapping of v4l2-compliance release vs kernel version?

There isn't any. It's trial and error, I'm afraid. The primary use-case of v4l2-compliance is
testing drivers in the bleeding-edge media_tree.git repo.

>
> I am currently working with a 3.14 kernel and would like to find the matching v4l2-compliance version.
> I am  using git://linuxtv.org/v4l-utils.git commit id:
> 3719cef libdvbv5: reimplement the logic that gets a full section
>
> But on 3.14 running that version against vivi.ko shows a few failures and a bunch of "Not Supported".

"Not Supported" is not an error. It just means that the driver doesn't support that ioctl, so
no compliance tests for that ioctl are done.

Regards,

	Hans

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: v4l2-compliance revision vs Kernel version
  2014-10-09 22:03 ` Hans Verkuil
@ 2014-10-09 22:08   ` Benoit Parrot
  0 siblings, 0 replies; 3+ messages in thread
From: Benoit Parrot @ 2014-10-09 22:08 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: linux-media

Hi Hans,

Hans Verkuil <hverkuil@xs4all.nl> wrote on Fri [2014-Oct-10 00:03:01 +0200]:
> Hi Benoit,
> 
> On 10/09/2014 11:45 PM, Benoit Parrot wrote:
> >Hi,
> >
> >Can someone point me toward a mapping of v4l2-compliance release vs kernel version?
> 
> There isn't any. It's trial and error, I'm afraid. The primary use-case of v4l2-compliance is
> testing drivers in the bleeding-edge media_tree.git repo.

Thanks for the quick reply.
I had a feeling that was going to be the case, but had to check.
> 
> >
> >I am currently working with a 3.14 kernel and would like to find the matching v4l2-compliance version.
> >I am  using git://linuxtv.org/v4l-utils.git commit id:
> >3719cef libdvbv5: reimplement the logic that gets a full section
> >
> >But on 3.14 running that version against vivi.ko shows a few failures and a bunch of "Not Supported".
> 
> "Not Supported" is not an error. It just means that the driver doesn't support that ioctl, so
> no compliance tests for that ioctl are done.

Yeah I know but i am getting those even for simple stuff like:

Buffer ioctls:
	test VIDIOC_REQBUFS/CREATE_BUFS/QUERYBUF: OK
	test VIDIOC_EXPBUF: OK (Not Supported)
	test read/write: OK
	test MMAP: OK (Not Supported)
	test USERPTR: OK (Not Supported)
	test DMABUF: OK (Not Supported)

 
Regards,
Benoit

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-09 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09 21:45 v4l2-compliance revision vs Kernel version Benoit Parrot
2014-10-09 22:03 ` Hans Verkuil
2014-10-09 22:08   ` Benoit Parrot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).