summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/msm_gpu.h
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2013-09-16 18:53:44 +0200
committerLucas Stach <l.stach@pengutronix.de>2013-09-17 08:45:22 +0200
commit3d5da20a404c5b45e5eca435b028165e70e01105 (patch)
tree1003e2e93700fb303ea5539dee2486f7169277ae /drivers/gpu/drm/msm/msm_gpu.h
parent67cc74905799e26d884894d1d29807cdb7a49166 (diff)
downloadlinux-3d5da20a404c5b45e5eca435b028165e70e01105.tar.gz
linux-3d5da20a404c5b45e5eca435b028165e70e01105.tar.xz
WIP: decouple adreno gpu accessors from msm code
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/msm/msm_gpu.h')
-rw-r--r--drivers/gpu/drm/msm/msm_gpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/msm/msm_gpu.h b/drivers/gpu/drm/msm/msm_gpu.h
index 35e45b865e44..124b38d1e61a 100644
--- a/drivers/gpu/drm/msm/msm_gpu.h
+++ b/drivers/gpu/drm/msm/msm_gpu.h
@@ -76,7 +76,8 @@ int msm_gpu_init(struct drm_device *drm, struct platform_device *pdev,
void msm_gpu_cleanup(struct msm_gpu *gpu);
struct msm_gpu *a3xx_gpu_init(struct drm_device *dev,
- struct adreno_gem *gem, struct workqueue_struct *wq);
+ struct adreno_gem *gem, struct workqueue_struct *wq,
+ int reglog);
void __init a3xx_register(void);
void __exit a3xx_unregister(void);