summaryrefslogtreecommitdiffstats
path: root/src/vivante.h
blob: f9049acb2c98ac4b42693f3d158313ffccbdd888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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