summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm/msm_gpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/msm/msm_gpu.h')
-rw-r--r--drivers/gpu/drm/msm/msm_gpu.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/msm/msm_gpu.h b/drivers/gpu/drm/msm/msm_gpu.h
index 4d5ccba14853..4487e18ec526 100644
--- a/drivers/gpu/drm/msm/msm_gpu.h
+++ b/drivers/gpu/drm/msm/msm_gpu.h
@@ -51,17 +51,8 @@ struct msm_gpu {
struct iommu_domain *iommu;
int id;
-
- /* Power Control: */
- struct regulator *gpu_reg, *gpu_cx;
- struct clk *ebi1_clk, *grp_clks[5];
- uint32_t fast_rate, slow_rate, bus_freq;
- uint32_t bsc;
};
-int msm_gpu_pm_suspend(struct adreno_gpu *gpu);
-int msm_gpu_pm_resume(struct adreno_gpu *gpu);
-
void msm_gpu_retire(struct msm_gpu *gpu);
struct msm_gem_submit;
int msm_gpu_submit(struct msm_gpu *gpu, struct msm_gem_submit *submit,