aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/gma500/power.h
diff options
context:
space:
mode:
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2013-04-06 00:45:22 +0200
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2013-04-07 17:09:34 +0200
commit888eef2e8c2d9fc2e6ccf58fb4a8f9f6d8ff9a22 (patch)
treead1171157ae796e262b6262821e355d46bca1a62 /drivers/gpu/drm/gma500/power.h
parent8ba8209fefb67edf2ecbb92e9f16008bfaa1b031 (diff)
drm/gma500: Add hooks for hibernation
Currently we do whatever is done during suspend/resume but we might need some more work for hibernation so keep them in separate functions. Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/power.h')
-rw-r--r--drivers/gpu/drm/gma500/power.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/power.h b/drivers/gpu/drm/gma500/power.h
index 1969d2ecb32..56d8708bd41 100644
--- a/drivers/gpu/drm/gma500/power.h
+++ b/drivers/gpu/drm/gma500/power.h
@@ -41,6 +41,9 @@ void gma_power_uninit(struct drm_device *dev);
*/
int gma_power_suspend(struct device *dev);
int gma_power_resume(struct device *dev);
+int gma_power_thaw(struct device *dev);
+int gma_power_freeze(struct device *dev);
+int gma_power_restore(struct device *_dev);
/*
* These are the functions the driver should use to wrap all hw access