summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/power.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/gma500/power.h')
-rw-r--r--drivers/gpu/drm/gma500/power.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/gma500/power.h b/drivers/gpu/drm/gma500/power.h
index 0c89c4d6ec20..243b9dd00910 100644
--- a/drivers/gpu/drm/gma500/power.h
+++ b/drivers/gpu/drm/gma500/power.h
@@ -55,18 +55,9 @@ bool gma_power_begin(struct drm_device *dev, bool force);
void gma_power_end(struct drm_device *dev);
/*
- * Use this function to do an instantaneous check for if the hw is on.
- * Only use this in cases where you know the mutex is already held such
- * as in irq install/uninstall and you need to
- * prevent a deadlock situation. Otherwise use gma_power_begin().
- */
-bool gma_power_is_on(struct drm_device *dev);
-
-/*
* GFX-Runtime PM callbacks
*/
int psb_runtime_suspend(struct device *dev);
int psb_runtime_resume(struct device *dev);
-int psb_runtime_idle(struct device *dev);
#endif /*_PSB_POWERMGMT_H_*/