summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_adreno.h
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2013-09-16 18:55:19 +0200
committerLucas Stach <l.stach@pengutronix.de>2013-09-17 10:51:36 +0200
commita19509d922fed36838c7b26dc58de3a3eb88bef4 (patch)
treefafeeb097dbcc13190a974079764cfc9f6295d6f /include/drm/drm_adreno.h
parent0cfdf63b987e5a6dc8df7784110312bb99101920 (diff)
downloadlinux-a19509d922fed36838c7b26dc58de3a3eb88bef4.tar.gz
linux-a19509d922fed36838c7b26dc58de3a3eb88bef4.tar.xz
WIP: finally turn all interfaces aroundmsm-rebase-master
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'include/drm/drm_adreno.h')
-rw-r--r--include/drm/drm_adreno.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/drm/drm_adreno.h b/include/drm/drm_adreno.h
index cae710cbc612..7d60dfdb5431 100644
--- a/include/drm/drm_adreno.h
+++ b/include/drm/drm_adreno.h
@@ -73,4 +73,12 @@ struct adreno_gem {
const char *adreno_get_name(struct adreno_gpu *gpu);
+/* Adreno 3xx module functions */
+int a3xx_gpu_init(struct drm_device *dev,
+ const struct adreno_gem *gem, struct workqueue_struct *wq,
+ int reglog, struct adreno_gpu **gpu,
+ struct adreno_gpu_funcs **funcs);
+void __init a3xx_register(void);
+void __exit a3xx_unregister(void);
+
#endif /* __DRM_ADRENO_H__ */