All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gupta, Anshuman" <anshuman.gupta@intel.com>
To: "Sunkesula, Karthikeya" <karthikeya.sunkesula@intel.com>,
	"igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>
Cc: "Nilawar, Badal" <badal.nilawar@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t 1/2] Add descriptions to pm rc6 residency tests
Date: Mon, 26 Sep 2022 11:22:35 +0000	[thread overview]
Message-ID: <CY5PR11MB6211212618BE5C87332BE70795529@CY5PR11MB6211.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20220915081704.3039599-2-karthikeya.sunkesula@intel.com>



> -----Original Message-----
> From: Sunkesula, Karthikeya <karthikeya.sunkesula@intel.com>
> Sent: Thursday, September 15, 2022 1:47 PM
> To: igt-dev@lists.freedesktop.org
> Cc: Gupta, Anshuman <anshuman.gupta@intel.com>; Nilawar, Badal
> <badal.nilawar@intel.com>; Sunkesula, Karthikeya
> <karthikeya.sunkesula@intel.com>
> Subject: [PATCH i-g-t 1/2] Add descriptions to pm rc6 residency tests
> 
> Signed-off-by: Karthikeya Sunkesula <karthikeya.sunkesula@intel.com>
> ---
>  tests/i915/i915_pm_rc6_residency.c | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/tests/i915/i915_pm_rc6_residency.c
> b/tests/i915/i915_pm_rc6_residency.c
> index cf7a92b9..f8cf4325 100644
> --- a/tests/i915/i915_pm_rc6_residency.c
> +++ b/tests/i915/i915_pm_rc6_residency.c
> @@ -57,6 +57,8 @@ struct residencies {
>  	int duration;
>  };
> 
> +IGT_TEST_DESCRIPTION("Tests to verify rc6 in different cases");
Every rc6 test is running for_each_gt(), so batter to specify GT here
instead of  subtest description.
> +
>  static unsigned long get_rc6_enabled_mask(void)  {
>  	unsigned long enabled;
> @@ -541,6 +543,8 @@ igt_main
>  		ctx = intel_ctx_create_all_physical(i915);
>  	}
> 
> +	igt_describe("Measure rc6 residency and energy, when GPU is idle, "
> +			"with light workload and with waitboost.");
Measure -> Validate everywhere.
>  	igt_subtest_with_dynamic("rc6-idle") {
>  		const struct intel_execution_engine2 *e;
> 
> @@ -555,6 +559,8 @@ igt_main
>  		}
>  	}
> 
> +	igt_describe("Measure rc6 residency for a request held-up by external "
> +			"fence and verify power conservation while waiting.");
How about "Validate rc6 residency while execbuf is waiting for sync_file fd in unblocking manner "
>  	igt_subtest("rc6-fence") {
>  		igt_require_gem(i915);
>  		gem_quiescent_gpu(i915);
> @@ -580,6 +586,7 @@ igt_main
>  			igt_require(rc6_enabled & RC6_ENABLED);
>  		}
> 
> +		igt_describe("Measure rc6 residency per gt  when it is idle.");
I think it is " Validate rc6 residency count accuracy with respect to wall time"
Br,
Anshuman Gupta.
>  		igt_subtest("rc6-accuracy") {
>  			struct residencies res;
> 
> @@ -587,6 +594,7 @@ igt_main
>  			residency_accuracy(res.rc6, res.duration, "rc6");
>  		}
> 
> +		igt_describe("Measure media rc6 residency per gt when it is
> idle.");
>  		igt_subtest("media-rc6-accuracy") {
>  			struct residencies res;
> 
> --
> 2.25.1

  reply	other threads:[~2022-09-26 11:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-15  8:17 [igt-dev] [PATCH i-g-t 0/2] i915/pm:Add descriptions to pm tests Karthikeya Sunkesula
2022-09-15  8:17 ` [igt-dev] [PATCH i-g-t 1/2] Add descriptions to pm rc6 residency tests Karthikeya Sunkesula
2022-09-26 11:22   ` Gupta, Anshuman [this message]
2022-10-12 14:53   ` Kamil Konieczny
2022-09-15  8:17 ` [igt-dev] [PATCH i-g-t 2/2] Add descriptions to pm rps tests Karthikeya Sunkesula
2022-10-12 13:58   ` Kamil Konieczny
2022-10-14 17:16   ` Kamil Konieczny
2022-09-16  9:16 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/pm:Add descriptions to pm tests (rev2) Patchwork
2022-09-16 13:07 ` [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=CY5PR11MB6211212618BE5C87332BE70795529@CY5PR11MB6211.namprd11.prod.outlook.com \
    --to=anshuman.gupta@intel.com \
    --cc=badal.nilawar@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=karthikeya.sunkesula@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.