* [igt-dev] [PATCH i-g-t] tests/i915_pm_rps: Fix test after silent conflict harder
@ 2023-07-18 8:40 Tvrtko Ursulin
2023-07-18 10:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 7+ messages in thread
From: Tvrtko Ursulin @ 2023-07-18 8:40 UTC (permalink / raw)
To: igt-dev, Intel-gfx; +Cc: Rodrigo Vivi, Tvrtko Ursulin
From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Feature test also needs adjusting after sysfs helper API changes...
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Fixes: d86ca7e17b58 ("tests/i915_pm_rps: Exercise sysfs thresholds")
Reference: 54dc25efaf10 ("lib/igt_sysfs: add asserting helpers for read/write operations")
Reference: 1dfa7a007a8e ("tests/i915_pm_rps: Fix test after silent conflict")
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Lukasz Laguna <lukasz.laguna@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
tests/i915/i915_pm_rps.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/tests/i915/i915_pm_rps.c b/tests/i915/i915_pm_rps.c
index 15c74cc703c2..3ef5842dd7f8 100644
--- a/tests/i915/i915_pm_rps.c
+++ b/tests/i915/i915_pm_rps.c
@@ -1015,20 +1015,23 @@ static void sysfs_set_u32(int dir, const char *attr, uint32_t set)
static void test_thresholds(int i915, unsigned int gt, unsigned int flags)
{
uint64_t ahnd = get_reloc_ahnd(i915, 0);
+ unsigned int def_up = 0, def_down = 0;
const unsigned int points = 10;
- unsigned int def_up, def_down;
igt_spin_t *spin = NULL;
const intel_ctx_t *ctx;
unsigned int *ta, *tb;
unsigned int i;
int sysfs;
+ bool ret;
sysfs = igt_sysfs_gt_open(i915, gt);
igt_require(sysfs >= 0);
/* Feature test */
- def_up = igt_sysfs_get_u32(sysfs, "rps_up_threshold_pct");
- def_down = igt_sysfs_get_u32(sysfs, "rps_down_threshold_pct");
+ ret = __igt_sysfs_get_u32(sysfs, "rps_up_threshold_pct", &def_up);
+ igt_require(ret);
+ ret = __igt_sysfs_get_u32(sysfs, "rps_down_threshold_pct", &def_down);
+ igt_require(ret);
igt_require(def_up && def_down);
/* Check invalid percentages are rejected */
--
2.39.2
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915_pm_rps: Fix test after silent conflict harder
2023-07-18 8:40 [igt-dev] [PATCH i-g-t] tests/i915_pm_rps: Fix test after silent conflict harder Tvrtko Ursulin
@ 2023-07-18 10:43 ` Patchwork
2023-07-18 10:45 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-07-18 10:43 UTC (permalink / raw)
To: Tvrtko Ursulin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 7131 bytes --]
== Series Details ==
Series: tests/i915_pm_rps: Fix test after silent conflict harder
URL : https://patchwork.freedesktop.org/series/120899/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13393 -> IGTPW_9424
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/index.html
Participating hosts (44 -> 42)
------------------------------
Missing (2): fi-kbl-soraka fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_9424 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-adlp-9: NOTRUN -> [SKIP][1] ([i915#4613]) +3 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-adlp-9/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@i915_pm_rpm@basic-rte:
- fi-skl-guc: [PASS][2] -> [FAIL][3] ([i915#7940])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/fi-skl-guc/igt@i915_pm_rpm@basic-rte.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/fi-skl-guc/igt@i915_pm_rpm@basic-rte.html
* igt@i915_pm_rpm@module-reload:
- fi-rkl-11600: [PASS][4] -> [FAIL][5] ([i915#7940])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/fi-rkl-11600/igt@i915_pm_rpm@module-reload.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/fi-rkl-11600/igt@i915_pm_rpm@module-reload.html
- fi-tgl-1115g4: [PASS][6] -> [FAIL][7] ([i915#7940])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/fi-tgl-1115g4/igt@i915_pm_rpm@module-reload.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/fi-tgl-1115g4/igt@i915_pm_rpm@module-reload.html
* igt@i915_pm_rps@basic-api:
- bat-adlp-9: NOTRUN -> [SKIP][8] ([i915#6621])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-adlp-9/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@requests:
- bat-mtlp-8: [PASS][9] -> [DMESG-FAIL][10] ([i915#7269])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/bat-mtlp-8/igt@i915_selftest@live@requests.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-mtlp-8/igt@i915_selftest@live@requests.html
- bat-rpls-2: [PASS][11] -> [ABORT][12] ([i915#4983] / [i915#7913])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/bat-rpls-2/igt@i915_selftest@live@requests.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-rpls-2/igt@i915_selftest@live@requests.html
* igt@i915_selftest@live@slpc:
- bat-mtlp-6: NOTRUN -> [DMESG-WARN][13] ([i915#6367])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-mtlp-6/igt@i915_selftest@live@slpc.html
* igt@i915_suspend@basic-s3-without-i915:
- bat-mtlp-6: NOTRUN -> [SKIP][14] ([i915#6645])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-mtlp-6/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_chamelium_hpd@common-hpd-after-suspend:
- bat-adlp-9: NOTRUN -> [SKIP][15] ([i915#7828])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-adlp-9/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
- bat-mtlp-6: NOTRUN -> [SKIP][16] ([i915#7828])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-mtlp-6/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1:
- bat-rplp-1: [PASS][17] -> [ABORT][18] ([i915#8442] / [i915#8668])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
* igt@kms_pipe_crc_basic@suspend-read-crc:
- bat-mtlp-6: NOTRUN -> [SKIP][19] ([i915#1845] / [i915#4078])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-mtlp-6/igt@kms_pipe_crc_basic@suspend-read-crc.html
* igt@prime_vgem@basic-fence-read:
- bat-adlp-9: NOTRUN -> [SKIP][20] ([fdo#109295] / [i915#3291] / [i915#3708]) +2 similar issues
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-adlp-9/igt@prime_vgem@basic-fence-read.html
#### Possible fixes ####
* igt@i915_pm_rpm@basic-rte:
- bat-adlp-9: [ABORT][21] ([i915#7977] / [i915#8668]) -> [PASS][22]
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/bat-adlp-9/igt@i915_pm_rpm@basic-rte.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-adlp-9/igt@i915_pm_rpm@basic-rte.html
* igt@i915_selftest@live@requests:
- bat-mtlp-6: [ABORT][23] ([i915#7982]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/bat-mtlp-6/igt@i915_selftest@live@requests.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-mtlp-6/igt@i915_selftest@live@requests.html
* igt@i915_selftest@live@slpc:
- bat-adlm-1: [DMESG-WARN][25] ([i915#6367]) -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/bat-adlm-1/igt@i915_selftest@live@slpc.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/bat-adlm-1/igt@i915_selftest@live@slpc.html
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983
[i915#6367]: https://gitlab.freedesktop.org/drm/intel/issues/6367
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645
[i915#7269]: https://gitlab.freedesktop.org/drm/intel/issues/7269
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913
[i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940
[i915#7977]: https://gitlab.freedesktop.org/drm/intel/issues/7977
[i915#7982]: https://gitlab.freedesktop.org/drm/intel/issues/7982
[i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7392 -> IGTPW_9424
CI-20190529: 20190529
CI_DRM_13393: 4ae257777fc0916656d875bb742e25145b426beb @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9424: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/index.html
IGT_7392: 1e7c1d677d7ba57f342486bc522ed1bb6c19bf5e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/index.html
[-- Attachment #2: Type: text/html, Size: 8457 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ○ CI.xeBAT: info for tests/i915_pm_rps: Fix test after silent conflict harder
2023-07-18 8:40 [igt-dev] [PATCH i-g-t] tests/i915_pm_rps: Fix test after silent conflict harder Tvrtko Ursulin
2023-07-18 10:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2023-07-18 10:45 ` Patchwork
2023-07-18 14:17 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-07-18 10:45 UTC (permalink / raw)
To: Tvrtko Ursulin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 354 bytes --]
== Series Details ==
Series: tests/i915_pm_rps: Fix test after silent conflict harder
URL : https://patchwork.freedesktop.org/series/120899/
State : info
== Summary ==
Participating hosts:
bat-pvc-2
bat-atsm-2
bat-dg2-oem2
bat-adlp-7
Missing hosts results[0]:
Results: [IGTPW_9424](https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9424/index.html)
[-- Attachment #2: Type: text/html, Size: 870 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915_pm_rps: Fix test after silent conflict harder
2023-07-18 8:40 [igt-dev] [PATCH i-g-t] tests/i915_pm_rps: Fix test after silent conflict harder Tvrtko Ursulin
2023-07-18 10:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-07-18 10:45 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
@ 2023-07-18 14:17 ` Patchwork
2023-07-18 18:37 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh
2023-07-18 18:41 ` Rodrigo Vivi
4 siblings, 0 replies; 7+ messages in thread
From: Patchwork @ 2023-07-18 14:17 UTC (permalink / raw)
To: Tvrtko Ursulin; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 64237 bytes --]
== Series Details ==
Series: tests/i915_pm_rps: Fix test after silent conflict harder
URL : https://patchwork.freedesktop.org/series/120899/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13393_full -> IGTPW_9424_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/index.html
Participating hosts (10 -> 10)
------------------------------
Additional (1): shard-rkl0
Missing (1): pig-kbl-iris
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9424_full:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@i915_pm_rps@thresholds-idle-park@gt0}:
- shard-tglu: [FAIL][1] ([i915#8889]) -> [SKIP][2] +3 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-tglu-2/igt@i915_pm_rps@thresholds-idle-park@gt0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-5/igt@i915_pm_rps@thresholds-idle-park@gt0.html
* {igt@i915_pm_rps@thresholds-idle@gt0}:
- {shard-dg1}: [FAIL][3] ([i915#6121]) -> [SKIP][4] +3 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg1-17/igt@i915_pm_rps@thresholds-idle@gt0.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg1-12/igt@i915_pm_rps@thresholds-idle@gt0.html
* {igt@i915_pm_rps@thresholds-park@gt0}:
- shard-dg2: [FAIL][5] ([i915#6121]) -> [SKIP][6] +3 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-12/igt@i915_pm_rps@thresholds-park@gt0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-8/igt@i915_pm_rps@thresholds-park@gt0.html
- shard-rkl: [FAIL][7] ([i915#8889]) -> [SKIP][8] +3 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-rkl-4/igt@i915_pm_rps@thresholds-park@gt0.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-7/igt@i915_pm_rps@thresholds-park@gt0.html
* {igt@i915_pm_rps@thresholds@gt1}:
- shard-mtlp: [FAIL][9] ([i915#6121]) -> [SKIP][10] +7 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-5/igt@i915_pm_rps@thresholds@gt1.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-3/igt@i915_pm_rps@thresholds@gt1.html
Known issues
------------
Here are the changes found in IGTPW_9424_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@device_reset@cold-reset-bound:
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#7701])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@device_reset@cold-reset-bound.html
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [PASS][12] -> [FAIL][13] ([i915#7742])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-rkl-3/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@drm_fdinfo@virtual-busy-idle-all:
- shard-dg2: NOTRUN -> [SKIP][14] ([i915#8414]) +1 similar issue
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@drm_fdinfo@virtual-busy-idle-all.html
* igt@feature_discovery@chamelium:
- shard-dg2: NOTRUN -> [SKIP][15] ([i915#4854])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@feature_discovery@chamelium.html
* igt@feature_discovery@display-2x:
- shard-dg2: NOTRUN -> [SKIP][16] ([i915#1839])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-8/igt@feature_discovery@display-2x.html
* igt@gem_create@hog-create@smem0:
- shard-dg2: NOTRUN -> [FAIL][17] ([i915#5892] / [i915#8758])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@gem_create@hog-create@smem0.html
* igt@gem_ctx_isolation@preservation-s3@ccs0:
- shard-dg2: [PASS][18] -> [FAIL][19] ([fdo#103375]) +1 similar issue
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-12/igt@gem_ctx_isolation@preservation-s3@ccs0.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@gem_ctx_isolation@preservation-s3@ccs0.html
* igt@gem_ctx_persistence@engines-persistence:
- shard-snb: NOTRUN -> [SKIP][20] ([fdo#109271] / [i915#1099]) +1 similar issue
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-snb4/igt@gem_ctx_persistence@engines-persistence.html
* igt@gem_eio@reset-stress:
- shard-snb: NOTRUN -> [FAIL][21] ([i915#8898])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-snb5/igt@gem_eio@reset-stress.html
* igt@gem_exec_balancer@full-pulse:
- shard-dg2: [PASS][22] -> [FAIL][23] ([i915#6032])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-10/igt@gem_exec_balancer@full-pulse.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@gem_exec_balancer@full-pulse.html
* igt@gem_exec_capture@pi@vcs0:
- shard-mtlp: [PASS][24] -> [FAIL][25] ([i915#4475])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-6/igt@gem_exec_capture@pi@vcs0.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-2/igt@gem_exec_capture@pi@vcs0.html
* igt@gem_exec_fair@basic-flow@rcs0:
- shard-tglu: [PASS][26] -> [FAIL][27] ([i915#2842])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-tglu-3/igt@gem_exec_fair@basic-flow@rcs0.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-6/igt@gem_exec_fair@basic-flow@rcs0.html
* igt@gem_exec_fair@basic-none-rrul:
- shard-dg2: NOTRUN -> [SKIP][28] ([i915#3539] / [i915#4852]) +1 similar issue
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@gem_exec_fair@basic-none-rrul.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-tglu: NOTRUN -> [FAIL][29] ([i915#2842]) +1 similar issue
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-4/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [PASS][30] -> [FAIL][31] ([i915#2842])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-apl3/igt@gem_exec_fair@basic-none-solo@rcs0.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-apl6/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-none@vecs0:
- shard-rkl: [PASS][32] -> [FAIL][33] ([i915#2842])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-rkl-7/igt@gem_exec_fair@basic-none@vecs0.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-6/igt@gem_exec_fair@basic-none@vecs0.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-glk: [PASS][34] -> [FAIL][35] ([i915#2842])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-glk5/igt@gem_exec_fair@basic-pace@vecs0.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-glk1/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_gttfill@multigpu-basic:
- shard-tglu: NOTRUN -> [SKIP][36] ([i915#7697])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-2/igt@gem_exec_gttfill@multigpu-basic.html
* igt@gem_exec_reloc@basic-gtt-wc-active:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#3281]) +3 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-5/igt@gem_exec_reloc@basic-gtt-wc-active.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: NOTRUN -> [SKIP][38] ([i915#2190])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-1/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-glk: NOTRUN -> [SKIP][39] ([fdo#109271] / [i915#4613]) +1 similar issue
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-glk8/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@heavy-verify-random-ccs:
- shard-tglu: NOTRUN -> [SKIP][40] ([i915#4613]) +1 similar issue
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-4/igt@gem_lmem_swapping@heavy-verify-random-ccs.html
* igt@gem_media_vme:
- shard-tglu: NOTRUN -> [SKIP][41] ([i915#284])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-9/igt@gem_media_vme.html
* igt@gem_mmap@bad-offset:
- shard-dg2: NOTRUN -> [SKIP][42] ([i915#4083]) +2 similar issues
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-10/igt@gem_mmap@bad-offset.html
* igt@gem_mmap_gtt@big-bo:
- shard-dg2: NOTRUN -> [SKIP][43] ([i915#4077]) +3 similar issues
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-8/igt@gem_mmap_gtt@big-bo.html
* igt@gem_mmap_gtt@cpuset-basic-small-copy-xy:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4077]) +1 similar issue
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-8/igt@gem_mmap_gtt@cpuset-basic-small-copy-xy.html
* igt@gem_mmap_wc@set-cache-level:
- shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4083]) +1 similar issue
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-5/igt@gem_mmap_wc@set-cache-level.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#3282]) +4 similar issues
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-5/igt@gem_pread@snoop.html
* igt@gem_pwrite@basic-exhaustion:
- shard-tglu: NOTRUN -> [WARN][47] ([i915#2658])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-2/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pwrite@basic-random:
- shard-rkl: NOTRUN -> [SKIP][48] ([i915#3282])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-6/igt@gem_pwrite@basic-random.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4270]) +1 similar issue
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-3/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs:
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#8428]) +1 similar issue
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-4/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html
* igt@gem_tiled_pread_basic:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#4079])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@gem_tiled_pread_basic.html
* igt@gem_userptr_blits@invalid-mmap-offset-unsync:
- shard-tglu: NOTRUN -> [SKIP][52] ([i915#3297])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-10/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html
* igt@gem_userptr_blits@relocations:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#3281])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-2/igt@gem_userptr_blits@relocations.html
* igt@gem_workarounds@suspend-resume-context:
- shard-tglu: [PASS][54] -> [ABORT][55] ([i915#5122])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-tglu-4/igt@gem_workarounds@suspend-resume-context.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-6/igt@gem_workarounds@suspend-resume-context.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-mtlp: [PASS][56] -> [FAIL][57] ([fdo#103375])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-1/igt@gem_workarounds@suspend-resume-fd.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-2/igt@gem_workarounds@suspend-resume-fd.html
* igt@gen7_exec_parse@basic-offset:
- shard-dg2: NOTRUN -> [SKIP][58] ([fdo#109289]) +2 similar issues
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-8/igt@gen7_exec_parse@basic-offset.html
* igt@gen7_exec_parse@bitmasks:
- shard-tglu: NOTRUN -> [SKIP][59] ([fdo#109289])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-10/igt@gen7_exec_parse@bitmasks.html
* igt@gen9_exec_parse@bb-secure:
- shard-tglu: NOTRUN -> [SKIP][60] ([i915#2527] / [i915#2856])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-3/igt@gen9_exec_parse@bb-secure.html
* igt@gen9_exec_parse@bb-start-out:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#2856])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-6/igt@gen9_exec_parse@bb-start-out.html
* igt@gen9_exec_parse@shadow-peek:
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#2856])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-2/igt@gen9_exec_parse@shadow-peek.html
* igt@i915_hangman@gt-engine-hang@vcs0:
- shard-mtlp: [PASS][63] -> [FAIL][64] ([i915#7069])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-6/igt@i915_hangman@gt-engine-hang@vcs0.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-8/igt@i915_hangman@gt-engine-hang@vcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [PASS][65] -> [DMESG-WARN][66] ([i915#7061])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-6/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [PASS][67] -> [ABORT][68] ([i915#8489] / [i915#8668])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-8/igt@i915_module_load@reload-with-fault-injection.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_dc@dc6-dpms:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#5978])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-6/igt@i915_pm_dc@dc6-dpms.html
- shard-rkl: NOTRUN -> [SKIP][70] ([i915#3361])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-7/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#1937])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-dp.html
* igt@i915_pm_rc6_residency@rc6-idle@rcs0:
- shard-tglu: [PASS][72] -> [WARN][73] ([i915#2681])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-idle@rcs0.html
* igt@i915_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-dg2: [PASS][74] -> [SKIP][75] ([i915#1397]) +1 similar issue
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-7/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-rkl: [PASS][76] -> [SKIP][77] ([i915#1397]) +2 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-rkl-2/igt@i915_pm_rpm@dpms-non-lpsp.html
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-7/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rpm@gem-execbuf@smem0:
- shard-tglu: [PASS][78] -> [FAIL][79] ([i915#7940]) +1 similar issue
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-tglu-7/igt@i915_pm_rpm@gem-execbuf@smem0.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-3/igt@i915_pm_rpm@gem-execbuf@smem0.html
* igt@i915_pm_rps@reset:
- shard-snb: [PASS][80] -> [INCOMPLETE][81] ([i915#7790])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-snb1/igt@i915_pm_rps@reset.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-snb4/igt@i915_pm_rps@reset.html
* igt@i915_suspend@sysfs-reader:
- shard-snb: NOTRUN -> [DMESG-WARN][82] ([i915#8841]) +4 similar issues
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-snb1/igt@i915_suspend@sysfs-reader.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#5190])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-7/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@clobberred-modifier:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#4212])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@kms_addfb_basic@clobberred-modifier.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [FAIL][85] ([i915#8247]) +3 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-1/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-mtlp: [PASS][86] -> [FAIL][87] ([i915#5138])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-1/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-tglu: NOTRUN -> [SKIP][88] ([i915#5286])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-4/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#5286])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-6/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-tglu: NOTRUN -> [SKIP][90] ([fdo#111615] / [i915#5286])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][91] ([fdo#111614]) +1 similar issue
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-mtlp: [PASS][92] -> [FAIL][93] ([i915#3743]) +2 similar issues
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-1/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-2/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-mtlp: NOTRUN -> [SKIP][94] ([fdo#111615]) +2 similar issues
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-6/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@y-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#5190]) +5 similar issues
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-2/igt@kms_big_fb@y-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][96] ([fdo#110723]) +1 similar issue
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#4538] / [i915#5190]) +3 similar issues
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- shard-tglu: NOTRUN -> [SKIP][98] ([fdo#111615]) +2 similar issues
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-4/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_ccs:
- shard-dg2: NOTRUN -> [SKIP][99] ([i915#3689] / [i915#5354]) +11 similar issues
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@kms_ccs@pipe-a-bad-aux-stride-y_tiled_ccs.html
* igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][100] ([i915#3734] / [i915#5354] / [i915#6095])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-4/igt@kms_ccs@pipe-a-bad-rotation-90-y_tiled_ccs.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][101] ([i915#5354]) +17 similar issues
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-8/igt@kms_ccs@pipe-a-missing-ccs-buffer-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
- shard-glk: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#3886]) +1 similar issue
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-glk9/igt@kms_ccs@pipe-a-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_rc_ccs:
- shard-rkl: NOTRUN -> [SKIP][103] ([i915#5354] / [i915#6095]) +4 similar issues
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-4/igt@kms_ccs@pipe-b-bad-pixel-format-4_tiled_mtl_rc_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_dg2_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][104] ([i915#6095]) +4 similar issues
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-2/igt@kms_ccs@pipe-b-crc-primary-basic-4_tiled_dg2_mc_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][105] ([i915#3689] / [i915#3886] / [i915#5354] / [i915#6095]) +1 similar issue
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-4/igt@kms_ccs@pipe-b-crc-primary-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs_cc:
- shard-tglu: NOTRUN -> [SKIP][106] ([i915#5354] / [i915#6095]) +3 similar issues
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-3/igt@kms_ccs@pipe-c-bad-pixel-format-4_tiled_mtl_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_rc_ccs_cc:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#3689] / [i915#3886] / [i915#5354]) +1 similar issue
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-1/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_rc_ccs_cc.html
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#3886] / [i915#6095]) +1 similar issue
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_ccs:
- shard-tglu: NOTRUN -> [SKIP][109] ([i915#3689] / [i915#5354] / [i915#6095]) +2 similar issues
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-8/igt@kms_ccs@pipe-c-ccs-on-another-bo-y_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][110] ([i915#5354]) +5 similar issues
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-4/igt@kms_ccs@pipe-d-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html
* igt@kms_cdclk@mode-transition@pipe-a-dp-2:
- shard-dg2: NOTRUN -> [SKIP][111] ([i915#4087] / [i915#7213]) +3 similar issues
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@kms_cdclk@mode-transition@pipe-a-dp-2.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#4087]) +3 similar issues
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-10/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-1.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-tglu: NOTRUN -> [SKIP][113] ([fdo#111827])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-5/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_edid@dp-edid-change-during-suspend:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#7828]) +1 similar issue
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-4/igt@kms_chamelium_edid@dp-edid-change-during-suspend.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][115] ([i915#7828]) +4 similar issues
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-tglu: NOTRUN -> [SKIP][116] ([i915#7828])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-3/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
- shard-mtlp: NOTRUN -> [SKIP][117] ([i915#7828])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-5/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2: NOTRUN -> [SKIP][118] ([i915#7118]) +1 similar issue
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-3/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [TIMEOUT][119] ([i915#7173]) +1 similar issue
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@kms_content_protection@atomic@pipe-a-dp-4.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][120] ([i915#3359])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-9/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: NOTRUN -> [SKIP][121] ([i915#3359])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-5/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#3359])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-6/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#8814])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-5/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-snb: NOTRUN -> [SKIP][124] ([fdo#109271]) +240 similar issues
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-snb2/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-tglu: NOTRUN -> [SKIP][125] ([fdo#109274])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-4/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size:
- shard-dg2: NOTRUN -> [SKIP][126] ([fdo#109274] / [i915#5354]) +2 similar issues
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-10/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
- shard-snb: NOTRUN -> [SKIP][127] ([fdo#109271] / [fdo#111767])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-snb5/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [PASS][128] -> [FAIL][129] ([i915#2346])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][130] ([i915#3804])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dither@fb-8bpc-vs-panel-8bpc:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#3555]) +1 similar issue
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-5/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-dg2: NOTRUN -> [SKIP][132] ([fdo#109274]) +1 similar issue
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-1/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-panning-interruptible:
- shard-tglu: NOTRUN -> [SKIP][133] ([fdo#109274] / [i915#3637])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-7/igt@kms_flip@2x-flip-vs-panning-interruptible.html
* igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][134] ([i915#3637])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-8/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank@b-dp1:
- shard-apl: [PASS][135] -> [FAIL][136] ([i915#79])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-apl2/igt@kms_flip@flip-vs-expired-vblank@b-dp1.html
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-apl4/igt@kms_flip@flip-vs-expired-vblank@b-dp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#2672]) +2 similar issues
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite:
- shard-dg2: [PASS][138] -> [FAIL][139] ([i915#6880])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][140] ([i915#1825]) +3 similar issues
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][141] ([fdo#110189]) +4 similar issues
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][142] ([fdo#111825])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][143] ([i915#8708])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#8708]) +6 similar issues
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw:
- shard-glk: NOTRUN -> [SKIP][145] ([fdo#109271]) +29 similar issues
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-glk1/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-pwrite:
- shard-tglu: NOTRUN -> [SKIP][146] ([fdo#109280]) +5 similar issues
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-10/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-rte:
- shard-rkl: NOTRUN -> [SKIP][147] ([fdo#111825] / [i915#1825]) +2 similar issues
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-2p-rte.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#3458]) +7 similar issues
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html
- shard-rkl: NOTRUN -> [SKIP][149] ([i915#3023]) +3 similar issues
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html
* igt@kms_hdr@static-swap:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#3555] / [i915#8228]) +1 similar issue
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-1/igt@kms_hdr@static-swap.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-2:
- shard-dg2: NOTRUN -> [FAIL][151] ([i915#8292])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-2.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1:
- shard-tglu: [PASS][152] -> [FAIL][153] ([i915#8292])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-tglu-10/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-8/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][154] ([i915#5176]) +3 similar issues
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-3/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#5176]) +7 similar issues
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-hdmi-a-2.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][156] ([i915#5176]) +3 similar issues
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-6/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][157] ([i915#5235]) +3 similar issues
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-dp-2:
- shard-dg2: NOTRUN -> [SKIP][158] ([i915#5235]) +15 similar issues
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c-dp-2.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-tglu: NOTRUN -> [SKIP][159] ([fdo#109642] / [fdo#111068] / [i915#658])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@psr2_primary_page_flip:
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#1072]) +1 similar issue
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-8/igt@kms_psr@psr2_primary_page_flip.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-dg2: NOTRUN -> [SKIP][161] ([i915#5461] / [i915#658])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-mtlp: NOTRUN -> [SKIP][162] ([i915#4235])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-5/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-0:
- shard-tglu: NOTRUN -> [SKIP][163] ([i915#5289])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-3/igt@kms_rotation_crc@primary-4-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#4235] / [i915#5190])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-rkl: NOTRUN -> [SKIP][165] ([fdo#111615] / [i915#5289])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_tv_load_detect@load-detect:
- shard-dg2: NOTRUN -> [SKIP][166] ([fdo#109309])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-8/igt@kms_tv_load_detect@load-detect.html
* igt@kms_vblank@pipe-c-ts-continuation-idle:
- shard-rkl: NOTRUN -> [SKIP][167] ([i915#4070] / [i915#6768]) +1 similar issue
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-2/igt@kms_vblank@pipe-c-ts-continuation-idle.html
* igt@kms_vrr@flipline:
- shard-rkl: NOTRUN -> [SKIP][168] ([i915#3555])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-1/igt@kms_vrr@flipline.html
* igt@perf@enable-disable@0-rcs0:
- shard-dg2: [PASS][169] -> [FAIL][170] ([i915#8724])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-5/igt@perf@enable-disable@0-rcs0.html
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@perf@enable-disable@0-rcs0.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [PASS][171] -> [FAIL][172] ([i915#4349])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-7/igt@perf_pmu@busy-double-start@rcs0.html
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-2/igt@perf_pmu@busy-double-start@rcs0.html
* igt@sysfs_heartbeat_interval@mixed@ccs0:
- shard-mtlp: [PASS][173] -> [ABORT][174] ([i915#8552])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-1/igt@sysfs_heartbeat_interval@mixed@ccs0.html
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-6/igt@sysfs_heartbeat_interval@mixed@ccs0.html
* igt@sysfs_heartbeat_interval@mixed@vecs0:
- shard-mtlp: [PASS][175] -> [FAIL][176] ([i915#1731])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-1/igt@sysfs_heartbeat_interval@mixed@vecs0.html
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-6/igt@sysfs_heartbeat_interval@mixed@vecs0.html
* igt@v3d/v3d_submit_cl@multisync-out-syncs:
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#2575])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-4/igt@v3d/v3d_submit_cl@multisync-out-syncs.html
* igt@v3d/v3d_submit_csd@bad-flag:
- shard-dg2: NOTRUN -> [SKIP][178] ([i915#2575]) +4 similar issues
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@v3d/v3d_submit_csd@bad-flag.html
* igt@v3d/v3d_wait_bo@map-bo-0ns:
- shard-tglu: NOTRUN -> [SKIP][179] ([fdo#109315] / [i915#2575])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-3/igt@v3d/v3d_wait_bo@map-bo-0ns.html
* igt@vc4/vc4_label_bo@set-kernel-name:
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#7711]) +3 similar issues
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-8/igt@vc4/vc4_label_bo@set-kernel-name.html
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#7711])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-6/igt@vc4/vc4_label_bo@set-kernel-name.html
* igt@vc4/vc4_tiling@get-after-free:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#7711]) +1 similar issue
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-4/igt@vc4/vc4_tiling@get-after-free.html
* igt@vc4/vc4_tiling@get-bad-handle:
- shard-tglu: NOTRUN -> [SKIP][183] ([i915#2575])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-2/igt@vc4/vc4_tiling@get-bad-handle.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][184] ([i915#7742]) -> [PASS][185]
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-rkl-4/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-6/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_barrier_race@remote-request@rcs0:
- shard-tglu: [ABORT][186] ([i915#8211] / [i915#8234]) -> [PASS][187]
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-tglu-2/igt@gem_barrier_race@remote-request@rcs0.html
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-2/igt@gem_barrier_race@remote-request@rcs0.html
* igt@gem_busy@close-race:
- shard-mtlp: [ABORT][188] ([i915#7349]) -> [PASS][189]
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-8/igt@gem_busy@close-race.html
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-6/igt@gem_busy@close-race.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-tglu: [FAIL][190] ([i915#6268]) -> [PASS][191]
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-tglu-9/igt@gem_ctx_exec@basic-nohangcheck.html
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-5/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_persistence@engines-hostile@vcs0:
- shard-mtlp: [FAIL][192] ([i915#2410]) -> [PASS][193] +2 similar issues
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-6/igt@gem_ctx_persistence@engines-hostile@vcs0.html
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-3/igt@gem_ctx_persistence@engines-hostile@vcs0.html
* igt@gem_eio@unwedge-stress:
- {shard-dg1}: [FAIL][194] ([i915#5784]) -> [PASS][195] +1 similar issue
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg1-13/igt@gem_eio@unwedge-stress.html
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg1-18/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-deadline:
- shard-apl: [FAIL][196] ([i915#2846]) -> [PASS][197]
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-apl7/igt@gem_exec_fair@basic-deadline.html
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-apl2/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [FAIL][198] ([i915#2842]) -> [PASS][199]
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-glk4/igt@gem_exec_fair@basic-pace-share@rcs0.html
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-glk1/igt@gem_exec_fair@basic-pace-share@rcs0.html
- shard-apl: [FAIL][200] ([i915#2842]) -> [PASS][201]
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-apl2/igt@gem_exec_fair@basic-pace-share@rcs0.html
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-apl2/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [TIMEOUT][202] ([i915#5493]) -> [PASS][203]
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-6/igt@gem_lmem_swapping@smem-oom@lmem0.html
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-2/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_ppgtt@flink-and-close-vma-leak:
- shard-glk: [FAIL][204] ([i915#644]) -> [PASS][205]
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-glk5/igt@gem_ppgtt@flink-and-close-vma-leak.html
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-glk3/igt@gem_ppgtt@flink-and-close-vma-leak.html
* igt@i915_pm_dc@dc9-dpms:
- shard-apl: [SKIP][206] ([fdo#109271]) -> [PASS][207]
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-apl4/igt@i915_pm_dc@dc9-dpms.html
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-apl3/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a:
- shard-rkl: [SKIP][208] ([i915#1937]) -> [PASS][209]
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-rkl-1/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-7/igt@i915_pm_lpsp@kms-lpsp@kms-lpsp-hdmi-a.html
* igt@i915_pm_rc6_residency@rc6-idle@vecs0:
- {shard-dg1}: [FAIL][210] ([i915#3591]) -> [PASS][211]
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@vecs0.html
* igt@i915_pm_rpm@cursor-dpms:
- shard-tglu: [FAIL][212] ([i915#7940]) -> [PASS][213] +1 similar issue
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-tglu-9/igt@i915_pm_rpm@cursor-dpms.html
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-2/igt@i915_pm_rpm@cursor-dpms.html
* igt@i915_pm_rpm@dpms-lpsp:
- {shard-dg1}: [SKIP][214] ([i915#1397]) -> [PASS][215]
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg1-16/igt@i915_pm_rpm@dpms-lpsp.html
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg1-19/igt@i915_pm_rpm@dpms-lpsp.html
* igt@i915_pm_rpm@gem-execbuf-stress@smem0:
- {shard-dg1}: [FAIL][216] ([i915#7940]) -> [PASS][217]
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg1-14/igt@i915_pm_rpm@gem-execbuf-stress@smem0.html
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg1-17/igt@i915_pm_rpm@gem-execbuf-stress@smem0.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-dg2: [SKIP][218] ([i915#1397]) -> [PASS][219] +1 similar issue
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-2/igt@i915_pm_rpm@modeset-lpsp.html
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-12/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_pm_rpm@system-suspend-modeset:
- shard-dg2: [FAIL][220] ([fdo#103375]) -> [PASS][221] +3 similar issues
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-5/igt@i915_pm_rpm@system-suspend-modeset.html
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-10/igt@i915_pm_rpm@system-suspend-modeset.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: [FAIL][222] ([i915#5138]) -> [PASS][223]
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-mtlp: [FAIL][224] ([i915#3743]) -> [PASS][225]
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-7/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-edp1:
- shard-mtlp: [FAIL][226] ([fdo#103375]) -> [PASS][227] +4 similar issues
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-5/igt@kms_flip@flip-vs-suspend-interruptible@d-edp1.html
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-2/igt@kms_flip@flip-vs-suspend-interruptible@d-edp1.html
* igt@kms_flip@plain-flip-ts-check@a-hdmi-a1:
- shard-glk: [FAIL][228] ([i915#2122]) -> [PASS][229]
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-glk3/igt@kms_flip@plain-flip-ts-check@a-hdmi-a1.html
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-glk8/igt@kms_flip@plain-flip-ts-check@a-hdmi-a1.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-rkl: [ABORT][230] ([i915#7461]) -> [PASS][231]
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-rkl-2/igt@kms_rotation_crc@primary-rotation-270.html
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-4/igt@kms_rotation_crc@primary-rotation-270.html
* igt@perf@stress-open-close@0-rcs0:
- shard-glk: [ABORT][232] ([i915#5213] / [i915#7941]) -> [PASS][233]
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-glk2/igt@perf@stress-open-close@0-rcs0.html
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-glk6/igt@perf@stress-open-close@0-rcs0.html
* igt@perf_pmu@busy-idle-check-all@ccs0:
- shard-mtlp: [FAIL][234] ([i915#4521]) -> [PASS][235]
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-4/igt@perf_pmu@busy-idle-check-all@ccs0.html
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-8/igt@perf_pmu@busy-idle-check-all@ccs0.html
* igt@perf_pmu@busy-idle-check-all@vcs0:
- shard-dg2: [FAIL][236] ([i915#4521]) -> [PASS][237] +7 similar issues
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-12/igt@perf_pmu@busy-idle-check-all@vcs0.html
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-3/igt@perf_pmu@busy-idle-check-all@vcs0.html
* igt@sysfs_heartbeat_interval@nopreempt@bcs0:
- shard-mtlp: [FAIL][238] ([i915#6015]) -> [PASS][239]
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-3/igt@sysfs_heartbeat_interval@nopreempt@bcs0.html
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-1/igt@sysfs_heartbeat_interval@nopreempt@bcs0.html
* igt@sysfs_timeslice_duration@timeout@vecs0:
- shard-mtlp: [ABORT][240] ([i915#8521]) -> [PASS][241]
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-4/igt@sysfs_timeslice_duration@timeout@vecs0.html
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-6/igt@sysfs_timeslice_duration@timeout@vecs0.html
#### Warnings ####
* igt@i915_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-tglu: [SKIP][242] ([fdo#111644] / [i915#1397]) -> [FAIL][243] ([i915#7940])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-tglu-2/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-tglu-8/igt@i915_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp-stress:
- shard-dg2: [SKIP][244] ([i915#8767]) -> [SKIP][245] ([i915#1397])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-1/igt@i915_pm_rpm@modeset-lpsp-stress.html
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-8/igt@i915_pm_rpm@modeset-lpsp-stress.html
* igt@kms_async_flips@crc@pipe-a-edp-1:
- shard-mtlp: [DMESG-FAIL][246] ([i915#1982] / [i915#8561]) -> [DMESG-FAIL][247] ([i915#8561])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-mtlp-7/igt@kms_async_flips@crc@pipe-a-edp-1.html
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-mtlp-6/igt@kms_async_flips@crc@pipe-a-edp-1.html
* igt@kms_content_protection@content_type_change:
- shard-dg2: [SKIP][248] ([i915#7118]) -> [SKIP][249] ([i915#7118] / [i915#7162])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-dg2-10/igt@kms_content_protection@content_type_change.html
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-dg2-11/igt@kms_content_protection@content_type_change.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][250] ([fdo#110189] / [i915#3955]) -> [SKIP][251] ([i915#3955])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13393/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/shard-rkl-3/igt@kms_fbcon_fbt@psr-suspend.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1731]: https://gitlab.freedesktop.org/drm/intel/issues/1731
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#1937]: https://gitlab.freedesktop.org/drm/intel/issues/1937
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2410]: https://gitlab.freedesktop.org/drm/intel/issues/2410
[i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475
[i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936
[i915#5122]: https://gitlab.freedesktop.org/drm/intel/issues/5122
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5213]: https://gitlab.freedesktop.org/drm/intel/issues/5213
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5461]: https://gitlab.freedesktop.org/drm/intel/issues/5461
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#5892]: https://gitlab.freedesktop.org/drm/intel/issues/5892
[i915#5978]: https://gitlab.freedesktop.org/drm/intel/issues/5978
[i915#6015]: https://gitlab.freedesktop.org/drm/intel/issues/6015
[i915#6032]: https://gitlab.freedesktop.org/drm/intel/issues/6032
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#644]: https://gitlab.freedesktop.org/drm/intel/issues/644
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#7061]: https://gitlab.freedesktop.org/drm/intel/issues/7061
[i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162
[i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
[i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213
[i915#7349]: https://gitlab.freedesktop.org/drm/intel/issues/7349
[i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79
[i915#7940]: https://gitlab.freedesktop.org/drm/intel/issues/7940
[i915#7941]: https://gitlab.freedesktop.org/drm/intel/issues/7941
[i915#8211]: https://gitlab.freedesktop.org/drm/intel/issues/8211
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8234]: https://gitlab.freedesktop.org/drm/intel/issues/8234
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8489]: https://gitlab.freedesktop.org/drm/intel/issues/8489
[i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521
[i915#8552]: https://gitlab.freedesktop.org/drm/intel/issues/8552
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561
[i915#8621]: https://gitlab.freedesktop.org/drm/intel/issues/8621
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8724]: https://gitlab.freedesktop.org/drm/intel/issues/8724
[i915#8758]: https://gitlab.freedesktop.org/drm/intel/issues/8758
[i915#8767]: https://gitlab.freedesktop.org/drm/intel/issues/8767
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
[i915#8889]: https://gitlab.freedesktop.org/drm/intel/issues/8889
[i915#8898]: https://gitlab.freedesktop.org/drm/intel/issues/8898
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7392 -> IGTPW_9424
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13393: 4ae257777fc0916656d875bb742e25145b426beb @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9424: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/index.html
IGT_7392: 1e7c1d677d7ba57f342486bc522ed1bb6c19bf5e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9424/index.html
[-- Attachment #2: Type: text/html, Size: 75175 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915_pm_rps: Fix test after silent conflict harder
2023-07-18 8:40 [igt-dev] [PATCH i-g-t] tests/i915_pm_rps: Fix test after silent conflict harder Tvrtko Ursulin
` (2 preceding siblings ...)
2023-07-18 14:17 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
@ 2023-07-18 18:37 ` Dixit, Ashutosh
2023-07-19 8:07 ` Tvrtko Ursulin
2023-07-18 18:41 ` Rodrigo Vivi
4 siblings, 1 reply; 7+ messages in thread
From: Dixit, Ashutosh @ 2023-07-18 18:37 UTC (permalink / raw)
To: Tvrtko Ursulin; +Cc: Tvrtko Ursulin, Intel-gfx, igt-dev, Rodrigo Vivi
On Tue, 18 Jul 2023 01:40:41 -0700, Tvrtko Ursulin wrote:
>
> From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
>
> Feature test also needs adjusting after sysfs helper API changes...
>
> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> Fixes: d86ca7e17b58 ("tests/i915_pm_rps: Exercise sysfs thresholds")
> Reference: 54dc25efaf10 ("lib/igt_sysfs: add asserting helpers for read/write operations")
> Reference: 1dfa7a007a8e ("tests/i915_pm_rps: Fix test after silent conflict")
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Cc: Lukasz Laguna <lukasz.laguna@intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
> ---
> tests/i915/i915_pm_rps.c | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/tests/i915/i915_pm_rps.c b/tests/i915/i915_pm_rps.c
> index 15c74cc703c2..3ef5842dd7f8 100644
> --- a/tests/i915/i915_pm_rps.c
> +++ b/tests/i915/i915_pm_rps.c
> @@ -1015,20 +1015,23 @@ static void sysfs_set_u32(int dir, const char *attr, uint32_t set)
> static void test_thresholds(int i915, unsigned int gt, unsigned int flags)
> {
> uint64_t ahnd = get_reloc_ahnd(i915, 0);
> + unsigned int def_up = 0, def_down = 0;
> const unsigned int points = 10;
> - unsigned int def_up, def_down;
> igt_spin_t *spin = NULL;
> const intel_ctx_t *ctx;
> unsigned int *ta, *tb;
> unsigned int i;
> int sysfs;
> + bool ret;
>
> sysfs = igt_sysfs_gt_open(i915, gt);
> igt_require(sysfs >= 0);
>
> /* Feature test */
> - def_up = igt_sysfs_get_u32(sysfs, "rps_up_threshold_pct");
> - def_down = igt_sysfs_get_u32(sysfs, "rps_down_threshold_pct");
> + ret = __igt_sysfs_get_u32(sysfs, "rps_up_threshold_pct", &def_up);
> + igt_require(ret);
> + ret = __igt_sysfs_get_u32(sysfs, "rps_down_threshold_pct", &def_down);
> + igt_require(ret);
Could also use igt_sysfs_has_attr(). Ok as is too.
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> igt_require(def_up && def_down);
>
> /* Check invalid percentages are rejected */
> --
> 2.39.2
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915_pm_rps: Fix test after silent conflict harder
2023-07-18 8:40 [igt-dev] [PATCH i-g-t] tests/i915_pm_rps: Fix test after silent conflict harder Tvrtko Ursulin
` (3 preceding siblings ...)
2023-07-18 18:37 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh
@ 2023-07-18 18:41 ` Rodrigo Vivi
4 siblings, 0 replies; 7+ messages in thread
From: Rodrigo Vivi @ 2023-07-18 18:41 UTC (permalink / raw)
To: Tvrtko Ursulin; +Cc: igt-dev, Intel-gfx, Tvrtko Ursulin
On Tue, Jul 18, 2023 at 09:40:41AM +0100, Tvrtko Ursulin wrote:
> From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
>
> Feature test also needs adjusting after sysfs helper API changes...
>
> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
> Fixes: d86ca7e17b58 ("tests/i915_pm_rps: Exercise sysfs thresholds")
> Reference: 54dc25efaf10 ("lib/igt_sysfs: add asserting helpers for read/write operations")
> Reference: 1dfa7a007a8e ("tests/i915_pm_rps: Fix test after silent conflict")
> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Cc: Lukasz Laguna <lukasz.laguna@intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
> tests/i915/i915_pm_rps.c | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
>
> diff --git a/tests/i915/i915_pm_rps.c b/tests/i915/i915_pm_rps.c
> index 15c74cc703c2..3ef5842dd7f8 100644
> --- a/tests/i915/i915_pm_rps.c
> +++ b/tests/i915/i915_pm_rps.c
> @@ -1015,20 +1015,23 @@ static void sysfs_set_u32(int dir, const char *attr, uint32_t set)
> static void test_thresholds(int i915, unsigned int gt, unsigned int flags)
> {
> uint64_t ahnd = get_reloc_ahnd(i915, 0);
> + unsigned int def_up = 0, def_down = 0;
> const unsigned int points = 10;
> - unsigned int def_up, def_down;
> igt_spin_t *spin = NULL;
> const intel_ctx_t *ctx;
> unsigned int *ta, *tb;
> unsigned int i;
> int sysfs;
> + bool ret;
>
> sysfs = igt_sysfs_gt_open(i915, gt);
> igt_require(sysfs >= 0);
>
> /* Feature test */
> - def_up = igt_sysfs_get_u32(sysfs, "rps_up_threshold_pct");
> - def_down = igt_sysfs_get_u32(sysfs, "rps_down_threshold_pct");
> + ret = __igt_sysfs_get_u32(sysfs, "rps_up_threshold_pct", &def_up);
> + igt_require(ret);
> + ret = __igt_sysfs_get_u32(sysfs, "rps_down_threshold_pct", &def_down);
> + igt_require(ret);
> igt_require(def_up && def_down);
>
> /* Check invalid percentages are rejected */
> --
> 2.39.2
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915_pm_rps: Fix test after silent conflict harder
2023-07-18 18:37 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh
@ 2023-07-19 8:07 ` Tvrtko Ursulin
0 siblings, 0 replies; 7+ messages in thread
From: Tvrtko Ursulin @ 2023-07-19 8:07 UTC (permalink / raw)
To: Dixit, Ashutosh; +Cc: Tvrtko Ursulin, Intel-gfx, igt-dev, Rodrigo Vivi
On 18/07/2023 19:37, Dixit, Ashutosh wrote:
> On Tue, 18 Jul 2023 01:40:41 -0700, Tvrtko Ursulin wrote:
>>
>> From: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
>>
>> Feature test also needs adjusting after sysfs helper API changes...
>>
>> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
>> Fixes: d86ca7e17b58 ("tests/i915_pm_rps: Exercise sysfs thresholds")
>> Reference: 54dc25efaf10 ("lib/igt_sysfs: add asserting helpers for read/write operations")
>> Reference: 1dfa7a007a8e ("tests/i915_pm_rps: Fix test after silent conflict")
>> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
>> Cc: Lukasz Laguna <lukasz.laguna@intel.com>
>> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
>> Cc: Ashutosh Dixit <ashutosh.dixit@intel.com>
>> ---
>> tests/i915/i915_pm_rps.c | 9 ++++++---
>> 1 file changed, 6 insertions(+), 3 deletions(-)
>>
>> diff --git a/tests/i915/i915_pm_rps.c b/tests/i915/i915_pm_rps.c
>> index 15c74cc703c2..3ef5842dd7f8 100644
>> --- a/tests/i915/i915_pm_rps.c
>> +++ b/tests/i915/i915_pm_rps.c
>> @@ -1015,20 +1015,23 @@ static void sysfs_set_u32(int dir, const char *attr, uint32_t set)
>> static void test_thresholds(int i915, unsigned int gt, unsigned int flags)
>> {
>> uint64_t ahnd = get_reloc_ahnd(i915, 0);
>> + unsigned int def_up = 0, def_down = 0;
>> const unsigned int points = 10;
>> - unsigned int def_up, def_down;
>> igt_spin_t *spin = NULL;
>> const intel_ctx_t *ctx;
>> unsigned int *ta, *tb;
>> unsigned int i;
>> int sysfs;
>> + bool ret;
>>
>> sysfs = igt_sysfs_gt_open(i915, gt);
>> igt_require(sysfs >= 0);
>>
>> /* Feature test */
>> - def_up = igt_sysfs_get_u32(sysfs, "rps_up_threshold_pct");
>> - def_down = igt_sysfs_get_u32(sysfs, "rps_down_threshold_pct");
>> + ret = __igt_sysfs_get_u32(sysfs, "rps_up_threshold_pct", &def_up);
>> + igt_require(ret);
>> + ret = __igt_sysfs_get_u32(sysfs, "rps_down_threshold_pct", &def_down);
>> + igt_require(ret);
>
> Could also use igt_sysfs_has_attr(). Ok as is too.
Getting hard to stay on top of the API richness! :)
> Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Thanks for the reviews - pushed to fix the failures.
Regards,
Tvrtko
>
>> igt_require(def_up && def_down);
>>
>> /* Check invalid percentages are rejected */
>> --
>> 2.39.2
>>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-07-19 8:07 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-18 8:40 [igt-dev] [PATCH i-g-t] tests/i915_pm_rps: Fix test after silent conflict harder Tvrtko Ursulin
2023-07-18 10:43 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2023-07-18 10:45 ` [igt-dev] ○ CI.xeBAT: info " Patchwork
2023-07-18 14:17 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
2023-07-18 18:37 ` [igt-dev] [PATCH i-g-t] " Dixit, Ashutosh
2023-07-19 8:07 ` Tvrtko Ursulin
2023-07-18 18:41 ` Rodrigo Vivi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox