[igt-dev] [PATCH i-g-t 1/5] lib/igt_aux: Let's use the official mem_sleep names

Dixit, Ashutosh ashutosh.dixit at intel.com
Fri Aug 5 18:49:26 UTC 2022


On Mon, 01 Aug 2022 11:01:41 -0700, Rodrigo Vivi wrote:
>
> diff --git a/lib/igt_aux.h b/lib/igt_aux.h
> index af663d2c..9d5b7bd2 100644
> --- a/lib/igt_aux.h
> +++ b/lib/igt_aux.h
> @@ -196,9 +196,9 @@ enum igt_suspend_test {
>   */

Hmm the comment above still contains the old names...

>  enum igt_mem_sleep {
>	MEM_SLEEP_NONE,
> -	MEM_SLEEP_FREEZE,
> -	MEM_SLEEP_STANDBY,
> -	MEM_SLEEP_MEM,
> +	MEM_SLEEP_S2IDLE,
> +	MEM_SLEEP_SHALLOW,
> +	MEM_SLEEP_DEEP,


More information about the igt-dev mailing list