* [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting
@ 2023-12-14 15:42 Jeevan B
2023-12-14 16:46 ` ✓ CI.xeBAT: success for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Jeevan B @ 2023-12-14 15:42 UTC (permalink / raw)
To: igt-dev
The format is being changed globally to DRM_FORMAT_NV12. additionally,
FBC doesn't support the NV12 format, so this issue is being addressed.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_psr2_sf.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
index 76435f501..272260cdf 100644
--- a/tests/intel/kms_psr2_sf.c
+++ b/tests/intel/kms_psr2_sf.c
@@ -1387,7 +1387,6 @@ igt_main
* plane and continuous updates.
*/
data.op = PLANE_UPDATE_CONTINUOUS;
- data.primary_format = DRM_FORMAT_NV12;
igt_describe("Test that selective fetch works on overlay plane");
igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
op_str(data.op)) {
@@ -1404,6 +1403,11 @@ igt_main
data.pipe = pipes[i];
data.output = outputs[i];
data.damage_area_count = 1;
+ if (data.fbc_flag == true &&
+ data.op_fbc_mode == FBC_ENABLED)
+ data.primary_format = DRM_FORMAT_XRGB8888;
+ else
+ data.primary_format = DRM_FORMAT_NV12;
data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
data.coexist_feature = j;
prepare(&data);
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* ✓ CI.xeBAT: success for tests/intel/kms_psr2_sf: Fix primary_format setting
2023-12-14 15:42 [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting Jeevan B
@ 2023-12-14 16:46 ` Patchwork
2023-12-14 16:54 ` ✓ Fi.CI.BAT: " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-12-14 16:46 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2348 bytes --]
== Series Details ==
Series: tests/intel/kms_psr2_sf: Fix primary_format setting
URL : https://patchwork.freedesktop.org/series/127814/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7642_BAT -> XEIGTPW_10420_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_10420_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-7: [PASS][1] -> [DMESG-FAIL][2] ([Intel XE#1033])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7642/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10420/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
#### Possible fixes ####
* igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size:
- bat-dg2-oem2: [FAIL][3] ([i915#2346]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7642/bat-dg2-oem2/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10420/bat-dg2-oem2/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html
* igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1:
- bat-adlp-7: [FAIL][5] ([Intel XE#480]) -> [PASS][6] +1 other test pass
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7642/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10420/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@b-edp1.html
[Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
[Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
Build changes
-------------
* IGT: IGT_7642 -> IGTPW_10420
IGTPW_10420: 10420
IGT_7642: 071c380aa0f7332c8b48653c818c500d01e94a53 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-577-5cd1893366708380854f4694ae57417192458a6b: 5cd1893366708380854f4694ae57417192458a6b
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10420/index.html
[-- Attachment #2: Type: text/html, Size: 2971 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ Fi.CI.BAT: success for tests/intel/kms_psr2_sf: Fix primary_format setting
2023-12-14 15:42 [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting Jeevan B
2023-12-14 16:46 ` ✓ CI.xeBAT: success for " Patchwork
@ 2023-12-14 16:54 ` Patchwork
2023-12-14 17:53 ` ✗ Fi.CI.IGT: failure " Patchwork
2023-12-18 12:12 ` [PATCH i-g-t] " Govindapillai, Vinod
3 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-12-14 16:54 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 7249 bytes --]
== Series Details ==
Series: tests/intel/kms_psr2_sf: Fix primary_format setting
URL : https://patchwork.freedesktop.org/series/127814/
State : success
== Summary ==
CI Bug Log - changes from IGT_7642 -> IGTPW_10420
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/index.html
Participating hosts (38 -> 37)
------------------------------
Additional (1): bat-dg2-9
Missing (2): bat-adlp-6 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_10420 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@unbind-rebind:
- fi-apl-guc: [PASS][1] -> [ABORT][2] ([i915#8213])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/fi-apl-guc/igt@core_hotunplug@unbind-rebind.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/fi-apl-guc/igt@core_hotunplug@unbind-rebind.html
* igt@gem_huc_copy@huc-copy:
- fi-kbl-7567u: NOTRUN -> [SKIP][3] ([fdo#109271] / [i915#2190])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html
* igt@gem_mmap@basic:
- bat-dg2-9: NOTRUN -> [SKIP][4] ([i915#4083])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@gem_mmap@basic.html
* igt@gem_mmap_gtt@basic:
- bat-dg2-9: NOTRUN -> [SKIP][5] ([i915#4077]) +2 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@gem_mmap_gtt@basic.html
* igt@gem_render_tiled_blits@basic:
- bat-dg2-9: NOTRUN -> [SKIP][6] ([i915#4079]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@gem_render_tiled_blits@basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg2-9: NOTRUN -> [SKIP][7] ([i915#6621])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@i915_pm_rps@basic-api.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-9: NOTRUN -> [SKIP][8] ([i915#5190])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-9: NOTRUN -> [SKIP][9] ([i915#4215] / [i915#5190])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- bat-dg2-9: NOTRUN -> [SKIP][10] ([i915#4212]) +6 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- bat-dg2-9: NOTRUN -> [SKIP][11] ([i915#4212] / [i915#5608])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-9: NOTRUN -> [SKIP][12] ([i915#4103] / [i915#4213] / [i915#5608]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg2-9: NOTRUN -> [SKIP][13] ([fdo#109285])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-9: NOTRUN -> [SKIP][14] ([i915#5274])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_pm_backlight@basic-brightness:
- bat-dg2-9: NOTRUN -> [SKIP][15] ([i915#5354])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_rpm@basic-rte:
- bat-rpls-2: [PASS][16] -> [ABORT][17] ([i915#8668])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/bat-rpls-2/igt@kms_pm_rpm@basic-rte.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-rpls-2/igt@kms_pm_rpm@basic-rte.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg2-9: NOTRUN -> [SKIP][18] ([i915#3555])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-9: NOTRUN -> [SKIP][19] ([i915#3708])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-dg2-9: NOTRUN -> [SKIP][20] ([i915#3708] / [i915#4077]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-write:
- bat-dg2-9: NOTRUN -> [SKIP][21] ([i915#3291] / [i915#3708]) +2 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/bat-dg2-9/igt@prime_vgem@basic-write.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7642 -> IGTPW_10420
CI-20190529: 20190529
CI_DRM_14021: 3358bace1b70e41bca852449df50287d5de0d446 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10420: 10420
IGT_7642: 071c380aa0f7332c8b48653c818c500d01e94a53 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/index.html
[-- Attachment #2: Type: text/html, Size: 8659 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.IGT: failure for tests/intel/kms_psr2_sf: Fix primary_format setting
2023-12-14 15:42 [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting Jeevan B
2023-12-14 16:46 ` ✓ CI.xeBAT: success for " Patchwork
2023-12-14 16:54 ` ✓ Fi.CI.BAT: " Patchwork
@ 2023-12-14 17:53 ` Patchwork
2023-12-18 12:12 ` [PATCH i-g-t] " Govindapillai, Vinod
3 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2023-12-14 17:53 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 91988 bytes --]
== Series Details ==
Series: tests/intel/kms_psr2_sf: Fix primary_format setting
URL : https://patchwork.freedesktop.org/series/127814/
State : failure
== Summary ==
CI Bug Log - changes from IGT_7642_full -> IGTPW_10420_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_10420_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_10420_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.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/index.html
Participating hosts (8 -> 7)
------------------------------
Missing (1): shard-glk-0
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_10420_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_balancer@persistence:
- shard-mtlp: NOTRUN -> [ABORT][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-1/igt@gem_exec_balancer@persistence.html
* igt@gem_exec_schedule@semaphore-power:
- shard-glk: NOTRUN -> [INCOMPLETE][2]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-glk4/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_suspend@basic-s0@lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][3]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-5/igt@gem_exec_suspend@basic-s0@lmem0.html
* igt@gem_userptr_blits@huge-split:
- shard-dg2: NOTRUN -> [ABORT][4]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@gem_userptr_blits@huge-split.html
* igt@kms_vrr@flip-basic-fastset:
- shard-tglu: NOTRUN -> [SKIP][5]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_vrr@flip-basic-fastset.html
- shard-mtlp: NOTRUN -> [SKIP][6]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_vrr@flip-basic-fastset.html
- shard-dg2: NOTRUN -> [SKIP][7]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_vrr@flip-basic-fastset.html
- shard-rkl: NOTRUN -> [SKIP][8]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_vrr@flip-basic-fastset.html
- shard-dg1: NOTRUN -> [SKIP][9]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-18/igt@kms_vrr@flip-basic-fastset.html
Known issues
------------
Here are the changes found in IGTPW_10420_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8411])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@api_intel_bb@blit-reloc-purge-cache.html
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#8411])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@drm_fdinfo@busy-hang@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8414]) +8 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@drm_fdinfo@busy-hang@rcs0.html
* igt@drm_fdinfo@isolation@vecs0:
- shard-dg1: NOTRUN -> [SKIP][13] ([i915#8414]) +16 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-13/igt@drm_fdinfo@isolation@vecs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@vecs1:
- shard-dg2: NOTRUN -> [SKIP][14] ([i915#8414]) +32 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html
* igt@gem_caching@reads:
- shard-mtlp: NOTRUN -> [SKIP][15] ([i915#4873])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-8/igt@gem_caching@reads.html
* igt@gem_ccs@suspend-resume:
- shard-rkl: NOTRUN -> [SKIP][16] ([i915#9323]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-3/igt@gem_ccs@suspend-resume.html
- shard-dg1: NOTRUN -> [SKIP][17] ([i915#9323]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-12/igt@gem_ccs@suspend-resume.html
- shard-tglu: NOTRUN -> [SKIP][18] ([i915#9323])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-8/igt@gem_ccs@suspend-resume.html
- shard-mtlp: NOTRUN -> [SKIP][19] ([i915#9323])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][20] ([i915#7297])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-10/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu: NOTRUN -> [SKIP][21] ([i915#6335])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-5/igt@gem_create@create-ext-cpu-access-sanity-check.html
- shard-mtlp: NOTRUN -> [SKIP][22] ([i915#6335])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-sanity-check.html
- shard-rkl: NOTRUN -> [SKIP][23] ([i915#6335])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: NOTRUN -> [FAIL][24] ([i915#6268])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_persistence@processes:
- shard-snb: NOTRUN -> [SKIP][25] ([fdo#109271] / [i915#1099]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb5/igt@gem_ctx_persistence@processes.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][26] ([i915#280])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@gem_ctx_sseu@engines.html
- shard-dg1: NOTRUN -> [SKIP][27] ([i915#280])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-18/igt@gem_ctx_sseu@engines.html
- shard-tglu: NOTRUN -> [SKIP][28] ([i915#280])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@gem_ctx_sseu@engines.html
- shard-mtlp: NOTRUN -> [SKIP][29] ([i915#280])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@gem_ctx_sseu@engines.html
- shard-dg2: NOTRUN -> [SKIP][30] ([i915#280])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@gem_ctx_sseu@engines.html
* igt@gem_exec_balancer@bonded-sync:
- shard-dg2: NOTRUN -> [ABORT][31] ([i915#9856])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@gem_exec_balancer@bonded-sync.html
- shard-dg1: NOTRUN -> [SKIP][32] ([i915#4771])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-19/igt@gem_exec_balancer@bonded-sync.html
* igt@gem_exec_balancer@full:
- shard-dg2: NOTRUN -> [ABORT][33] ([i915#9855] / [i915#9856]) +1 other test abort
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@gem_exec_balancer@full.html
* igt@gem_exec_balancer@nop:
- shard-dg2: NOTRUN -> [INCOMPLETE][34] ([i915#9856])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@gem_exec_balancer@nop.html
- shard-dg1: NOTRUN -> [INCOMPLETE][35] ([i915#9856])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@gem_exec_balancer@nop.html
* igt@gem_exec_balancer@parallel:
- shard-mtlp: NOTRUN -> [ABORT][36] ([i915#9855])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_balancer@semaphore:
- shard-rkl: NOTRUN -> [INCOMPLETE][37] ([i915#9856]) +1 other test incomplete
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-4/igt@gem_exec_balancer@semaphore.html
- shard-dg1: NOTRUN -> [ABORT][38] ([i915#9855] / [i915#9856]) +1 other test abort
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-13/igt@gem_exec_balancer@semaphore.html
- shard-tglu: NOTRUN -> [INCOMPLETE][39] ([i915#9856]) +1 other test incomplete
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-7/igt@gem_exec_balancer@semaphore.html
- shard-glk: NOTRUN -> [INCOMPLETE][40] ([i915#9856])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-glk4/igt@gem_exec_balancer@semaphore.html
- shard-mtlp: NOTRUN -> [ABORT][41] ([i915#9855] / [i915#9856]) +1 other test abort
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-8/igt@gem_exec_balancer@semaphore.html
* igt@gem_exec_capture@capture-recoverable:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#6344])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@gem_exec_capture@capture-recoverable.html
- shard-tglu: NOTRUN -> [SKIP][43] ([i915#6344])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_fair@basic-none:
- shard-dg1: NOTRUN -> [SKIP][44] ([i915#3539] / [i915#4852]) +2 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-12/igt@gem_exec_fair@basic-none.html
- shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4473] / [i915#4771]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@gem_exec_fair@basic-none.html
* igt@gem_exec_fair@basic-none-share:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#3539] / [i915#4852]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@gem_exec_fair@basic-none-share.html
* igt@gem_exec_fair@basic-none@bcs0:
- shard-rkl: NOTRUN -> [FAIL][47] ([i915#2842]) +7 other tests fail
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@gem_exec_fair@basic-none@bcs0.html
* igt@gem_exec_fair@basic-pace:
- shard-dg1: NOTRUN -> [SKIP][48] ([i915#3539]) +1 other test skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-13/igt@gem_exec_fair@basic-pace.html
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#3539])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-pace-solo:
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4473])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@gem_exec_fair@basic-pace-solo.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-glk: NOTRUN -> [FAIL][51] ([i915#2842])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-glk8/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fair@basic-pace@bcs0:
- shard-tglu: NOTRUN -> [FAIL][52] ([i915#2842]) +5 other tests fail
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-2/igt@gem_exec_fair@basic-pace@bcs0.html
* igt@gem_exec_fence@submit3:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4812])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@gem_exec_fence@submit3.html
* igt@gem_exec_gttfill@multigpu-basic:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#7697])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-10/igt@gem_exec_gttfill@multigpu-basic.html
- shard-rkl: NOTRUN -> [SKIP][55] ([i915#7697])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@gem_exec_gttfill@multigpu-basic.html
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#7697])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-12/igt@gem_exec_gttfill@multigpu-basic.html
* igt@gem_exec_reloc@basic-cpu-read-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#3281]) +7 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@gem_exec_reloc@basic-cpu-read-noreloc.html
* igt@gem_exec_reloc@basic-wc:
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#3281]) +12 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_reloc@basic-write-gtt:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#3281]) +9 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@gem_exec_reloc@basic-write-gtt.html
* igt@gem_exec_reloc@basic-write-gtt-active:
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#3281]) +12 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-15/igt@gem_exec_reloc@basic-write-gtt-active.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#4537] / [i915#4812]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][62] ([i915#7276])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-3/igt@gem_exec_schedule@semaphore-power.html
- shard-dg1: NOTRUN -> [SKIP][63] ([i915#4812]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-16/igt@gem_exec_schedule@semaphore-power.html
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#4537] / [i915#4812]) +1 other test skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_whisper@basic-contexts:
- shard-snb: NOTRUN -> [INCOMPLETE][65] ([i915#9857]) +4 other tests incomplete
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb1/igt@gem_exec_whisper@basic-contexts.html
* igt@gem_exec_whisper@basic-fds-forked:
- shard-mtlp: NOTRUN -> [ABORT][66] ([i915#9857]) +1 other test abort
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-8/igt@gem_exec_whisper@basic-fds-forked.html
* igt@gem_exec_whisper@basic-fds-forked-all:
- shard-glk: NOTRUN -> [INCOMPLETE][67] ([i915#9857]) +3 other tests incomplete
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-glk6/igt@gem_exec_whisper@basic-fds-forked-all.html
- shard-mtlp: NOTRUN -> [ABORT][68] ([i915#7392] / [i915#9857]) +1 other test abort
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@gem_exec_whisper@basic-fds-forked-all.html
- shard-tglu: NOTRUN -> [INCOMPLETE][69] ([i915#6755] / [i915#7392] / [i915#9857])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-3/igt@gem_exec_whisper@basic-fds-forked-all.html
* igt@gem_exec_whisper@basic-forked:
- shard-tglu: NOTRUN -> [INCOMPLETE][70] ([i915#7392] / [i915#9857])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-7/igt@gem_exec_whisper@basic-forked.html
- shard-mtlp: NOTRUN -> [ABORT][71] ([i915#9855] / [i915#9857])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-2/igt@gem_exec_whisper@basic-forked.html
* igt@gem_exec_whisper@basic-normal-all:
- shard-tglu: NOTRUN -> [INCOMPLETE][72] ([i915#9857])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-3/igt@gem_exec_whisper@basic-normal-all.html
* igt@gem_exec_whisper@basic-queues-priority-all:
- shard-tglu: NOTRUN -> [INCOMPLETE][73] ([i915#6755] / [i915#9857]) +1 other test incomplete
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-4/igt@gem_exec_whisper@basic-queues-priority-all.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][74] ([i915#4860])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-1/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
- shard-dg2: NOTRUN -> [SKIP][75] ([i915#4860])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-6/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][76] ([i915#4860])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-16/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#4613]) +3 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@gem_lmem_swapping@parallel-multi.html
- shard-tglu: NOTRUN -> [SKIP][78] ([i915#4613]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-3/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@random:
- shard-glk: NOTRUN -> [SKIP][79] ([fdo#109271] / [i915#4613]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-glk4/igt@gem_lmem_swapping@random.html
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#4613]) +2 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-2/igt@gem_lmem_swapping@random.html
* igt@gem_mmap@bad-object:
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#4083]) +3 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@gem_mmap@bad-object.html
* igt@gem_mmap_gtt@coherency:
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#4077]) +13 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-18/igt@gem_mmap_gtt@coherency.html
- shard-tglu: NOTRUN -> [SKIP][83] ([fdo#111656])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@gem_mmap_gtt@coherency.html
- shard-rkl: NOTRUN -> [SKIP][84] ([fdo#111656])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@gem_mmap_gtt@coherency.html
* igt@gem_mmap_wc@fault-concurrent:
- shard-dg2: NOTRUN -> [SKIP][85] ([i915#4083]) +2 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@gem_mmap_wc@fault-concurrent.html
* igt@gem_mmap_wc@set-cache-level:
- shard-mtlp: NOTRUN -> [SKIP][86] ([i915#4083]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@gem_mmap_wc@set-cache-level.html
* igt@gem_partial_pwrite_pread@reads-snoop:
- shard-dg1: NOTRUN -> [SKIP][87] ([i915#3282]) +3 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-16/igt@gem_partial_pwrite_pread@reads-snoop.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#3282]) +3 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_pxp@create-regular-buffer:
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#4270])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@gem_pxp@create-regular-buffer.html
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#4270]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-18/igt@gem_pxp@create-regular-buffer.html
- shard-tglu: NOTRUN -> [SKIP][91] ([i915#4270]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@gem_pxp@create-regular-buffer.html
* igt@gem_pxp@verify-pxp-stale-buf-optout-execution:
- shard-mtlp: NOTRUN -> [SKIP][92] ([i915#4270]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-1/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#4270]) +1 other test skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-6/igt@gem_pxp@verify-pxp-stale-buf-optout-execution.html
* igt@gem_readwrite@new-obj:
- shard-mtlp: NOTRUN -> [SKIP][94] ([i915#3282]) +2 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@gem_readwrite@new-obj.html
* igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][95] ([i915#8428]) +3 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@gem_render_copy@yf-tiled-ccs-to-yf-tiled.html
* igt@gem_set_tiling_vs_blt@untiled-to-tiled:
- shard-dg1: NOTRUN -> [SKIP][96] ([i915#4079]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-19/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#8411])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-3/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html
* igt@gem_tiled_partial_pwrite_pread@writes:
- shard-dg2: NOTRUN -> [SKIP][98] ([i915#4077]) +7 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@gem_tiled_partial_pwrite_pread@writes.html
- shard-rkl: NOTRUN -> [SKIP][99] ([i915#3282]) +4 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@gem_tiled_partial_pwrite_pread@writes.html
* igt@gem_tiled_pread_basic:
- shard-dg2: NOTRUN -> [SKIP][100] ([i915#4079])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@gem_tiled_pread_basic.html
* igt@gem_tiling_max_stride:
- shard-mtlp: NOTRUN -> [SKIP][101] ([i915#4077]) +12 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-2/igt@gem_tiling_max_stride.html
* igt@gem_unfence_active_buffers:
- shard-dg1: NOTRUN -> [SKIP][102] ([i915#4879])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-17/igt@gem_unfence_active_buffers.html
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#4879])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@coherency-sync:
- shard-dg2: NOTRUN -> [SKIP][104] ([i915#3297]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@gem_userptr_blits@coherency-sync.html
- shard-rkl: NOTRUN -> [SKIP][105] ([fdo#110542])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-3/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-tglu: NOTRUN -> [SKIP][106] ([i915#3297]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-6/igt@gem_userptr_blits@readonly-unsync.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-mtlp: NOTRUN -> [SKIP][107] ([i915#3297])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-2/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-rkl: NOTRUN -> [SKIP][108] ([i915#3297]) +3 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-3/igt@gem_userptr_blits@unsync-unmap-cycles.html
- shard-dg1: NOTRUN -> [SKIP][109] ([i915#3297]) +4 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-19/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen7_exec_parse@bitmasks:
- shard-dg2: NOTRUN -> [SKIP][110] ([fdo#109289]) +1 other test skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-10/igt@gen7_exec_parse@bitmasks.html
- shard-rkl: NOTRUN -> [SKIP][111] ([fdo#109289]) +4 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@gen7_exec_parse@bitmasks.html
- shard-dg1: NOTRUN -> [SKIP][112] ([fdo#109289]) +4 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-12/igt@gen7_exec_parse@bitmasks.html
* igt@gen9_exec_parse@bb-start-cmd:
- shard-dg1: NOTRUN -> [SKIP][113] ([i915#2527]) +1 other test skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-13/igt@gen9_exec_parse@bb-start-cmd.html
- shard-tglu: NOTRUN -> [SKIP][114] ([i915#2527] / [i915#2856]) +2 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-2/igt@gen9_exec_parse@bb-start-cmd.html
- shard-mtlp: NOTRUN -> [SKIP][115] ([i915#2856]) +2 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@gen9_exec_parse@bb-start-cmd.html
- shard-dg2: NOTRUN -> [SKIP][116] ([i915#2856]) +1 other test skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@gen9_exec_parse@bb-start-cmd.html
* igt@gen9_exec_parse@bb-start-out:
- shard-rkl: NOTRUN -> [SKIP][117] ([i915#2527]) +1 other test skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@gen9_exec_parse@bb-start-out.html
* igt@i915_module_load@load:
- shard-snb: NOTRUN -> [SKIP][118] ([fdo#109271] / [i915#6227])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb1/igt@i915_module_load@load.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#6590])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@i915_pm_freq_mult@media-freq@gt0.html
- shard-dg1: NOTRUN -> [SKIP][120] ([i915#6590])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-18/igt@i915_pm_freq_mult@media-freq@gt0.html
- shard-tglu: NOTRUN -> [SKIP][121] ([i915#6590])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_freq_mult@media-freq@gt1:
- shard-mtlp: NOTRUN -> [SKIP][122] ([i915#6590]) +1 other test skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@i915_pm_freq_mult@media-freq@gt1.html
* igt@i915_pm_rc6_residency@rc6-fence@gt0:
- shard-mtlp: NOTRUN -> [ABORT][123] ([i915#9855] / [i915#9858])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@i915_pm_rc6_residency@rc6-fence@gt0.html
- shard-dg2: NOTRUN -> [INCOMPLETE][124] ([i915#9858])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-6/igt@i915_pm_rc6_residency@rc6-fence@gt0.html
- shard-rkl: NOTRUN -> [ABORT][125] ([i915#9855] / [i915#9858])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-3/igt@i915_pm_rc6_residency@rc6-fence@gt0.html
- shard-dg1: NOTRUN -> [INCOMPLETE][126] ([i915#9858])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-fence@gt0.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-snb: NOTRUN -> [INCOMPLETE][127] ([i915#9858])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb4/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rps@engine-order:
- shard-snb: NOTRUN -> [INCOMPLETE][128] ([i915#9847])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb5/igt@i915_pm_rps@engine-order.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-dg2: NOTRUN -> [SKIP][129] ([i915#6621])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-10/igt@i915_pm_rps@min-max-config-loaded.html
- shard-dg1: NOTRUN -> [SKIP][130] ([i915#6621])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-15/igt@i915_pm_rps@min-max-config-loaded.html
- shard-mtlp: NOTRUN -> [SKIP][131] ([i915#6621])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-2/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][132] ([i915#6245])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-17/igt@i915_query@hwconfig_table.html
- shard-tglu: NOTRUN -> [SKIP][133] ([i915#6245])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@i915_query@hwconfig_table.html
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#6245])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@i915_query@hwconfig_table.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- shard-mtlp: NOTRUN -> [SKIP][135] ([i915#4212])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#4212]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
- shard-dg1: NOTRUN -> [SKIP][137] ([i915#4212])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-19/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-tglu: NOTRUN -> [SKIP][138] ([i915#3826])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-4/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
- shard-mtlp: NOTRUN -> [SKIP][139] ([i915#3826])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
- shard-rkl: NOTRUN -> [SKIP][140] ([i915#3826])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc:
- shard-mtlp: NOTRUN -> [SKIP][141] ([i915#8709]) +11 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs:
- shard-tglu: NOTRUN -> [SKIP][142] ([i915#8709]) +7 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-1-y-rc-ccs.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#8709]) +3 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][144] ([i915#8709]) +7 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-15/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#1769] / [i915#3555])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#5286]) +6 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html
- shard-dg1: NOTRUN -> [SKIP][147] ([i915#4538] / [i915#5286]) +5 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_big_fb@4-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#5286])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-16/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
- shard-tglu: NOTRUN -> [SKIP][149] ([i915#5286])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-2/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180:
- shard-tglu: NOTRUN -> [SKIP][150] ([fdo#111615] / [i915#5286]) +3 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@linear-64bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][151] ([fdo#111614]) +1 other test skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@kms_big_fb@linear-64bpp-rotate-270.html
- shard-dg2: NOTRUN -> [SKIP][152] ([fdo#111614]) +3 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-5/igt@kms_big_fb@linear-64bpp-rotate-270.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][153] ([fdo#111614] / [i915#3638]) +2 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_big_fb@linear-64bpp-rotate-90.html
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#3638]) +3 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-12/igt@kms_big_fb@linear-64bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][155] ([fdo#111614]) +2 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-4/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#5190]) +10 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-5/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][157] ([fdo#110723]) +7 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
- shard-dg1: NOTRUN -> [SKIP][158] ([i915#4538]) +7 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#4538] / [i915#5190]) +5 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg1: NOTRUN -> [SKIP][160] ([fdo#111615])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-12/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][161] ([i915#6187]) +2 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
- shard-rkl: NOTRUN -> [SKIP][162] ([fdo#111615])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-tglu: NOTRUN -> [SKIP][163] ([fdo#111615]) +5 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: NOTRUN -> [SKIP][164] ([fdo#111615]) +7 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_joiner@2x-modeset:
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#2705])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_big_joiner@2x-modeset.html
- shard-dg1: NOTRUN -> [SKIP][166] ([i915#2705])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-18/igt@kms_big_joiner@2x-modeset.html
- shard-tglu: NOTRUN -> [SKIP][167] ([i915#2705])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_big_joiner@2x-modeset.html
- shard-mtlp: NOTRUN -> [SKIP][168] ([i915#2705])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_big_joiner@2x-modeset.html
- shard-dg2: NOTRUN -> [SKIP][169] ([i915#2705])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_big_joiner@2x-modeset.html
* igt@kms_ccs@pipe-a-crc-primary-rotation-180-y-tiled-ccs:
- shard-dg1: NOTRUN -> [SKIP][170] ([i915#5354] / [i915#6095]) +59 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-13/igt@kms_ccs@pipe-a-crc-primary-rotation-180-y-tiled-ccs.html
* igt@kms_ccs@pipe-b-bad-pixel-format-4-tiled-mtl-rc-ccs-cc:
- shard-tglu: NOTRUN -> [SKIP][171] ([i915#5354] / [i915#6095]) +48 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_ccs@pipe-b-bad-pixel-format-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][172] ([i915#5354] / [i915#6095]) +32 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-4/igt@kms_ccs@pipe-b-crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@pipe-d-bad-pixel-format-4-tiled-mtl-rc-ccs:
- shard-snb: NOTRUN -> [SKIP][173] ([fdo#109271]) +325 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb2/igt@kms_ccs@pipe-d-bad-pixel-format-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@pipe-d-ccs-on-another-bo-4-tiled-mtl-mc-ccs:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#5354]) +33 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_ccs@pipe-d-ccs-on-another-bo-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@pipe-d-ccs-on-another-bo-yf-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][175] ([i915#5354] / [i915#6095]) +38 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-1/igt@kms_ccs@pipe-d-ccs-on-another-bo-yf-tiled-ccs.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-dg2: NOTRUN -> [SKIP][176] ([fdo#111827])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@kms_chamelium_color@ctm-blue-to-red.html
- shard-rkl: NOTRUN -> [SKIP][177] ([fdo#111827])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_chamelium_color@ctm-blue-to-red.html
- shard-dg1: NOTRUN -> [SKIP][178] ([fdo#111827])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-rkl: NOTRUN -> [SKIP][179] ([i915#7828]) +7 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#7828]) +7 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#7828]) +6 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-6/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_hpd@dp-hpd-fast:
- shard-tglu: NOTRUN -> [SKIP][182] ([i915#7828]) +6 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_chamelium_hpd@dp-hpd-fast.html
* igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode:
- shard-mtlp: NOTRUN -> [SKIP][183] ([i915#7828]) +6 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglu: NOTRUN -> [SKIP][184] ([i915#6944] / [i915#7116] / [i915#7118]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_content_protection@atomic-dpms.html
- shard-mtlp: NOTRUN -> [SKIP][185] ([i915#6944])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [TIMEOUT][186] ([i915#7173])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html
* igt@kms_content_protection@mei-interface:
- shard-dg2: NOTRUN -> [SKIP][187] ([i915#9424])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-10/igt@kms_content_protection@mei-interface.html
- shard-rkl: NOTRUN -> [SKIP][188] ([i915#9424])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_content_protection@mei-interface.html
- shard-dg1: NOTRUN -> [SKIP][189] ([i915#9433])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-12/igt@kms_content_protection@mei-interface.html
- shard-tglu: NOTRUN -> [SKIP][190] ([i915#9424])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-4/igt@kms_content_protection@mei-interface.html
- shard-mtlp: NOTRUN -> [SKIP][191] ([i915#8063] / [i915#9433])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#7118]) +2 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_content_protection@srm.html
* igt@kms_content_protection@type1:
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#7118]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@kms_content_protection@type1.html
- shard-dg1: NOTRUN -> [SKIP][194] ([i915#7116]) +2 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-18/igt@kms_content_protection@type1.html
- shard-mtlp: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#6944])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#3359])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-rkl: NOTRUN -> [SKIP][197] ([i915#3359])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-3/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-dg1: NOTRUN -> [SKIP][198] ([i915#3359])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-tglu: NOTRUN -> [SKIP][199] ([i915#3359])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-3/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#3359])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-64x21:
- shard-mtlp: NOTRUN -> [SKIP][201] ([i915#8814])
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#3555]) +1 other test skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][203] ([fdo#109274] / [i915#5354]) +5 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-10/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions:
- shard-tglu: NOTRUN -> [SKIP][204] ([fdo#109274]) +4 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
- shard-mtlp: NOTRUN -> [SKIP][205] ([i915#9809]) +4 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][206] ([i915#3804])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
- shard-tglu: NOTRUN -> [SKIP][207] ([i915#3804])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-mtlp: NOTRUN -> [SKIP][208] ([i915#3555] / [i915#3840])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@kms_dsc@dsc-with-bpc-formats.html
- shard-rkl: NOTRUN -> [SKIP][209] ([i915#3555] / [i915#3840])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@kms_dsc@dsc-with-bpc-formats.html
- shard-dg1: NOTRUN -> [SKIP][210] ([i915#3555] / [i915#3840])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-15/igt@kms_dsc@dsc-with-bpc-formats.html
- shard-tglu: NOTRUN -> [SKIP][211] ([i915#3555] / [i915#3840])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-5/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_feature_discovery@psr1:
- shard-tglu: NOTRUN -> [SKIP][212] ([i915#658])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-4/igt@kms_feature_discovery@psr1.html
- shard-dg2: NOTRUN -> [SKIP][213] ([i915#658])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-10/igt@kms_feature_discovery@psr1.html
- shard-rkl: NOTRUN -> [SKIP][214] ([i915#658])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_feature_discovery@psr1.html
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#658])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-12/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][216] ([fdo#109274] / [i915#3637]) +8 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
- shard-dg2: NOTRUN -> [SKIP][217] ([fdo#109274]) +8 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][218] ([fdo#111767] / [i915#3637])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
- shard-dg2: NOTRUN -> [SKIP][219] ([fdo#109274] / [fdo#111767])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
- shard-rkl: NOTRUN -> [SKIP][220] ([fdo#111767] / [fdo#111825])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][221] ([fdo#111767] / [fdo#111825])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-12/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
- shard-tglu: NOTRUN -> [SKIP][222] ([fdo#109274] / [fdo#111767] / [i915#3637])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-8/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#3637]) +7 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-1/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][224] ([fdo#111825]) +19 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#2672]) +2 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#2672]) +4 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][227] ([i915#2672]) +1 other test skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][228] ([i915#2587] / [i915#2672]) +4 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-16/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html
- shard-tglu: NOTRUN -> [SKIP][229] ([i915#2587] / [i915#2672]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][230] ([i915#3555] / [i915#8810]) +2 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-16bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][231] ([i915#2672] / [i915#3555])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html
* igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt:
- shard-snb: [PASS][232] -> [SKIP][233] ([fdo#109271])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt.html
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-rte:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#5354]) +70 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-rte.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#1825]) +27 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][236] ([i915#3458]) +16 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][237] ([fdo#111825]) +48 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#8708]) +18 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][239] ([fdo#111825] / [i915#1825]) +38 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][240] ([i915#8708]) +8 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt:
- shard-dg1: NOTRUN -> [SKIP][241] ([i915#3458]) +24 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-blt.html
* igt@kms_frontbuffer_tracking@pipe-fbc-rte:
- shard-rkl: NOTRUN -> [SKIP][242] ([i915#9766])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
- shard-dg1: NOTRUN -> [SKIP][243] ([i915#9766])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-15/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
- shard-tglu: NOTRUN -> [SKIP][244] ([i915#9766])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-6/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#9766])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-10/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw:
- shard-glk: NOTRUN -> [SKIP][246] ([fdo#109271]) +198 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-glk3/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt:
- shard-tglu: NOTRUN -> [SKIP][247] ([fdo#109280]) +30 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-8/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
- shard-rkl: NOTRUN -> [SKIP][248] ([i915#3023]) +33 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][249] ([i915#8708]) +23 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary:
- shard-tglu: NOTRUN -> [SKIP][250] ([fdo#110189]) +25 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-5/igt@kms_frontbuffer_tracking@psr-shrfb-scaledprimary.html
* igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][251] ([i915#9457]) +3 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_invalid_mode@clock-too-high@pipe-a-edp-1.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-mtlp: NOTRUN -> [SKIP][252] ([i915#4816])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#4816])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-rkl: NOTRUN -> [SKIP][254] ([i915#4070] / [i915#4816])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-dg1: NOTRUN -> [SKIP][255] ([i915#1839])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-18/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-tglu: NOTRUN -> [SKIP][256] ([i915#1839])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-tglu: NOTRUN -> [SKIP][257] ([i915#6301])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-3/igt@kms_panel_fitting@atomic-fastset.html
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#6301])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@kms_panel_fitting@atomic-fastset.html
- shard-rkl: NOTRUN -> [SKIP][259] ([i915#6301])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_panel_fitting@atomic-fastset.html
- shard-dg1: NOTRUN -> [SKIP][260] ([i915#6301])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c:
- shard-tglu: NOTRUN -> [SKIP][261] ([fdo#109289]) +3 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-4/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html
- shard-mtlp: NOTRUN -> [SKIP][262] ([fdo#109289]) +3 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@kms_pipe_b_c_ivb@disable-pipe-b-enable-pipe-c.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][263] ([i915#4573]) +1 other test fail
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-glk7/igt@kms_plane_alpha_blend@alpha-transparent-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-4:
- shard-tglu: NOTRUN -> [SKIP][264] ([i915#3555]) +2 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_plane_lowres@tiling-4.html
* igt@kms_plane_lowres@tiling-x@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][265] ([i915#3582]) +7 other tests skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][266] ([i915#3555]) +4 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_plane_multiple@tiling-yf.html
- shard-mtlp: NOTRUN -> [SKIP][267] ([i915#3555] / [i915#8806])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_plane_multiple@tiling-yf.html
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#3555] / [i915#8806])
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#9423]) +1 other test skip
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][270] ([i915#9423]) +3 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-d-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][271] ([i915#5235]) +9 other tests skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][272] ([i915#5235]) +12 other tests skip
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-edp-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [SKIP][273] ([i915#5235]) +11 other tests skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d-dp-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][274] ([i915#5235]) +11 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-6/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][275] ([i915#5235]) +15 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-15/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-c-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][276] ([i915#3555] / [i915#5235]) +2 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-edp-1.html
* igt@kms_pm_backlight@fade:
- shard-tglu: NOTRUN -> [SKIP][277] ([i915#9812]) +1 other test skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_pm_backlight@fade.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-dg1: NOTRUN -> [SKIP][278] ([i915#5354]) +1 other test skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-17/igt@kms_pm_backlight@fade-with-dpms.html
* igt@kms_pm_dc@dc5-dpms-negative:
- shard-mtlp: NOTRUN -> [SKIP][279] ([i915#9293])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@kms_pm_dc@dc5-dpms-negative.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: NOTRUN -> [SKIP][280] ([i915#3361])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_pm_dc@dc9-dpms.html
- shard-tglu: NOTRUN -> [SKIP][281] ([i915#4281])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][282] ([i915#9519]) +1 other test skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@kms_pm_rpm@modeset-lpsp-stress.html
- shard-rkl: NOTRUN -> [SKIP][283] ([i915#9519])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress.html
- shard-dg1: NOTRUN -> [SKIP][284] ([i915#9519]) +1 other test skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-13/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: NOTRUN -> [SKIP][285] ([i915#6524]) +2 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_prime@basic-modeset-hybrid.html
- shard-dg1: NOTRUN -> [SKIP][286] ([i915#6524]) +2 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_prime@basic-modeset-hybrid.html
- shard-dg2: NOTRUN -> [SKIP][287] ([i915#6524] / [i915#6805]) +1 other test skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_prime@d3hot:
- shard-tglu: NOTRUN -> [SKIP][288] ([i915#6524]) +1 other test skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_prime@d3hot.html
- shard-mtlp: NOTRUN -> [SKIP][289] ([i915#6524]) +1 other test skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@cursor-plane-update-sf:
- shard-tglu: NOTRUN -> [SKIP][290] ([fdo#111068] / [i915#9683])
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_psr2_sf@cursor-plane-update-sf.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-mtlp: NOTRUN -> [SKIP][291] ([i915#4348]) +1 other test skip
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg2: NOTRUN -> [SKIP][292] ([i915#9683]) +3 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@kms_psr2_su@page_flip-p010.html
- shard-rkl: NOTRUN -> [SKIP][293] ([fdo#111068] / [i915#9683]) +3 other tests skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-3/igt@kms_psr2_su@page_flip-p010.html
- shard-dg1: NOTRUN -> [SKIP][294] ([fdo#111068] / [i915#9683]) +3 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-13/igt@kms_psr2_su@page_flip-p010.html
- shard-tglu: NOTRUN -> [SKIP][295] ([fdo#109642] / [fdo#111068] / [i915#9683]) +1 other test skip
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-2/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg1: NOTRUN -> [SKIP][296] ([i915#9685])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-18/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
- shard-tglu: NOTRUN -> [SKIP][297] ([i915#9685])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
- shard-dg2: NOTRUN -> [SKIP][298] ([i915#9685])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
- shard-rkl: NOTRUN -> [SKIP][299] ([i915#9685])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-mtlp: NOTRUN -> [SKIP][300] ([i915#4235])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@kms_rotation_crc@bad-pixel-format.html
- shard-dg2: NOTRUN -> [SKIP][301] ([i915#4235]) +1 other test skip
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-10/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-dg1: NOTRUN -> [SKIP][302] ([i915#4884])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-dg1: NOTRUN -> [SKIP][303] ([i915#3555]) +5 other tests skip
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-19/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_setmode@basic@pipe-a-vga-1-pipe-b-hdmi-a-1:
- shard-snb: NOTRUN -> [FAIL][304] ([i915#5465]) +3 other tests fail
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb7/igt@kms_setmode@basic@pipe-a-vga-1-pipe-b-hdmi-a-1.html
* igt@kms_tv_load_detect@load-detect:
- shard-tglu: NOTRUN -> [SKIP][305] ([fdo#109309])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@kms_tv_load_detect@load-detect.html
- shard-mtlp: NOTRUN -> [SKIP][306] ([fdo#109309])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-7/igt@kms_tv_load_detect@load-detect.html
- shard-dg2: NOTRUN -> [SKIP][307] ([fdo#109309])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-11/igt@kms_tv_load_detect@load-detect.html
- shard-rkl: NOTRUN -> [SKIP][308] ([fdo#109309])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@kms_tv_load_detect@load-detect.html
- shard-dg1: NOTRUN -> [SKIP][309] ([fdo#109309])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-18/igt@kms_tv_load_detect@load-detect.html
* igt@kms_writeback@writeback-check-output:
- shard-dg2: NOTRUN -> [SKIP][310] ([i915#2437]) +1 other test skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@kms_writeback@writeback-check-output.html
- shard-rkl: NOTRUN -> [SKIP][311] ([i915#2437]) +1 other test skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@kms_writeback@writeback-check-output.html
- shard-dg1: NOTRUN -> [SKIP][312] ([i915#2437]) +1 other test skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-19/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-fb-id:
- shard-tglu: NOTRUN -> [SKIP][313] ([i915#2437])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-2/igt@kms_writeback@writeback-fb-id.html
- shard-glk: NOTRUN -> [SKIP][314] ([fdo#109271] / [i915#2437])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-glk3/igt@kms_writeback@writeback-fb-id.html
- shard-mtlp: NOTRUN -> [SKIP][315] ([i915#2437])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@kms_writeback@writeback-fb-id.html
* igt@perf@enable-disable@0-rcs0:
- shard-rkl: NOTRUN -> [ABORT][316] ([i915#9847]) +3 other tests abort
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-5/igt@perf@enable-disable@0-rcs0.html
* igt@perf@global-sseu-config:
- shard-mtlp: NOTRUN -> [ABORT][317] ([i915#9847]) +3 other tests abort
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-2/igt@perf@global-sseu-config.html
* igt@perf@global-sseu-config@0-rcs0:
- shard-glk: NOTRUN -> [ABORT][318] ([i915#9847])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-glk1/igt@perf@global-sseu-config@0-rcs0.html
* igt@perf@invalid-oa-format-id:
- shard-dg1: NOTRUN -> [ABORT][319] ([i915#9847])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-13/igt@perf@invalid-oa-format-id.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-dg2: NOTRUN -> [ABORT][320] ([i915#9847])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@perf@unprivileged-single-ctx-counters.html
* igt@perf_pmu@all-busy-check-all:
- shard-snb: NOTRUN -> [INCOMPLETE][321] ([i915#9853]) +4 other tests incomplete
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb4/igt@perf_pmu@all-busy-check-all.html
* igt@perf_pmu@busy-hang@rcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][322] ([i915#9853]) +4 other tests incomplete
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-glk3/igt@perf_pmu@busy-hang@rcs0.html
- shard-mtlp: NOTRUN -> [ABORT][323] ([i915#9847] / [i915#9853]) +3 other tests abort
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-2/igt@perf_pmu@busy-hang@rcs0.html
* igt@perf_pmu@busy-idle-no-semaphores@rcs0:
- shard-dg2: NOTRUN -> [ABORT][324] ([i915#9847] / [i915#9853])
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@perf_pmu@busy-idle-no-semaphores@rcs0.html
* igt@perf_pmu@render-node-busy-idle@rcs0:
- shard-rkl: NOTRUN -> [INCOMPLETE][325] ([i915#9853])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-4/igt@perf_pmu@render-node-busy-idle@rcs0.html
* igt@perf_pmu@semaphore-wait-idle@rcs0:
- shard-dg2: NOTRUN -> [INCOMPLETE][326] ([i915#9853]) +3 other tests incomplete
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-6/igt@perf_pmu@semaphore-wait-idle@rcs0.html
- shard-rkl: NOTRUN -> [ABORT][327] ([i915#9847] / [i915#9853]) +3 other tests abort
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-3/igt@perf_pmu@semaphore-wait-idle@rcs0.html
- shard-dg1: NOTRUN -> [INCOMPLETE][328] ([i915#9853]) +5 other tests incomplete
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-17/igt@perf_pmu@semaphore-wait-idle@rcs0.html
- shard-tglu: NOTRUN -> [INCOMPLETE][329] ([i915#9853]) +3 other tests incomplete
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-4/igt@perf_pmu@semaphore-wait-idle@rcs0.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg2: NOTRUN -> [SKIP][330] ([i915#3708] / [i915#4077])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@prime_vgem@basic-fence-mmap.html
- shard-dg1: NOTRUN -> [SKIP][331] ([i915#3708] / [i915#4077])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-17/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-write:
- shard-dg2: NOTRUN -> [SKIP][332] ([i915#3291] / [i915#3708])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@prime_vgem@basic-write.html
- shard-rkl: NOTRUN -> [SKIP][333] ([fdo#109295] / [i915#3291] / [i915#3708])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@prime_vgem@basic-write.html
- shard-dg1: NOTRUN -> [SKIP][334] ([i915#3708])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-14/igt@prime_vgem@basic-write.html
* igt@v3d/v3d_perfmon@create-perfmon-0:
- shard-rkl: NOTRUN -> [SKIP][335] ([fdo#109315]) +10 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@v3d/v3d_perfmon@create-perfmon-0.html
* igt@v3d/v3d_perfmon@get-values-invalid-pointer:
- shard-dg1: NOTRUN -> [SKIP][336] ([i915#2575]) +10 other tests skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-17/igt@v3d/v3d_perfmon@get-values-invalid-pointer.html
- shard-tglu: NOTRUN -> [SKIP][337] ([fdo#109315] / [i915#2575]) +4 other tests skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-10/igt@v3d/v3d_perfmon@get-values-invalid-pointer.html
* igt@v3d/v3d_submit_csd@bad-multisync-in-sync:
- shard-mtlp: NOTRUN -> [SKIP][338] ([i915#2575]) +6 other tests skip
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@v3d/v3d_submit_csd@bad-multisync-in-sync.html
* igt@v3d/v3d_wait_bo@used-bo-1ns:
- shard-dg2: NOTRUN -> [SKIP][339] ([i915#2575]) +7 other tests skip
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@v3d/v3d_wait_bo@used-bo-1ns.html
* igt@vc4/vc4_create_bo@create-bo-zeroed:
- shard-rkl: NOTRUN -> [SKIP][340] ([i915#7711]) +12 other tests skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-7/igt@vc4/vc4_create_bo@create-bo-zeroed.html
* igt@vc4/vc4_perfmon@create-perfmon-exceed:
- shard-mtlp: NOTRUN -> [SKIP][341] ([i915#7711]) +9 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-5/igt@vc4/vc4_perfmon@create-perfmon-exceed.html
* igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained:
- shard-dg2: NOTRUN -> [SKIP][342] ([i915#7711]) +9 other tests skip
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-1/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained.html
* igt@vc4/vc4_tiling@set-bad-flags:
- shard-tglu: NOTRUN -> [SKIP][343] ([i915#2575]) +10 other tests skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-tglu-6/igt@vc4/vc4_tiling@set-bad-flags.html
* igt@vc4/vc4_wait_bo@used-bo-0ns:
- shard-dg1: NOTRUN -> [SKIP][344] ([i915#7711]) +12 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-12/igt@vc4/vc4_wait_bo@used-bo-0ns.html
#### Possible fixes ####
* igt@fbdev@pan:
- shard-snb: [FAIL][345] ([i915#4435]) -> [PASS][346]
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/shard-snb7/igt@fbdev@pan.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb4/igt@fbdev@pan.html
* igt@gem_exec_whisper@basic-queues:
- shard-mtlp: [ABORT][347] ([i915#9855] / [i915#9857]) -> [PASS][348]
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/shard-mtlp-6/igt@gem_exec_whisper@basic-queues.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-4/igt@gem_exec_whisper@basic-queues.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-mtlp: [FAIL][349] ([i915#5138]) -> [PASS][350]
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/shard-mtlp-1/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-mtlp-3/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-cpu:
- shard-snb: [SKIP][351] ([fdo#109271]) -> [PASS][352]
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/shard-snb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-cpu.html
#### Warnings ####
* igt@i915_pm_rc6_residency@rc6-fence@gt0:
- shard-snb: [INCOMPLETE][353] ([i915#9858]) -> [INCOMPLETE][354] ([i915#9847] / [i915#9858])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/shard-snb6/igt@i915_pm_rc6_residency@rc6-fence@gt0.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-snb2/igt@i915_pm_rc6_residency@rc6-fence@gt0.html
* igt@perf_pmu@all-busy-idle-check-all:
- shard-dg1: [ABORT][355] ([i915#9847] / [i915#9853]) -> [INCOMPLETE][356] ([i915#9853])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/shard-dg1-13/igt@perf_pmu@all-busy-idle-check-all.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg1-16/igt@perf_pmu@all-busy-idle-check-all.html
* igt@perf_pmu@interrupts-sync:
- shard-dg2: [INCOMPLETE][357] ([i915#9853]) -> [ABORT][358] ([i915#9847] / [i915#9853])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/shard-dg2-5/igt@perf_pmu@interrupts-sync.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-dg2-3/igt@perf_pmu@interrupts-sync.html
- shard-rkl: [ABORT][359] ([i915#9847] / [i915#9853]) -> [INCOMPLETE][360] ([i915#9853])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/shard-rkl-3/igt@perf_pmu@interrupts-sync.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-4/igt@perf_pmu@interrupts-sync.html
* igt@perf_pmu@render-node-busy@rcs0:
- shard-rkl: [INCOMPLETE][361] ([i915#9853]) -> [ABORT][362] ([i915#9847] / [i915#9853])
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7642/shard-rkl-2/igt@perf_pmu@render-node-busy@rcs0.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/shard-rkl-3/igt@perf_pmu@render-node-busy@rcs0.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[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#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[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#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542
[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#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656
[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#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[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#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[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#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[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#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3826]: https://gitlab.freedesktop.org/drm/intel/issues/3826
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[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#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
[i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348
[i915#4435]: https://gitlab.freedesktop.org/drm/intel/issues/4435
[i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473
[i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873
[i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879
[i915#4884]: https://gitlab.freedesktop.org/drm/intel/issues/4884
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/intel/issues/6187
[i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227
[i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
[i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335
[i915#6344]: https://gitlab.freedesktop.org/drm/intel/issues/6344
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6755]: https://gitlab.freedesktop.org/drm/intel/issues/6755
[i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805
[i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
[i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
[i915#7276]: https://gitlab.freedesktop.org/drm/intel/issues/7276
[i915#7297]: https://gitlab.freedesktop.org/drm/intel/issues/7297
[i915#7392]: https://gitlab.freedesktop.org/drm/intel/issues/7392
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#8063]: https://gitlab.freedesktop.org/drm/intel/issues/8063
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806
[i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#9293]: https://gitlab.freedesktop.org/drm/intel/issues/9293
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433
[i915#9457]: https://gitlab.freedesktop.org/drm/intel/issues/9457
[i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519
[i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673
[i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
[i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732
[i915#9766]: https://gitlab.freedesktop.org/drm/intel/issues/9766
[i915#9808]: https://gitlab.freedesktop.org/drm/intel/issues/9808
[i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809
[i915#9812]: https://gitlab.freedesktop.org/drm/intel/issues/9812
[i915#9847]: https://gitlab.freedesktop.org/drm/intel/issues/9847
[i915#9853]: https://gitlab.freedesktop.org/drm/intel/issues/9853
[i915#9855]: https://gitlab.freedesktop.org/drm/intel/issues/9855
[i915#9856]: https://gitlab.freedesktop.org/drm/intel/issues/9856
[i915#9857]: https://gitlab.freedesktop.org/drm/intel/issues/9857
[i915#9858]: https://gitlab.freedesktop.org/drm/intel/issues/9858
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7642 -> IGTPW_10420
CI-20190529: 20190529
CI_DRM_14021: 3358bace1b70e41bca852449df50287d5de0d446 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10420: 10420
IGT_7642: 071c380aa0f7332c8b48653c818c500d01e94a53 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10420/index.html
[-- Attachment #2: Type: text/html, Size: 119251 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting
2023-12-14 15:42 [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting Jeevan B
` (2 preceding siblings ...)
2023-12-14 17:53 ` ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-12-18 12:12 ` Govindapillai, Vinod
2023-12-19 6:43 ` B, Jeevan
3 siblings, 1 reply; 9+ messages in thread
From: Govindapillai, Vinod @ 2023-12-18 12:12 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org, B, Jeevan
Hi jeevan,
This might not be enough.
For example, if you are executing all the tests, after the first iteration y = 0, the
data.primary_format is set to DRM_FORMAT_NV12. Then in y = 1 (FBC cases) will be executed with
format as DRM_FORMAT_NV12 which will fail.
After introducing the FBC on/off loop, I think there could be other issues as well, because "data"
members are directly modified as required by the tests in that loop.
Also for pre-lnl platforms, do we need to even list and execute "fbc-" cases as it is not suported
and will be skipped?
BR
Vinod
On Thu, 2023-12-14 at 21:12 +0530, Jeevan B wrote:
> The format is being changed globally to DRM_FORMAT_NV12. additionally,
> FBC doesn't support the NV12 format, so this issue is being addressed.
>
> Signed-off-by: Jeevan B <jeevan.b@intel.com>
> ---
> tests/intel/kms_psr2_sf.c | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
> index 76435f501..272260cdf 100644
> --- a/tests/intel/kms_psr2_sf.c
> +++ b/tests/intel/kms_psr2_sf.c
> @@ -1387,7 +1387,6 @@ igt_main
> * plane and continuous updates.
> */
> data.op = PLANE_UPDATE_CONTINUOUS;
> - data.primary_format = DRM_FORMAT_NV12;
> igt_describe("Test that selective fetch works on overlay plane");
> igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
> op_str(data.op)) {
> @@ -1404,6 +1403,11 @@ igt_main
> data.pipe = pipes[i];
> data.output = outputs[i];
> data.damage_area_count = 1;
> + if (data.fbc_flag == true &&
> + data.op_fbc_mode == FBC_ENABLED)
> + data.primary_format = DRM_FORMAT_XRGB8888;
> + else
> + data.primary_format = DRM_FORMAT_NV12;
> data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
> data.coexist_feature = j;
> prepare(&data);
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting
2023-12-18 12:12 ` [PATCH i-g-t] " Govindapillai, Vinod
@ 2023-12-19 6:43 ` B, Jeevan
2023-12-19 7:12 ` Govindapillai, Vinod
0 siblings, 1 reply; 9+ messages in thread
From: B, Jeevan @ 2023-12-19 6:43 UTC (permalink / raw)
To: Govindapillai, Vinod, igt-dev@lists.freedesktop.org
> -----Original Message-----
> From: Govindapillai, Vinod <vinod.govindapillai@intel.com>
> Sent: Monday, December 18, 2023 5:43 PM
> To: igt-dev@lists.freedesktop.org; B, Jeevan <jeevan.b@intel.com>
> Cc: Sharma, Swati2 <swati2.sharma@intel.com>
> Subject: Re: [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting
>
> Hi jeevan,
>
> This might not be enough.
>
> For example, if you are executing all the tests, after the first iteration y = 0, the
> data.primary_format is set to DRM_FORMAT_NV12. Then in y = 1 (FBC cases) will
> be executed with format as DRM_FORMAT_NV12 which will fail.
>
> After introducing the FBC on/off loop, I think there could be other issues as well,
> because "data"
> members are directly modified as required by the tests in that loop.
>
> Also for pre-lnl platforms, do we need to even list and execute "fbc-" cases as it is
> not suported and will be skipped?
>
Should we restructure the test by add new subtests instead of looping it ?
NV12 should be fixed with this logic, but other parameters might be affected as you pointed out.
> BR
> Vinod
>
>
> On Thu, 2023-12-14 at 21:12 +0530, Jeevan B wrote:
> > The format is being changed globally to DRM_FORMAT_NV12. additionally,
> > FBC doesn't support the NV12 format, so this issue is being addressed.
> >
> > Signed-off-by: Jeevan B <jeevan.b@intel.com>
> > ---
> > tests/intel/kms_psr2_sf.c | 6 +++++-
> > 1 file changed, 5 insertions(+), 1 deletion(-)
> >
> > diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
> > index 76435f501..272260cdf 100644
> > --- a/tests/intel/kms_psr2_sf.c
> > +++ b/tests/intel/kms_psr2_sf.c
> > @@ -1387,7 +1387,6 @@ igt_main
> > * plane and continuous updates.
> > */
> > data.op = PLANE_UPDATE_CONTINUOUS;
> > - data.primary_format = DRM_FORMAT_NV12;
> > igt_describe("Test that selective fetch works on
> > overlay plane");
> > igt_subtest_with_dynamic_f("%soverlay-%s-sf",
> > append_fbc_subtest[y],
> > op_str(data.op)) { @@
> > -1404,6 +1403,11 @@ igt_main
> > data.pipe = pipes[i];
> > data.output =
> > outputs[i];
> > data.damage_area_count
> > = 1;
> > + if (data.fbc_flag ==
> > +true &&
> > + data.op_fbc_mode
> > +== FBC_ENABLED)
> > +
> > +data.primary_format = DRM_FORMAT_XRGB8888;
> > + else
> > +
> > +data.primary_format = DRM_FORMAT_NV12;
> > data.test_plane_id =
> > DRM_PLANE_TYPE_OVERLAY;
> > data.coexist_feature =
> > j;
> > prepare(&data);
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting
2023-12-19 6:43 ` B, Jeevan
@ 2023-12-19 7:12 ` Govindapillai, Vinod
0 siblings, 0 replies; 9+ messages in thread
From: Govindapillai, Vinod @ 2023-12-19 7:12 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org, B, Jeevan
On Tue, 2023-12-19 at 06:43 +0000, B, Jeevan wrote:
> > -----Original Message-----
> > From: Govindapillai, Vinod <vinod.govindapillai@intel.com>
> > Sent: Monday, December 18, 2023 5:43 PM
> > To: igt-dev@lists.freedesktop.org; B, Jeevan <jeevan.b@intel.com>
> > Cc: Sharma, Swati2 <swati2.sharma@intel.com>
> > Subject: Re: [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting
> >
> > Hi jeevan,
> >
> > This might not be enough.
> >
> > For example, if you are executing all the tests, after the first iteration y = 0, the
> > data.primary_format is set to DRM_FORMAT_NV12. Then in y = 1 (FBC cases) will
> > be executed with format as DRM_FORMAT_NV12 which will fail.
> >
> > After introducing the FBC on/off loop, I think there could be other issues as well,
> > because "data"
> > members are directly modified as required by the tests in that loop.
> >
> > Also for pre-lnl platforms, do we need to even list and execute "fbc-" cases as it is
> > not suported and will be skipped?
> >
> Should we restructure the test by add new subtests instead of looping it ?
>
A quick solution could be to move the initialization some of the common "data" members to the the
beginning of the "for" loop including the data.primary_format from "igt_fixture". Or create another
function to init the data members according to the test. I am not sure if that is according to the
practices in IGT.
> NV12 should be fixed with this logic,
I dont think so! As mentioned if you execute the full "kms_psr2_sf", y = 1 (FBC) iteration tests
will be executed with format as NV12 and will fail.
BR
Vinod
> but other parameters might be affected as you pointed out.
>
> > BR
> > Vinod
> >
> >
> > On Thu, 2023-12-14 at 21:12 +0530, Jeevan B wrote:
> > > The format is being changed globally to DRM_FORMAT_NV12. additionally,
> > > FBC doesn't support the NV12 format, so this issue is being addressed.
> > >
> > > Signed-off-by: Jeevan B <jeevan.b@intel.com>
> > > ---
> > > tests/intel/kms_psr2_sf.c | 6 +++++-
> > > 1 file changed, 5 insertions(+), 1 deletion(-)
> > >
> > > diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
> > > index 76435f501..272260cdf 100644
> > > --- a/tests/intel/kms_psr2_sf.c
> > > +++ b/tests/intel/kms_psr2_sf.c
> > > @@ -1387,7 +1387,6 @@ igt_main
> > > * plane and continuous updates.
> > > */
> > > data.op = PLANE_UPDATE_CONTINUOUS;
> > > - data.primary_format = DRM_FORMAT_NV12;
> > > igt_describe("Test that selective fetch works on
> > > overlay plane");
> > > igt_subtest_with_dynamic_f("%soverlay-%s-sf",
> > > append_fbc_subtest[y],
> > > op_str(data.op)) { @@
> > > -1404,6 +1403,11 @@ igt_main
> > > data.pipe = pipes[i];
> > > data.output =
> > > outputs[i];
> > > data.damage_area_count
> > > = 1;
> > > + if (data.fbc_flag ==
> > > +true &&
> > > + data.op_fbc_mode
> > > +== FBC_ENABLED)
> > > +
> > > +data.primary_format = DRM_FORMAT_XRGB8888;
> > > + else
> > > +
> > > +data.primary_format = DRM_FORMAT_NV12;
> > > data.test_plane_id =
> > > DRM_PLANE_TYPE_OVERLAY;
> > > data.coexist_feature =
> > > j;
> > > prepare(&data);
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting
@ 2023-12-20 18:31 Jeevan B
2023-12-21 9:16 ` Govindapillai, Vinod
0 siblings, 1 reply; 9+ messages in thread
From: Jeevan B @ 2023-12-20 18:31 UTC (permalink / raw)
To: igt-dev
The format is being changed globally to DRM_FORMAT_NV12. Additionally,
FBC doesn't support the NV12 format, so this issue is being addressed.
v2: Initialize data members at the beginning of the loop.
bigfb plane size is too big for FBC, so skipping that test.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_psr2_sf.c | 68 +++++++++++++++++++++++----------------
1 file changed, 40 insertions(+), 28 deletions(-)
diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
index 76435f501..9cafe1f7a 100644
--- a/tests/intel/kms_psr2_sf.c
+++ b/tests/intel/kms_psr2_sf.c
@@ -68,13 +68,13 @@
* SUBTEST: cursor-plane-update-sf
* Description: Test that selective fetch works on cursor plane
*
- * SUBTEST: fbc-cursor-plane-update-continuous-sf
+ * SUBTEST: fbc-cursor-plane-update-sf
* Description: Test that fbc with selective fetch works on cursor plane
*
* SUBTEST: overlay-plane-update-continuous-sf
* Description: Test that selective fetch works on overlay plane
*
- * SUBTEST: fbc-overlay-plane-update-continuous-sf-dmg-area
+ * SUBTEST: fbc-overlay-plane-update-sf-dmg-area
* Description: Test that fbc with selective fetch works on overlay plane
*
* SUBTEST: overlay-plane-update-sf-dmg-area
@@ -100,14 +100,12 @@
* SUBTEST: primary-plane-update-sf-dmg-area
* Description: Test that selective fetch works on primary plane
*
- * SUBTEST: fbc-primary-plane-update-continuous-sf-dmg-area
+ * SUBTEST: fbc-primary-plane-update-sf-dmg-area
* Description: Test that fbc with selective fetch works on primary plane
*
* SUBTEST: primary-plane-update-sf-dmg-area-big-fb
* Description: Test that selective fetch works on primary plane with big fb
*
- * SUBTEST: fbc-primary-plane-update-continuous-sf-dmg-area-big-fb
- * Description: Test that fbc with selective fetch works on primary plane with big fb
*/
IGT_TEST_DESCRIPTION("Tests to varify PSR2 selective fetch by sending multiple"
@@ -1043,6 +1041,11 @@ igt_main
}
for (y = 0; y < ARRAY_SIZE(fbc_status); y++) {
+ data.op = PLANE_UPDATE;
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+ data.primary_format = DRM_FORMAT_XRGB8888;
+ data.big_fb_test = 0;
+
data.op_fbc_mode = fbc_status[y];
/* Verify primary plane selective fetch */
igt_describe("Test that selective fetch works on primary plane");
@@ -1074,29 +1077,35 @@ igt_main
}
/* Verify primary plane selective fetch with big fb */
- data.big_fb_test = 1;
- igt_describe("Test that selective fetch works on primary plane with big fb");
- igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area-big-fb", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ if (data.op_fbc_mode == FBC_DISABLED) {
+ data.big_fb_test = 1;
+ igt_describe("Test that selective fetch works on primary plane with "
+ "big fb");
+ igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area-big-fb",
+ append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
- data.coexist_feature = j;
- for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
- data.damage_area_count = k;
- prepare(&data);
- run(&data);
- cleanup(&data);
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s",
+ kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+ data.coexist_feature = j;
+ for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
+ data.damage_area_count = k;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
}
}
}
@@ -1387,7 +1396,6 @@ igt_main
* plane and continuous updates.
*/
data.op = PLANE_UPDATE_CONTINUOUS;
- data.primary_format = DRM_FORMAT_NV12;
igt_describe("Test that selective fetch works on overlay plane");
igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
op_str(data.op)) {
@@ -1404,6 +1412,10 @@ igt_main
data.pipe = pipes[i];
data.output = outputs[i];
data.damage_area_count = 1;
+ if (data.op_fbc_mode == FBC_ENABLED)
+ data.primary_format = DRM_FORMAT_XRGB8888;
+ else
+ data.primary_format = DRM_FORMAT_NV12;
data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
data.coexist_feature = j;
prepare(&data);
--
2.25.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting
2023-12-20 18:31 Jeevan B
@ 2023-12-21 9:16 ` Govindapillai, Vinod
0 siblings, 0 replies; 9+ messages in thread
From: Govindapillai, Vinod @ 2023-12-21 9:16 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org, Hogander, Jouni, B, Jeevan
Hi
Well.. I tried these changes and the fbc variant of kms_psr2_sf tests are all passing.
But I think, at some point some refactoring is warranted for this whole kms_psr_sf tests as the code
looks clumsy with unstructured "data" handling.
+Jouni, to see if all the selective fetch cases are handled as expected!
And please check two comments inline, with those addressed,
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
BR
vinod
On Thu, 2023-12-21 at 00:01 +0530, Jeevan B wrote:
> The format is being changed globally to DRM_FORMAT_NV12. Additionally,
> FBC doesn't support the NV12 format, so this issue is being addressed.
>
> v2: Initialize data members at the beginning of the loop.
> bigfb plane size is too big for FBC, so skipping that test.
>
> Signed-off-by: Jeevan B <jeevan.b@intel.com>
> ---
> tests/intel/kms_psr2_sf.c | 68 +++++++++++++++++++++++----------------
> 1 file changed, 40 insertions(+), 28 deletions(-)
>
> diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
> index 76435f501..9cafe1f7a 100644
> --- a/tests/intel/kms_psr2_sf.c
> +++ b/tests/intel/kms_psr2_sf.c
> @@ -68,13 +68,13 @@
> * SUBTEST: cursor-plane-update-sf
> * Description: Test that selective fetch works on cursor plane
> *
> - * SUBTEST: fbc-cursor-plane-update-continuous-sf
> + * SUBTEST: fbc-cursor-plane-update-sf
> * Description: Test that fbc with selective fetch works on cursor plane
> *
> * SUBTEST: overlay-plane-update-continuous-sf
> * Description: Test that selective fetch works on overlay plane
> *
> - * SUBTEST: fbc-overlay-plane-update-continuous-sf-dmg-area
> + * SUBTEST: fbc-overlay-plane-update-sf-dmg-area
> * Description: Test that fbc with selective fetch works on overlay plane
> *
> * SUBTEST: overlay-plane-update-sf-dmg-area
> @@ -100,14 +100,12 @@
> * SUBTEST: primary-plane-update-sf-dmg-area
> * Description: Test that selective fetch works on primary plane
> *
> - * SUBTEST: fbc-primary-plane-update-continuous-sf-dmg-area
> + * SUBTEST: fbc-primary-plane-update-sf-dmg-area
> * Description: Test that fbc with selective fetch works on primary plane
> *
> * SUBTEST: primary-plane-update-sf-dmg-area-big-fb
> * Description: Test that selective fetch works on primary plane with big fb
> *
> - * SUBTEST: fbc-primary-plane-update-continuous-sf-dmg-area-big-fb
> - * Description: Test that fbc with selective fetch works on primary plane with big fb
> */
>
> IGT_TEST_DESCRIPTION("Tests to varify PSR2 selective fetch by sending multiple"
> @@ -1043,6 +1041,11 @@ igt_main
> }
>
> for (y = 0; y < ARRAY_SIZE(fbc_status); y++) {
> + data.op = PLANE_UPDATE;
> + data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
> + data.primary_format = DRM_FORMAT_XRGB8888;
> + data.big_fb_test = 0;
> +
Now that these members are initialized here, do we need the same in igt_fixture block?
> data.op_fbc_mode = fbc_status[y];
> /* Verify primary plane selective fetch */
> igt_describe("Test that selective fetch works on primary plane");
> @@ -1074,29 +1077,35 @@ igt_main
> }
>
> /* Verify primary plane selective fetch with big fb */
> - data.big_fb_test = 1;
> - igt_describe("Test that selective fetch works on primary plane with big fb");
> - igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area-big-fb",
> append_fbc_subtest[y],
> - op_str(data.op)) {
> - for (i = 0; i < n_pipes; i++) {
> - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
> - continue;
> -
> - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
> - if (j != FEATURE_NONE && !(coexist_features[i] & j))
> + if (data.op_fbc_mode == FBC_DISABLED) {
This change should be a separate patch.
> + data.big_fb_test = 1;
> + igt_describe("Test that selective fetch works on primary plane with "
> + "big fb");
> + igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area-big-fb",
> + append_fbc_subtest[y],
> + op_str(data.op)) {
> + for (i = 0; i < n_pipes; i++) {
> + if (!pipe_output_combo_valid(&data.display, pipes[i],
> + outputs[i]))
> continue;
> - igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
> - igt_output_name(outputs[i]),
> - coexist_feature_str(j)) {
> - data.pipe = pipes[i];
> - data.output = outputs[i];
> - data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
> - data.coexist_feature = j;
> - for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
> - data.damage_area_count = k;
> - prepare(&data);
> - run(&data);
> - cleanup(&data);
> +
> + for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
> + if (j != FEATURE_NONE && !(coexist_features[i] &
> j))
> + continue;
> + igt_dynamic_f("pipe-%s-%s%s",
> + kmstest_pipe_name(pipes[i]),
> + igt_output_name(outputs[i]),
> + coexist_feature_str(j)) {
> + data.pipe = pipes[i];
> + data.output = outputs[i];
> + data.test_plane_id =
> DRM_PLANE_TYPE_PRIMARY;
> + data.coexist_feature = j;
> + for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
> + data.damage_area_count = k;
> + prepare(&data);
> + run(&data);
> + cleanup(&data);
> + }
> }
> }
> }
> @@ -1387,7 +1396,6 @@ igt_main
> * plane and continuous updates.
> */
> data.op = PLANE_UPDATE_CONTINUOUS;
> - data.primary_format = DRM_FORMAT_NV12;
> igt_describe("Test that selective fetch works on overlay plane");
> igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
> op_str(data.op)) {
> @@ -1404,6 +1412,10 @@ igt_main
> data.pipe = pipes[i];
> data.output = outputs[i];
> data.damage_area_count = 1;
> + if (data.op_fbc_mode == FBC_ENABLED)
> + data.primary_format = DRM_FORMAT_XRGB8888;
> + else
> + data.primary_format = DRM_FORMAT_NV12;
> data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
> data.coexist_feature = j;
> prepare(&data);
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-12-21 9:16 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-14 15:42 [PATCH i-g-t] tests/intel/kms_psr2_sf: Fix primary_format setting Jeevan B
2023-12-14 16:46 ` ✓ CI.xeBAT: success for " Patchwork
2023-12-14 16:54 ` ✓ Fi.CI.BAT: " Patchwork
2023-12-14 17:53 ` ✗ Fi.CI.IGT: failure " Patchwork
2023-12-18 12:12 ` [PATCH i-g-t] " Govindapillai, Vinod
2023-12-19 6:43 ` B, Jeevan
2023-12-19 7:12 ` Govindapillai, Vinod
-- strict thread matches above, loose matches on Subject: below --
2023-12-20 18:31 Jeevan B
2023-12-21 9:16 ` Govindapillai, Vinod
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox