* [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq
@ 2026-06-16 19:36 Sk Anirban
2026-06-17 1:08 ` ✓ Xe.CI.BAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Sk Anirban @ 2026-06-16 19:36 UTC (permalink / raw)
To: igt-dev
Cc: anshuman.gupta, badal.nilawar, riana.tauro, karthik.poosa,
raag.jadav, soham.purkait, mallesh.koujalagi, vinay.belgaumkar,
Sk Anirban
The gt-frequency subtest can fail when the min frequency has
already been raised above RPn before the test begins. Using that
value as the original minimum prevents the later min_freq write
from enabling the GuC ignore_efficient_freq parameter, so min_freq
can keep moving toward RPe.
Save RPn as the minimum baseline instead, ensuring the min_freq
write enables ignore_efficient_freq and the final restore check
returns min_freq to RPn.
Closes:https://gitlab.freedesktop.org/drm/xe/kernel/issues/8344
Signed-off-by: Sk Anirban <sk.anirban@intel.com>
---
tests/intel/xe_pmu.c | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/tests/intel/xe_pmu.c b/tests/intel/xe_pmu.c
index fb4b871e7..4bbc801a1 100644
--- a/tests/intel/xe_pmu.c
+++ b/tests/intel/xe_pmu.c
@@ -903,10 +903,8 @@ static void test_gt_frequency(int fd, struct drm_xe_engine_class_instance *eci)
unsigned long config_rq_freq, config_act_freq;
double min[2], max[2];
uint32_t gt = eci->gt_id;
- uint32_t orig_min = xe_gt_get_freq(fd, eci->gt_id, "min");
+ uint32_t orig_min = xe_gt_get_freq(fd, eci->gt_id, "rpn");
uint32_t orig_max = xe_gt_get_freq(fd, eci->gt_id, "max");
- uint32_t current_min;
- uint32_t orig_rpe;
uint32_t vm;
int pmu_fd[2];
@@ -956,9 +954,7 @@ static void test_gt_frequency(int fd, struct drm_xe_engine_class_instance *eci)
* Restore min/max.
*/
igt_assert(xe_gt_set_freq(fd, gt, "min", orig_min) > 0);
- orig_rpe = xe_gt_get_freq(fd, gt, "rpe");
- current_min = xe_gt_get_freq(fd, gt, "min");
- igt_assert(current_min == orig_min || current_min == orig_rpe);
+ igt_assert(xe_gt_get_freq(fd, gt, "min") == orig_min);
igt_info("Minimum frequency: requested %.1f, actual %.1f\n",
min[0], min[1]);
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* ✓ Xe.CI.BAT: success for tests/xe_pmu: Fix gt-frequency failure with raised min freq
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
@ 2026-06-17 1:08 ` Patchwork
2026-06-17 1:43 ` ✓ i915.CI.BAT: " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2026-06-17 1:08 UTC (permalink / raw)
To: Sk Anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 880 bytes --]
== Series Details ==
Series: tests/xe_pmu: Fix gt-frequency failure with raised min freq
URL : https://patchwork.freedesktop.org/series/168631/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8967_BAT -> XEIGTPW_15383_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (13 -> 13)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8967 -> IGTPW_15383
IGTPW_15383: 15383
IGT_8967: 46e60a541c8ce6e4e0046bb68fc577c4b502e5f2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5269-29ea43790111df065ed84e6cb076c64322c306f1: 29ea43790111df065ed84e6cb076c64322c306f1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/index.html
[-- Attachment #2: Type: text/html, Size: 1425 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* ✓ i915.CI.BAT: success for tests/xe_pmu: Fix gt-frequency failure with raised min freq
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
2026-06-17 1:08 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2026-06-17 1:43 ` Patchwork
2026-06-17 7:00 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-06-17 17:32 ` [PATCH] " Belgaumkar, Vinay
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2026-06-17 1:43 UTC (permalink / raw)
To: Sk Anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5567 bytes --]
== Series Details ==
Series: tests/xe_pmu: Fix gt-frequency failure with raised min freq
URL : https://patchwork.freedesktop.org/series/168631/
State : success
== Summary ==
CI Bug Log - changes from IGT_8967 -> IGTPW_15383
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/index.html
Participating hosts (41 -> 40)
------------------------------
Additional (1): bat-adls-6
Missing (2): bat-dg2-13 fi-snb-2520m
New tests
---------
New tests have been introduced between IGT_8967 and IGTPW_15383:
### New IGT tests (2) ###
* igt@i915_selftest@eof:
- Statuses :
- Exec time: [None] s
* igt@i915_selftest@read:
- Statuses :
- Exec time: [None] s
Known issues
------------
Here are the changes found in IGTPW_15383 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@dmabuf@all-tests:
- bat-adls-6: NOTRUN -> [SKIP][1] ([i915#15931])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@dmabuf@all-tests.html
* igt@gem_exec_fence@basic-await@vecs0:
- bat-arlh-2: [PASS][2] -> [FAIL][3] ([i915#15263]) +1 other test fail
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/bat-arlh-2/igt@gem_exec_fence@basic-await@vecs0.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-arlh-2/igt@gem_exec_fence@basic-await@vecs0.html
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-adls-6: NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_tiled_pread_basic@basic:
- bat-adls-6: NOTRUN -> [SKIP][5] ([i915#15656])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@gem_tiled_pread_basic@basic.html
* igt@i915_selftest@live:
- bat-arls-5: [PASS][6] -> [INCOMPLETE][7] ([i915#14564]) +1 other test incomplete
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8967/bat-arls-5/igt@i915_selftest@live.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-arls-5/igt@i915_selftest@live.html
* igt@intel_hwmon@hwmon-read:
- bat-adls-6: NOTRUN -> [SKIP][8] ([i915#7707]) +1 other test skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@intel_hwmon@hwmon-read.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-adls-6: NOTRUN -> [SKIP][9] ([i915#4103]) +1 other test skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-adls-6: NOTRUN -> [SKIP][10] ([i915#16361])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-adls-6: NOTRUN -> [SKIP][11]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_pm_backlight@basic-brightness:
- bat-adls-6: NOTRUN -> [SKIP][12] ([i915#5354])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_psr@psr-primary-mmap-gtt:
- bat-adls-6: NOTRUN -> [SKIP][13] ([i915#1072] / [i915#9732]) +3 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_psr@psr-primary-mmap-gtt.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-adls-6: NOTRUN -> [SKIP][14] ([i915#3555])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-read:
- bat-adls-6: NOTRUN -> [SKIP][15] ([i915#3291]) +2 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/bat-adls-6/igt@prime_vgem@basic-fence-read.html
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#14564]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14564
[i915#15263]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15263
[i915#15656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15656
[i915#15931]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/15931
[i915#16361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/16361
[i915#3291]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8967 -> IGTPW_15383
CI-20190529: 20190529
CI_DRM_18691: 29ea43790111df065ed84e6cb076c64322c306f1 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_15383: 15383
IGT_8967: 46e60a541c8ce6e4e0046bb68fc577c4b502e5f2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_15383/index.html
[-- Attachment #2: Type: text/html, Size: 6558 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* ✗ Xe.CI.FULL: failure for tests/xe_pmu: Fix gt-frequency failure with raised min freq
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
2026-06-17 1:08 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-06-17 1:43 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-06-17 7:00 ` Patchwork
2026-06-17 17:32 ` [PATCH] " Belgaumkar, Vinay
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2026-06-17 7:00 UTC (permalink / raw)
To: Sk Anirban; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 24238 bytes --]
== Series Details ==
Series: tests/xe_pmu: Fix gt-frequency failure with raised min freq
URL : https://patchwork.freedesktop.org/series/168631/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8967_FULL -> XEIGTPW_15383_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_15383_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_15383_FULL, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_15383_FULL:
### IGT changes ###
#### Possible regressions ####
* igt@xe_pmu@gt-c6-idle:
- shard-lnl: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-4/igt@xe_pmu@gt-c6-idle.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-2/igt@xe_pmu@gt-c6-idle.html
Known issues
------------
Here are the changes found in XEIGTPW_15383_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@y-tiled-32bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][3] ([Intel XE#1124]) +2 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_big_fb@y-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-bmg: NOTRUN -> [SKIP][4] ([Intel XE#2328] / [Intel XE#7367])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#2652]) +8 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-yf-tiled-ccs:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#2887]) +3 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-3/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#3432])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-1/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_cdclk@mode-transition:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2724] / [Intel XE#7449])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_cdclk@mode-transition.html
* igt@kms_chamelium_color@gamma:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#2325] / [Intel XE#7358])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_hpd@dp-hpd-after-suspend:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#2252]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-7/igt@kms_chamelium_hpd@dp-hpd-after-suspend.html
* igt@kms_content_protection@dp-mst-type-1-suspend-resume:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#6974])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_content_protection@dp-mst-type-1-suspend-resume.html
* igt@kms_content_protection@srm@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [FAIL][12] ([Intel XE#1178] / [Intel XE#3304] / [Intel XE#7374]) +1 other test fail
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_content_protection@srm@pipe-a-dp-2.html
* igt@kms_cursor_crc@cursor-rapid-movement-64x21:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2320])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-3/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-bmg: NOTRUN -> [SKIP][14] ([Intel XE#2321] / [Intel XE#7355]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-3/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#1508])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dsc@dsc-fractional-bpp-bigjoiner:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#8265]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-7/igt@kms_dsc@dsc-fractional-bpp-bigjoiner.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@d-dp2:
- shard-bmg: [PASS][17] -> [INCOMPLETE][18] ([Intel XE#8155]) +1 other test incomplete
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-3/igt@kms_flip@flip-vs-blocking-wf-vblank@d-dp2.html
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_flip@flip-vs-blocking-wf-vblank@d-dp2.html
* igt@kms_flip@flip-vs-expired-vblank@c-edp1:
- shard-lnl: [PASS][19] -> [FAIL][20] ([Intel XE#301] / [Intel XE#3149])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html
* igt@kms_flip@plain-flip-fb-recreate@a-dp2:
- shard-bmg: NOTRUN -> [FAIL][21] ([Intel XE#5408] / [Intel XE#6266]) +1 other test fail
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-4/igt@kms_flip@plain-flip-fb-recreate@a-dp2.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][22] ([Intel XE#7178] / [Intel XE#7351]) +2 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-5/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-bmg: NOTRUN -> [SKIP][23] ([Intel XE#7178] / [Intel XE#7349])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#7179])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_flip_scaled_crc@flip-nv12-linear-to-nv12-linear-reflect-x.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][25] ([Intel XE#2311]) +19 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#4141]) +5 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-render:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#7061] / [Intel XE#7356]) +1 other test skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-abgr161616f-draw-render.html
* igt@kms_frontbuffer_tracking@psrhdr-1p-pri-indfb-multidraw:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#2313]) +22 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_frontbuffer_tracking@psrhdr-1p-pri-indfb-multidraw.html
* igt@kms_hdr@invalid-hdr:
- shard-bmg: [PASS][29] -> [SKIP][30] ([Intel XE#1503])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-6/igt@kms_hdr@invalid-hdr.html
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3-xrgb16161616f:
- shard-bmg: [PASS][31] -> [SKIP][32] ([Intel XE#7922]) +1 other test skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-6/igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3-xrgb16161616f.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@kms_hdr@invalid-hdr@pipe-a-hdmi-a-3-xrgb16161616f.html
* igt@kms_hdr@static-toggle@pipe-a-hdmi-a-3-xrgb16161616f:
- shard-bmg: [PASS][33] -> [SKIP][34] ([Intel XE#7915]) +3 other tests skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-5/igt@kms_hdr@static-toggle@pipe-a-hdmi-a-3-xrgb16161616f.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_hdr@static-toggle@pipe-a-hdmi-a-3-xrgb16161616f.html
* igt@kms_joiner@basic-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#6901])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_joiner@basic-big-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2486])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#7283]) +2 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@kms_plane@pixel-format-4-tiled-dg2-rc-ccs-modifier-source-clamping.html
* igt@kms_plane_multiple@2x-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#5021] / [Intel XE#7377])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_plane_multiple@2x-tiling-y.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#7383] / [Intel XE#836])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-4/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][40] ([Intel XE#1489]) +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html
* igt@kms_psr@pr-suspend:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2234] / [Intel XE#2850]) +3 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-4/igt@kms_psr@pr-suspend.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-bmg: NOTRUN -> [SKIP][42] ([Intel XE#3904] / [Intel XE#7342])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_scaling_modes@scaling-mode-full:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#2413])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@kms_scaling_modes@scaling-mode-full.html
* igt@xe_eudebug@basic-vm-access-userptr:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#7636]) +4 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-5/igt@xe_eudebug@basic-vm-access-userptr.html
* igt@xe_evict@evict-threads-small-multi-queue:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#7140]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-1/igt@xe_evict@evict-threads-small-multi-queue.html
* igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#2322] / [Intel XE#7372]) +4 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-5/igt@xe_exec_basic@multigpu-no-exec-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_fault_mode@once-multi-queue-userptr:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#7136]) +3 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@xe_exec_fault_mode@once-multi-queue-userptr.html
* igt@xe_exec_multi_queue@two-queues-priority:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#6874]) +11 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@xe_exec_multi_queue@two-queues-priority.html
* igt@xe_exec_reset@multi-queue-cat-error-on-secondary:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#7866])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-8/igt@xe_exec_reset@multi-queue-cat-error-on-secondary.html
* igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race:
- shard-bmg: [PASS][50] -> [ABORT][51] ([Intel XE#8007])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-7/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race.html
- shard-lnl: [PASS][52] -> [ABORT][53] ([Intel XE#8007])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-8/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race.html
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-6/igt@xe_exec_system_allocator@threads-shared-vm-many-large-mmap-new-race.html
* igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#7138]) +4 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-7/igt@xe_exec_threads@threads-multi-queue-mixed-fd-userptr.html
* igt@xe_multigpu_svm@mgpu-atomic-op-conflict:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#6964])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-1/igt@xe_multigpu_svm@mgpu-atomic-op-conflict.html
* igt@xe_pat@pt-caching-update-pat-and-pte:
- shard-bmg: [PASS][56] -> [ABORT][57] ([Intel XE#7893] / [Intel XE#8300]) +1 other test abort
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-8/igt@xe_pat@pt-caching-update-pat-and-pte.html
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@xe_pat@pt-caching-update-pat-and-pte.html
* igt@xe_pat@xa-app-transient-media-off:
- shard-bmg: NOTRUN -> [SKIP][58] ([Intel XE#7590])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-2/igt@xe_pat@xa-app-transient-media-off.html
* igt@xe_query@multigpu-query-gt-list:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#944]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-10/igt@xe_query@multigpu-query-gt-list.html
* igt@xe_sriov_vram@vf-access-beyond:
- shard-bmg: NOTRUN -> [FAIL][60] ([Intel XE#7992]) +1 other test fail
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-5/igt@xe_sriov_vram@vf-access-beyond.html
#### Possible fixes ####
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [FAIL][61] ([Intel XE#7571]) -> [PASS][62]
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_flip@flip-vs-expired-vblank@a-edp1:
- shard-lnl: [FAIL][63] ([Intel XE#301]) -> [PASS][64] +1 other test pass
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html
* igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb16161616f:
- shard-bmg: [SKIP][65] ([Intel XE#7915]) -> [PASS][66] +1 other test pass
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-8/igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb16161616f.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@kms_hdr@static-swap@pipe-a-hdmi-a-3-xrgb16161616f.html
* igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1:
- shard-lnl: [FAIL][67] ([Intel XE#2142]) -> [PASS][68] +1 other test pass
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-2/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-8/igt@kms_vrr@seamless-rr-switch-virtual@pipe-a-edp-1.html
* igt@xe_exec_system_allocator@many-malloc-madvise:
- shard-bmg: [ABORT][69] ([Intel XE#8007]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-bmg-2/igt@xe_exec_system_allocator@many-malloc-madvise.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-bmg-9/igt@xe_exec_system_allocator@many-malloc-madvise.html
#### Warnings ####
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-lnl: [SKIP][71] ([Intel XE#309] / [Intel XE#7343] / [Intel XE#7935]) -> [SKIP][72] ([Intel XE#309] / [Intel XE#7343])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-lnl: [FAIL][73] ([Intel XE#301]) -> [FAIL][74] ([Intel XE#301] / [Intel XE#3149])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8967/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank.html
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
[Intel XE#2142]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2142
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
[Intel XE#5408]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5408
[Intel XE#6266]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6266
[Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
[Intel XE#6901]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6901
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
[Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
[Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7343]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7343
[Intel XE#7349]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7349
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7367
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7374
[Intel XE#7377]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7377
[Intel XE#7383]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7383
[Intel XE#7449]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7449
[Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
[Intel XE#7590]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7590
[Intel XE#7636]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7636
[Intel XE#7866]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7866
[Intel XE#7893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7893
[Intel XE#7915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7915
[Intel XE#7922]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7922
[Intel XE#7935]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7935
[Intel XE#7992]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7992
[Intel XE#8007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007
[Intel XE#8155]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8155
[Intel XE#8265]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8265
[Intel XE#8300]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8300
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_8967 -> IGTPW_15383
IGTPW_15383: 15383
IGT_8967: 46e60a541c8ce6e4e0046bb68fc577c4b502e5f2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5269-29ea43790111df065ed84e6cb076c64322c306f1: 29ea43790111df065ed84e6cb076c64322c306f1
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15383/index.html
[-- Attachment #2: Type: text/html, Size: 26651 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
` (2 preceding siblings ...)
2026-06-17 7:00 ` ✗ Xe.CI.FULL: failure " Patchwork
@ 2026-06-17 17:32 ` Belgaumkar, Vinay
3 siblings, 0 replies; 5+ messages in thread
From: Belgaumkar, Vinay @ 2026-06-17 17:32 UTC (permalink / raw)
To: Sk Anirban, igt-dev
Cc: anshuman.gupta, badal.nilawar, riana.tauro, karthik.poosa,
raag.jadav, soham.purkait, mallesh.koujalagi
On 6/16/2026 12:36 PM, Sk Anirban wrote:
> The gt-frequency subtest can fail when the min frequency has
> already been raised above RPn before the test begins. Using that
> value as the original minimum prevents the later min_freq write
> from enabling the GuC ignore_efficient_freq parameter, so min_freq
> can keep moving toward RPe.
>
> Save RPn as the minimum baseline instead, ensuring the min_freq
> write enables ignore_efficient_freq and the final restore check
> returns min_freq to RPn.
It'll be good to mention RPe fluctuates dynamically based on thermal
conditions, so better to test with RPn, which is fixed.
>
> Closes:https://gitlab.freedesktop.org/drm/xe/kernel/issues/8344
> Signed-off-by: Sk Anirban <sk.anirban@intel.com>
> ---
> tests/intel/xe_pmu.c | 8 ++------
> 1 file changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/tests/intel/xe_pmu.c b/tests/intel/xe_pmu.c
> index fb4b871e7..4bbc801a1 100644
> --- a/tests/intel/xe_pmu.c
> +++ b/tests/intel/xe_pmu.c
> @@ -903,10 +903,8 @@ static void test_gt_frequency(int fd, struct drm_xe_engine_class_instance *eci)
> unsigned long config_rq_freq, config_act_freq;
> double min[2], max[2];
> uint32_t gt = eci->gt_id;
> - uint32_t orig_min = xe_gt_get_freq(fd, eci->gt_id, "min");
> + uint32_t orig_min = xe_gt_get_freq(fd, eci->gt_id, "rpn");
> uint32_t orig_max = xe_gt_get_freq(fd, eci->gt_id, "max");
> - uint32_t current_min;
> - uint32_t orig_rpe;
> uint32_t vm;
> int pmu_fd[2];
>
> @@ -956,9 +954,7 @@ static void test_gt_frequency(int fd, struct drm_xe_engine_class_instance *eci)
> * Restore min/max.
> */
> igt_assert(xe_gt_set_freq(fd, gt, "min", orig_min) > 0);
> - orig_rpe = xe_gt_get_freq(fd, gt, "rpe");
> - current_min = xe_gt_get_freq(fd, gt, "min");
> - igt_assert(current_min == orig_min || current_min == orig_rpe);
> + igt_assert(xe_gt_get_freq(fd, gt, "min") == orig_min);
LGTM,
Reviewed-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
>
> igt_info("Minimum frequency: requested %.1f, actual %.1f\n",
> min[0], min[1]);
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2026-06-17 17:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-16 19:36 [PATCH] tests/xe_pmu: Fix gt-frequency failure with raised min freq Sk Anirban
2026-06-17 1:08 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-06-17 1:43 ` ✓ i915.CI.BAT: " Patchwork
2026-06-17 7:00 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-06-17 17:32 ` [PATCH] " Belgaumkar, Vinay
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox