[igt-dev] [PATCH i-g-t] lib/igt_aux: Fix igt_mem_sleep doc

Dixit, Ashutosh ashutosh.dixit at intel.com
Sat Aug 6 00:15:08 UTC 2022


On Fri, 05 Aug 2022 15:21:55 -0700, Rodrigo Vivi wrote:
>
> I recently had updated the names to use the official names, but
> forgot to update the doc.

Thanks!

Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com>

> 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