* [igt-dev] [PATCH i-g-t] Revert "tests/kms_async_flips: Make the crc test faster"
@ 2022-03-18 8:17 Karthik B S
2022-03-18 10:08 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Karthik B S @ 2022-03-18 8:17 UTC (permalink / raw)
To: igt-dev
This reverts commit 9cb64a757d2ff1e180b1648e611439d94afd697d.
This patch was added to speed up the test and get better results with
shard-skls. But even with this we're still seeing failure on shard-skl.
Signed-off-by: Karthik B S <karthik.b.s@intel.com>
---
tests/kms_async_flips.c | 22 ++++++----------------
1 file changed, 6 insertions(+), 16 deletions(-)
diff --git a/tests/kms_async_flips.c b/tests/kms_async_flips.c
index c658630c..5e11cd43 100644
--- a/tests/kms_async_flips.c
+++ b/tests/kms_async_flips.c
@@ -472,28 +472,19 @@ static unsigned int clock_ms(void)
return ts.tv_sec * 1000 + ts.tv_nsec / 1000000;
}
-static void paint_fb(int fd, struct igt_fb *fb, uint32_t color, int height)
+static void paint_fb(int fd, struct igt_fb *fb, uint32_t color)
{
igt_draw_rect_fb(fd, NULL, 0, fb,
gem_has_mappable_ggtt(fd) ?
IGT_DRAW_MMAP_GTT : IGT_DRAW_MMAP_WC,
- 0, 0, 1, height, color);
+ 0, 0, 1, fb->height, color);
}
static void test_crc(data_t *data)
{
unsigned int frame = 0;
unsigned int start;
- int ret, height;
- drmModeModeInfoPtr mode;
-
- /* make things faster by using a smallish mode */
- mode = &data->connector->modes[0];
- if (mode->hdisplay > 1024 && mode->vdisplay > 786)
- mode = igt_std_1024_mode_get(data->refresh_rate);
- else
- mode = igt_memdup(mode, sizeof(*mode));
- height = mode->vdisplay;
+ int ret;
data->flip_count = 0;
data->frame_count = 0;
@@ -503,8 +494,7 @@ static void test_crc(data_t *data)
igt_draw_fill_fb(data->drm_fd, &data->bufs[!frame], 0xff0000ff);
ret = drmModeSetCrtc(data->drm_fd, data->crtc_id, data->bufs[frame].fb_id, 0, 0,
- &data->connector->connector_id, 1, mode);
- free(mode);
+ &data->connector->connector_id, 1, &data->connector->modes[0]);
igt_assert_eq(ret, 0);
data->pipe_crc = igt_pipe_crc_new(data->drm_fd,
@@ -520,7 +510,7 @@ static void test_crc(data_t *data)
while (clock_ms() - start < 2000) {
/* fill the next fb with the expected color */
- paint_fb(data->drm_fd, &data->bufs[frame], 0xff0000ff, height);
+ paint_fb(data->drm_fd, &data->bufs[frame], 0xff0000ff);
data->flip_pending = true;
ret = drmModePageFlip(data->drm_fd, data->crtc_id, data->bufs[frame].fb_id,
@@ -531,7 +521,7 @@ static void test_crc(data_t *data)
/* clobber the previous fb which should no longer be scanned out */
frame = !frame;
- paint_fb(data->drm_fd, &data->bufs[frame], rand(), height);
+ paint_fb(data->drm_fd, &data->bufs[frame], rand());
}
igt_pipe_crc_stop(data->pipe_crc);
--
2.22.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for Revert "tests/kms_async_flips: Make the crc test faster"
2022-03-18 8:17 [igt-dev] [PATCH i-g-t] Revert "tests/kms_async_flips: Make the crc test faster" Karthik B S
@ 2022-03-18 10:08 ` Patchwork
2022-03-18 11:39 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-03-18 13:58 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2022-03-18 10:08 UTC (permalink / raw)
To: Karthik B S; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 6397 bytes --]
== Series Details ==
Series: Revert "tests/kms_async_flips: Make the crc test faster"
URL : https://patchwork.freedesktop.org/series/101532/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_11380 -> IGTPW_6800
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/index.html
Participating hosts (48 -> 45)
------------------------------
Additional (2): bat-jsl-2 fi-pnv-d510
Missing (5): shard-tglu fi-bsw-cyan shard-rkl shard-dg1 fi-bdw-samus
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_6800:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@i915_selftest@live@gt_heartbeat:
- {fi-ehl-2}: [PASS][1] -> [DMESG-FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/fi-ehl-2/igt@i915_selftest@live@gt_heartbeat.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/fi-ehl-2/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_selftest@live@migrate:
- {bat-rpls-2}: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/bat-rpls-2/igt@i915_selftest@live@migrate.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/bat-rpls-2/igt@i915_selftest@live@migrate.html
Known issues
------------
Here are the changes found in IGTPW_6800 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_huc_copy@huc-copy:
- fi-pnv-d510: NOTRUN -> [SKIP][5] ([fdo#109271]) +57 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/fi-pnv-d510/igt@gem_huc_copy@huc-copy.html
* igt@i915_selftest@live@requests:
- fi-blb-e6850: [PASS][6] -> [DMESG-FAIL][7] ([i915#4528])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/fi-blb-e6850/igt@i915_selftest@live@requests.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/fi-blb-e6850/igt@i915_selftest@live@requests.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:
- fi-pnv-d510: NOTRUN -> [SKIP][8] ([fdo#109271] / [i915#5341])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/fi-pnv-d510/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html
* igt@runner@aborted:
- fi-blb-e6850: NOTRUN -> [FAIL][9] ([fdo#109271] / [i915#2403] / [i915#4312])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/fi-blb-e6850/igt@runner@aborted.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s3@smem:
- {fi-rkl-11600}: [INCOMPLETE][10] ([i915#5127]) -> [PASS][11]
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/fi-rkl-11600/igt@gem_exec_suspend@basic-s3@smem.html
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/fi-rkl-11600/igt@gem_exec_suspend@basic-s3@smem.html
* igt@i915_pm_rpm@module-reload:
- {bat-rpls-2}: [DMESG-WARN][12] ([i915#4391]) -> [PASS][13]
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/bat-rpls-2/igt@i915_pm_rpm@module-reload.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/bat-rpls-2/igt@i915_pm_rpm@module-reload.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
[fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1155]: https://gitlab.freedesktop.org/drm/intel/issues/1155
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2403]: https://gitlab.freedesktop.org/drm/intel/issues/2403
[i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
[i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3301]: https://gitlab.freedesktop.org/drm/intel/issues/3301
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391
[i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4897]: https://gitlab.freedesktop.org/drm/intel/issues/4897
[i915#5087]: https://gitlab.freedesktop.org/drm/intel/issues/5087
[i915#5127]: https://gitlab.freedesktop.org/drm/intel/issues/5127
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5339]: https://gitlab.freedesktop.org/drm/intel/issues/5339
[i915#5341]: https://gitlab.freedesktop.org/drm/intel/issues/5341
[i915#5342]: https://gitlab.freedesktop.org/drm/intel/issues/5342
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_6385 -> IGTPW_6800
CI-20190529: 20190529
CI_DRM_11380: fe83949cd4316608ea785fc376b6ed444224adad @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_6800: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/index.html
IGT_6385: f3df40281d93d5a63ee98fa30e90852d780673c9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/index.html
[-- Attachment #2: Type: text/html, Size: 5452 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for Revert "tests/kms_async_flips: Make the crc test faster"
2022-03-18 8:17 [igt-dev] [PATCH i-g-t] Revert "tests/kms_async_flips: Make the crc test faster" Karthik B S
2022-03-18 10:08 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2022-03-18 11:39 ` Patchwork
2022-03-18 13:58 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2022-03-18 11:39 UTC (permalink / raw)
To: Karthik B S; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 30275 bytes --]
== Series Details ==
Series: Revert "tests/kms_async_flips: Make the crc test faster"
URL : https://patchwork.freedesktop.org/series/101532/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_11380_full -> IGTPW_6800_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/index.html
Participating hosts (12 -> 8)
------------------------------
Missing (4): pig-skl-6260u pig-kbl-iris shard-rkl pig-glk-j5005
Known issues
------------
Here are the changes found in IGTPW_6800_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_balancer@parallel-balancer:
- shard-iclb: [PASS][1] -> [SKIP][2] ([i915#4525])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/shard-iclb2/igt@gem_exec_balancer@parallel-balancer.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb5/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-glk: NOTRUN -> [FAIL][3] ([i915#2842]) +1 similar issue
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-glk3/igt@gem_exec_fair@basic-none-rrul@rcs0.html
- shard-tglb: NOTRUN -> [FAIL][4] ([i915#2842]) +1 similar issue
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-kbl: NOTRUN -> [FAIL][5] ([i915#2842])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl6/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-kbl: [PASS][6] -> [FAIL][7] ([i915#2842])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/shard-kbl6/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl4/igt@gem_exec_fair@basic-pace-solo@rcs0.html
- shard-apl: [PASS][8] -> [FAIL][9] ([i915#2842])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/shard-apl8/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-apl8/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fair@basic-pace@vcs0:
- shard-iclb: NOTRUN -> [FAIL][10] ([i915#2842]) +4 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb8/igt@gem_exec_fair@basic-pace@vcs0.html
* igt@gem_exec_schedule@u-semaphore-user:
- shard-snb: NOTRUN -> [SKIP][11] ([fdo#109271]) +99 similar issues
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-snb5/igt@gem_exec_schedule@u-semaphore-user.html
* igt@gem_exec_whisper@basic-fds-forked-all:
- shard-iclb: [PASS][12] -> [INCOMPLETE][13] ([i915#1895])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/shard-iclb5/igt@gem_exec_whisper@basic-fds-forked-all.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb5/igt@gem_exec_whisper@basic-fds-forked-all.html
* igt@gem_exec_whisper@basic-fds-priority-all:
- shard-kbl: NOTRUN -> [INCOMPLETE][14] ([i915#5268])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl3/igt@gem_exec_whisper@basic-fds-priority-all.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-iclb: NOTRUN -> [SKIP][15] ([i915#4613]) +1 similar issue
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb1/igt@gem_lmem_swapping@heavy-multi.html
- shard-glk: NOTRUN -> [SKIP][16] ([fdo#109271] / [i915#4613])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-glk7/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_lmem_swapping@heavy-verify-random:
- shard-kbl: NOTRUN -> [SKIP][17] ([fdo#109271] / [i915#4613]) +2 similar issues
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl1/igt@gem_lmem_swapping@heavy-verify-random.html
- shard-tglb: NOTRUN -> [SKIP][18] ([i915#4613]) +2 similar issues
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@gem_lmem_swapping@heavy-verify-random.html
- shard-apl: NOTRUN -> [SKIP][19] ([fdo#109271] / [i915#4613])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-apl4/igt@gem_lmem_swapping@heavy-verify-random.html
* igt@gem_pxp@reject-modify-context-protection-off-2:
- shard-tglb: NOTRUN -> [SKIP][20] ([i915#4270]) +1 similar issue
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@gem_pxp@reject-modify-context-protection-off-2.html
* igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
- shard-kbl: NOTRUN -> [SKIP][21] ([fdo#109271]) +155 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl3/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
- shard-iclb: NOTRUN -> [SKIP][22] ([i915#768]) +1 similar issue
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb1/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
* igt@gem_userptr_blits@coherency-sync:
- shard-tglb: NOTRUN -> [SKIP][23] ([fdo#110542])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@gem_userptr_blits@coherency-sync.html
- shard-iclb: NOTRUN -> [SKIP][24] ([fdo#109290])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb6/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-kbl: NOTRUN -> [SKIP][25] ([fdo#109271] / [i915#3323])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl4/igt@gem_userptr_blits@dmabuf-sync.html
- shard-iclb: NOTRUN -> [SKIP][26] ([i915#3323])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb7/igt@gem_userptr_blits@dmabuf-sync.html
- shard-tglb: NOTRUN -> [SKIP][27] ([i915#3323])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb1/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-tglb: NOTRUN -> [SKIP][28] ([i915#3297]) +1 similar issue
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb2/igt@gem_userptr_blits@dmabuf-unsync.html
- shard-iclb: NOTRUN -> [SKIP][29] ([i915#3297]) +1 similar issue
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb8/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gen7_exec_parse@batch-without-end:
- shard-iclb: NOTRUN -> [SKIP][30] ([fdo#109289])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb1/igt@gen7_exec_parse@batch-without-end.html
- shard-tglb: NOTRUN -> [SKIP][31] ([fdo#109289])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@gen7_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@allowed-all:
- shard-tglb: NOTRUN -> [SKIP][32] ([i915#2527] / [i915#2856])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@gen9_exec_parse@allowed-all.html
* igt@i915_pm_dc@dc3co-vpb-simulation:
- shard-tglb: NOTRUN -> [SKIP][33] ([i915#1904])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@i915_pm_dc@dc3co-vpb-simulation.html
- shard-iclb: NOTRUN -> [SKIP][34] ([i915#658])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb8/igt@i915_pm_dc@dc3co-vpb-simulation.html
* igt@i915_pm_dc@dc6-psr:
- shard-tglb: NOTRUN -> [FAIL][35] ([i915#454])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb5/igt@i915_pm_dc@dc6-psr.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglb: NOTRUN -> [WARN][36] ([i915#2681] / [i915#2684])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb1/igt@i915_pm_rc6_residency@rc6-idle.html
- shard-iclb: NOTRUN -> [WARN][37] ([i915#1804] / [i915#2684])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb7/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-iclb: NOTRUN -> [SKIP][38] ([fdo#109293] / [fdo#109506])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb2/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
- shard-tglb: NOTRUN -> [SKIP][39] ([fdo#109506] / [i915#2411])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_pm_sseu@full-enable:
- shard-tglb: NOTRUN -> [SKIP][40] ([i915#4387])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@i915_pm_sseu@full-enable.html
- shard-iclb: NOTRUN -> [SKIP][41] ([i915#4387])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb3/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@query-topology-known-pci-ids:
- shard-tglb: NOTRUN -> [SKIP][42] ([fdo#109303])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@i915_query@query-topology-known-pci-ids.html
* igt@i915_selftest@live@gt_lrc:
- shard-tglb: NOTRUN -> [DMESG-FAIL][43] ([i915#2373])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb8/igt@i915_selftest@live@gt_lrc.html
* igt@i915_selftest@live@gt_pm:
- shard-tglb: NOTRUN -> [DMESG-FAIL][44] ([i915#1759])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb8/igt@i915_selftest@live@gt_pm.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-iclb: NOTRUN -> [SKIP][45] ([i915#5286]) +2 similar issues
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb1/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-tglb: NOTRUN -> [SKIP][46] ([i915#5286]) +4 similar issues
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-tglb: NOTRUN -> [SKIP][47] ([fdo#111614])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb5/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
- shard-iclb: NOTRUN -> [SKIP][48] ([fdo#110725] / [fdo#111614])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb1/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-kbl: NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#3777]) +1 similar issue
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-apl: NOTRUN -> [SKIP][50] ([fdo#109271] / [i915#3777]) +2 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-apl1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_joiner@invalid-modeset:
- shard-iclb: NOTRUN -> [SKIP][51] ([i915#2705])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb2/igt@kms_big_joiner@invalid-modeset.html
- shard-tglb: NOTRUN -> [SKIP][52] ([i915#2705])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb5/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][53] ([fdo#111615] / [i915#3689]) +3 similar issues
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb2/igt@kms_ccs@pipe-a-bad-aux-stride-yf_tiled_ccs.html
* igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][54] ([i915#3689]) +7 similar issues
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_ccs.html
* igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs:
- shard-iclb: NOTRUN -> [SKIP][55] ([fdo#109278] / [i915#3886]) +7 similar issues
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb8/igt@kms_ccs@pipe-a-random-ccs-data-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][56] ([i915#3689] / [i915#3886]) +3 similar issues
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
- shard-kbl: NOTRUN -> [SKIP][57] ([fdo#109271] / [i915#3886]) +8 similar issues
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl4/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
- shard-apl: NOTRUN -> [SKIP][58] ([fdo#109271] / [i915#3886]) +6 similar issues
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-apl3/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html
- shard-glk: NOTRUN -> [SKIP][59] ([fdo#109271] / [i915#3886]) +5 similar issues
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-glk6/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html
* igt@kms_cdclk@plane-scaling:
- shard-iclb: NOTRUN -> [SKIP][60] ([i915#3742])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb7/igt@kms_cdclk@plane-scaling.html
- shard-tglb: NOTRUN -> [SKIP][61] ([i915#3742])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb1/igt@kms_cdclk@plane-scaling.html
* igt@kms_chamelium@dp-hpd-storm-disable:
- shard-glk: NOTRUN -> [SKIP][62] ([fdo#109271] / [fdo#111827]) +4 similar issues
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-glk8/igt@kms_chamelium@dp-hpd-storm-disable.html
* igt@kms_chamelium@dp-hpd-with-enabled-mode:
- shard-iclb: NOTRUN -> [SKIP][63] ([fdo#109284] / [fdo#111827]) +6 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb4/igt@kms_chamelium@dp-hpd-with-enabled-mode.html
* igt@kms_chamelium@hdmi-audio-edid:
- shard-kbl: NOTRUN -> [SKIP][64] ([fdo#109271] / [fdo#111827]) +11 similar issues
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl6/igt@kms_chamelium@hdmi-audio-edid.html
* igt@kms_chamelium@vga-hpd:
- shard-apl: NOTRUN -> [SKIP][65] ([fdo#109271] / [fdo#111827]) +8 similar issues
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-apl4/igt@kms_chamelium@vga-hpd.html
- shard-tglb: NOTRUN -> [SKIP][66] ([fdo#109284] / [fdo#111827]) +10 similar issues
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@kms_chamelium@vga-hpd.html
* igt@kms_color@pipe-b-deep-color:
- shard-iclb: NOTRUN -> [SKIP][67] ([fdo#109278] / [i915#3555])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb7/igt@kms_color@pipe-b-deep-color.html
- shard-tglb: NOTRUN -> [SKIP][68] ([i915#3555]) +1 similar issue
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb1/igt@kms_color@pipe-b-deep-color.html
* igt@kms_color@pipe-d-ctm-negative:
- shard-iclb: NOTRUN -> [SKIP][69] ([fdo#109278] / [i915#1149]) +1 similar issue
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb8/igt@kms_color@pipe-d-ctm-negative.html
* igt@kms_color_chamelium@pipe-c-ctm-limited-range:
- shard-snb: NOTRUN -> [SKIP][70] ([fdo#109271] / [fdo#111827]) +4 similar issues
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-snb2/igt@kms_color_chamelium@pipe-c-ctm-limited-range.html
* igt@kms_color_chamelium@pipe-d-gamma:
- shard-iclb: NOTRUN -> [SKIP][71] ([fdo#109278] / [fdo#109284] / [fdo#111827]) +1 similar issue
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb7/igt@kms_color_chamelium@pipe-d-gamma.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-iclb: NOTRUN -> [SKIP][72] ([i915#3116])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb1/igt@kms_content_protection@dp-mst-type-1.html
- shard-tglb: NOTRUN -> [SKIP][73] ([i915#3116] / [i915#3299])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb8/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen:
- shard-tglb: NOTRUN -> [SKIP][74] ([i915#3359]) +8 similar issues
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb3/igt@kms_cursor_crc@pipe-a-cursor-32x10-offscreen.html
* igt@kms_cursor_crc@pipe-b-cursor-512x512-offscreen:
- shard-iclb: NOTRUN -> [SKIP][75] ([fdo#109278] / [fdo#109279]) +2 similar issues
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb3/igt@kms_cursor_crc@pipe-b-cursor-512x512-offscreen.html
* igt@kms_cursor_crc@pipe-d-cursor-512x512-offscreen:
- shard-tglb: NOTRUN -> [SKIP][76] ([fdo#109279] / [i915#3359]) +5 similar issues
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-512x512-offscreen.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-tglb: NOTRUN -> [SKIP][77] ([i915#4103])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-tglb: NOTRUN -> [SKIP][78] ([fdo#109274] / [fdo#111825]) +5 similar issues
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
- shard-iclb: NOTRUN -> [SKIP][79] ([fdo#109274] / [fdo#109278])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb2/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-varying-size:
- shard-iclb: [PASS][80] -> [FAIL][81] ([i915#2346])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/shard-iclb8/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
* igt@kms_cursor_legacy@pipe-d-single-move:
- shard-iclb: NOTRUN -> [SKIP][82] ([fdo#109278]) +32 similar issues
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb5/igt@kms_cursor_legacy@pipe-d-single-move.html
* igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-4tiled:
- shard-tglb: NOTRUN -> [SKIP][83] ([i915#5287])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-4tiled.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-iclb: NOTRUN -> [SKIP][84] ([fdo#109274]) +3 similar issues
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb2/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@flip-vs-suspend@c-dp1:
- shard-apl: [PASS][85] -> [DMESG-WARN][86] ([i915#180]) +1 similar issue
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/shard-apl4/igt@kms_flip@flip-vs-suspend@c-dp1.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-apl7/igt@kms_flip@flip-vs-suspend@c-dp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-tglb: NOTRUN -> [SKIP][87] ([i915#2587])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
- shard-iclb: NOTRUN -> [SKIP][88] ([fdo#109280]) +25 similar issues
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render:
- shard-glk: NOTRUN -> [SKIP][89] ([fdo#109271]) +51 similar issues
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-glk8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite:
- shard-tglb: NOTRUN -> [SKIP][90] ([fdo#109280] / [fdo#111825]) +29 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-pwrite.html
* igt@kms_hdr@static-toggle:
- shard-iclb: NOTRUN -> [SKIP][91] ([i915#3555])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb5/igt@kms_hdr@static-toggle.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-tglb: NOTRUN -> [SKIP][92] ([i915#1839])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-iclb: NOTRUN -> [SKIP][93] ([i915#1839])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence:
- shard-kbl: NOTRUN -> [SKIP][94] ([fdo#109271] / [i915#533]) +2 similar issues
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl4/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html
- shard-glk: NOTRUN -> [SKIP][95] ([fdo#109271] / [i915#533])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-glk8/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html
* igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
- shard-apl: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#533]) +2 similar issues
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-apl7/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html
* igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
- shard-kbl: NOTRUN -> [FAIL][97] ([i915#265])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl7/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html
* igt@kms_plane_lowres@pipe-a-tiling-x:
- shard-iclb: NOTRUN -> [SKIP][98] ([i915#3536]) +1 similar issue
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb8/igt@kms_plane_lowres@pipe-a-tiling-x.html
- shard-tglb: NOTRUN -> [SKIP][99] ([i915#3536]) +1 similar issue
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@kms_plane_lowres@pipe-a-tiling-x.html
* igt@kms_plane_lowres@pipe-c-tiling-yf:
- shard-tglb: NOTRUN -> [SKIP][100] ([fdo#111615] / [fdo#112054])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@kms_plane_lowres@pipe-c-tiling-yf.html
* igt@kms_plane_multiple@atomic-pipe-b-tiling-yf:
- shard-tglb: NOTRUN -> [SKIP][101] ([fdo#111615]) +5 similar issues
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@kms_plane_multiple@atomic-pipe-b-tiling-yf.html
* igt@kms_plane_scaling@downscale-with-pixel-format-factor-0-25@pipe-a-edp-1-downscale-with-pixel-format:
- shard-iclb: NOTRUN -> [SKIP][102] ([i915#5176]) +5 similar issues
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb8/igt@kms_plane_scaling@downscale-with-pixel-format-factor-0-25@pipe-a-edp-1-downscale-with-pixel-format.html
* igt@kms_plane_scaling@downscale-with-pixel-format-factor-0-5@pipe-c-edp-1-downscale-with-pixel-format:
- shard-iclb: [PASS][103] -> [SKIP][104] ([i915#5176]) +4 similar issues
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/shard-iclb6/igt@kms_plane_scaling@downscale-with-pixel-format-factor-0-5@pipe-c-edp-1-downscale-with-pixel-format.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb2/igt@kms_plane_scaling@downscale-with-pixel-format-factor-0-5@pipe-c-edp-1-downscale-with-pixel-format.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale:
- shard-iclb: NOTRUN -> [SKIP][105] ([i915#5235]) +5 similar issues
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb1/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale.html
- shard-tglb: NOTRUN -> [SKIP][106] ([i915#5235]) +3 similar issues
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb5/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-edp-1-planes-downscale.html
* igt@kms_plane_scaling@scaler-with-rotation-unity-scaling@pipe-d-edp-1-scaler-with-rotation:
- shard-tglb: NOTRUN -> [SKIP][107] ([i915#5176]) +7 similar issues
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb2/igt@kms_plane_scaling@scaler-with-rotation-unity-scaling@pipe-d-edp-1-scaler-with-rotation.html
* igt@kms_prime@basic-crc@first-to-second:
- shard-tglb: NOTRUN -> [SKIP][108] ([i915#1836])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@kms_prime@basic-crc@first-to-second.html
* igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area:
- shard-apl: NOTRUN -> [SKIP][109] ([fdo#109271] / [i915#658]) +1 similar issue
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-apl2/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@plane-move-sf-dmg-area:
- shard-iclb: NOTRUN -> [SKIP][110] ([fdo#111068] / [i915#658])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb8/igt@kms_psr2_sf@plane-move-sf-dmg-area.html
- shard-kbl: NOTRUN -> [SKIP][111] ([fdo#109271] / [i915#658]) +2 similar issues
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl6/igt@kms_psr2_sf@plane-move-sf-dmg-area.html
- shard-tglb: NOTRUN -> [SKIP][112] ([i915#2920])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@kms_psr2_sf@plane-move-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-p010:
- shard-tglb: NOTRUN -> [SKIP][113] ([i915#1911])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb7/igt@kms_psr2_su@page_flip-p010.html
- shard-iclb: NOTRUN -> [SKIP][114] ([fdo#109642] / [fdo#111068] / [i915#658])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb3/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@psr2_cursor_render:
- shard-iclb: NOTRUN -> [SKIP][115] ([fdo#109441]) +1 similar issue
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb8/igt@kms_psr@psr2_cursor_render.html
- shard-tglb: NOTRUN -> [FAIL][116] ([i915#132] / [i915#3467]) +1 similar issue
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb2/igt@kms_psr@psr2_cursor_render.html
* igt@kms_psr@psr2_sprite_plane_move:
- shard-iclb: [PASS][117] -> [SKIP][118] ([fdo#109441]) +1 similar issue
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11380/shard-iclb2/igt@kms_psr@psr2_sprite_plane_move.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb8/igt@kms_psr@psr2_sprite_plane_move.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-tglb: NOTRUN -> [SKIP][119] ([i915#5289])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb2/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-tglb: NOTRUN -> [SKIP][120] ([fdo#111615] / [i915#5289])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_sysfs_edid_timing:
- shard-apl: NOTRUN -> [FAIL][121] ([IGT#2])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-apl6/igt@kms_sysfs_edid_timing.html
- shard-kbl: NOTRUN -> [FAIL][122] ([IGT#2])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl1/igt@kms_sysfs_edid_timing.html
* igt@kms_vblank@pipe-d-wait-forked-hang:
- shard-apl: NOTRUN -> [SKIP][123] ([fdo#109271]) +103 similar issues
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-apl1/igt@kms_vblank@pipe-d-wait-forked-hang.html
* igt@kms_writeback@writeback-fb-id:
- shard-tglb: NOTRUN -> [SKIP][124] ([i915#2437]) +1 similar issue
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb6/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-kbl: NOTRUN -> [SKIP][125] ([fdo#109271] / [i915#2437]) +1 similar issue
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-kbl7/igt@kms_writeback@writeback-pixel-formats.html
- shard-iclb: NOTRUN -> [SKIP][126] ([i915#2437])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb7/igt@kms_writeback@writeback-pixel-formats.html
* igt@nouveau_crc@pipe-a-source-rg:
- shard-iclb: NOTRUN -> [SKIP][127] ([i915#2530]) +3 similar issues
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-iclb6/igt@nouveau_crc@pipe-a-source-rg.html
* igt@nouveau_crc@pipe-d-ctx-flip-detection:
- shard-tglb: NOTRUN -> [SKIP][128] ([i915#2530]) +5 similar issues
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/shard-tglb1/igt@nouveau_crc@pipe-d-ctx-flip-detection.html
* igt@nouveau_crc@pipe-d-source-rg:
- shard-iclb: NOTRUN -> [SKIP][129] ([fdo#109278] / [i915#2530])
[129]: https://intel-gfx-ci.01.
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6800/index.html
[-- Attachment #2: Type: text/html, Size: 34048 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Revert "tests/kms_async_flips: Make the crc test faster"
2022-03-18 8:17 [igt-dev] [PATCH i-g-t] Revert "tests/kms_async_flips: Make the crc test faster" Karthik B S
2022-03-18 10:08 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-03-18 11:39 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2022-03-18 13:58 ` Ville Syrjälä
2022-03-24 4:38 ` Karthik B S
2 siblings, 1 reply; 5+ messages in thread
From: Ville Syrjälä @ 2022-03-18 13:58 UTC (permalink / raw)
To: Karthik B S; +Cc: igt-dev
On Fri, Mar 18, 2022 at 01:47:41PM +0530, Karthik B S wrote:
> This reverts commit 9cb64a757d2ff1e180b1648e611439d94afd697d.
>
> This patch was added to speed up the test and get better results with
> shard-skls. But even with this we're still seeing failure on shard-skl.
Please mention the dg2 woes in the commit message so we
understand why the revert was necessary.
With that
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
>
> Signed-off-by: Karthik B S <karthik.b.s@intel.com>
> ---
> tests/kms_async_flips.c | 22 ++++++----------------
> 1 file changed, 6 insertions(+), 16 deletions(-)
>
> diff --git a/tests/kms_async_flips.c b/tests/kms_async_flips.c
> index c658630c..5e11cd43 100644
> --- a/tests/kms_async_flips.c
> +++ b/tests/kms_async_flips.c
> @@ -472,28 +472,19 @@ static unsigned int clock_ms(void)
> return ts.tv_sec * 1000 + ts.tv_nsec / 1000000;
> }
>
> -static void paint_fb(int fd, struct igt_fb *fb, uint32_t color, int height)
> +static void paint_fb(int fd, struct igt_fb *fb, uint32_t color)
> {
> igt_draw_rect_fb(fd, NULL, 0, fb,
> gem_has_mappable_ggtt(fd) ?
> IGT_DRAW_MMAP_GTT : IGT_DRAW_MMAP_WC,
> - 0, 0, 1, height, color);
> + 0, 0, 1, fb->height, color);
> }
>
> static void test_crc(data_t *data)
> {
> unsigned int frame = 0;
> unsigned int start;
> - int ret, height;
> - drmModeModeInfoPtr mode;
> -
> - /* make things faster by using a smallish mode */
> - mode = &data->connector->modes[0];
> - if (mode->hdisplay > 1024 && mode->vdisplay > 786)
> - mode = igt_std_1024_mode_get(data->refresh_rate);
> - else
> - mode = igt_memdup(mode, sizeof(*mode));
> - height = mode->vdisplay;
> + int ret;
>
> data->flip_count = 0;
> data->frame_count = 0;
> @@ -503,8 +494,7 @@ static void test_crc(data_t *data)
> igt_draw_fill_fb(data->drm_fd, &data->bufs[!frame], 0xff0000ff);
>
> ret = drmModeSetCrtc(data->drm_fd, data->crtc_id, data->bufs[frame].fb_id, 0, 0,
> - &data->connector->connector_id, 1, mode);
> - free(mode);
> + &data->connector->connector_id, 1, &data->connector->modes[0]);
> igt_assert_eq(ret, 0);
>
> data->pipe_crc = igt_pipe_crc_new(data->drm_fd,
> @@ -520,7 +510,7 @@ static void test_crc(data_t *data)
>
> while (clock_ms() - start < 2000) {
> /* fill the next fb with the expected color */
> - paint_fb(data->drm_fd, &data->bufs[frame], 0xff0000ff, height);
> + paint_fb(data->drm_fd, &data->bufs[frame], 0xff0000ff);
>
> data->flip_pending = true;
> ret = drmModePageFlip(data->drm_fd, data->crtc_id, data->bufs[frame].fb_id,
> @@ -531,7 +521,7 @@ static void test_crc(data_t *data)
>
> /* clobber the previous fb which should no longer be scanned out */
> frame = !frame;
> - paint_fb(data->drm_fd, &data->bufs[frame], rand(), height);
> + paint_fb(data->drm_fd, &data->bufs[frame], rand());
> }
>
> igt_pipe_crc_stop(data->pipe_crc);
> --
> 2.22.0
--
Ville Syrjälä
Intel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] Revert "tests/kms_async_flips: Make the crc test faster"
2022-03-18 13:58 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
@ 2022-03-24 4:38 ` Karthik B S
0 siblings, 0 replies; 5+ messages in thread
From: Karthik B S @ 2022-03-24 4:38 UTC (permalink / raw)
To: Ville Syrjälä; +Cc: igt-dev
On 3/18/2022 7:28 PM, Ville Syrjälä wrote:
> On Fri, Mar 18, 2022 at 01:47:41PM +0530, Karthik B S wrote:
>> This reverts commit 9cb64a757d2ff1e180b1648e611439d94afd697d.
>>
>> This patch was added to speed up the test and get better results with
>> shard-skls. But even with this we're still seeing failure on shard-skl.
> Please mention the dg2 woes in the commit message so we
> understand why the revert was necessary.
>
> With that
> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Thanks for the review. Will update the commit message with this detail
and get it merged.
Thanks,
Karthik.B.S
>
>> Signed-off-by: Karthik B S <karthik.b.s@intel.com>
>> ---
>> tests/kms_async_flips.c | 22 ++++++----------------
>> 1 file changed, 6 insertions(+), 16 deletions(-)
>>
>> diff --git a/tests/kms_async_flips.c b/tests/kms_async_flips.c
>> index c658630c..5e11cd43 100644
>> --- a/tests/kms_async_flips.c
>> +++ b/tests/kms_async_flips.c
>> @@ -472,28 +472,19 @@ static unsigned int clock_ms(void)
>> return ts.tv_sec * 1000 + ts.tv_nsec / 1000000;
>> }
>>
>> -static void paint_fb(int fd, struct igt_fb *fb, uint32_t color, int height)
>> +static void paint_fb(int fd, struct igt_fb *fb, uint32_t color)
>> {
>> igt_draw_rect_fb(fd, NULL, 0, fb,
>> gem_has_mappable_ggtt(fd) ?
>> IGT_DRAW_MMAP_GTT : IGT_DRAW_MMAP_WC,
>> - 0, 0, 1, height, color);
>> + 0, 0, 1, fb->height, color);
>> }
>>
>> static void test_crc(data_t *data)
>> {
>> unsigned int frame = 0;
>> unsigned int start;
>> - int ret, height;
>> - drmModeModeInfoPtr mode;
>> -
>> - /* make things faster by using a smallish mode */
>> - mode = &data->connector->modes[0];
>> - if (mode->hdisplay > 1024 && mode->vdisplay > 786)
>> - mode = igt_std_1024_mode_get(data->refresh_rate);
>> - else
>> - mode = igt_memdup(mode, sizeof(*mode));
>> - height = mode->vdisplay;
>> + int ret;
>>
>> data->flip_count = 0;
>> data->frame_count = 0;
>> @@ -503,8 +494,7 @@ static void test_crc(data_t *data)
>> igt_draw_fill_fb(data->drm_fd, &data->bufs[!frame], 0xff0000ff);
>>
>> ret = drmModeSetCrtc(data->drm_fd, data->crtc_id, data->bufs[frame].fb_id, 0, 0,
>> - &data->connector->connector_id, 1, mode);
>> - free(mode);
>> + &data->connector->connector_id, 1, &data->connector->modes[0]);
>> igt_assert_eq(ret, 0);
>>
>> data->pipe_crc = igt_pipe_crc_new(data->drm_fd,
>> @@ -520,7 +510,7 @@ static void test_crc(data_t *data)
>>
>> while (clock_ms() - start < 2000) {
>> /* fill the next fb with the expected color */
>> - paint_fb(data->drm_fd, &data->bufs[frame], 0xff0000ff, height);
>> + paint_fb(data->drm_fd, &data->bufs[frame], 0xff0000ff);
>>
>> data->flip_pending = true;
>> ret = drmModePageFlip(data->drm_fd, data->crtc_id, data->bufs[frame].fb_id,
>> @@ -531,7 +521,7 @@ static void test_crc(data_t *data)
>>
>> /* clobber the previous fb which should no longer be scanned out */
>> frame = !frame;
>> - paint_fb(data->drm_fd, &data->bufs[frame], rand(), height);
>> + paint_fb(data->drm_fd, &data->bufs[frame], rand());
>> }
>>
>> igt_pipe_crc_stop(data->pipe_crc);
>> --
>> 2.22.0
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-03-24 4:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-18 8:17 [igt-dev] [PATCH i-g-t] Revert "tests/kms_async_flips: Make the crc test faster" Karthik B S
2022-03-18 10:08 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-03-18 11:39 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-03-18 13:58 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
2022-03-24 4:38 ` 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