[igt-dev] [PATCH i-g-t] lib/igt_aux: Fix igt_mem_sleep doc
Rodrigo Vivi
rodrigo.vivi at intel.com
Fri Aug 5 22:21:55 UTC 2022
I recently had updated the names to use the official names, but
forgot to update the doc.
CC: Ashutosh Dixit <ashutosh.dixit at intel.com>
Fixes: 2983efbdb1a ("lib/igt_aux: Let's use the official mem_sleep names")
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
lib/igt_aux.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/igt_aux.h b/lib/igt_aux.h
index 89437a90..c8d487b6 100644
--- a/lib/igt_aux.h
+++ b/lib/igt_aux.h
@@ -197,9 +197,9 @@ enum igt_suspend_test {
/**
* igt_mem_sleep:
* @MEM_SLEEP_NONE: no support
- * @MEM_SLEEP_FREEZE: suspend-to-idle target state, aka S0ix or freeze,
- * @MEM_SLEEP_STANDBY: standby target state, aka S1
- * @MEM_SLEEP_MEM: suspend-to-mem target state aka S3
+ * @MEM_SLEEP_S2IDLE: suspend-to-idle target state, aka S0ix or freeze,
+ * @MEM_SLEEP_SHALLOW: standby target state, aka S1
+ * @MEM_SLEEP_DEEP: suspend-to-mem target state aka S3
*/
enum igt_mem_sleep {
MEM_SLEEP_NONE,
--
2.37.1
More information about the igt-dev
mailing list