From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 86F3410E27F for ; Wed, 20 Apr 2022 19:07:20 +0000 (UTC) From: "Srivatsa, Anusha" To: "Vivi, Rodrigo" , "igt-dev@lists.freedesktop.org" Date: Wed, 20 Apr 2022 19:07:18 +0000 Message-ID: <671434dd9c4241e481bcf4abb0f2666c@intel.com> References: <20220420184628.412506-1-rodrigo.vivi@intel.com> In-Reply-To: <20220420184628.412506-1-rodrigo.vivi@intel.com> Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [igt-dev] [PATCH i-g-t] tests/i915/i915_pm_dc.c: Remove PC8+ dependency from DC9. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: > -----Original Message----- > From: Vivi, Rodrigo > Sent: Wednesday, April 20, 2022 11:46 AM > To: igt-dev@lists.freedesktop.org > Cc: Vivi, Rodrigo ; Deak, Imre > ; Gupta, Anshuman ; > Srivatsa, Anusha > Subject: [PATCH i-g-t] tests/i915/i915_pm_dc.c: Remove PC8+ dependency > from DC9. >=20 > Different from DC6, DC9 does not depend on the BIOS/PCU to execute save > and restore or any other sequence when going to PC9/PC10. >=20 > DC9 actually depends on D3 and PCODE simply remove power if SW allowed. Is this the case for both igfx and dgfx? Anusha > Cc: Imre Deak > Cc: Anshuman Gupta > Cc: Anusha Srivatsa > Signed-off-by: Rodrigo Vivi > --- > tests/i915/i915_pm_dc.c | 2 -- > 1 file changed, 2 deletions(-) >=20 > diff --git a/tests/i915/i915_pm_dc.c b/tests/i915/i915_pm_dc.c index > 2c2c5086..9a22246c 100644 > --- a/tests/i915/i915_pm_dc.c > +++ b/tests/i915/i915_pm_dc.c > @@ -531,8 +531,6 @@ int main(int argc, char *argv[]) >=20 > igt_describe("This test validates display engine entry to DC9 state"); > igt_subtest("dc9-dpms") { > - > igt_require_f(igt_pm_pc8_plus_residencies_enabled(data.msr_fd), > - "PC8+ residencies not supported\n"); > test_dc9_dpms(&data); > } >=20 > -- > 2.34.1