summaryrefslogtreecommitdiffstats
path: root/src/vivante.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vivante.h')
-rw-r--r--src/vivante.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/vivante.h b/src/vivante.h
new file mode 100644
index 0000000..f9049ac
--- /dev/null
+++ b/src/vivante.h
@@ -0,0 +1,18 @@
+/*
+ * Vivante GPU Acceleration Xorg driver
+ *
+ * Written by Russell King, 2012, derived in part from the
+ * Intel xorg X server driver.
+ */
+#ifndef VIVANTE_H
+#define VIVANTE_H
+
+struct drm_armada_bufmgr;
+struct drm_armada_bo;
+
+/* Acceleration support */
+Bool vivante_ScreenInit(ScreenPtr pScreen, struct drm_armada_bufmgr *bufmgr);
+void vivante_free_pixmap(PixmapPtr pixmap);
+void vivante_set_pixmap_bo(PixmapPtr pixmap, struct drm_armada_bo *bo);
+
+#endif