All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [i-g-t] i915/dg2/pm_rpm: skip basic-rte subtest for Dg2
@ 2022-04-22  0:35 Anusha Srivatsa
  2022-04-22  1:06 ` Vivi, Rodrigo
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Anusha Srivatsa @ 2022-04-22  0:35 UTC (permalink / raw)
  To: igt-dev; +Cc: Rodrigo Vivi

As part of IGT cleanup we need to understand if the IGT needs
to change for discrete graphics scenario or need new subtests.
As of now this fails with MMIO BARS on DG2.
Lets skip the test temporarily till we completely understand the
use case for dgfx before we run this again with confidence.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
---
 tests/i915/i915_pm_rpm.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/tests/i915/i915_pm_rpm.c b/tests/i915/i915_pm_rpm.c
index 461730e8..1395718d 100644
--- a/tests/i915/i915_pm_rpm.c
+++ b/tests/i915/i915_pm_rpm.c
@@ -2049,6 +2049,17 @@ static struct option long_options[] = {
 igt_main_args("", long_options, help_str, opt_handler, NULL)
 {
 	igt_subtest("basic-rte") {
+	/* TODO As a part of IGT cleanup, lets understand if the test needs
+	 * changes for DG2.
+	 * This tests results in MMIO BARs when run on DG2. The igt_require()
+	 * below does state the test to SKIP in case system is not cnfigured
+	 * properly. However on DG2 instead of skipping smoothly it  causes MMIO
+	 * BAR resulting in hang. Till we have understood
+	 * if the test makes sense to be run on DG2 or needs any changes for
+	 * discrete GPU case, lets explicitly SKIP it
+	 */
+               igt_skip_on(IS_DG2(ms_data.devid));
+
 		igt_assert(setup_environment(false));
 		basic_subtest();
 	}
-- 
2.25.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-22  5:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-22  0:35 [igt-dev] [i-g-t] i915/dg2/pm_rpm: skip basic-rte subtest for Dg2 Anusha Srivatsa
2022-04-22  1:06 ` Vivi, Rodrigo
2022-04-22  1:33 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-04-22  5:48 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

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.