All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dixit, Ashutosh" <ashutosh.dixit@intel.com>
To: "Gupta, Anshuman" <anshuman.gupta@intel.com>
Cc: "igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>,
	Petri Latvala <petri.latvala@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t v11] tests/i915/i915_pm_dc: Add DC9 igt test
Date: Tue, 23 Mar 2021 07:54:15 -0700	[thread overview]
Message-ID: <87sg4l7wfc.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <9de2f2dd00fe4211a9c2bfac022aa635@intel.com>

On Mon, 22 Mar 2021 03:25:52 -0700, Gupta, Anshuman wrote:
> > -----Original Message-----
> > From: Bhatt, Jigar <jigar.bhatt@intel.com>
> > Sent: Monday, March 22, 2021 1:16 PM
> > To: igt-dev@lists.freedesktop.org
> > Cc: Bhatt, Jigar <jigar.bhatt@intel.com>; Gupta, Anshuman
> > <anshuman.gupta@intel.com>
> > Subject: [PATCH i-g-t v11] tests/i915/i915_pm_dc: Add DC9 igt test
> >
> > DC9 igt test validation depends on DC{5,6} counters reset.
> > When Display Engine enters to DC9, it resets DMC f/w and DC5/DC6 counter.
> > We don't have a DC9 counter unlike DC{5,6}, therefore this tests uses DC{5,6}
> > counter reset method to validate DC9.
> Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com>

Merged in spite of this warning?

[4/383] Compiling C object 'test..._pm_dc@exe/i915_i915_pm_dc.c.o'.
../tests/i915/i915_pm_dc.c: In function ‘test_dc9_dpms’:
../tests/i915/i915_pm_dc.c:421:8: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
        bool dc6_supported = support_dc6(data->debugfs_fd);
        ^~~~
[27/27] Linking target tests/kms_color_chamelium.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2021-03-23 15:05 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-21  8:34 [igt-dev] [PATCH i-g-t v2] tests/i915/i915_pm_dc: Add DC9 igt test Function Jigar Bhatt
2021-01-22  8:51 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-01-22 11:08 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-02-01  7:38 ` [igt-dev] [PATCH i-g-t v2 0/1] tests/i915/i915_pm_dc: Add DC9 igt test Jigar Bhatt
2021-02-01  7:38   ` [igt-dev] [PATCH i-g-t v2 1/1] " Jigar Bhatt
2021-02-02 11:25   ` [igt-dev] [PATCH i-g-t v2 0/1] " Gupta, Anshuman
2021-02-01 12:33 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev2) Patchwork
2021-02-01 16:25 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-02-05  9:15 ` [igt-dev] [PATCH i-g-t v3] tests/i915/i915_pm_dc: Add DC9 igt test Jigar Bhatt
2021-02-05  9:15   ` Jigar Bhatt
2021-02-08  6:48     ` Petri Latvala
2021-02-08  7:33 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev3) Patchwork
2021-02-22  4:46 ` [igt-dev] [PATCH i-g-t v4] tests/i915/i915_pm_dc: Add DC9 igt test Jigar Bhatt
2021-02-23  4:30   ` Gupta, Anshuman
2021-02-22 10:43 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev4) Patchwork
2021-02-22 13:29 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-03-01 10:07 ` [igt-dev] [PATCH i-g-t v5] tests/i915/i915_pm_dc: Add DC9 igt test Jigar Bhatt
2021-03-02  6:14   ` Gupta, Anshuman
2021-03-02  9:10 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev5) Patchwork
2021-03-02  9:19 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2021-03-04  7:09 ` [igt-dev] [PATCH i-g-t v6] tests/i915/i915_pm_dc: Add DC9 igt test Jigar Bhatt
2021-03-04  7:42   ` Anshuman Gupta
2021-03-04  8:54 ` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev6) Patchwork
2021-03-05 12:48 ` [igt-dev] [PATCH i-g-t v7] tests/i915/i915_pm_dc: Add DC9 igt test Jigar Bhatt
2021-03-08  5:38   ` Anshuman Gupta
2021-03-05 13:40 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev7) Patchwork
2021-03-05 17:38 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-03-12 11:43 ` [igt-dev] [PATCH i-g-t v8] tests/i915/i915_pm_dc: Add DC9 igt test Jigar Bhatt
2021-03-16  4:26   ` Anshuman Gupta
2021-03-12 12:37 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev8) Patchwork
2021-03-12 13:32 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-03-18  9:56 ` [igt-dev] [PATCH i-g-t v9] tests/i915/i915_pm_dc: Add DC9 igt test Jigar Bhatt
2021-03-18 11:15 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev9) Patchwork
2021-03-18 12:20 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-03-19  5:21 ` [igt-dev] [PATCH i-g-t v10] tests/i915/i915_pm_dc: Add DC9 igt test Function Jigar Bhatt
2021-03-19  6:02   ` Gupta, Anshuman
2021-03-19  6:24 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev10) Patchwork
2021-03-19  8:08 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-03-22  7:46 ` [igt-dev] [PATCH i-g-t v11] tests/i915/i915_pm_dc: Add DC9 igt test Jigar Bhatt
2021-03-22 10:25   ` Gupta, Anshuman
2021-03-23 14:54     ` Dixit, Ashutosh [this message]
2021-03-23 17:41   ` Dixit, Ashutosh
2021-03-22 10:28 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/i915_pm_dc: Add DC9 igt test Function (rev11) Patchwork
2021-03-23 10:42 ` [igt-dev] ✓ Fi.CI.IGT: " 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=87sg4l7wfc.wl-ashutosh.dixit@intel.com \
    --to=ashutosh.dixit@intel.com \
    --cc=anshuman.gupta@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=petri.latvala@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.