summaryrefslogtreecommitdiff
path: root/uio_vmeta.h
AgeCommit message (Collapse)Author
2013-12-08Update vmeta to BMMv2HEADv2.0masterRussell King
Update vmeta to use the dma_buf handling now provided by libbmm v2. This permits more flexible buffer management, as the buffers can now be passed via a standardized mechanism to other subsystems (such as DRM), and image data to be encoded can be accepted directly from other subsystems without needing to be copied. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2012-11-11Convert to use shmem for shared software contextRussell King
2012-10-23Add support for /dev/vmeta miscdeviceRussell King
The kernel folk don't like the uio ioctl idea, so we can't use uio for this driver. Instead, switch it to be a self-contained miscdevice. This adds support to this library for the miscdevice interface.
2012-10-23Move user id management into the kernel driverRussell King
Move the user id management into the kernel driver. This removes the necessity to export operations on kernel semaphores to userspace, along with the kernel shared memory.
2012-10-18Fix file modes on source files.Russell King
2010-10-26update libvmeta to "build-004" versionJoseph Lo