All of lore.kernel.org
 help / color / mirror / Atom feed
From: Karthikeya Sunkesula <karthikeya.sunkesula@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: badal.nilawar@intel.com,
	Karthikeya Sunkesula <karthikeya.sunkesula@intel.com>
Subject: [igt-dev] [PATCH i-g-t 2/2] Add descriptions to pm rps tests
Date: Thu, 15 Sep 2022 13:47:04 +0530	[thread overview]
Message-ID: <20220915081704.3039599-3-karthikeya.sunkesula@intel.com> (raw)
In-Reply-To: <20220915081704.3039599-1-karthikeya.sunkesula@intel.com>

Signed-off-by: Karthikeya Sunkesula <karthikeya.sunkesula@intel.com>
---
 tests/i915/i915_pm_rps.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/tests/i915/i915_pm_rps.c b/tests/i915/i915_pm_rps.c
index db39ec69..44228b44 100644
--- a/tests/i915/i915_pm_rps.c
+++ b/tests/i915/i915_pm_rps.c
@@ -914,12 +914,16 @@ igt_main
 		igt_install_exit_handler(pm_rps_exit_handler);
 	}
 
+	igt_describe("Verify the rps sysfs constraints, by varying min, max gt frequencies "
+			"with RPn, RP0 and mid values with valid and invalid cases.");
 	igt_subtest("basic-api") {
 		igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
 			      "This subtest is not supported when SLPC is enabled\n");
 		min_max_config(basic_check, false);
 	}
 
+	igt_describe("Verify the constraints and verify current frequency settles down to "
+			"RPn or min within the allotted time after a low workload is run.");
 	/* Verify the constraints, check if we can reach idle */
 	igt_subtest("min-max-config-idle") {
 		igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
@@ -927,6 +931,8 @@ igt_main
 		min_max_config(idle_check, true);
 	}
 
+	igt_describe("Verify the constraints and with a high workload, verify current "
+			"frequency scales upto RP0 or max within the allotted time.");
 	/* Verify the constraints with high load, check if we can reach max */
 	igt_subtest("min-max-config-loaded") {
 		igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
@@ -937,6 +943,8 @@ igt_main
 	}
 
 	/* Checks if we achieve boost using gem_wait */
+	igt_describe("Verify actual frequency bumps to boost frequency with workload "
+			"with waitboost scenario.");
 	igt_subtest("waitboost") {
 		igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
 			      "This subtest is not supported when SLPC is enabled\n");
@@ -958,6 +966,7 @@ igt_main
 	}
 
 	/* Test boost frequency after GPU reset */
+	igt_describe("Verify waitboost after GPU reset");
 	igt_subtest("reset") {
 		igt_hang_t hang;
 		igt_skip_on_f(i915_is_slpc_enabled(drm_fd),
-- 
2.25.1

  parent reply	other threads:[~2022-09-15  8:16 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
2022-09-15  8:17 ` Karthikeya Sunkesula [this message]
2022-10-12 13:58   ` [igt-dev] [PATCH i-g-t 2/2] Add descriptions to pm rps tests 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=20220915081704.3039599-3-karthikeya.sunkesula@intel.com \
    --to=karthikeya.sunkesula@intel.com \
    --cc=badal.nilawar@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /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.