summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_adreno.h
diff options
context:
space:
mode:
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__ */