]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/omapdrmtest.git/log
glsdk/omapdrmtest.git
11 years agoviddec3test: -h, --help command line options
Vincent Stehlé [Fri, 10 Aug 2012 12:00:51 +0000 (14:00 +0200)]
viddec3test: -h, --help command line options

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
11 years agoIgnore tags
Vincent Stehlé [Thu, 5 Jul 2012 13:12:07 +0000 (15:12 +0200)]
Ignore tags

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
11 years agoAdd disp_close, disp_x11_close
Vincent Stehlé [Wed, 6 Jun 2012 16:33:15 +0000 (18:33 +0200)]
Add disp_close, disp_x11_close

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
11 years agoviddec3test: better initialization of buffer fields
Vincent Stehlé [Mon, 4 Jun 2012 08:01:43 +0000 (10:01 +0200)]
viddec3test: better initialization of buffer fields

We zero the allocated structures and initialize more fields to their correct
values. This, to avoid complaints from the codec.

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
11 years agoadd NOCONFIGURE support to autogen.sh
Rob Clark [Fri, 11 May 2012 01:38:10 +0000 (20:38 -0500)]
add NOCONFIGURE support to autogen.sh

11 years agoadd --disable-x11 option
Rob Clark [Thu, 10 May 2012 18:03:11 +0000 (13:03 -0500)]
add --disable-x11 option

For example, if you have x11/libdri2 but don't want to build x11
support, or if you have a pre-dri2video version of libdri2.

11 years agoPreserve user $CFLAGS
Vincent Stehlé [Tue, 8 May 2012 09:12:42 +0000 (11:12 +0200)]
Preserve user $CFLAGS

Do not override the $CFLAGS variable internally to allow specifying it at
configure time. Keep the Linux kernel include path flags in a separate
LIN_CFLAGS variable.

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
12 years agoutil: silence the compiler
Víctor Manuel Jáquez Leal [Mon, 16 Apr 2012 10:39:01 +0000 (12:39 +0200)]
util: silence the compiler

The compiler complains about this:

util.c: In function 'disp_get_vid_buffers':
util.c:76:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

This patch makes the counter variable unsigned too.

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
12 years agoconfigure.ac: pass kernel source path
Víctor Manuel Jáquez Leal [Mon, 2 Apr 2012 17:03:47 +0000 (19:03 +0200)]
configure.ac: pass kernel source path

By default the configure.ac only checked for videodev2.h in
/usr/src/linux-headers-$kversion.

With this patch the user can pass the kernel source path with the parameter
--with-kernel-source.

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
12 years agofliptest: request OMAP_BO_SCANOUT buffers
Vincent Stehlé [Fri, 30 Mar 2012 15:03:25 +0000 (17:03 +0200)]
fliptest: request OMAP_BO_SCANOUT buffers

Works on OMAP5 µEVM.

Signed-off-by: Vincent Stehlé <v-stehle@ti.com>
12 years agoAdd linux-headers include dir
Xavier Boudet [Fri, 30 Mar 2012 09:52:55 +0000 (09:52 +0000)]
Add linux-headers include dir

Signed-off-by: Xavier Boudet <x-boudet@ti.com>
12 years agofixes for proper stride for tiled buffers
Rob Clark [Thu, 1 Mar 2012 17:14:02 +0000 (11:14 -0600)]
fixes for proper stride for tiled buffers

12 years agoviddec: support for multiple decoder instances
Rob Clark [Thu, 1 Mar 2012 17:10:43 +0000 (11:10 -0600)]
viddec: support for multiple decoder instances

Enable support for testing multiple decoders in a single process.

12 years agox11: only open driver once
Rob Clark [Thu, 1 Mar 2012 17:01:15 +0000 (11:01 -0600)]
x11: only open driver once

This is needed if you have multiple dri2video windows in a single
process, since GEM handles only have meaning within the context of
a single file-open.

12 years agoviddec3test: add profiling for render times
Rob Clark [Tue, 31 Jan 2012 16:27:26 +0000 (10:27 -0600)]
viddec3test: add profiling for render times

12 years agocamera/v4l2 fixes
Rob Clark [Tue, 31 Jan 2012 16:27:01 +0000 (10:27 -0600)]
camera/v4l2 fixes

12 years agoadd missing #include's for config.h
Rob Clark [Thu, 26 Jan 2012 20:03:54 +0000 (14:03 -0600)]
add missing #include's for config.h

12 years agoWIP: x11/dri2video support
Rob Clark [Thu, 26 Jan 2012 20:02:06 +0000 (14:02 -0600)]
WIP: x11/dri2video support

12 years agofix typo in checking for libdri2
Rob Clark [Sat, 21 Jan 2012 19:55:37 +0000 (13:55 -0600)]
fix typo in checking for libdri2

12 years agoOnly enable v4l2/dmabuf tests if supported
Rob Clark [Sat, 21 Jan 2012 19:47:39 +0000 (13:47 -0600)]
Only enable v4l2/dmabuf tests if supported

Test v4l2 headers, and only enable v4l2/dmabuf tests if dmabuf support
is detected.

12 years agoadd viddec3 decoder test
Rob Clark [Thu, 26 Jan 2012 20:24:26 +0000 (14:24 -0600)]
add viddec3 decoder test

12 years agoadd video buffer lock/unlock API
Rob Clark [Thu, 26 Jan 2012 20:24:13 +0000 (14:24 -0600)]
add video buffer lock/unlock API

Intended to make life easier for clients like video decode test, which
needs a pool of buffers it can allocate from, and later free back to.

12 years agoadd video buffer support
Rob Clark [Sat, 21 Jan 2012 00:09:13 +0000 (18:09 -0600)]
add video buffer support

12 years agov4l2: add mcf pipeline setup
Rob Clark [Sat, 17 Dec 2011 01:45:30 +0000 (19:45 -0600)]
v4l2: add mcf pipeline setup

The MEDIA_IOC_SETUP_LINK sometimes fails with a timeout msg, and DQBUF
still hangs, but at least now it isn't failing at STREAMON.

12 years agoInitial commit
Rob Clark [Mon, 5 Dec 2011 21:13:10 +0000 (15:13 -0600)]
Initial commit