All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kamil Konieczny <kamil.konieczny@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Badal Nilawar <badal.nilawar@intel.com>,
	Karthikeya Sunkesula <karthikeya.sunkesula@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t 1/2] Add descriptions to pm rc6 residency tests
Date: Wed, 12 Oct 2022 16:53:01 +0200	[thread overview]
Message-ID: <Y0bUzT+5wrI+RjW4@kamilkon-desk1> (raw)
In-Reply-To: <20220915081704.3039599-2-karthikeya.sunkesula@intel.com>

Hi Karthikeya,

On 2022-09-15 at 13:47:03 +0530, Karthikeya Sunkesula wrote:

Put commit description here.

> 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");
> +
What about:
Verify power management rc6 residency.

See igt_core.h for how to describe.

Regards,
Kamil

>  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.");
>  	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.");
>  	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.");
>  		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
> 

  parent reply	other threads:[~2022-10-12 14:53 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
2022-10-12 14:53   ` Kamil Konieczny [this message]
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=Y0bUzT+5wrI+RjW4@kamilkon-desk1 \
    --to=kamil.konieczny@linux.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.