9 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult
8247368935 drop dead code
There's a dead code that ifdef'ed-out. Probably not really needed anymore.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-08 15:07:23 +01:00
Povilas Kanapickas
e6a4c4740c meson: Add dependency on xv
Symbols such as XvCreateImage, XvPutImage, XvGetPortAttribute come from
libXv.so. Linking to this dependency directly fixes build errors on
Debian Bookworm against xserver 21.1.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
2025-02-10 19:04:52 +02:00
Ville Syrjälä
781fd07e55 meson: Add meson build system
Allow building the driver with meson. Could probably use
plenty of cleanups, but at least it gives me a working driver.
And I think I managed to make it build everything that
autotools builds.

Quite a few compiler warnings were suppressed as well. Might
want to look at those at some point.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
2018-02-06 13:12:33 +00:00
Chris Wilson
cd381ad96e xvmc: Refactor mutex locking
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2014-06-13 09:31:50 +01:00
Chris Wilson
bccfb768ee xvmc: Sanitize compile and library flags
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2014-06-13 09:19:31 +01:00
Chris Wilson
c489934ed7 xvmc: Handle allocation failure around batch submission
If we fail to allocate a new batch, just stall and reuse the old one
rather than crashing.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2013-11-11 15:05:56 +00:00
Chris Wilson
7b78f25d89 xvmc: Handle errors along allocation path
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2013-10-22 16:43:19 +01:00
Chris Wilson
bd6ffd1ad2 configure: Print a summary of compilation options
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2013-07-28 14:51:56 +01:00
Chris Wilson
45d4e8dcf9 uxa: Clear up the common intel directory
Move all the UXA backend specifc files into their own subdirectory.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2013-07-28 14:49:07 +01:00