summaryrefslogtreecommitdiff
path: root/src/vivante_accel.h
AgeCommit message (Collapse)Author
2014-09-13vivante: validate source/destination formatsRussell King
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2014-03-20Disable vivante batch processingRussell King
With modern kernel drivers, there is no need to implement batching; this is only necessary if the kernel driver is buggy and allows the commit-with-stall to return before the pending operations have been completed. This allows removal of the batch code; however, keeping the batch code around is wise should the bug reappear in later code drops. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2014-03-20Move Picture format into vivante_pixmapRussell King
Rather than carrying this around as a separate variable, store it in the vivante_pixmap structure so it follows the pixmap around. This ensures we have a consistent set of metadata about the image stored in the pixmap. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2013-12-04compat-api stuff addedSergey Bolshakov
Signed-off-by: Sergey Bolshakov <sbolshakov@altlinux.org> Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2013-06-14Initialize vivante drm_fd in vivante_ScreenInitRussell King
Move drm_fd out of the DRI2 code into the upper vivante layer. Signed-off-by: Russell King <rmk_cubox@arm.linux.org.uk>
2013-06-14Initial checkin of Marvell Armada xorg driverRussell King
Signed-off-by: Russell King <rmk_cubox@arm.linux.org.uk>