* [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc: restrict execution based on number of outputs connected
@ 2021-02-08 12:09 Jeevan B
2021-02-08 15:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jeevan B @ 2021-02-08 12:09 UTC (permalink / raw)
To: igt-dev
In multi display scenario test used to exit after running on two pipes and
it would skip other displays connected. so added a variable to correct this
behavior.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/kms_rotation_crc.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c
index 6d4e87ed..eb66260b 100644
--- a/tests/kms_rotation_crc.c
+++ b/tests/kms_rotation_crc.c
@@ -424,13 +424,16 @@ static void test_plane_rotation(data_t *data, int plane_type, bool test_bad_form
drmModeModeInfo *mode;
igt_output_t *output;
enum pipe pipe;
- int pipe_count = 0;
+ int pipe_count = 0, connected_outputs = 0;
if (plane_type == DRM_PLANE_TYPE_CURSOR)
igt_require(display->has_cursor_plane);
igt_display_require_output(display);
+ for_each_connected_output(&data->display, output)
+ connected_outputs++;
+
for_each_pipe_with_valid_output(display, pipe, output) {
igt_plane_t *plane;
int i, j, c;
@@ -467,7 +470,7 @@ static void test_plane_rotation(data_t *data, int plane_type, bool test_bad_form
continue;
/* restricting the execution to 2 pipes to reduce execution time*/
- if (pipe_count == 2 && !data->extended)
+ if (pipe_count == 2 * connected_outputs && !data->extended)
break;
pipe_count++;
--
2.19.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_rotation_crc: restrict execution based on number of outputs connected
2021-02-08 12:09 [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc: restrict execution based on number of outputs connected Jeevan B
@ 2021-02-08 15:37 ` Patchwork
2021-02-08 21:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-02-09 4:22 ` [igt-dev] [PATCH i-g-t] " Karthik B S
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2021-02-08 15:37 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1.1: Type: text/plain, Size: 5397 bytes --]
== Series Details ==
Series: tests/kms_rotation_crc: restrict execution based on number of outputs connected
URL : https://patchwork.freedesktop.org/series/86850/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9747 -> IGTPW_5492
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/index.html
Known issues
------------
Here are the changes found in IGTPW_5492 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@amdgpu/amd_cs_nop@sync-fork-gfx0:
- fi-cfl-8700k: NOTRUN -> [SKIP][1] ([fdo#109271]) +25 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-cfl-8700k/igt@amdgpu/amd_cs_nop@sync-fork-gfx0.html
* igt@debugfs_test@read_all_entries:
- fi-tgl-y: [PASS][2] -> [DMESG-WARN][3] ([i915#402]) +2 similar issues
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/fi-tgl-y/igt@debugfs_test@read_all_entries.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-tgl-y/igt@debugfs_test@read_all_entries.html
* igt@gem_exec_fence@basic-busy@bcs0:
- fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271]) +23 similar issues
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-kbl-soraka/igt@gem_exec_fence@basic-busy@bcs0.html
* igt@gem_exec_suspend@basic-s3:
- fi-tgl-y: [PASS][5] -> [DMESG-WARN][6] ([i915#2411] / [i915#402])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/fi-tgl-y/igt@gem_exec_suspend@basic-s3.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-tgl-y/igt@gem_exec_suspend@basic-s3.html
* igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> [SKIP][7] ([fdo#109271] / [i915#2190])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html
- fi-cfl-8700k: NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#2190])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-cfl-8700k/igt@gem_huc_copy@huc-copy.html
* igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][9] ([i915#1886] / [i915#2291])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html
* igt@kms_chamelium@common-hpd-after-suspend:
- fi-kbl-soraka: NOTRUN -> [SKIP][10] ([fdo#109271] / [fdo#111827]) +8 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-kbl-soraka/igt@kms_chamelium@common-hpd-after-suspend.html
* igt@kms_chamelium@vga-edid-read:
- fi-cfl-8700k: NOTRUN -> [SKIP][11] ([fdo#109271] / [fdo#111827]) +8 similar issues
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-cfl-8700k/igt@kms_chamelium@vga-edid-read.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:
- fi-cfl-8700k: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#533])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-cfl-8700k/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
- fi-kbl-soraka: NOTRUN -> [SKIP][13] ([fdo#109271] / [i915#533])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-kbl-soraka/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html
* igt@runner@aborted:
- fi-bdw-5557u: NOTRUN -> [FAIL][14] ([i915#1602] / [i915#2029] / [i915#2369])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-bdw-5557u/igt@runner@aborted.html
#### Possible fixes ####
* igt@prime_self_import@basic-with_two_bos:
- fi-tgl-y: [DMESG-WARN][15] ([i915#402]) -> [PASS][16] +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/fi-tgl-y/igt@prime_self_import@basic-with_two_bos.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/fi-tgl-y/igt@prime_self_import@basic-with_two_bos.html
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
[i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886
[i915#2029]: https://gitlab.freedesktop.org/drm/intel/issues/2029
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2291]: https://gitlab.freedesktop.org/drm/intel/issues/2291
[i915#2369]: https://gitlab.freedesktop.org/drm/intel/issues/2369
[i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
Participating hosts (42 -> 37)
------------------------------
Additional (2): fi-kbl-soraka fi-cfl-8700k
Missing (7): fi-jsl-1 fi-ilk-m540 fi-hsw-4200u fi-bsw-cyan fi-ctg-p8600 fi-dg1-1 fi-bdw-samus
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5998 -> IGTPW_5492
CI-20190529: 20190529
CI_DRM_9747: 65d67e70f9f78c7f8c2796956fdbdb69cffc7c98 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_5492: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/index.html
IGT_5998: b0160aad9e547d2205341e0b6783e12aa143566e @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/index.html
[-- Attachment #1.2: Type: text/html, Size: 7080 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_rotation_crc: restrict execution based on number of outputs connected
2021-02-08 12:09 [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc: restrict execution based on number of outputs connected Jeevan B
2021-02-08 15:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2021-02-08 21:15 ` Patchwork
2021-02-09 4:22 ` [igt-dev] [PATCH i-g-t] " Karthik B S
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2021-02-08 21:15 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1.1: Type: text/plain, Size: 30297 bytes --]
== Series Details ==
Series: tests/kms_rotation_crc: restrict execution based on number of outputs connected
URL : https://patchwork.freedesktop.org/series/86850/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_9747_full -> IGTPW_5492_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/index.html
Known issues
------------
Here are the changes found in IGTPW_5492_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@feature_discovery@chamelium:
- shard-tglb: NOTRUN -> [SKIP][1] ([fdo#111827])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb2/igt@feature_discovery@chamelium.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-kbl: [PASS][2] -> [FAIL][3] ([i915#2842]) +3 similar issues
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-kbl3/igt@gem_exec_fair@basic-none-share@rcs0.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl6/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-apl: [PASS][4] -> [FAIL][5] ([i915#2842])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-apl4/igt@gem_exec_fair@basic-none@vcs0.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl3/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace:
- shard-hsw: NOTRUN -> [SKIP][6] ([fdo#109271]) +85 similar issues
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-hsw1/igt@gem_exec_fair@basic-pace.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [PASS][7] -> [FAIL][8] ([i915#2842])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-glk3/igt@gem_exec_fair@basic-pace-share@rcs0.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk9/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-glk: NOTRUN -> [FAIL][9] ([i915#2842])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk6/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_fair@basic-pace@vcs0:
- shard-iclb: NOTRUN -> [FAIL][10] ([i915#2842]) +2 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb7/igt@gem_exec_fair@basic-pace@vcs0.html
- shard-kbl: NOTRUN -> [FAIL][11] ([i915#2842])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl2/igt@gem_exec_fair@basic-pace@vcs0.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-tglb: NOTRUN -> [FAIL][12] ([i915#2842]) +3 similar issues
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb2/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_reloc@basic-many-active@rcs0:
- shard-tglb: NOTRUN -> [FAIL][13] ([i915#2389]) +4 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb6/igt@gem_exec_reloc@basic-many-active@rcs0.html
- shard-snb: NOTRUN -> [FAIL][14] ([i915#2389]) +2 similar issues
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-snb2/igt@gem_exec_reloc@basic-many-active@rcs0.html
* igt@gem_exec_reloc@basic-many-active@vcs0:
- shard-kbl: NOTRUN -> [FAIL][15] ([i915#2389]) +4 similar issues
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl6/igt@gem_exec_reloc@basic-many-active@vcs0.html
- shard-hsw: NOTRUN -> [FAIL][16] ([i915#2389]) +3 similar issues
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-hsw2/igt@gem_exec_reloc@basic-many-active@vcs0.html
* igt@gem_exec_reloc@basic-parallel:
- shard-kbl: NOTRUN -> [TIMEOUT][17] ([i915#1729])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl3/igt@gem_exec_reloc@basic-parallel.html
- shard-apl: NOTRUN -> [TIMEOUT][18] ([i915#1729])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl3/igt@gem_exec_reloc@basic-parallel.html
* igt@gem_exec_reloc@basic-wide-active@vcs1:
- shard-iclb: NOTRUN -> [FAIL][19] ([i915#2389]) +4 similar issues
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb1/igt@gem_exec_reloc@basic-wide-active@vcs1.html
* igt@gem_exec_schedule@u-fairslice@bcs0:
- shard-iclb: [PASS][20] -> [DMESG-WARN][21] ([i915#2803])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-iclb4/igt@gem_exec_schedule@u-fairslice@bcs0.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb7/igt@gem_exec_schedule@u-fairslice@bcs0.html
* igt@gem_pread@exhaustion:
- shard-hsw: NOTRUN -> [WARN][22] ([i915#2658])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-hsw2/igt@gem_pread@exhaustion.html
- shard-tglb: NOTRUN -> [WARN][23] ([i915#2658])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb2/igt@gem_pread@exhaustion.html
- shard-glk: NOTRUN -> [WARN][24] ([i915#2658])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk3/igt@gem_pread@exhaustion.html
- shard-apl: NOTRUN -> [WARN][25] ([i915#2658])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl3/igt@gem_pread@exhaustion.html
- shard-iclb: NOTRUN -> [WARN][26] ([i915#2658])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb3/igt@gem_pread@exhaustion.html
- shard-snb: NOTRUN -> [WARN][27] ([i915#2658])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-snb6/igt@gem_pread@exhaustion.html
- shard-kbl: NOTRUN -> [WARN][28] ([i915#2658])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl3/igt@gem_pread@exhaustion.html
* igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
- shard-kbl: NOTRUN -> [SKIP][29] ([fdo#109271]) +112 similar issues
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl6/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
- shard-iclb: NOTRUN -> [SKIP][30] ([i915#768]) +2 similar issues
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb2/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
* igt@gem_render_copy@y-tiled-to-vebox-x-tiled:
- shard-glk: NOTRUN -> [SKIP][31] ([fdo#109271]) +64 similar issues
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk8/igt@gem_render_copy@y-tiled-to-vebox-x-tiled.html
* igt@gem_softpin@evict-snoop:
- shard-iclb: NOTRUN -> [SKIP][32] ([fdo#109312])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb8/igt@gem_softpin@evict-snoop.html
- shard-tglb: NOTRUN -> [SKIP][33] ([fdo#109312])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb8/igt@gem_softpin@evict-snoop.html
* igt@gem_userptr_blits@process-exit-mmap-busy@wc:
- shard-apl: NOTRUN -> [SKIP][34] ([fdo#109271] / [i915#1699]) +3 similar issues
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl4/igt@gem_userptr_blits@process-exit-mmap-busy@wc.html
* igt@gen7_exec_parse@basic-allocation:
- shard-tglb: NOTRUN -> [SKIP][35] ([fdo#109289]) +4 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb6/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@oacontrol-tracking:
- shard-iclb: NOTRUN -> [SKIP][36] ([fdo#109289]) +4 similar issues
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb6/igt@gen7_exec_parse@oacontrol-tracking.html
* igt@gen9_exec_parse@cmd-crossing-page:
- shard-tglb: NOTRUN -> [SKIP][37] ([fdo#112306])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb7/igt@gen9_exec_parse@cmd-crossing-page.html
- shard-iclb: NOTRUN -> [SKIP][38] ([fdo#112306])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb6/igt@gen9_exec_parse@cmd-crossing-page.html
* igt@i915_pm_backlight@fade_with_dpms:
- shard-hsw: NOTRUN -> [SKIP][39] ([fdo#109271] / [i915#3012])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-hsw2/igt@i915_pm_backlight@fade_with_dpms.html
* igt@i915_pm_rpm@modeset-lpsp-stress:
- shard-apl: NOTRUN -> [SKIP][40] ([fdo#109271]) +154 similar issues
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl2/igt@i915_pm_rpm@modeset-lpsp-stress.html
* igt@kms_async_flips@test-time-stamp:
- shard-tglb: NOTRUN -> [FAIL][41] ([i915#2597])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb6/igt@kms_async_flips@test-time-stamp.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-tglb: NOTRUN -> [SKIP][42] ([i915#404])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb3/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
- shard-iclb: NOTRUN -> [SKIP][43] ([i915#404])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb2/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-iclb: NOTRUN -> [SKIP][44] ([fdo#110725] / [fdo#111614])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb4/igt@kms_big_fb@linear-64bpp-rotate-90.html
- shard-tglb: NOTRUN -> [SKIP][45] ([fdo#111614])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb1/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-iclb: NOTRUN -> [SKIP][46] ([fdo#110723])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb1/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
- shard-tglb: NOTRUN -> [SKIP][47] ([fdo#111615]) +2 similar issues
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb5/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_chamelium@dp-edid-change-during-suspend:
- shard-apl: NOTRUN -> [SKIP][48] ([fdo#109271] / [fdo#111827]) +12 similar issues
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl2/igt@kms_chamelium@dp-edid-change-during-suspend.html
* igt@kms_chamelium@vga-hpd-for-each-pipe:
- shard-kbl: NOTRUN -> [SKIP][49] ([fdo#109271] / [fdo#111827]) +9 similar issues
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl2/igt@kms_chamelium@vga-hpd-for-each-pipe.html
* igt@kms_color@pipe-a-ctm-0-75:
- shard-iclb: NOTRUN -> [FAIL][50] ([i915#1149] / [i915#315])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb2/igt@kms_color@pipe-a-ctm-0-75.html
- shard-tglb: NOTRUN -> [FAIL][51] ([i915#1149] / [i915#315])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb1/igt@kms_color@pipe-a-ctm-0-75.html
* igt@kms_color@pipe-d-ctm-max:
- shard-iclb: NOTRUN -> [SKIP][52] ([fdo#109278] / [i915#1149]) +1 similar issue
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb2/igt@kms_color@pipe-d-ctm-max.html
* igt@kms_color_chamelium@pipe-a-ctm-0-75:
- shard-hsw: NOTRUN -> [SKIP][53] ([fdo#109271] / [fdo#111827]) +5 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-hsw6/igt@kms_color_chamelium@pipe-a-ctm-0-75.html
- shard-snb: NOTRUN -> [SKIP][54] ([fdo#109271] / [fdo#111827]) +4 similar issues
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-snb6/igt@kms_color_chamelium@pipe-a-ctm-0-75.html
* igt@kms_color_chamelium@pipe-b-ctm-blue-to-red:
- shard-iclb: NOTRUN -> [SKIP][55] ([fdo#109284] / [fdo#111827]) +4 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb1/igt@kms_color_chamelium@pipe-b-ctm-blue-to-red.html
* igt@kms_color_chamelium@pipe-d-ctm-0-25:
- shard-glk: NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +6 similar issues
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk9/igt@kms_color_chamelium@pipe-d-ctm-0-25.html
- shard-iclb: NOTRUN -> [SKIP][57] ([fdo#109278] / [fdo#109284] / [fdo#111827]) +1 similar issue
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb6/igt@kms_color_chamelium@pipe-d-ctm-0-25.html
* igt@kms_color_chamelium@pipe-d-ctm-max:
- shard-tglb: NOTRUN -> [SKIP][58] ([fdo#109284] / [fdo#111827]) +11 similar issues
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb2/igt@kms_color_chamelium@pipe-d-ctm-max.html
* igt@kms_content_protection@atomic-dpms:
- shard-tglb: NOTRUN -> [SKIP][59] ([fdo#111828]) +2 similar issues
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb3/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@legacy:
- shard-iclb: NOTRUN -> [SKIP][60] ([fdo#109300] / [fdo#111066]) +1 similar issue
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb7/igt@kms_content_protection@legacy.html
- shard-kbl: NOTRUN -> [TIMEOUT][61] ([i915#1319]) +1 similar issue
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl6/igt@kms_content_protection@legacy.html
- shard-apl: NOTRUN -> [TIMEOUT][62] ([i915#1319])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl4/igt@kms_content_protection@legacy.html
* igt@kms_cursor_crc@pipe-c-cursor-512x512-rapid-movement:
- shard-tglb: NOTRUN -> [SKIP][63] ([fdo#109279]) +1 similar issue
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb2/igt@kms_cursor_crc@pipe-c-cursor-512x512-rapid-movement.html
- shard-iclb: NOTRUN -> [SKIP][64] ([fdo#109278] / [fdo#109279]) +1 similar issue
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb3/igt@kms_cursor_crc@pipe-c-cursor-512x512-rapid-movement.html
* igt@kms_cursor_crc@pipe-d-cursor-128x128-random:
- shard-hsw: NOTRUN -> [SKIP][65] ([fdo#109271] / [i915#533]) +10 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-hsw2/igt@kms_cursor_crc@pipe-d-cursor-128x128-random.html
* igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding:
- shard-iclb: NOTRUN -> [SKIP][66] ([fdo#109278]) +10 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb5/igt@kms_cursor_crc@pipe-d-cursor-64x21-sliding.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-iclb: NOTRUN -> [SKIP][67] ([fdo#109274] / [fdo#109278])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb4/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-tglb: NOTRUN -> [FAIL][68] ([i915#2346])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb8/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@pipe-d-single-bo:
- shard-glk: NOTRUN -> [SKIP][69] ([fdo#109271] / [i915#533])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk9/igt@kms_cursor_legacy@pipe-d-single-bo.html
- shard-kbl: NOTRUN -> [SKIP][70] ([fdo#109271] / [i915#533]) +1 similar issue
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl3/igt@kms_cursor_legacy@pipe-d-single-bo.html
* igt@kms_dp_tiled_display@basic-test-pattern:
- shard-tglb: NOTRUN -> [SKIP][71] ([i915#426])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb3/igt@kms_dp_tiled_display@basic-test-pattern.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-tglb: NOTRUN -> [SKIP][72] ([fdo#111825]) +27 similar issues
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb3/igt@kms_flip@2x-plain-flip-ts-check.html
- shard-iclb: NOTRUN -> [SKIP][73] ([fdo#109274]) +3 similar issues
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb5/igt@kms_flip@2x-plain-flip-ts-check.html
* igt@kms_flip@flip-vs-suspend-interruptible@c-dp1:
- shard-apl: NOTRUN -> [DMESG-WARN][74] ([i915#180]) +1 similar issue
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl2/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a1:
- shard-glk: [PASS][75] -> [FAIL][76] ([i915#2122])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-glk3/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a1.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk4/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile:
- shard-apl: NOTRUN -> [FAIL][77] ([i915#2641])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile.html
- shard-kbl: NOTRUN -> [FAIL][78] ([i915#2641])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl3/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-snb: NOTRUN -> [FAIL][79] ([i915#2546]) +1 similar issue
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-snb5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-pwrite:
- shard-snb: NOTRUN -> [SKIP][80] ([fdo#109271]) +78 similar issues
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-iclb: NOTRUN -> [SKIP][81] ([fdo#109280]) +18 similar issues
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb3/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-apl: [PASS][82] -> [DMESG-WARN][83] ([i915#180]) +2 similar issues
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-apl1/igt@kms_hdr@bpc-switch-suspend.html
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl2/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@static-toggle-suspend:
- shard-tglb: NOTRUN -> [SKIP][84] ([i915#1187])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb7/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-d:
- shard-apl: NOTRUN -> [SKIP][85] ([fdo#109271] / [i915#533]) +1 similar issue
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl2/igt@kms_pipe_crc_basic@disable-crc-after-crtc-pipe-d.html
* igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max:
- shard-glk: NOTRUN -> [FAIL][86] ([fdo#108145] / [i915#265]) +1 similar issue
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk7/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
- shard-apl: NOTRUN -> [FAIL][87] ([fdo#108145] / [i915#265]) +1 similar issue
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl3/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
- shard-kbl: NOTRUN -> [FAIL][88] ([fdo#108145] / [i915#265]) +1 similar issue
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-max.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2:
- shard-apl: NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#658]) +1 similar issue
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-2.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-4:
- shard-kbl: NOTRUN -> [SKIP][90] ([fdo#109271] / [i915#658]) +1 similar issue
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl7/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-4.html
* igt@kms_psr2_su@page_flip:
- shard-iclb: [PASS][91] -> [SKIP][92] ([fdo#109642] / [fdo#111068] / [i915#658])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-iclb2/igt@kms_psr2_su@page_flip.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb6/igt@kms_psr2_su@page_flip.html
* igt@kms_psr@psr2_cursor_plane_onoff:
- shard-hsw: NOTRUN -> [SKIP][93] ([fdo#109271] / [i915#1072]) +2 similar issues
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-hsw4/igt@kms_psr@psr2_cursor_plane_onoff.html
* igt@kms_psr@psr2_no_drrs:
- shard-iclb: [PASS][94] -> [SKIP][95] ([fdo#109441]) +1 similar issue
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-iclb2/igt@kms_psr@psr2_no_drrs.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb5/igt@kms_psr@psr2_no_drrs.html
* igt@kms_psr@psr2_primary_page_flip:
- shard-iclb: NOTRUN -> [SKIP][96] ([fdo#109441]) +1 similar issue
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb3/igt@kms_psr@psr2_primary_page_flip.html
* igt@kms_vblank@pipe-c-ts-continuation-suspend:
- shard-kbl: [PASS][97] -> [INCOMPLETE][98] ([i915#155] / [i915#2828] / [i915#794])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-kbl7/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl4/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
* igt@kms_writeback@writeback-check-output:
- shard-apl: NOTRUN -> [SKIP][99] ([fdo#109271] / [i915#2437]) +2 similar issues
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl3/igt@kms_writeback@writeback-check-output.html
- shard-iclb: NOTRUN -> [SKIP][100] ([i915#2437])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb3/igt@kms_writeback@writeback-check-output.html
- shard-tglb: NOTRUN -> [SKIP][101] ([i915#2437])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb2/igt@kms_writeback@writeback-check-output.html
- shard-glk: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#2437])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk3/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-fb-id:
- shard-kbl: NOTRUN -> [SKIP][103] ([fdo#109271] / [i915#2437]) +1 similar issue
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl1/igt@kms_writeback@writeback-fb-id.html
* igt@prime_nv_api@nv_self_import:
- shard-iclb: NOTRUN -> [SKIP][104] ([fdo#109291]) +1 similar issue
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb1/igt@prime_nv_api@nv_self_import.html
* igt@prime_nv_pcopy@test1_micro:
- shard-tglb: NOTRUN -> [SKIP][105] ([fdo#109291]) +2 similar issues
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb8/igt@prime_nv_pcopy@test1_micro.html
* igt@sysfs_clients@busy@vcs1:
- shard-kbl: [PASS][106] -> [FAIL][107] ([i915#3009]) +1 similar issue
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-kbl2/igt@sysfs_clients@busy@vcs1.html
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl6/igt@sysfs_clients@busy@vcs1.html
* igt@sysfs_clients@recycle:
- shard-hsw: [PASS][108] -> [FAIL][109] ([i915#3028])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-hsw2/igt@sysfs_clients@recycle.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-hsw4/igt@sysfs_clients@recycle.html
- shard-iclb: [PASS][110] -> [FAIL][111] ([i915#3028])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-iclb7/igt@sysfs_clients@recycle.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb2/igt@sysfs_clients@recycle.html
- shard-apl: [PASS][112] -> [FAIL][113] ([i915#3028])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-apl8/igt@sysfs_clients@recycle.html
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl3/igt@sysfs_clients@recycle.html
- shard-tglb: [PASS][114] -> [FAIL][115] ([i915#3028])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-tglb1/igt@sysfs_clients@recycle.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb3/igt@sysfs_clients@recycle.html
* igt@sysfs_clients@split-10@bcs0:
- shard-glk: [PASS][116] -> [SKIP][117] ([fdo#109271] / [i915#3026])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-glk9/igt@sysfs_clients@split-10@bcs0.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk7/igt@sysfs_clients@split-10@bcs0.html
#### Possible fixes ####
* igt@gem_eio@in-flight-contexts-1us:
- shard-tglb: [TIMEOUT][118] -> [PASS][119]
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-tglb3/igt@gem_eio@in-flight-contexts-1us.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb5/igt@gem_eio@in-flight-contexts-1us.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-glk: [FAIL][120] ([i915#2842]) -> [PASS][121]
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-glk6/igt@gem_exec_fair@basic-none-share@rcs0.html
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk9/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none@rcs0:
- shard-kbl: [FAIL][122] ([i915#2842]) -> [PASS][123]
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-kbl6/igt@gem_exec_fair@basic-none@rcs0.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl1/igt@gem_exec_fair@basic-none@rcs0.html
* igt@gem_exec_schedule@u-fairslice@rcs0:
- shard-kbl: [DMESG-WARN][124] ([i915#1610] / [i915#2803]) -> [PASS][125]
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-kbl4/igt@gem_exec_schedule@u-fairslice@rcs0.html
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl6/igt@gem_exec_schedule@u-fairslice@rcs0.html
* igt@gem_ppgtt@flink-and-close-vma-leak:
- shard-glk: [FAIL][126] ([i915#644]) -> [PASS][127]
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-glk2/igt@gem_ppgtt@flink-and-close-vma-leak.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk3/igt@gem_ppgtt@flink-and-close-vma-leak.html
* igt@i915_pm_rc6_residency@rc6-fence:
- shard-tglb: [WARN][128] ([i915#2681]) -> [PASS][129]
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-tglb1/igt@i915_pm_rc6_residency@rc6-fence.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-tglb8/igt@i915_pm_rc6_residency@rc6-fence.html
- shard-iclb: [WARN][130] ([i915#2684]) -> [PASS][131]
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-iclb2/igt@i915_pm_rc6_residency@rc6-fence.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-iclb2/igt@i915_pm_rc6_residency@rc6-fence.html
- shard-hsw: [WARN][132] ([i915#1519]) -> [PASS][133]
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-hsw4/igt@i915_pm_rc6_residency@rc6-fence.html
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-hsw4/igt@i915_pm_rc6_residency@rc6-fence.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-apl: [DMESG-WARN][134] ([i915#180]) -> [PASS][135] +2 similar issues
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-apl2/igt@i915_suspend@fence-restore-tiled2untiled.html
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl6/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@kms_color@pipe-c-legacy-gamma-reset:
- shard-kbl: [FAIL][136] ([i915#2964]) -> [PASS][137] +1 similar issue
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-kbl1/igt@kms_color@pipe-c-legacy-gamma-reset.html
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-kbl7/igt@kms_color@pipe-c-legacy-gamma-reset.html
- shard-apl: [FAIL][138] ([i915#2964]) -> [PASS][139] +1 similar issue
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-apl6/igt@kms_color@pipe-c-legacy-gamma-reset.html
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl7/igt@kms_color@pipe-c-legacy-gamma-reset.html
- shard-glk: [FAIL][140] ([i915#2964]) -> [PASS][141]
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-glk7/igt@kms_color@pipe-c-legacy-gamma-reset.html
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-glk2/igt@kms_color@pipe-c-legacy-gamma-reset.html
- shard-hsw: [FAIL][142] ([i915#2964]) -> [PASS][143]
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-hsw2/igt@kms_color@pipe-c-legacy-gamma-reset.html
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-hsw1/igt@kms_color@pipe-c-legacy-gamma-reset.html
* igt@kms_cursor_crc@pipe-b-cursor-dpms:
- shard-apl: [FAIL][144] ([i915#54]) -> [PASS][145]
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-apl4/igt@kms_cursor_crc@pipe-b-cursor-dpms.html
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/shard-apl6/igt@kms_cursor_crc@pipe-b-cursor-dpms.html
- shard-kbl: [FAIL][146] ([i915#54]) -> [PASS][147]
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9747/shard-kbl7/igt@kms_cursor_crc@pipe-b-cursor-dpms.html
[147]: https://intel
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_5492/index.html
[-- Attachment #1.2: Type: text/html, Size: 33772 bytes --]
[-- Attachment #2: Type: text/plain, Size: 154 bytes --]
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc: restrict execution based on number of outputs connected
2021-02-08 12:09 [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc: restrict execution based on number of outputs connected Jeevan B
2021-02-08 15:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-02-08 21:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2021-02-09 4:22 ` Karthik B S
2 siblings, 0 replies; 4+ messages in thread
From: Karthik B S @ 2021-02-09 4:22 UTC (permalink / raw)
To: Jeevan B, igt-dev
On 2/8/2021 5:39 PM, Jeevan B wrote:
> In multi display scenario test used to exit after running on two pipes and
> it would skip other displays connected. so added a variable to correct this
> behavior.
With multidisplay set ups, the test ran only the first pipe on 2 outputs
rather than two pipes?
With this fix in commit message, the patch looks good to me.
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
>
> Signed-off-by: Jeevan B <jeevan.b@intel.com>
> ---
> tests/kms_rotation_crc.c | 7 +++++--
> 1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c
> index 6d4e87ed..eb66260b 100644
> --- a/tests/kms_rotation_crc.c
> +++ b/tests/kms_rotation_crc.c
> @@ -424,13 +424,16 @@ static void test_plane_rotation(data_t *data, int plane_type, bool test_bad_form
> drmModeModeInfo *mode;
> igt_output_t *output;
> enum pipe pipe;
> - int pipe_count = 0;
> + int pipe_count = 0, connected_outputs = 0;
>
> if (plane_type == DRM_PLANE_TYPE_CURSOR)
> igt_require(display->has_cursor_plane);
>
> igt_display_require_output(display);
>
> + for_each_connected_output(&data->display, output)
> + connected_outputs++;
> +
> for_each_pipe_with_valid_output(display, pipe, output) {
> igt_plane_t *plane;
> int i, j, c;
> @@ -467,7 +470,7 @@ static void test_plane_rotation(data_t *data, int plane_type, bool test_bad_form
> continue;
>
> /* restricting the execution to 2 pipes to reduce execution time*/
> - if (pipe_count == 2 && !data->extended)
> + if (pipe_count == 2 * connected_outputs && !data->extended)
> break;
> pipe_count++;
>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-09 4:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-08 12:09 [igt-dev] [PATCH i-g-t] tests/kms_rotation_crc: restrict execution based on number of outputs connected Jeevan B
2021-02-08 15:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2021-02-08 21:15 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-02-09 4:22 ` [igt-dev] [PATCH i-g-t] " Karthik B S
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox