drm/msm/adreno: split adreno device out into it's own file
We'd rather not duplicate these parts as support for additional gpu generations is added. Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
@@ -167,7 +167,7 @@ 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);
|
||||
void __init a3xx_register(void);
|
||||
void __exit a3xx_unregister(void);
|
||||
void __init adreno_register(void);
|
||||
void __exit adreno_unregister(void);
|
||||
|
||||
#endif /* __MSM_GPU_H__ */
|
||||
|
Reference in New Issue
Block a user