* [igt-dev] [PATCH i-g-t] tests/i915/kms_big_fb: take out test only flag for try commit in inner loop
@ 2022-04-06 13:00 Juha-Pekka Heikkila
2022-04-06 13:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Juha-Pekka Heikkila @ 2022-04-06 13:00 UTC (permalink / raw)
To: igt-dev
This will cause try commit to do modeset which could cause crc buffer
overflow in later commit. I changed small fb not to be cleared with
green color so there will be no unnecessary green flashes, this seem
to also take portion of execution time away.
Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
---
tests/i915/kms_big_fb.c | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/tests/i915/kms_big_fb.c b/tests/i915/kms_big_fb.c
index 8724d6069..7c9bb5d2a 100644
--- a/tests/i915/kms_big_fb.c
+++ b/tests/i915/kms_big_fb.c
@@ -348,8 +348,7 @@ static bool test_plane(data_t *data)
*/
if (i == 0 && data->display.is_atomic &&
igt_display_try_commit_atomic(&data->display,
- DRM_MODE_ATOMIC_ALLOW_MODESET |
- DRM_MODE_ATOMIC_TEST_ONLY,
+ DRM_MODE_ATOMIC_ALLOW_MODESET,
NULL) != 0) {
if (igt_plane_has_prop(plane, IGT_PLANE_ROTATION))
igt_plane_set_rotation(plane, IGT_ROTATION_0);
@@ -420,9 +419,8 @@ static bool test_pipe(data_t *data)
if (igt_rotation_90_or_270(data->rotation))
igt_swap(width, height);
- igt_create_color_fb(data->drm_fd, width, height,
- data->format, data->modifier,
- 0, 1, 0, &data->small_fb);
+ igt_create_fb(data->drm_fd, width, height,
+ data->format, data->modifier, &data->small_fb);
igt_output_set_pipe(data->output, data->pipe);
--
2.28.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_big_fb: take out test only flag for try commit in inner loop
2022-04-06 13:00 [igt-dev] [PATCH i-g-t] tests/i915/kms_big_fb: take out test only flag for try commit in inner loop Juha-Pekka Heikkila
@ 2022-04-06 13:53 ` Patchwork
2022-04-06 13:53 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
2022-04-06 17:06 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2022-04-06 13:53 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4801 bytes --]
== Series Details ==
Series: tests/i915/kms_big_fb: take out test only flag for try commit in inner loop
URL : https://patchwork.freedesktop.org/series/102270/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_11462 -> IGTPW_6882
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/index.html
Participating hosts (53 -> 46)
------------------------------
Additional (2): bat-hsw-1 fi-bdw-5557u
Missing (9): fi-ilk-m540 shard-tglu fi-hsw-4200u bat-adlm-1 fi-bsw-cyan fi-ctg-p8600 shard-rkl shard-dg1 fi-bdw-samus
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_6882:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@i915_module_load@reload:
- {bat-hsw-1}: NOTRUN -> [INCOMPLETE][1]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/bat-hsw-1/igt@i915_module_load@reload.html
Known issues
------------
Here are the changes found in IGTPW_6882 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@amdgpu/amd_cs_nop@fork-gfx0:
- fi-bsw-n3050: NOTRUN -> [SKIP][2] ([fdo#109271]) +17 similar issues
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/fi-bsw-n3050/igt@amdgpu/amd_cs_nop@fork-gfx0.html
* igt@i915_selftest@live@hangcheck:
- bat-dg1-6: NOTRUN -> [DMESG-FAIL][3] ([i915#4494] / [i915#4957])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/bat-dg1-6/igt@i915_selftest@live@hangcheck.html
* igt@kms_busy@basic@modeset:
- fi-tgl-u2: [PASS][4] -> [DMESG-WARN][5] ([i915#402])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/fi-tgl-u2/igt@kms_busy@basic@modeset.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/fi-tgl-u2/igt@kms_busy@basic@modeset.html
* igt@runner@aborted:
- fi-bdw-5557u: NOTRUN -> [FAIL][6] ([i915#4312])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/fi-bdw-5557u/igt@runner@aborted.html
#### Possible fixes ####
* igt@i915_selftest@live@execlists:
- fi-bsw-n3050: [INCOMPLETE][7] ([i915#2940]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
* igt@i915_selftest@live@gt_mocs:
- bat-dg1-6: [INCOMPLETE][9] -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/bat-dg1-6/igt@i915_selftest@live@gt_mocs.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/bat-dg1-6/igt@i915_selftest@live@gt_mocs.html
* igt@kms_busy@basic@flip:
- {bat-adlp-6}: [DMESG-WARN][11] ([i915#3576]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/bat-adlp-6/igt@kms_busy@basic@flip.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/bat-adlp-6/igt@kms_busy@basic@flip.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#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#2940]: https://gitlab.freedesktop.org/drm/intel/issues/2940
[i915#3012]: https://gitlab.freedesktop.org/drm/intel/issues/3012
[i915#3576]: https://gitlab.freedesktop.org/drm/intel/issues/3576
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
[i915#4312]: https://gitlab.freedesktop.org/drm/intel/issues/4312
[i915#4494]: https://gitlab.freedesktop.org/drm/intel/issues/4494
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4957]: https://gitlab.freedesktop.org/drm/intel/issues/4957
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5535]: https://gitlab.freedesktop.org/drm/intel/issues/5535
[i915#5554]: https://gitlab.freedesktop.org/drm/intel/issues/5554
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_6412 -> IGTPW_6882
CI-20190529: 20190529
CI_DRM_11462: c5cdd99c52b99f7cefb96eafab52daaddf1fe95c @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_6882: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/index.html
IGT_6412: 0d04ddc31a6c531a938682ee65264342a4bd9db1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/index.html
[-- Attachment #2: Type: text/html, Size: 5139 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915/kms_big_fb: take out test only flag for try commit in inner loop
2022-04-06 13:00 [igt-dev] [PATCH i-g-t] tests/i915/kms_big_fb: take out test only flag for try commit in inner loop Juha-Pekka Heikkila
2022-04-06 13:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2022-04-06 13:53 ` Ville Syrjälä
2022-04-06 19:09 ` Juha-Pekka Heikkilä
2022-04-06 17:06 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
2 siblings, 1 reply; 5+ messages in thread
From: Ville Syrjälä @ 2022-04-06 13:53 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
On Wed, Apr 06, 2022 at 04:00:58PM +0300, Juha-Pekka Heikkila wrote:
> This will cause try commit to do modeset which could cause crc buffer
> overflow in later commit. I changed small fb not to be cleared with
> green color so there will be no unnecessary green flashes, this seem
> to also take portion of execution time away.
>
> Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
> ---
> tests/i915/kms_big_fb.c | 8 +++-----
> 1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/tests/i915/kms_big_fb.c b/tests/i915/kms_big_fb.c
> index 8724d6069..7c9bb5d2a 100644
> --- a/tests/i915/kms_big_fb.c
> +++ b/tests/i915/kms_big_fb.c
> @@ -348,8 +348,7 @@ static bool test_plane(data_t *data)
> */
> if (i == 0 && data->display.is_atomic &&
> igt_display_try_commit_atomic(&data->display,
> - DRM_MODE_ATOMIC_ALLOW_MODESET |
> - DRM_MODE_ATOMIC_TEST_ONLY,
> + DRM_MODE_ATOMIC_ALLOW_MODESET,
> NULL) != 0) {
The point here is to validate that the plane configuration is valid,
if not we skip the test. Doing a real commit here doesn't make sense.
If there's some step that's too slow while we have the crc capture
enabled, then we should try do that step before we enable the crc
capture. A modeset should not cause a crc buffer overflow in itself
since it stops the crc capture for the duration of the modeset.
But looking at the code it looks like it should be possible to
reorder igt_pipe_crc_start() and copy_pattern(). I guess it would
even be possible to do the igt_pipe_crc_start() after the commit.
> if (igt_plane_has_prop(plane, IGT_PLANE_ROTATION))
> igt_plane_set_rotation(plane, IGT_ROTATION_0);
> @@ -420,9 +419,8 @@ static bool test_pipe(data_t *data)
> if (igt_rotation_90_or_270(data->rotation))
> igt_swap(width, height);
>
> - igt_create_color_fb(data->drm_fd, width, height,
> - data->format, data->modifier,
> - 0, 1, 0, &data->small_fb);
> + igt_create_fb(data->drm_fd, width, height,
> + data->format, data->modifier, &data->small_fb);
I probably made it look obnoxious to make sure it's easy to spot
should the rendercopy fails somehow.
>
> igt_output_set_pipe(data->output, data->pipe);
>
> --
> 2.28.0
--
Ville Syrjälä
Intel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/i915/kms_big_fb: take out test only flag for try commit in inner loop
2022-04-06 13:00 [igt-dev] [PATCH i-g-t] tests/i915/kms_big_fb: take out test only flag for try commit in inner loop Juha-Pekka Heikkila
2022-04-06 13:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-04-06 13:53 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
@ 2022-04-06 17:06 ` Patchwork
2 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2022-04-06 17:06 UTC (permalink / raw)
To: Juha-Pekka Heikkila; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 30294 bytes --]
== Series Details ==
Series: tests/i915/kms_big_fb: take out test only flag for try commit in inner loop
URL : https://patchwork.freedesktop.org/series/102270/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_11462_full -> IGTPW_6882_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_6882_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_6882_full, please notify your bug team 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_6882/index.html
Participating hosts (13 -> 9)
------------------------------
Missing (4): pig-skl-6260u shard-skl pig-kbl-iris pig-glk-j5005
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_6882_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_big_fb@linear-32bpp-rotate-0:
- shard-iclb: [PASS][1] -> [FAIL][2] +34 similar issues
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-iclb1/igt@kms_big_fb@linear-32bpp-rotate-0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb2/igt@kms_big_fb@linear-32bpp-rotate-0.html
* igt@kms_big_fb@linear-8bpp-rotate-180:
- shard-apl: [PASS][3] -> [FAIL][4] +21 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-apl6/igt@kms_big_fb@linear-8bpp-rotate-180.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-apl4/igt@kms_big_fb@linear-8bpp-rotate-180.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0:
- shard-snb: NOTRUN -> [FAIL][5] +2 similar issues
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-snb4/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0.html
- shard-kbl: NOTRUN -> [FAIL][6] +4 similar issues
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl4/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180:
- shard-snb: [PASS][7] -> [FAIL][8] +16 similar issues
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-snb2/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-snb4/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-0:
- shard-apl: NOTRUN -> [FAIL][9] +3 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-apl8/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-tglb: NOTRUN -> [FAIL][10] +12 similar issues
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb3/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0:
- shard-iclb: NOTRUN -> [FAIL][11] +4 similar issues
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb7/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180:
- shard-tglb: [PASS][12] -> [FAIL][13] +23 similar issues
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-tglb2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
- shard-kbl: [PASS][14] -> [FAIL][15] +16 similar issues
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-kbl1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_big_fb@linear-32bpp-rotate-0:
- {shard-tglu}: [DMESG-WARN][16] ([i915#402]) -> [FAIL][17] +1 similar issue
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-tglu-8/igt@kms_big_fb@linear-32bpp-rotate-0.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglu-6/igt@kms_big_fb@linear-32bpp-rotate-0.html
* igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0:
- {shard-rkl}: NOTRUN -> [FAIL][18] +4 similar issues
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-rkl-6/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-180:
- {shard-tglu}: [PASS][19] -> [FAIL][20] +11 similar issues
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-tglu-4/igt@kms_big_fb@x-tiled-16bpp-rotate-180.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglu-3/igt@kms_big_fb@x-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-0:
- {shard-rkl}: [SKIP][21] ([i915#1845] / [i915#4098]) -> [FAIL][22] +2 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-rkl-1/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-rkl-6/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- {shard-dg1}: [PASS][23] -> [FAIL][24] +13 similar issues
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-dg1-19/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-dg1-15/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- {shard-tglu}: NOTRUN -> [FAIL][25] +14 similar issues
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglu-6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-0:
- {shard-dg1}: NOTRUN -> [FAIL][26] +17 similar issues
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-dg1-13/igt@kms_big_fb@y-tiled-8bpp-rotate-0.html
New tests
---------
New tests have been introduced between CI_DRM_11462_full and IGTPW_6882_full:
### New IGT tests (5) ###
* igt@kms_flip@dpms-vs-vblank-race-interruptible@d-hdmi-a3:
- Statuses : 1 pass(s)
- Exec time: [2.91] s
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-3-planes-upscale-downscale:
- Statuses : 1 skip(s)
- Exec time: [0.06] s
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-3-planes-upscale-downscale:
- Statuses : 1 skip(s)
- Exec time: [0.05] s
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-c-hdmi-a-3-planes-upscale-downscale:
- Statuses : 1 skip(s)
- Exec time: [0.04] s
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d-hdmi-a-3-planes-upscale-downscale:
- Statuses : 1 skip(s)
- Exec time: [0.04] s
Known issues
------------
Here are the changes found in IGTPW_6882_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@feature_discovery@display-2x:
- shard-tglb: NOTRUN -> [SKIP][27] ([i915#1839])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb8/igt@feature_discovery@display-2x.html
- shard-iclb: NOTRUN -> [SKIP][28] ([i915#1839])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb8/igt@feature_discovery@display-2x.html
* igt@gem_ccs@suspend-resume:
- shard-tglb: NOTRUN -> [SKIP][29] ([i915#5325])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@gem_ccs@suspend-resume.html
* igt@gem_create@create-massive:
- shard-kbl: NOTRUN -> [DMESG-WARN][30] ([i915#4991]) +1 similar issue
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl3/igt@gem_create@create-massive.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-tglb: NOTRUN -> [SKIP][31] ([fdo#109314])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb8/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@legacy-engines-hostile-preempt:
- shard-snb: NOTRUN -> [SKIP][32] ([fdo#109271] / [i915#1099]) +1 similar issue
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-snb5/igt@gem_ctx_persistence@legacy-engines-hostile-preempt.html
* igt@gem_ctx_sseu@mmap-args:
- shard-tglb: NOTRUN -> [SKIP][33] ([i915#280])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@kms:
- shard-tglb: [PASS][34] -> [FAIL][35] ([i915#232])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-tglb6/igt@gem_eio@kms.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@gem_eio@kms.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-tglb: NOTRUN -> [FAIL][36] ([i915#2842]) +1 similar issue
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb1/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-apl: [PASS][37] -> [FAIL][38] ([i915#2842])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-apl1/igt@gem_exec_fair@basic-none@vcs0.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-apl2/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-none@vcs1:
- shard-kbl: [PASS][39] -> [FAIL][40] ([i915#2842])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-kbl4/igt@gem_exec_fair@basic-none@vcs1.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl3/igt@gem_exec_fair@basic-none@vcs1.html
* igt@gem_exec_flush@basic-wb-pro-default:
- shard-snb: [PASS][41] -> [SKIP][42] ([fdo#109271]) +1 similar issue
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-snb5/igt@gem_exec_flush@basic-wb-pro-default.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-snb6/igt@gem_exec_flush@basic-wb-pro-default.html
* igt@gem_exec_params@no-blt:
- shard-tglb: NOTRUN -> [SKIP][43] ([fdo#109283])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@gem_exec_params@no-blt.html
* igt@gem_exec_params@no-vebox:
- shard-tglb: NOTRUN -> [SKIP][44] ([fdo#109283] / [i915#4877])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb2/igt@gem_exec_params@no-vebox.html
* igt@gem_lmem_swapping@heavy-verify-multi:
- shard-iclb: NOTRUN -> [SKIP][45] ([i915#4613])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb8/igt@gem_lmem_swapping@heavy-verify-multi.html
- shard-glk: NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#4613])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-glk3/igt@gem_lmem_swapping@heavy-verify-multi.html
* igt@gem_lmem_swapping@parallel-random-engines:
- shard-apl: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#4613]) +2 similar issues
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-apl6/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_lmem_swapping@random-engines:
- shard-tglb: NOTRUN -> [SKIP][48] ([i915#4613]) +3 similar issues
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb8/igt@gem_lmem_swapping@random-engines.html
* igt@gem_lmem_swapping@smem-oom:
- shard-kbl: NOTRUN -> [SKIP][49] ([fdo#109271] / [i915#4613]) +1 similar issue
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl6/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_pxp@create-regular-buffer:
- shard-tglb: NOTRUN -> [SKIP][50] ([i915#4270]) +3 similar issues
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@gem_pxp@create-regular-buffer.html
* igt@gem_pxp@create-regular-context-1:
- shard-iclb: NOTRUN -> [SKIP][51] ([i915#4270])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb2/igt@gem_pxp@create-regular-context-1.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled:
- shard-iclb: NOTRUN -> [SKIP][52] ([i915#768]) +1 similar issue
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb7/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-y-tiled.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-apl: NOTRUN -> [SKIP][53] ([fdo#109271] / [i915#3323])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-apl8/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@input-checking:
- shard-tglb: NOTRUN -> [DMESG-WARN][54] ([i915#4991])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb7/igt@gem_userptr_blits@input-checking.html
- shard-apl: NOTRUN -> [DMESG-WARN][55] ([i915#4991])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-apl8/igt@gem_userptr_blits@input-checking.html
- shard-glk: NOTRUN -> [DMESG-WARN][56] ([i915#4991])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-glk2/igt@gem_userptr_blits@input-checking.html
- shard-iclb: NOTRUN -> [DMESG-WARN][57] ([i915#4991])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb4/igt@gem_userptr_blits@input-checking.html
- shard-snb: NOTRUN -> [DMESG-WARN][58] ([i915#4991])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-snb7/igt@gem_userptr_blits@input-checking.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-tglb: NOTRUN -> [SKIP][59] ([i915#3297]) +1 similar issue
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb2/igt@gem_userptr_blits@unsync-unmap-cycles.html
- shard-iclb: NOTRUN -> [SKIP][60] ([i915#3297]) +1 similar issue
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb4/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen3_render_linear_blits:
- shard-tglb: NOTRUN -> [SKIP][61] ([fdo#109289]) +6 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb7/igt@gen3_render_linear_blits.html
- shard-iclb: NOTRUN -> [SKIP][62] ([fdo#109289]) +2 similar issues
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb4/igt@gen3_render_linear_blits.html
* igt@gen9_exec_parse@allowed-single:
- shard-tglb: NOTRUN -> [SKIP][63] ([i915#2527] / [i915#2856]) +2 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb2/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@unaligned-access:
- shard-iclb: NOTRUN -> [SKIP][64] ([i915#2856]) +1 similar issue
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb8/igt@gen9_exec_parse@unaligned-access.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglb: NOTRUN -> [WARN][65] ([i915#2681] / [i915#2684])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb2/igt@i915_pm_rc6_residency@rc6-idle.html
- shard-iclb: NOTRUN -> [WARN][66] ([i915#2684])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb1/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-tglb: NOTRUN -> [SKIP][67] ([fdo#111644] / [i915#1397] / [i915#2411])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb1/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rpm@pc8-residency:
- shard-tglb: NOTRUN -> [SKIP][68] ([fdo#109506] / [i915#2411])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb3/igt@i915_pm_rpm@pc8-residency.html
* igt@i915_suspend@debugfs-reader:
- shard-kbl: [PASS][69] -> [DMESG-WARN][70] ([i915#180]) +1 similar issue
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-kbl4/igt@i915_suspend@debugfs-reader.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl7/igt@i915_suspend@debugfs-reader.html
* igt@kms_atomic@atomic_plane_damage:
- shard-iclb: NOTRUN -> [SKIP][71] ([i915#4765])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb8/igt@kms_atomic@atomic_plane_damage.html
* igt@kms_big_fb@4-tiled-addfb-size-overflow:
- shard-iclb: NOTRUN -> [SKIP][72] ([i915#5286]) +3 similar issues
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb6/igt@kms_big_fb@4-tiled-addfb-size-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-tglb: NOTRUN -> [SKIP][73] ([i915#5286]) +7 similar issues
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@linear-16bpp-rotate-0:
- shard-glk: [PASS][74] -> [FAIL][75] ([i915#5138]) +22 similar issues
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-glk5/igt@kms_big_fb@linear-16bpp-rotate-0.html
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-glk9/igt@kms_big_fb@linear-16bpp-rotate-0.html
* igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0:
- shard-glk: NOTRUN -> [FAIL][76] ([i915#5138]) +1 similar issue
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-glk1/igt@kms_big_fb@linear-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-iclb: NOTRUN -> [SKIP][77] ([fdo#110725] / [fdo#111614]) +2 similar issues
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb4/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-16bpp-rotate-0:
- shard-glk: [PASS][78] -> [DMESG-WARN][79] ([i915#118])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-glk4/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-glk2/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-tglb: NOTRUN -> [SKIP][80] ([fdo#111614]) +5 similar issues
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb6/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-glk: NOTRUN -> [SKIP][81] ([fdo#109271] / [i915#3777]) +1 similar issue
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-glk9/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
- shard-apl: NOTRUN -> [SKIP][82] ([fdo#109271] / [i915#3777]) +2 similar issues
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-apl4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-90:
- shard-iclb: NOTRUN -> [SKIP][83] ([fdo#110723]) +2 similar issues
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb1/igt@kms_big_fb@yf-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-tglb: NOTRUN -> [SKIP][84] ([fdo#111615]) +8 similar issues
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb8/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-kbl: NOTRUN -> [SKIP][85] ([fdo#109271] / [i915#3777]) +3 similar issues
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl3/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs:
- shard-tglb: NOTRUN -> [SKIP][86] ([i915#3689] / [i915#3886]) +4 similar issues
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb6/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc:
- shard-glk: NOTRUN -> [SKIP][87] ([fdo#109271] / [i915#3886]) +3 similar issues
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-glk2/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html
- shard-apl: NOTRUN -> [SKIP][88] ([fdo#109271] / [i915#3886]) +7 similar issues
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-apl3/igt@kms_ccs@pipe-b-crc-sprite-planes-basic-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc:
- shard-kbl: NOTRUN -> [SKIP][89] ([fdo#109271] / [i915#3886]) +9 similar issues
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl3/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_rc_ccs_cc.html
* igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
- shard-iclb: NOTRUN -> [SKIP][90] ([fdo#109278] / [i915#3886]) +6 similar issues
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb3/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_ccs:
- shard-snb: NOTRUN -> [SKIP][91] ([fdo#109271]) +136 similar issues
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-snb2/igt@kms_ccs@pipe-d-bad-pixel-format-y_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][92] ([i915#3689]) +5 similar issues
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-y_tiled_ccs.html
* igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs:
- shard-tglb: NOTRUN -> [SKIP][93] ([fdo#111615] / [i915#3689]) +8 similar issues
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb2/igt@kms_ccs@pipe-d-missing-ccs-buffer-yf_tiled_ccs.html
* igt@kms_chamelium@hdmi-crc-fast:
- shard-iclb: NOTRUN -> [SKIP][94] ([fdo#109284] / [fdo#111827]) +8 similar issues
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb6/igt@kms_chamelium@hdmi-crc-fast.html
* igt@kms_chamelium@hdmi-hpd-storm:
- shard-kbl: NOTRUN -> [SKIP][95] ([fdo#109271] / [fdo#111827]) +20 similar issues
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl4/igt@kms_chamelium@hdmi-hpd-storm.html
* igt@kms_chamelium@vga-edid-read:
- shard-apl: NOTRUN -> [SKIP][96] ([fdo#109271] / [fdo#111827]) +8 similar issues
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-apl8/igt@kms_chamelium@vga-edid-read.html
* igt@kms_color@pipe-c-deep-color:
- shard-iclb: NOTRUN -> [SKIP][97] ([fdo#109278] / [i915#3555])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb4/igt@kms_color@pipe-c-deep-color.html
* igt@kms_color@pipe-d-ctm-0-5:
- shard-iclb: NOTRUN -> [SKIP][98] ([fdo#109278] / [i915#1149])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb1/igt@kms_color@pipe-d-ctm-0-5.html
* igt@kms_color_chamelium@pipe-b-ctm-green-to-red:
- shard-snb: NOTRUN -> [SKIP][99] ([fdo#109271] / [fdo#111827]) +3 similar issues
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-snb6/igt@kms_color_chamelium@pipe-b-ctm-green-to-red.html
* igt@kms_color_chamelium@pipe-c-ctm-blue-to-red:
- shard-glk: NOTRUN -> [SKIP][100] ([fdo#109271] / [fdo#111827]) +3 similar issues
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-glk6/igt@kms_color_chamelium@pipe-c-ctm-blue-to-red.html
* igt@kms_color_chamelium@pipe-d-ctm-red-to-blue:
- shard-tglb: NOTRUN -> [SKIP][101] ([fdo#109284] / [fdo#111827]) +24 similar issues
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@kms_color_chamelium@pipe-d-ctm-red-to-blue.html
- shard-iclb: NOTRUN -> [SKIP][102] ([fdo#109278] / [fdo#109284] / [fdo#111827])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb7/igt@kms_color_chamelium@pipe-d-ctm-red-to-blue.html
* igt@kms_content_protection@mei_interface:
- shard-iclb: NOTRUN -> [SKIP][103] ([fdo#109300] / [fdo#111066])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb1/igt@kms_content_protection@mei_interface.html
- shard-tglb: NOTRUN -> [SKIP][104] ([i915#1063])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb2/igt@kms_content_protection@mei_interface.html
* igt@kms_cursor_crc@pipe-a-cursor-128x128-offscreen:
- shard-glk: [PASS][105] -> [FAIL][106] ([i915#3444])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-glk9/igt@kms_cursor_crc@pipe-a-cursor-128x128-offscreen.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-glk2/igt@kms_cursor_crc@pipe-a-cursor-128x128-offscreen.html
* igt@kms_cursor_crc@pipe-b-cursor-512x512-onscreen:
- shard-iclb: NOTRUN -> [SKIP][107] ([fdo#109278] / [fdo#109279]) +2 similar issues
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb6/igt@kms_cursor_crc@pipe-b-cursor-512x512-onscreen.html
* igt@kms_cursor_crc@pipe-c-cursor-32x32-random:
- shard-tglb: NOTRUN -> [SKIP][108] ([i915#3319]) +3 similar issues
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb7/igt@kms_cursor_crc@pipe-c-cursor-32x32-random.html
* igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement:
- shard-tglb: NOTRUN -> [SKIP][109] ([i915#3359]) +10 similar issues
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb1/igt@kms_cursor_crc@pipe-d-cursor-512x170-rapid-movement.html
* igt@kms_cursor_crc@pipe-d-cursor-512x512-offscreen:
- shard-tglb: NOTRUN -> [SKIP][110] ([fdo#109279] / [i915#3359]) +4 similar issues
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@kms_cursor_crc@pipe-d-cursor-512x512-offscreen.html
* igt@kms_cursor_edge_walk@pipe-d-64x64-left-edge:
- shard-kbl: NOTRUN -> [SKIP][111] ([fdo#109271]) +224 similar issues
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl4/igt@kms_cursor_edge_walk@pipe-d-64x64-left-edge.html
* igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
- shard-iclb: NOTRUN -> [SKIP][112] ([fdo#109274] / [fdo#109278]) +6 similar issues
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb3/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-tglb: NOTRUN -> [SKIP][113] ([i915#4103]) +1 similar issue
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [PASS][114] -> [FAIL][115] ([i915#2346] / [i915#533])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@pipe-d-single-bo:
- shard-apl: NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#533])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-apl4/igt@kms_cursor_legacy@pipe-d-single-bo.html
* igt@kms_display_modes@extended-mode-basic:
- shard-iclb: NOTRUN -> [SKIP][117] ([fdo#109274]) +2 similar issues
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb1/igt@kms_display_modes@extended-mode-basic.html
- shard-tglb: NOTRUN -> [SKIP][118] ([fdo#109274])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb2/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium:
- shard-tglb: NOTRUN -> [SKIP][119] ([i915#3528])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb1/igt@kms_dp_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_draw_crc@draw-method-xrgb8888-blt-4tiled:
- shard-tglb: NOTRUN -> [SKIP][120] ([i915#5287]) +3 similar issues
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb7/igt@kms_draw_crc@draw-method-xrgb8888-blt-4tiled.html
* igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-4tiled:
- shard-iclb: NOTRUN -> [SKIP][121] ([i915#5287]) +1 similar issue
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-iclb2/igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-4tiled.html
* igt@kms_dsc@xrgb8888-dsc-compression:
- shard-tglb: NOTRUN -> [SKIP][122] ([i915#3828])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@kms_dsc@xrgb8888-dsc-compression.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-kbl: [PASS][123] -> [INCOMPLETE][124] ([i915#180] / [i915#636])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_11462/shard-kbl6/igt@kms_fbcon_fbt@fbc-suspend.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-kbl4/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank-interruptible:
- shard-tglb: NOTRUN -> [SKIP][125] ([fdo#109274] / [fdo#111825]) +20 similar issues
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/shard-tglb5/igt@kms_flip@2x-blocking-absolute-wf_vblan
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6882/index.html
[-- Attachment #2: Type: text/html, Size: 33920 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/i915/kms_big_fb: take out test only flag for try commit in inner loop
2022-04-06 13:53 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
@ 2022-04-06 19:09 ` Juha-Pekka Heikkilä
0 siblings, 0 replies; 5+ messages in thread
From: Juha-Pekka Heikkilä @ 2022-04-06 19:09 UTC (permalink / raw)
To: Ville Syrjälä; +Cc: igt-dev
On Wed, Apr 6, 2022 at 4:53 PM Ville Syrjälä
<ville.syrjala@linux.intel.com> wrote:
>
> On Wed, Apr 06, 2022 at 04:00:58PM +0300, Juha-Pekka Heikkila wrote:
> > This will cause try commit to do modeset which could cause crc buffer
> > overflow in later commit. I changed small fb not to be cleared with
> > green color so there will be no unnecessary green flashes, this seem
> > to also take portion of execution time away.
> >
> > Signed-off-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
> > ---
> > tests/i915/kms_big_fb.c | 8 +++-----
> > 1 file changed, 3 insertions(+), 5 deletions(-)
> >
> > diff --git a/tests/i915/kms_big_fb.c b/tests/i915/kms_big_fb.c
> > index 8724d6069..7c9bb5d2a 100644
> > --- a/tests/i915/kms_big_fb.c
> > +++ b/tests/i915/kms_big_fb.c
> > @@ -348,8 +348,7 @@ static bool test_plane(data_t *data)
> > */
> > if (i == 0 && data->display.is_atomic &&
> > igt_display_try_commit_atomic(&data->display,
> > - DRM_MODE_ATOMIC_ALLOW_MODESET |
> > - DRM_MODE_ATOMIC_TEST_ONLY,
> > + DRM_MODE_ATOMIC_ALLOW_MODESET,
> > NULL) != 0) {
>
> The point here is to validate that the plane configuration is valid,
> if not we skip the test. Doing a real commit here doesn't make sense.
>
> If there's some step that's too slow while we have the crc capture
> enabled, then we should try do that step before we enable the crc
> capture. A modeset should not cause a crc buffer overflow in itself
> since it stops the crc capture for the duration of the modeset.
> But looking at the code it looks like it should be possible to
> reorder igt_pipe_crc_start() and copy_pattern(). I guess it would
> even be possible to do the igt_pipe_crc_start() after the commit.
Yea, I was trying to be clever with this, I did figure try commit will
anyway talk about failure if commit is not good for given machine.
I did soon after sending the patch realize this is not the change we'd
want here in any case because now small fb copying go to frontbuffer,
probably that is what caused those ci failures for this patch along
with first igt_display_commit2 being noop hence crc failure.
As is this part is causing those dmesg failures like this for example
https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_1055/fi-bwr-2160/igt@kms_big_fb@linear-64bpp-rotate-0.html
I did go measure where the time is spent from test perspective and it
is in the first commit, even on my icl with edp time spent on that
commit was multiple of what was spend on following rounds.
>
> > if (igt_plane_has_prop(plane, IGT_PLANE_ROTATION))
> > igt_plane_set_rotation(plane, IGT_ROTATION_0);
> > @@ -420,9 +419,8 @@ static bool test_pipe(data_t *data)
> > if (igt_rotation_90_or_270(data->rotation))
> > igt_swap(width, height);
> >
> > - igt_create_color_fb(data->drm_fd, width, height,
> > - data->format, data->modifier,
> > - 0, 1, 0, &data->small_fb);
> > + igt_create_fb(data->drm_fd, width, height,
> > + data->format, data->modifier, &data->small_fb);
>
> I probably made it look obnoxious to make sure it's easy to spot
> should the rendercopy fails somehow.
I was thinking if it was something about bigfb related things but I
thought we anyway have other rendercopy tests and if rendercopy would
fail here it should still produce incorrect crcs as small fbs should
work. You think it would be better left green?
I'll send another patch for the test, it has this change for removal
of green in it.
/Juha-Pekka
>
> >
> > igt_output_set_pipe(data->output, data->pipe);
> >
> > --
> > 2.28.0
>
> --
> Ville Syrjälä
> Intel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-04-06 19:09 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-06 13:00 [igt-dev] [PATCH i-g-t] tests/i915/kms_big_fb: take out test only flag for try commit in inner loop Juha-Pekka Heikkila
2022-04-06 13:53 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2022-04-06 13:53 ` [igt-dev] [PATCH i-g-t] " Ville Syrjälä
2022-04-06 19:09 ` Juha-Pekka Heikkilä
2022-04-06 17:06 ` [igt-dev] ✗ Fi.CI.IGT: failure for " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox