From: "Srivatsa, Anusha" <anusha.srivatsa@intel.com>
To: "Vivi, Rodrigo" <rodrigo.vivi@intel.com>
Cc: "igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>
Subject: Re: [igt-dev] [PATCH i-g-t] tests/i915/i915_pm_dc.c: Remove PC8+ dependency from DC9.
Date: Wed, 20 Apr 2022 22:19:39 +0000 [thread overview]
Message-ID: <705d48d960ee4149882241da82959c0c@intel.com> (raw)
In-Reply-To: <YmBfYFrFLdTSMBtl@intel.com>
Reviewed-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
> -----Original Message-----
> From: Vivi, Rodrigo <rodrigo.vivi@intel.com>
> Sent: Wednesday, April 20, 2022 12:31 PM
> To: Srivatsa, Anusha <anusha.srivatsa@intel.com>
> Cc: igt-dev@lists.freedesktop.org; Gupta, Anshuman
> <anshuman.gupta@intel.com>; Deak, Imre <imre.deak@intel.com>
> Subject: Re: [PATCH i-g-t] tests/i915/i915_pm_dc.c: Remove PC8+
> dependency from DC9.
>
> On Wed, Apr 20, 2022 at 03:27:19PM -0400, Srivatsa, Anusha wrote:
> >
> >
> > > -----Original Message-----
> > > From: Vivi, Rodrigo <rodrigo.vivi@intel.com>
> > > Sent: Wednesday, April 20, 2022 12:09 PM
> > > To: igt-dev@lists.freedesktop.org; Srivatsa, Anusha
> > > <anusha.srivatsa@intel.com>
> > > Cc: Gupta, Anshuman <anshuman.gupta@intel.com>; Deak, Imre
> > > <imre.deak@intel.com>
> > > Subject: Re: [PATCH i-g-t] tests/i915/i915_pm_dc.c: Remove PC8+
> > > dependency from DC9.
> > >
> > > On Wed, 2022-04-20 at 12:07 -0700, Srivatsa, Anusha wrote:
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: Vivi, Rodrigo <rodrigo.vivi@intel.com>
> > > > > Sent: Wednesday, April 20, 2022 11:46 AM
> > > > > To: igt-dev@lists.freedesktop.org
> > > > > Cc: Vivi, Rodrigo <rodrigo.vivi@intel.com>; Deak, Imre
> > > > > <imre.deak@intel.com>; Gupta, Anshuman
> > > <anshuman.gupta@intel.com>;
> > > > > Srivatsa, Anusha <anusha.srivatsa@intel.com>
> > > > > Subject: [PATCH i-g-t] tests/i915/i915_pm_dc.c: Remove PC8+
> > > > > dependency from DC9.
> > > > >
> > > > > 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.
> > > > >
> > > > > DC9 actually depends on D3 and PCODE simply remove power if SW
> > > > > allowed.
> > > >
> > > > Is this the case for both igfx and dgfx?
> > >
> > > yes
> > >
> > When the check was introduced- for ICL, wasn’t this the requirement
> though? How come we have not had issues on ICL+ platforms till now if the
> check was wrong.
>
> The foils I'm checking is for gen9+. I have fwded it to you couple weeks ago.
>
> DC9 never had any dependency on Package-C states, but only on D3.
> Even on BXT.
>
> I believe this addition here was accidental when adding the checks for DC6.
>
> >
> > Anusha
> > > >
> > > > Anusha
> > > >
> > > > > Cc: Imre Deak <imre.deak@intel.com>
> > > > > Cc: Anshuman Gupta <anshuman.gupta@intel.com>
> > > > > Cc: Anusha Srivatsa <anusha.srivatsa@intel.com>
> > > > > Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > > > > ---
> > > > > tests/i915/i915_pm_dc.c | 2 --
> > > > > 1 file changed, 2 deletions(-)
> > > > >
> > > > > 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[])
> > > > >
> > > > > 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);
> > > > > }
> > > > >
> > > > > --
> > > > > 2.34.1
> > > >
> >
next prev parent reply other threads:[~2022-04-20 22:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-20 18:46 [igt-dev] [PATCH i-g-t] tests/i915/i915_pm_dc.c: Remove PC8+ dependency from DC9 Rodrigo Vivi
2022-04-20 19:07 ` Srivatsa, Anusha
2022-04-20 19:08 ` Vivi, Rodrigo
2022-04-20 19:27 ` Srivatsa, Anusha
2022-04-20 19:30 ` Rodrigo Vivi
2022-04-20 22:19 ` Srivatsa, Anusha [this message]
2022-04-20 20:12 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-04-20 23:57 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=705d48d960ee4149882241da82959c0c@intel.com \
--to=anusha.srivatsa@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=rodrigo.vivi@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox