Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] test/intel/xe_gt_freq: Remove act freq check from freq_low_max test
@ 2024-06-20 12:54 Badal Nilawar
  2024-06-20 15:24 ` ✗ CI.xeBAT: failure for " Patchwork
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Badal Nilawar @ 2024-06-20 12:54 UTC (permalink / raw)
  To: igt-dev; +Cc: vinay.belgaumkar, kamil.konieczny, riana.tauro

First we check gt idle status and then check act freq. However, it’s
important to note that there may be a race condition where the gt
transitions to c6 before we complete the act freq check.

Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1045
Fixes: 1a1e668e774e ("tests/intel/xe_gt_freq: Fix freq_low_max test")
Cc: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Signed-off-by: Badal Nilawar <badal.nilawar@intel.com>
---
 tests/intel/xe_gt_freq.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/intel/xe_gt_freq.c b/tests/intel/xe_gt_freq.c
index d2e4d1a09..b3562181d 100644
--- a/tests/intel/xe_gt_freq.c
+++ b/tests/intel/xe_gt_freq.c
@@ -277,9 +277,6 @@ static void test_freq_low_max(int fd, int gt_id)
 	rpe = get_freq(fd, gt_id, "rpe");
 
 	igt_assert(get_freq(fd, gt_id, "cur") == rpe);
-
-	if (!xe_is_gt_in_c6(fd, gt_id))
-		igt_assert(get_freq(fd, gt_id, "act") == rpe);
 }
 
 /**
-- 
2.34.1


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

end of thread, other threads:[~2024-06-26 15:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 12:54 [PATCH i-g-t] test/intel/xe_gt_freq: Remove act freq check from freq_low_max test Badal Nilawar
2024-06-20 15:24 ` ✗ CI.xeBAT: failure for " Patchwork
2024-06-26 14:17   ` Nilawar, Badal
2024-06-26 15:45     ` Gupta, Anshuman
2024-06-20 15:28 ` ✓ Fi.CI.BAT: success " Patchwork
2024-06-20 16:04 ` [PATCH i-g-t] " Belgaumkar, Vinay
2024-06-20 16:22 ` Riana Tauro
2024-06-20 17:03 ` ✗ CI.xeFULL: failure for " Patchwork
2024-06-20 21:44 ` ✗ Fi.CI.IGT: " Patchwork
2024-06-22 13:57 ` ✓ Fi.CI.IGT: success " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox