summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2005-08-22 09:50:12 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2005-08-22 09:50:12 +0000
commit01e4364a8fec6cb2c11de4e5cb7def10b58348ae (patch)
tree09660f5b05f5c2a0835f2f8cc3ecee9ae69d6644 /linux-core/drmP.h
parent54947504ac70e135a38f303420b7b66eed8c23a3 (diff)
remove i915_pm code as it causes too many issues with current software
suspend, and the DDX driver re-inits the board successfully anyway.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 4f677471..d170693e 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -897,12 +897,6 @@ extern unsigned long drm_get_resource_start(drm_device_t *dev,
extern unsigned long drm_get_resource_len(drm_device_t *dev,
unsigned int resource);
- /* Power Management (drm_pm.h) */
-extern int drm_pm_setup(drm_device_t *dev);
-extern void drm_pm_takedown(drm_device_t *dev);
-extern int drm_pm_init(void);
-extern void drm_pm_exit(void);
-
/* DMA support (drm_dma.h) */
extern int drm_dma_setup(drm_device_t * dev);
extern void drm_dma_takedown(drm_device_t * dev);