From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id C516AA65FE for ; Sat, 6 Aug 2022 00:15:10 +0000 (UTC) Date: Fri, 05 Aug 2022 17:15:08 -0700 Message-ID: <858ro28bxv.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Rodrigo Vivi In-Reply-To: <20220805222155.371840-1-rodrigo.vivi@intel.com> References: <20220805222155.371840-1-rodrigo.vivi@intel.com> MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Subject: Re: [igt-dev] [PATCH i-g-t] lib/igt_aux: Fix igt_mem_sleep doc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: 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 > CC: Ashutosh Dixit > Fixes: 2983efbdb1a ("lib/igt_aux: Let's use the official mem_sleep names") > Signed-off-by: Rodrigo Vivi > --- > 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 >