Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-08 | Update vmeta to BMMv2HEADv2.0master | Russell 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> | |||
2013-06-23 | Convert to use bmm_malloc_aligned_phys() API | Russell King | |
BMM internally allocates memory by physical address, and then maps it to a virtual address. Rather than using an API which returns the virtual address which then has to be re-translated back to a physical address, use an API which gets us all the information we need in one go. This gets rid of the bmm_get_paddr() step when allocating memory. | |||
2012-10-23 | Update debian build files | Russell King | |
2012-10-23 | Convert to autotools | Russell King | |