summaryrefslogtreecommitdiff
path: root/armada_bufmgr.h
AgeCommit message (Collapse)Author
2015-07-31Add prime importRussell King
Add DRM prime import support to the armada-drm buffer manager. This allows dma_bufs to be imported into armada-drm for display. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2014-10-12Add drm_armada_cache_reap()Russell King
Provide an API to allow libdrm-armada's internal BO cache to be reaped. This API returns TRUE if there are still BOs in the cache which may be reaped at a later time, which allows users to schedule further reaps. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2014-10-12Add drm_armada_bo_create_size()Russell King
Allow arbitary sized bos to be created. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2013-09-22Remove drm_armada_bo_create_phys()Russell King
We no longer need this function, because we can do everything via the dma_buf passing methods. So, get rid of this. Signed-off-by: Russell King <rmk_cubox@arm.linux.org.uk>
2013-09-22Remove drm_armada_bo_phys() and its associated ioctlRussell King
drm_armada_bo_phys() is no longer necessary with dmabuf support, so drop it from the library. Also get rid of the bo "phys" member. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2013-09-22Initial prime supportRussell King
Add initial prime support for exporting gem objects via dmabuf. Signed-off-by: Russell King <rmk_cubox@arm.linux.org.uk>
2013-05-21Rename dove -> armadaRussell King
As this is not specific to Armada 510 (Dove) devices, but also appears on other Marvell Armada devices, use "armada" as the name rather than "dove". Signed-off-by: Russell King <rmk_cubox@arm.linux.org.uk>