diff options
author | Russell King <rmk@arm.linux.org.uk> | 2013-12-08 22:10:39 +0000 |
---|---|---|
committer | Russell King <rmk@arm.linux.org.uk> | 2013-12-08 22:15:21 +0000 |
commit | c46faad66a8d44b67b9b270649c0b9812bf9eff7 (patch) | |
tree | 57eb54f705e1059ce32be27d910edc2b91e35ece /debian | |
parent | 6fcf08e81615ac4a571220b9ebfbbb91eeeae8d0 (diff) |
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>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 93f3ae5..e20dcb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libvmeta (2.0) precise; urgency=low + + * Convert to use new BMM dma_buf APIs + + -- Russell King <rmk@arm.linux.org.uk> Sat, 7 Dec 2013 16:10:02 +0000 + libvmeta (1.0ubuntu2.rmk4) precise; urgency=low * Convert to use bmm_malloc_aligned_phys() API |