Commit Graph

7 Commits

Author SHA1 Message Date
Maxime Ripard bbf6cb5ef4 drv: Add LIBVA_CEDRUS_DEV env variable to retrieve our device
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
2018-04-20 11:26:08 +02:00
Maxime Ripard d758a0d425 Rework buffer and slice handling
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
2018-04-20 11:23:14 +02:00
Maxime Ripard 4328b65621 cedrus: close request FD on terminate
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
2018-04-20 11:11:08 +02:00
Maxime Ripard d347d12168 fixup! context: call streamoff when destroying the context 2018-04-20 10:39:38 +02:00
Paul Kocialkowski 923a001e50 libva: Catch up with the latest version of the media request API
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
2018-03-09 14:28:27 +01:00
Florent Revest ad22b93f9e Include config.h to have VA_DRIVER_INIT_FUNC
The VA_DRIVER_INIT_FUNC macro is defined by configure in config.h, if
this header is not included then the init symbol will not be present and
libVA will not be able to load this backend.
2016-08-26 15:42:56 +02:00
Florent Revest e263c9542c Adds a sunxi-cedrus-drv-video libVA backend
This VA backend uses v4l2's Frame API proposal to interface with the
"sunxi-cedrus" video driver on Allwinner SoC. Only a few parts of the
code are really dependent on sunxi-cedrus and this VA backend could be
reused for other v4l drivers using the Frame API.
2016-08-25 16:19:34 +02:00