summaryrefslogtreecommitdiff
path: root/lib/igt_aux.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-27 13:56:08 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-07-27 15:43:25 +0200
commit1260564c191a2e2de44b3ffb66ff68e72cd031dd (patch)
treef40e79b66e6cc1f5c8ad53b30bedffb96545b468 /lib/igt_aux.h
parent45cbdbc178dc232534a9bd047864f95029f53d6e (diff)
lib: update docs for igt_pm
- Move all the pm helpers into igt_pm.c. No idea why that wasn't done in the original commit that created igt_pm.c. - Add missing docs where needed. Cc: David Weinehall <david.weinehall@intel.com> Cc: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt_aux.h')
-rw-r--r--lib/igt_aux.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/igt_aux.h b/lib/igt_aux.h
index be0d2d69..5627cb04 100644
--- a/lib/igt_aux.h
+++ b/lib/igt_aux.h
@@ -111,17 +111,6 @@ void igt_drop_root(void);
void igt_debug_wait_for_keypress(const char *var);
void igt_debug_manual_check(const char *var, const char *expected);
-enum igt_runtime_pm_status {
- IGT_RUNTIME_PM_STATUS_ACTIVE,
- IGT_RUNTIME_PM_STATUS_SUSPENDED,
- IGT_RUNTIME_PM_STATUS_SUSPENDING,
- IGT_RUNTIME_PM_STATUS_RESUMING,
- IGT_RUNTIME_PM_STATUS_UNKNOWN,
-};
-bool igt_setup_runtime_pm(void);
-enum igt_runtime_pm_status igt_get_runtime_pm_status(void);
-bool igt_wait_for_pm_status(enum igt_runtime_pm_status status);
-
/* sysinfo cross-arch wrappers from intel_os.c */
/* These are separate to allow easier testing when porting, see the comment at