From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id AF06EB1EC2 for ; Fri, 5 Aug 2022 18:49:35 +0000 (UTC) Date: Fri, 05 Aug 2022 11:49:26 -0700 Message-ID: <85a68i8r0p.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Rodrigo Vivi In-Reply-To: <20220801180145.243227-1-rodrigo.vivi@intel.com> References: <20220801180145.243227-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 1/5] lib/igt_aux: Let's use the official mem_sleep names 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 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,