* [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: set minimum height and width to 20
@ 2020-06-18 15:27 Matt Atwood
2020-06-18 15:32 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
` (4 more replies)
0 siblings, 5 replies; 10+ messages in thread
From: Matt Atwood @ 2020-06-18 15:27 UTC (permalink / raw)
To: igt-dev, matthew.d.roper, james.ausmus, petri.latvala; +Cc: Matt Atwood
Depending on pixel format for gen11+ platforms minimum width can be as
high as 20. Set width and height to 20. Remove is_planar_yuv_format, no
longer used.
Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
---
tests/kms_plane_scaling.c | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index 19087286a..ecd2c2e30 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -62,19 +62,6 @@ static int get_num_scalers(data_t* d, enum pipe pipe)
return 1;
}
-static bool is_planar_yuv_format(uint32_t pixelformat)
-{
- switch (pixelformat) {
- case DRM_FORMAT_NV12:
- case DRM_FORMAT_P010:
- case DRM_FORMAT_P012:
- case DRM_FORMAT_P016:
- return true;
- default:
- return false;
- }
-}
-
static void cleanup_fbs(data_t *data)
{
int i;
@@ -147,9 +134,7 @@ static void check_scaling_pipe_plane_rot(data_t *d, igt_plane_t *plane,
mode = igt_output_get_mode(output);
/* create buffer in the range of min and max source side limit.*/
- width = height = 8;
- if (is_i915_device(d->drm_fd) && is_planar_yuv_format(pixel_format))
- width = height = 16;
+ width = height = 20;
igt_create_color_fb(display->drm_fd, width, height,
pixel_format, tiling, 0.0, 1.0, 0.0, &d->fb[0]);
igt_plane_set_fb(plane, &d->fb[0]);
--
2.21.3
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [igt-dev] ✗ GitLab.Pipeline: warning for tests/kms_plane_scaling: set minimum height and width to 20
2020-06-18 15:27 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: set minimum height and width to 20 Matt Atwood
@ 2020-06-18 15:32 ` Patchwork
2020-06-18 15:53 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
` (3 subsequent siblings)
4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2020-06-18 15:32 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev
== Series Details ==
Series: tests/kms_plane_scaling: set minimum height and width to 20
URL : https://patchwork.freedesktop.org/series/78536/
State : warning
== Summary ==
Did not get list of undocumented tests for this run, something is wrong!
Other than that, pipeline status: FAILED.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/163042 for the overview.
build-containers:build-debian-arm64 has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/3174626):
Using docker image sha256:594aa868d31ee3304dee8cae8a3433c89a6fcfcf6c7d420c04cce22f60147176 for registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 ...
section_end:1592494188:prepare_executor
section_start:1592494188:prepare_script
Preparing environment
Running on runner-j4Lrg1oF-project-3185-concurrent-0 via gst-htz-1...
section_end:1592494189:prepare_script
section_start:1592494189:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/gfx-ci/igt-ci-tags/.git/
Created fresh repository.
warning: redirecting to https://gitlab-ci-hetzner.freedesktop.org/gfx-ci/igt-ci-tags.git/
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
fatal: the remote end hung up unexpectedly
section_end:1592494251:get_sources
section_start:1592494251:upload_artifacts_on_failure
Uploading artifacts for failed job
section_end:1592494253:upload_artifacts_on_failure
ERROR: Job failed: exit code 1
build-containers:build-fedora has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/3174628):
Using docker image sha256:594aa868d31ee3304dee8cae8a3433c89a6fcfcf6c7d420c04cce22f60147176 for registry.freedesktop.org/wayland/ci-templates/buildah:2019-08-13.0 ...
section_end:1592494188:prepare_executor
section_start:1592494188:prepare_script
Preparing environment
Running on runner-j4Lrg1oF-project-3185-concurrent-1 via gst-htz-1...
section_end:1592494190:prepare_script
section_start:1592494190:get_sources
Getting source from Git repository
Fetching changes...
Initialized empty Git repository in /builds/gfx-ci/igt-ci-tags/.git/
Created fresh repository.
warning: redirecting to https://gitlab-ci-hetzner.freedesktop.org/gfx-ci/igt-ci-tags.git/
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
fatal: the remote end hung up unexpectedly
section_end:1592494252:get_sources
section_start:1592494252:upload_artifacts_on_failure
Uploading artifacts for failed job
section_end:1592494253:upload_artifacts_on_failure
ERROR: Job failed: exit code 1
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/pipelines/163042
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
2020-06-18 15:27 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: set minimum height and width to 20 Matt Atwood
2020-06-18 15:32 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
@ 2020-06-18 15:53 ` Patchwork
2020-06-18 22:07 ` Atwood, Matthew S
2020-06-21 12:18 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
` (2 subsequent siblings)
4 siblings, 1 reply; 10+ messages in thread
From: Patchwork @ 2020-06-18 15:53 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev
== Series Details ==
Series: tests/kms_plane_scaling: set minimum height and width to 20
URL : https://patchwork.freedesktop.org/series/78536/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8641 -> IGTPW_4684
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4684 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4684, 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_4684/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4684:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@workarounds:
- fi-bwr-2160: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-bwr-2160/igt@i915_selftest@live@workarounds.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-bwr-2160/igt@i915_selftest@live@workarounds.html
Known issues
------------
Here are the changes found in IGTPW_4684 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s0:
- fi-apl-guc: [PASS][3] -> [INCOMPLETE][4] ([i915#1242])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- fi-byt-j1900: [PASS][5] -> [DMESG-WARN][6] ([i915#1982])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-j1900/igt@i915_module_load@reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-j1900/igt@i915_module_load@reload.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- fi-icl-guc: [PASS][7] -> [DMESG-WARN][8] ([i915#1982])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-icl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-icl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s0:
- fi-tgl-u2: [FAIL][9] ([i915#1888]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- fi-tgl-u2: [DMESG-WARN][11] ([i915#402]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-u2/igt@i915_module_load@reload.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-u2/igt@i915_module_load@reload.html
* igt@i915_pm_backlight@basic-brightness:
- fi-whl-u: [DMESG-WARN][13] ([i915#95]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-whl-u/igt@i915_pm_backlight@basic-brightness.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-whl-u/igt@i915_pm_backlight@basic-brightness.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-byt-j1900: [DMESG-WARN][15] ([i915#1982]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- {fi-kbl-7560u}: [DMESG-WARN][17] ([i915#1982]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_flip@basic-flip-vs-modeset@d-dsi1:
- {fi-tgl-dsi}: [DMESG-WARN][19] ([i915#1982]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
#### Warnings ####
* igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1:
- fi-kbl-x1275: [DMESG-WARN][21] ([i915#62] / [i915#92]) -> [DMESG-WARN][22] ([i915#62] / [i915#92] / [i915#95]) +6 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
* igt@kms_force_connector_basic@force-connector-state:
- fi-kbl-x1275: [DMESG-WARN][23] ([i915#62] / [i915#92] / [i915#95]) -> [DMESG-WARN][24] ([i915#62] / [i915#92]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-x1275/igt@kms_force_connector_basic@force-connector-state.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-x1275/igt@kms_force_connector_basic@force-connector-state.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1242]: https://gitlab.freedesktop.org/drm/intel/issues/1242
[i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
[i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
Participating hosts (49 -> 37)
------------------------------
Missing (12): fi-ilk-m540 fi-bdw-5557u fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-kbl-7500u fi-ctg-p8600 fi-skl-lmem fi-bdw-samus fi-byt-clapper fi-skl-6700k2 fi-kbl-r
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5712 -> IGTPW_4684
CI-20190529: 20190529
CI_DRM_8641: aac91f91c7be78f53b352237d968dfa1996b2d4b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4684: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
IGT_5712: eba1135ddd35f9d3097ed91032aefe8f9a9f9d02 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
2020-06-18 15:53 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
@ 2020-06-18 22:07 ` Atwood, Matthew S
2020-06-20 19:40 ` Vudum, Lakshminarayana
0 siblings, 1 reply; 10+ messages in thread
From: Atwood, Matthew S @ 2020-06-18 22:07 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org; +Cc: Vudum, Lakshminarayana
Lakshmi I don't think this is related, can you assist here?
________________________________________
From: Patchwork [patchwork@emeril.freedesktop.org]
Sent: Thursday, June 18, 2020 8:53 AM
To: Atwood, Matthew S
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
== Series Details ==
Series: tests/kms_plane_scaling: set minimum height and width to 20
URL : https://patchwork.freedesktop.org/series/78536/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8641 -> IGTPW_4684
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4684 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4684, 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_4684/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4684:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@workarounds:
- fi-bwr-2160: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-bwr-2160/igt@i915_selftest@live@workarounds.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-bwr-2160/igt@i915_selftest@live@workarounds.html
Known issues
------------
Here are the changes found in IGTPW_4684 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s0:
- fi-apl-guc: [PASS][3] -> [INCOMPLETE][4] ([i915#1242])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- fi-byt-j1900: [PASS][5] -> [DMESG-WARN][6] ([i915#1982])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-j1900/igt@i915_module_load@reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-j1900/igt@i915_module_load@reload.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- fi-icl-guc: [PASS][7] -> [DMESG-WARN][8] ([i915#1982])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-icl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-icl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s0:
- fi-tgl-u2: [FAIL][9] ([i915#1888]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- fi-tgl-u2: [DMESG-WARN][11] ([i915#402]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-u2/igt@i915_module_load@reload.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-u2/igt@i915_module_load@reload.html
* igt@i915_pm_backlight@basic-brightness:
- fi-whl-u: [DMESG-WARN][13] ([i915#95]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-whl-u/igt@i915_pm_backlight@basic-brightness.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-whl-u/igt@i915_pm_backlight@basic-brightness.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-byt-j1900: [DMESG-WARN][15] ([i915#1982]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- {fi-kbl-7560u}: [DMESG-WARN][17] ([i915#1982]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_flip@basic-flip-vs-modeset@d-dsi1:
- {fi-tgl-dsi}: [DMESG-WARN][19] ([i915#1982]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
#### Warnings ####
* igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1:
- fi-kbl-x1275: [DMESG-WARN][21] ([i915#62] / [i915#92]) -> [DMESG-WARN][22] ([i915#62] / [i915#92] / [i915#95]) +6 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
* igt@kms_force_connector_basic@force-connector-state:
- fi-kbl-x1275: [DMESG-WARN][23] ([i915#62] / [i915#92] / [i915#95]) -> [DMESG-WARN][24] ([i915#62] / [i915#92]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-x1275/igt@kms_force_connector_basic@force-connector-state.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-x1275/igt@kms_force_connector_basic@force-connector-state.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1242]: https://gitlab.freedesktop.org/drm/intel/issues/1242
[i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
[i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
Participating hosts (49 -> 37)
------------------------------
Missing (12): fi-ilk-m540 fi-bdw-5557u fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-kbl-7500u fi-ctg-p8600 fi-skl-lmem fi-bdw-samus fi-byt-clapper fi-skl-6700k2 fi-kbl-r
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5712 -> IGTPW_4684
CI-20190529: 20190529
CI_DRM_8641: aac91f91c7be78f53b352237d968dfa1996b2d4b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4684: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
IGT_5712: eba1135ddd35f9d3097ed91032aefe8f9a9f9d02 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
2020-06-18 22:07 ` Atwood, Matthew S
@ 2020-06-20 19:40 ` Vudum, Lakshminarayana
2020-06-21 12:22 ` Vudum, Lakshminarayana
0 siblings, 1 reply; 10+ messages in thread
From: Vudum, Lakshminarayana @ 2020-06-20 19:40 UTC (permalink / raw)
To: Atwood, Matthew S, igt-dev@lists.freedesktop.org
@Atwood, Matthew S I have created the bug for the below failure but unable to create a filter in CI bug log. There seems to be some problem with CI bug log I will check with Martin and get back to you on Monday.
Lakshmi.
-----Original Message-----
From: Atwood, Matthew S <matthew.s.atwood@intel.com>
Sent: Friday, June 19, 2020 1:08 AM
To: igt-dev@lists.freedesktop.org
Cc: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Subject: RE: ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
Lakshmi I don't think this is related, can you assist here?
________________________________________
From: Patchwork [patchwork@emeril.freedesktop.org]
Sent: Thursday, June 18, 2020 8:53 AM
To: Atwood, Matthew S
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
== Series Details ==
Series: tests/kms_plane_scaling: set minimum height and width to 20
URL : https://patchwork.freedesktop.org/series/78536/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8641 -> IGTPW_4684 ====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4684 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4684, 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_4684/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4684:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@workarounds:
- fi-bwr-2160: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-bwr-2160/igt@i915_selftest@live@workarounds.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-bwr-2160/igt@i915_selftest@live@workarounds.html
Known issues
------------
Here are the changes found in IGTPW_4684 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s0:
- fi-apl-guc: [PASS][3] -> [INCOMPLETE][4] ([i915#1242])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- fi-byt-j1900: [PASS][5] -> [DMESG-WARN][6] ([i915#1982])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-j1900/igt@i915_module_load@reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-j1900/igt@i915_module_load@reload.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- fi-icl-guc: [PASS][7] -> [DMESG-WARN][8] ([i915#1982])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-icl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-icl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s0:
- fi-tgl-u2: [FAIL][9] ([i915#1888]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- fi-tgl-u2: [DMESG-WARN][11] ([i915#402]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-u2/igt@i915_module_load@reload.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-u2/igt@i915_module_load@reload.html
* igt@i915_pm_backlight@basic-brightness:
- fi-whl-u: [DMESG-WARN][13] ([i915#95]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-whl-u/igt@i915_pm_backlight@basic-brightness.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-whl-u/igt@i915_pm_backlight@basic-brightness.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-byt-j1900: [DMESG-WARN][15] ([i915#1982]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- {fi-kbl-7560u}: [DMESG-WARN][17] ([i915#1982]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_flip@basic-flip-vs-modeset@d-dsi1:
- {fi-tgl-dsi}: [DMESG-WARN][19] ([i915#1982]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
#### Warnings ####
* igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1:
- fi-kbl-x1275: [DMESG-WARN][21] ([i915#62] / [i915#92]) -> [DMESG-WARN][22] ([i915#62] / [i915#92] / [i915#95]) +6 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
* igt@kms_force_connector_basic@force-connector-state:
- fi-kbl-x1275: [DMESG-WARN][23] ([i915#62] / [i915#92] / [i915#95]) -> [DMESG-WARN][24] ([i915#62] / [i915#92]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-x1275/igt@kms_force_connector_basic@force-connector-state.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-x1275/igt@kms_force_connector_basic@force-connector-state.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1242]: https://gitlab.freedesktop.org/drm/intel/issues/1242
[i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
[i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
Participating hosts (49 -> 37)
------------------------------
Missing (12): fi-ilk-m540 fi-bdw-5557u fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-kbl-7500u fi-ctg-p8600 fi-skl-lmem fi-bdw-samus fi-byt-clapper fi-skl-6700k2 fi-kbl-r
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5712 -> IGTPW_4684
CI-20190529: 20190529
CI_DRM_8641: aac91f91c7be78f53b352237d968dfa1996b2d4b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4684: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
IGT_5712: eba1135ddd35f9d3097ed91032aefe8f9a9f9d02 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki
Business Identity Code: 0357606 - 4
Domiciled in Helsinki
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_plane_scaling: set minimum height and width to 20
2020-06-18 15:27 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: set minimum height and width to 20 Matt Atwood
2020-06-18 15:32 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2020-06-18 15:53 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
@ 2020-06-21 12:18 ` Patchwork
2020-06-21 13:24 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2020-07-20 9:11 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2020-06-21 12:18 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev
== Series Details ==
Series: tests/kms_plane_scaling: set minimum height and width to 20
URL : https://patchwork.freedesktop.org/series/78536/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_8641 -> IGTPW_4684
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
Known issues
------------
Here are the changes found in IGTPW_4684 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s0:
- fi-apl-guc: [PASS][1] -> [INCOMPLETE][2] ([i915#1242])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- fi-byt-j1900: [PASS][3] -> [DMESG-WARN][4] ([i915#1982])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-j1900/igt@i915_module_load@reload.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-j1900/igt@i915_module_load@reload.html
* igt@i915_selftest@live@workarounds:
- fi-bwr-2160: [PASS][5] -> [INCOMPLETE][6] ([i915#2076])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-bwr-2160/igt@i915_selftest@live@workarounds.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-bwr-2160/igt@i915_selftest@live@workarounds.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- fi-icl-guc: [PASS][7] -> [DMESG-WARN][8] ([i915#1982])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-icl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-icl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s0:
- fi-tgl-u2: [FAIL][9] ([i915#1888]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- fi-tgl-u2: [DMESG-WARN][11] ([i915#402]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-u2/igt@i915_module_load@reload.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-u2/igt@i915_module_load@reload.html
* igt@i915_pm_backlight@basic-brightness:
- fi-whl-u: [DMESG-WARN][13] ([i915#95]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-whl-u/igt@i915_pm_backlight@basic-brightness.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-whl-u/igt@i915_pm_backlight@basic-brightness.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-byt-j1900: [DMESG-WARN][15] ([i915#1982]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- {fi-kbl-7560u}: [DMESG-WARN][17] ([i915#1982]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_flip@basic-flip-vs-modeset@d-dsi1:
- {fi-tgl-dsi}: [DMESG-WARN][19] ([i915#1982]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
#### Warnings ####
* igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1:
- fi-kbl-x1275: [DMESG-WARN][21] ([i915#62] / [i915#92]) -> [DMESG-WARN][22] ([i915#62] / [i915#92] / [i915#95]) +6 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
* igt@kms_force_connector_basic@force-connector-state:
- fi-kbl-x1275: [DMESG-WARN][23] ([i915#62] / [i915#92] / [i915#95]) -> [DMESG-WARN][24] ([i915#62] / [i915#92]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-x1275/igt@kms_force_connector_basic@force-connector-state.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-x1275/igt@kms_force_connector_basic@force-connector-state.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1242]: https://gitlab.freedesktop.org/drm/intel/issues/1242
[i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#2076]: https://gitlab.freedesktop.org/drm/intel/issues/2076
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
[i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
Participating hosts (49 -> 37)
------------------------------
Missing (12): fi-ilk-m540 fi-bdw-5557u fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-kbl-7500u fi-ctg-p8600 fi-skl-lmem fi-bdw-samus fi-byt-clapper fi-skl-6700k2 fi-kbl-r
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5712 -> IGTPW_4684
CI-20190529: 20190529
CI_DRM_8641: aac91f91c7be78f53b352237d968dfa1996b2d4b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4684: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
IGT_5712: eba1135ddd35f9d3097ed91032aefe8f9a9f9d02 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
2020-06-20 19:40 ` Vudum, Lakshminarayana
@ 2020-06-21 12:22 ` Vudum, Lakshminarayana
2020-06-21 17:38 ` Saarinen, Jani
0 siblings, 1 reply; 10+ messages in thread
From: Vudum, Lakshminarayana @ 2020-06-21 12:22 UTC (permalink / raw)
To: Atwood, Matthew S, igt-dev@lists.freedesktop.org
I was able to re-report successfully. All good now.
Lakshmi.
-----Original Message-----
From: Vudum, Lakshminarayana
Sent: Saturday, June 20, 2020 10:40 PM
To: Atwood, Matthew S <matthew.s.atwood@intel.com>; igt-dev@lists.freedesktop.org
Subject: RE: ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
@Atwood, Matthew S I have created the bug for the below failure but unable to create a filter in CI bug log. There seems to be some problem with CI bug log I will check with Martin and get back to you on Monday.
Lakshmi.
-----Original Message-----
From: Atwood, Matthew S <matthew.s.atwood@intel.com>
Sent: Friday, June 19, 2020 1:08 AM
To: igt-dev@lists.freedesktop.org
Cc: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Subject: RE: ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
Lakshmi I don't think this is related, can you assist here?
________________________________________
From: Patchwork [patchwork@emeril.freedesktop.org]
Sent: Thursday, June 18, 2020 8:53 AM
To: Atwood, Matthew S
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
== Series Details ==
Series: tests/kms_plane_scaling: set minimum height and width to 20
URL : https://patchwork.freedesktop.org/series/78536/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8641 -> IGTPW_4684 ====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4684 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4684, 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_4684/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4684:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@workarounds:
- fi-bwr-2160: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-bwr-2160/igt@i915_selftest@live@workarounds.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-bwr-2160/igt@i915_selftest@live@workarounds.html
Known issues
------------
Here are the changes found in IGTPW_4684 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s0:
- fi-apl-guc: [PASS][3] -> [INCOMPLETE][4] ([i915#1242])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-apl-guc/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- fi-byt-j1900: [PASS][5] -> [DMESG-WARN][6] ([i915#1982])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-j1900/igt@i915_module_load@reload.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-j1900/igt@i915_module_load@reload.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- fi-icl-guc: [PASS][7] -> [DMESG-WARN][8] ([i915#1982])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-icl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-icl-guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s0:
- fi-tgl-u2: [FAIL][9] ([i915#1888]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-u2/igt@gem_exec_suspend@basic-s0.html
* igt@i915_module_load@reload:
- fi-tgl-u2: [DMESG-WARN][11] ([i915#402]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-u2/igt@i915_module_load@reload.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-u2/igt@i915_module_load@reload.html
* igt@i915_pm_backlight@basic-brightness:
- fi-whl-u: [DMESG-WARN][13] ([i915#95]) -> [PASS][14]
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-whl-u/igt@i915_pm_backlight@basic-brightness.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-whl-u/igt@i915_pm_backlight@basic-brightness.html
* igt@i915_pm_rpm@basic-pci-d3-state:
- fi-byt-j1900: [DMESG-WARN][15] ([i915#1982]) -> [PASS][16]
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- {fi-kbl-7560u}: [DMESG-WARN][17] ([i915#1982]) -> [PASS][18]
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_flip@basic-flip-vs-modeset@d-dsi1:
- {fi-tgl-dsi}: [DMESG-WARN][19] ([i915#1982]) -> [PASS][20]
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
#### Warnings ####
* igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1:
- fi-kbl-x1275: [DMESG-WARN][21] ([i915#62] / [i915#92]) -> [DMESG-WARN][22] ([i915#62] / [i915#92] / [i915#95]) +6 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
* igt@kms_force_connector_basic@force-connector-state:
- fi-kbl-x1275: [DMESG-WARN][23] ([i915#62] / [i915#92] / [i915#95]) -> [DMESG-WARN][24] ([i915#62] / [i915#92]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-x1275/igt@kms_force_connector_basic@force-connector-state.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-x1275/igt@kms_force_connector_basic@force-connector-state.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#1242]: https://gitlab.freedesktop.org/drm/intel/issues/1242
[i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
[i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
[i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
Participating hosts (49 -> 37)
------------------------------
Missing (12): fi-ilk-m540 fi-bdw-5557u fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-kbl-7500u fi-ctg-p8600 fi-skl-lmem fi-bdw-samus fi-byt-clapper fi-skl-6700k2 fi-kbl-r
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5712 -> IGTPW_4684
CI-20190529: 20190529
CI_DRM_8641: aac91f91c7be78f53b352237d968dfa1996b2d4b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4684: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
IGT_5712: eba1135ddd35f9d3097ed91032aefe8f9a9f9d02 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki
Business Identity Code: 0357606 - 4
Domiciled in Helsinki
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane_scaling: set minimum height and width to 20
2020-06-18 15:27 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: set minimum height and width to 20 Matt Atwood
` (2 preceding siblings ...)
2020-06-21 12:18 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
@ 2020-06-21 13:24 ` Patchwork
2020-07-20 9:11 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
4 siblings, 0 replies; 10+ messages in thread
From: Patchwork @ 2020-06-21 13:24 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev
== Series Details ==
Series: tests/kms_plane_scaling: set minimum height and width to 20
URL : https://patchwork.freedesktop.org/series/78536/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_8641_full -> IGTPW_4684_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_4684_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4684_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_4684/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4684_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_flip@flip-vs-suspend@c-hdmi-a1:
- shard-hsw: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-hsw8/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-hsw4/igt@kms_flip@flip-vs-suspend@c-hdmi-a1.html
Known issues
------------
Here are the changes found in IGTPW_4684_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@dumb_buffer@invalid-bpp:
- shard-snb: [PASS][3] -> [TIMEOUT][4] ([i915#1958])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-snb4/igt@dumb_buffer@invalid-bpp.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-snb2/igt@dumb_buffer@invalid-bpp.html
* igt@gem_ctx_persistence@legacy-engines-mixed-process@render:
- shard-apl: [PASS][5] -> [FAIL][6] ([i915#1528])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl8/igt@gem_ctx_persistence@legacy-engines-mixed-process@render.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl3/igt@gem_ctx_persistence@legacy-engines-mixed-process@render.html
* igt@gem_exec_endless@dispatch@rcs0:
- shard-tglb: [PASS][7] -> [INCOMPLETE][8] ([i915#1958])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-tglb3/igt@gem_exec_endless@dispatch@rcs0.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-tglb8/igt@gem_exec_endless@dispatch@rcs0.html
* igt@gem_exec_schedule@implicit-read-write@rcs0:
- shard-snb: [PASS][9] -> [INCOMPLETE][10] ([i915#82])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-snb4/igt@gem_exec_schedule@implicit-read-write@rcs0.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-snb4/igt@gem_exec_schedule@implicit-read-write@rcs0.html
* igt@gem_exec_whisper@basic-contexts-forked:
- shard-glk: [PASS][11] -> [DMESG-WARN][12] ([i915#118] / [i915#95]) +1 similar issue
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-glk8/igt@gem_exec_whisper@basic-contexts-forked.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-glk8/igt@gem_exec_whisper@basic-contexts-forked.html
* igt@gem_mmap_gtt@cpuset-medium-copy:
- shard-kbl: [PASS][13] -> [DMESG-WARN][14] ([i915#93] / [i915#95]) +39 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl3/igt@gem_mmap_gtt@cpuset-medium-copy.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl4/igt@gem_mmap_gtt@cpuset-medium-copy.html
* igt@gem_shrink@reclaim:
- shard-hsw: [PASS][15] -> [SKIP][16] ([fdo#109271])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-hsw8/igt@gem_shrink@reclaim.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-hsw1/igt@gem_shrink@reclaim.html
* igt@gen9_exec_parse@allowed-all:
- shard-apl: [PASS][17] -> [INCOMPLETE][18] ([i915#1436])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl4/igt@gen9_exec_parse@allowed-all.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl1/igt@gen9_exec_parse@allowed-all.html
* igt@kms_big_fb@linear-64bpp-rotate-180:
- shard-glk: [PASS][19] -> [DMESG-FAIL][20] ([i915#118] / [i915#95]) +1 similar issue
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-glk6/igt@kms_big_fb@linear-64bpp-rotate-180.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-glk8/igt@kms_big_fb@linear-64bpp-rotate-180.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-0:
- shard-apl: [PASS][21] -> [DMESG-WARN][22] ([i915#1982]) +2 similar issues
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl7/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl7/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
- shard-glk: [PASS][23] -> [DMESG-WARN][24] ([i915#1982]) +2 similar issues
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-glk1/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-glk5/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
* igt@kms_color@pipe-c-ctm-red-to-blue:
- shard-hsw: [PASS][25] -> [TIMEOUT][26] ([i915#1958]) +1 similar issue
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-hsw2/igt@kms_color@pipe-c-ctm-red-to-blue.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-hsw1/igt@kms_color@pipe-c-ctm-red-to-blue.html
* igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen:
- shard-kbl: [PASS][27] -> [FAIL][28] ([i915#54])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
- shard-glk: [PASS][29] -> [FAIL][30] ([i915#54])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-glk7/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-glk5/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
- shard-apl: [PASS][31] -> [FAIL][32] ([i915#54])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl6/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl8/igt@kms_cursor_crc@pipe-a-cursor-64x64-onscreen.html
* igt@kms_cursor_crc@pipe-c-cursor-suspend:
- shard-kbl: [PASS][33] -> [DMESG-WARN][34] ([i915#180]) +1 similar issue
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl3/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl7/igt@kms_cursor_crc@pipe-c-cursor-suspend.html
* igt@kms_draw_crc@draw-method-xrgb2101010-render-ytiled:
- shard-tglb: [PASS][35] -> [DMESG-WARN][36] ([i915#402]) +3 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-tglb1/igt@kms_draw_crc@draw-method-xrgb2101010-render-ytiled.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-tglb5/igt@kms_draw_crc@draw-method-xrgb2101010-render-ytiled.html
* igt@kms_draw_crc@draw-method-xrgb8888-mmap-cpu-untiled:
- shard-kbl: [PASS][37] -> [DMESG-FAIL][38] ([i915#54] / [i915#95]) +3 similar issues
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl6/igt@kms_draw_crc@draw-method-xrgb8888-mmap-cpu-untiled.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl2/igt@kms_draw_crc@draw-method-xrgb8888-mmap-cpu-untiled.html
- shard-apl: [PASS][39] -> [DMESG-FAIL][40] ([i915#54] / [i915#95])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl8/igt@kms_draw_crc@draw-method-xrgb8888-mmap-cpu-untiled.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl6/igt@kms_draw_crc@draw-method-xrgb8888-mmap-cpu-untiled.html
* igt@kms_fbcon_fbt@fbc:
- shard-apl: [PASS][41] -> [FAIL][42] ([i915#1525])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl7/igt@kms_fbcon_fbt@fbc.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl2/igt@kms_fbcon_fbt@fbc.html
* igt@kms_flip@wf_vblank-ts-check-interruptible@a-dp1:
- shard-kbl: [PASS][43] -> [DMESG-WARN][44] ([i915#1982])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl2/igt@kms_flip@wf_vblank-ts-check-interruptible@a-dp1.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl4/igt@kms_flip@wf_vblank-ts-check-interruptible@a-dp1.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-tglb: [PASS][45] -> [DMESG-WARN][46] ([i915#1982]) +1 similar issue
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-tglb3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-tglb6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_plane_cursor@pipe-a-overlay-size-256:
- shard-kbl: [PASS][47] -> [DMESG-FAIL][48] ([i915#95]) +4 similar issues
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl6/igt@kms_plane_cursor@pipe-a-overlay-size-256.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl2/igt@kms_plane_cursor@pipe-a-overlay-size-256.html
* igt@kms_plane_cursor@pipe-a-viewport-size-128:
- shard-apl: [PASS][49] -> [DMESG-FAIL][50] ([i915#95]) +2 similar issues
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl2/igt@kms_plane_cursor@pipe-a-viewport-size-128.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl7/igt@kms_plane_cursor@pipe-a-viewport-size-128.html
* igt@kms_psr2_su@page_flip:
- shard-tglb: [PASS][51] -> [SKIP][52] ([i915#1911])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-tglb7/igt@kms_psr2_su@page_flip.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-tglb6/igt@kms_psr2_su@page_flip.html
* igt@kms_psr@psr2_primary_render:
- shard-iclb: [PASS][53] -> [SKIP][54] ([fdo#109441])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-iclb2/igt@kms_psr@psr2_primary_render.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-iclb1/igt@kms_psr@psr2_primary_render.html
* igt@kms_setmode@basic:
- shard-apl: [PASS][55] -> [FAIL][56] ([i915#31])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl1/igt@kms_setmode@basic.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl3/igt@kms_setmode@basic.html
* igt@perf@invalid-oa-metric-set-id:
- shard-apl: [PASS][57] -> [DMESG-WARN][58] ([i915#95]) +34 similar issues
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl7/igt@perf@invalid-oa-metric-set-id.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl2/igt@perf@invalid-oa-metric-set-id.html
#### Possible fixes ####
* igt@gem_exec_schedule@implicit-write-read@rcs0:
- shard-snb: [INCOMPLETE][59] ([i915#82]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-snb2/igt@gem_exec_schedule@implicit-write-read@rcs0.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-snb2/igt@gem_exec_schedule@implicit-write-read@rcs0.html
* igt@gem_exec_whisper@basic-contexts-all:
- shard-glk: [DMESG-WARN][61] ([i915#118] / [i915#95]) -> [PASS][62] +1 similar issue
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-glk7/igt@gem_exec_whisper@basic-contexts-all.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-glk1/igt@gem_exec_whisper@basic-contexts-all.html
* igt@i915_module_load@reload:
- shard-tglb: [DMESG-WARN][63] ([i915#402]) -> [PASS][64]
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-tglb3/igt@i915_module_load@reload.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-tglb2/igt@i915_module_load@reload.html
* igt@i915_pm_dc@dc6-psr:
- shard-iclb: [FAIL][65] ([i915#1899]) -> [PASS][66]
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-iclb8/igt@i915_pm_dc@dc6-psr.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-iclb5/igt@i915_pm_dc@dc6-psr.html
* igt@i915_suspend@debugfs-reader:
- shard-tglb: [INCOMPLETE][67] ([i915#1602] / [i915#456]) -> [PASS][68]
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-tglb3/igt@i915_suspend@debugfs-reader.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-tglb1/igt@i915_suspend@debugfs-reader.html
* igt@kms_addfb_basic@bad-pitch-128:
- shard-snb: [TIMEOUT][69] ([i915#1958]) -> [PASS][70] +4 similar issues
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-snb1/igt@kms_addfb_basic@bad-pitch-128.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-snb4/igt@kms_addfb_basic@bad-pitch-128.html
- shard-hsw: [TIMEOUT][71] ([i915#1958]) -> [PASS][72] +4 similar issues
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-hsw4/igt@kms_addfb_basic@bad-pitch-128.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-hsw2/igt@kms_addfb_basic@bad-pitch-128.html
* {igt@kms_atomic_transition@plane-all-transition@hdmi-a-1-pipe-a}:
- shard-glk: [INCOMPLETE][73] ([i915#58] / [k.org#198133]) -> [PASS][74]
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-glk8/igt@kms_atomic_transition@plane-all-transition@hdmi-a-1-pipe-a.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-glk5/igt@kms_atomic_transition@plane-all-transition@hdmi-a-1-pipe-a.html
* igt@kms_cursor_crc@pipe-c-cursor-256x85-sliding:
- shard-apl: [FAIL][75] ([i915#54]) -> [PASS][76]
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl3/igt@kms_cursor_crc@pipe-c-cursor-256x85-sliding.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl1/igt@kms_cursor_crc@pipe-c-cursor-256x85-sliding.html
* igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-xtiled:
- shard-kbl: [DMESG-WARN][77] ([i915#93] / [i915#95]) -> [PASS][78] +44 similar issues
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl3/igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-xtiled.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl1/igt@kms_draw_crc@draw-method-xrgb8888-mmap-gtt-xtiled.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
- shard-kbl: [DMESG-WARN][79] ([i915#180]) -> [PASS][80] +10 similar issues
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl2/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
* igt@kms_flip@plain-flip-fb-recreate@a-dp1:
- shard-kbl: [DMESG-WARN][81] ([i915#1982]) -> [PASS][82]
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl4/igt@kms_flip@plain-flip-fb-recreate@a-dp1.html
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl7/igt@kms_flip@plain-flip-fb-recreate@a-dp1.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt:
- shard-apl: [DMESG-FAIL][83] ([i915#49] / [i915#95]) -> [PASS][84]
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl8/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
- shard-kbl: [FAIL][85] ([i915#49]) -> [PASS][86]
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-badstride:
- shard-glk: [DMESG-WARN][87] ([i915#1982]) -> [PASS][88]
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-glk9/igt@kms_frontbuffer_tracking@fbc-badstride.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-glk6/igt@kms_frontbuffer_tracking@fbc-badstride.html
* igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary:
- shard-iclb: [DMESG-WARN][89] ([i915#1982]) -> [PASS][90]
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary.html
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-iclb1/igt@kms_frontbuffer_tracking@fbc-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt:
- shard-tglb: [DMESG-WARN][91] ([i915#1982]) -> [PASS][92]
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-tglb8/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-tglb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-mmap-gtt.html
* igt@kms_plane_alpha_blend@pipe-a-constant-alpha-mid:
- shard-kbl: [DMESG-FAIL][93] ([fdo#108145] / [i915#95]) -> [PASS][94] +1 similar issue
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl6/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-mid.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl3/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-mid.html
* igt@kms_plane_alpha_blend@pipe-a-coverage-vs-premult-vs-constant:
- shard-apl: [DMESG-FAIL][95] ([fdo#108145] / [i915#95]) -> [PASS][96] +1 similar issue
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl4/igt@kms_plane_alpha_blend@pipe-a-coverage-vs-premult-vs-constant.html
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-coverage-vs-premult-vs-constant.html
* igt@kms_psr@no_drrs:
- shard-iclb: [FAIL][97] ([i915#173]) -> [PASS][98]
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-iclb1/igt@kms_psr@no_drrs.html
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-iclb2/igt@kms_psr@no_drrs.html
* igt@kms_psr@psr2_sprite_mmap_gtt:
- shard-iclb: [SKIP][99] ([fdo#109441]) -> [PASS][100]
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-iclb6/igt@kms_psr@psr2_sprite_mmap_gtt.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-iclb2/igt@kms_psr@psr2_sprite_mmap_gtt.html
* igt@perf_pmu@semaphore-busy@rcs0:
- shard-kbl: [FAIL][101] ([i915#1820] / [i915#93] / [i915#95]) -> [PASS][102]
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl7/igt@perf_pmu@semaphore-busy@rcs0.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl7/igt@perf_pmu@semaphore-busy@rcs0.html
* igt@syncobj_wait@invalid-multi-wait-unsubmitted-submitted-signaled:
- shard-apl: [DMESG-WARN][103] ([i915#95]) -> [PASS][104] +38 similar issues
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl6/igt@syncobj_wait@invalid-multi-wait-unsubmitted-submitted-signaled.html
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl3/igt@syncobj_wait@invalid-multi-wait-unsubmitted-submitted-signaled.html
#### Warnings ####
* igt@i915_pm_dc@dc6-psr:
- shard-tglb: [SKIP][105] ([i915#468]) -> [FAIL][106] ([i915#454])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-tglb2/igt@i915_pm_dc@dc6-psr.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-tglb5/igt@i915_pm_dc@dc6-psr.html
* igt@i915_suspend@fence-restore-tiled2untiled:
- shard-kbl: [DMESG-WARN][107] ([i915#93] / [i915#95]) -> [DMESG-WARN][108] ([i915#180])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl6/igt@i915_suspend@fence-restore-tiled2untiled.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl4/igt@i915_suspend@fence-restore-tiled2untiled.html
* igt@kms_atomic_transition@3x-modeset-transitions-nonblocking:
- shard-hsw: [SKIP][109] ([fdo#109271]) -> [TIMEOUT][110] ([i915#1958])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-hsw6/igt@kms_atomic_transition@3x-modeset-transitions-nonblocking.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-hsw1/igt@kms_atomic_transition@3x-modeset-transitions-nonblocking.html
- shard-snb: [SKIP][111] ([fdo#109271]) -> [TIMEOUT][112] ([i915#1958]) +1 similar issue
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-snb2/igt@kms_atomic_transition@3x-modeset-transitions-nonblocking.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-snb2/igt@kms_atomic_transition@3x-modeset-transitions-nonblocking.html
* igt@kms_content_protection@atomic:
- shard-kbl: [TIMEOUT][113] ([i915#1319] / [i915#1958]) -> [DMESG-FAIL][114] ([fdo#110321] / [i915#95])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl4/igt@kms_content_protection@atomic.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl2/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@atomic-dpms:
- shard-apl: [FAIL][115] ([fdo#110321] / [fdo#110336]) -> [DMESG-FAIL][116] ([fdo#110321] / [i915#95]) +1 similar issue
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl7/igt@kms_content_protection@atomic-dpms.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl2/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@uevent:
- shard-kbl: [FAIL][117] ([i915#357]) -> [DMESG-FAIL][118] ([i915#357] / [i915#95])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl6/igt@kms_content_protection@uevent.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl4/igt@kms_content_protection@uevent.html
- shard-apl: [FAIL][119] ([i915#357]) -> [DMESG-FAIL][120] ([i915#357] / [i915#95])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-apl1/igt@kms_content_protection@uevent.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-apl3/igt@kms_content_protection@uevent.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-kbl: [DMESG-WARN][121] ([i915#180] / [i915#93] / [i915#95]) -> [DMESG-WARN][122] ([i915#93] / [i915#95])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-suspend.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl3/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
- shard-kbl: [FAIL][123] ([fdo#108145] / [i915#265]) -> [DMESG-FAIL][124] ([fdo#108145] / [i915#1982])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl7/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl6/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html
* igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb:
- shard-kbl: [DMESG-FAIL][125] ([i915#95]) -> [FAIL][126] ([i915#265])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-kbl4/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-kbl7/igt@kms_plane_alpha_blend@pipe-c-alpha-transparent-fb.html
* igt@kms_psr2_su@page_flip:
- shard-iclb: [SKIP][127] ([fdo#109642] / [fdo#111068]) -> [SKIP][128] ([i915#1911])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/shard-iclb6/igt@kms_psr2_su@page_flip.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/shard-iclb2/igt@kms_psr2_su@page_flip.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#110321]: https://bugs.freedesktop.org/show_bug.cgi?id=110321
[fdo#110336]: https://bugs.freedesktop.org/show_bug.cgi?id=110336
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
[i915#1436]: https://gitlab.freedesktop.org/drm/intel/issues/1436
[i915#1525]: https://gitlab.freedesktop.org/drm/intel/issues/1525
[i915#1528]: https://gitlab.freedesktop.org/drm/intel/issues/1528
[i915#1602]: https://gitlab.freedesktop.org/drm/intel/issues/1602
[i915#173]: https://gitlab.freedesktop.org/drm/intel/issues/173
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#1820]: https://gitlab.freedesktop.org/drm/intel/issues/1820
[i915#1899]: https://gitlab.freedesktop.org/drm/intel/issues/1899
[i915#1911]: https://gitlab.freedesktop.org/drm/intel/issues/1911
[i915#1958]: https://gitlab.freedesktop.org/drm/intel/issues/1958
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
[i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
[i915#357]: https://gitlab.freedesktop.org/drm/intel/issues/357
[i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
[i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
[i915#456]: https://gitlab.freedesktop.org/drm/intel/issues/456
[i915#468]: https://gitlab.freedesktop.org/drm/intel/issues/468
[i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
[i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
[i915#58]: https://gitlab.freedesktop.org/drm/intel/issues/58
[i915#82]: https://gitlab.freedesktop.org/drm/intel/issues/82
[i915#93]: https://gitlab.freedesktop.org/drm/intel/issues/93
[i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
[k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133
Participating hosts (11 -> 8)
------------------------------
Missing (3): pig-skl-6260u pig-glk-j5005 pig-icl-1065g7
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5712 -> IGTPW_4684
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_8641: aac91f91c7be78f53b352237d968dfa1996b2d4b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4684: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
IGT_5712: eba1135ddd35f9d3097ed91032aefe8f9a9f9d02 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and width to 20
2020-06-21 12:22 ` Vudum, Lakshminarayana
@ 2020-06-21 17:38 ` Saarinen, Jani
0 siblings, 0 replies; 10+ messages in thread
From: Saarinen, Jani @ 2020-06-21 17:38 UTC (permalink / raw)
To: Vudum, Lakshminarayana, Atwood, Matthew S,
igt-dev@lists.freedesktop.org
Thanks.
> -----Original Message-----
> From: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
> Sent: sunnuntai 21. kesäkuuta 2020 15.22
> To: Atwood, Matthew S <matthew.s.atwood@intel.com>; igt-
> dev@lists.freedesktop.org
> Cc: Saarinen, Jani <jani.saarinen@intel.com>
> Subject: RE: ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height
> and width to 20
>
> I was able to re-report successfully. All good now.
>
> Lakshmi.
>
> -----Original Message-----
> From: Vudum, Lakshminarayana
> Sent: Saturday, June 20, 2020 10:40 PM
> To: Atwood, Matthew S <matthew.s.atwood@intel.com>; igt-
> dev@lists.freedesktop.org
> Subject: RE: ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height
> and width to 20
>
> @Atwood, Matthew S I have created the bug for the below failure but unable to
> create a filter in CI bug log. There seems to be some problem with CI bug log I will
> check with Martin and get back to you on Monday.
>
> Lakshmi.
> -----Original Message-----
> From: Atwood, Matthew S <matthew.s.atwood@intel.com>
> Sent: Friday, June 19, 2020 1:08 AM
> To: igt-dev@lists.freedesktop.org
> Cc: Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
> Subject: RE: ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height
> and width to 20
>
> Lakshmi I don't think this is related, can you assist here?
> ________________________________________
> From: Patchwork [patchwork@emeril.freedesktop.org]
> Sent: Thursday, June 18, 2020 8:53 AM
> To: Atwood, Matthew S
> Cc: igt-dev@lists.freedesktop.org
> Subject: ✗ Fi.CI.BAT: failure for tests/kms_plane_scaling: set minimum height and
> width to 20
>
> == Series Details ==
>
> Series: tests/kms_plane_scaling: set minimum height and width to 20
> URL : https://patchwork.freedesktop.org/series/78536/
> State : failure
>
> == Summary ==
>
> CI Bug Log - changes from CI_DRM_8641 -> IGTPW_4684
> ====================================================
>
> Summary
> -------
>
> **FAILURE**
>
> Serious unknown changes coming with IGTPW_4684 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_4684, 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_4684/index.html
>
> Possible new issues
> -------------------
>
> Here are the unknown changes that may have been introduced in IGTPW_4684:
>
> ### IGT changes ###
>
> #### Possible regressions ####
>
> * igt@i915_selftest@live@workarounds:
> - fi-bwr-2160: [PASS][1] -> [INCOMPLETE][2]
> [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-bwr-
> 2160/igt@i915_selftest@live@workarounds.html
> [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-bwr-
> 2160/igt@i915_selftest@live@workarounds.html
>
>
> Known issues
> ------------
>
> Here are the changes found in IGTPW_4684 that come from known issues:
>
> ### IGT changes ###
>
> #### Issues hit ####
>
> * igt@gem_exec_suspend@basic-s0:
> - fi-apl-guc: [PASS][3] -> [INCOMPLETE][4] ([i915#1242])
> [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-apl-
> guc/igt@gem_exec_suspend@basic-s0.html
> [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-apl-
> guc/igt@gem_exec_suspend@basic-s0.html
>
> * igt@i915_module_load@reload:
> - fi-byt-j1900: [PASS][5] -> [DMESG-WARN][6] ([i915#1982])
> [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-
> j1900/igt@i915_module_load@reload.html
> [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-
> j1900/igt@i915_module_load@reload.html
>
> * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
> - fi-icl-guc: [PASS][7] -> [DMESG-WARN][8] ([i915#1982])
> [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-icl-
> guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
> [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-icl-
> guc/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
>
>
> #### Possible fixes ####
>
> * igt@gem_exec_suspend@basic-s0:
> - fi-tgl-u2: [FAIL][9] ([i915#1888]) -> [PASS][10]
> [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-
> u2/igt@gem_exec_suspend@basic-s0.html
> [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-
> u2/igt@gem_exec_suspend@basic-s0.html
>
> * igt@i915_module_load@reload:
> - fi-tgl-u2: [DMESG-WARN][11] ([i915#402]) -> [PASS][12]
> [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-
> u2/igt@i915_module_load@reload.html
> [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-
> u2/igt@i915_module_load@reload.html
>
> * igt@i915_pm_backlight@basic-brightness:
> - fi-whl-u: [DMESG-WARN][13] ([i915#95]) -> [PASS][14]
> [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-whl-
> u/igt@i915_pm_backlight@basic-brightness.html
> [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-whl-
> u/igt@i915_pm_backlight@basic-brightness.html
>
> * igt@i915_pm_rpm@basic-pci-d3-state:
> - fi-byt-j1900: [DMESG-WARN][15] ([i915#1982]) -> [PASS][16]
> [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-byt-
> j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
> [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-byt-
> j1900/igt@i915_pm_rpm@basic-pci-d3-state.html
>
> * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
> - {fi-kbl-7560u}: [DMESG-WARN][17] ([i915#1982]) -> [PASS][18]
> [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-
> 7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
> [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-
> 7560u/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
>
> * igt@kms_flip@basic-flip-vs-modeset@d-dsi1:
> - {fi-tgl-dsi}: [DMESG-WARN][19] ([i915#1982]) -> [PASS][20]
> [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-tgl-
> dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
> [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-tgl-
> dsi/igt@kms_flip@basic-flip-vs-modeset@d-dsi1.html
>
>
> #### Warnings ####
>
> * igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1:
> - fi-kbl-x1275: [DMESG-WARN][21] ([i915#62] / [i915#92]) -> [DMESG-
> WARN][22] ([i915#62] / [i915#92] / [i915#95]) +6 similar issues
> [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-
> x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
> [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-
> x1275/igt@kms_flip@basic-flip-vs-wf_vblank@a-dp1.html
>
> * igt@kms_force_connector_basic@force-connector-state:
> - fi-kbl-x1275: [DMESG-WARN][23] ([i915#62] / [i915#92] / [i915#95]) ->
> [DMESG-WARN][24] ([i915#62] / [i915#92]) +1 similar issue
> [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_8641/fi-kbl-
> x1275/igt@kms_force_connector_basic@force-connector-state.html
> [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/fi-kbl-
> x1275/igt@kms_force_connector_basic@force-connector-state.html
>
>
> {name}: This element is suppressed. This means it is ignored when computing
> the status of the difference (SUCCESS, WARNING, or FAILURE).
>
> [i915#1242]: https://gitlab.freedesktop.org/drm/intel/issues/1242
> [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
> [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
> [i915#402]: https://gitlab.freedesktop.org/drm/intel/issues/402
> [i915#62]: https://gitlab.freedesktop.org/drm/intel/issues/62
> [i915#92]: https://gitlab.freedesktop.org/drm/intel/issues/92
> [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95
>
>
> Participating hosts (49 -> 37)
> ------------------------------
>
> Missing (12): fi-ilk-m540 fi-bdw-5557u fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-
> kbl-7500u fi-ctg-p8600 fi-skl-lmem fi-bdw-samus fi-byt-clapper fi-skl-6700k2 fi-kbl-r
>
>
> Build changes
> -------------
>
> * CI: CI-20190529 -> None
> * IGT: IGT_5712 -> IGTPW_4684
>
> CI-20190529: 20190529
> CI_DRM_8641: aac91f91c7be78f53b352237d968dfa1996b2d4b @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_4684: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4684/index.html
> IGT_5712: eba1135ddd35f9d3097ed91032aefe8f9a9f9d02 @
> git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
>
> == Logs ==
>
> For more details see: https://intel-gfx-ci.01.org/tree/drm-
> tip/IGTPW_4684/index.html
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: set minimum height and width to 20
2020-06-18 15:27 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: set minimum height and width to 20 Matt Atwood
` (3 preceding siblings ...)
2020-06-21 13:24 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2020-07-20 9:11 ` Petri Latvala
4 siblings, 0 replies; 10+ messages in thread
From: Petri Latvala @ 2020-07-20 9:11 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev
On Thu, Jun 18, 2020 at 08:27:07AM -0700, Matt Atwood wrote:
> Depending on pixel format for gen11+ platforms minimum width can be as
> high as 20. Set width and height to 20. Remove is_planar_yuv_format, no
> longer used.
>
> Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
Reviewed-by: Petri Latvala <petri.latvala@intel.com>
> ---
> tests/kms_plane_scaling.c | 17 +----------------
> 1 file changed, 1 insertion(+), 16 deletions(-)
>
> diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
> index 19087286a..ecd2c2e30 100644
> --- a/tests/kms_plane_scaling.c
> +++ b/tests/kms_plane_scaling.c
> @@ -62,19 +62,6 @@ static int get_num_scalers(data_t* d, enum pipe pipe)
> return 1;
> }
>
> -static bool is_planar_yuv_format(uint32_t pixelformat)
> -{
> - switch (pixelformat) {
> - case DRM_FORMAT_NV12:
> - case DRM_FORMAT_P010:
> - case DRM_FORMAT_P012:
> - case DRM_FORMAT_P016:
> - return true;
> - default:
> - return false;
> - }
> -}
> -
> static void cleanup_fbs(data_t *data)
> {
> int i;
> @@ -147,9 +134,7 @@ static void check_scaling_pipe_plane_rot(data_t *d, igt_plane_t *plane,
> mode = igt_output_get_mode(output);
>
> /* create buffer in the range of min and max source side limit.*/
> - width = height = 8;
> - if (is_i915_device(d->drm_fd) && is_planar_yuv_format(pixel_format))
> - width = height = 16;
> + width = height = 20;
> igt_create_color_fb(display->drm_fd, width, height,
> pixel_format, tiling, 0.0, 1.0, 0.0, &d->fb[0]);
> igt_plane_set_fb(plane, &d->fb[0]);
> --
> 2.21.3
>
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2020-07-20 9:11 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-18 15:27 [igt-dev] [PATCH i-g-t] tests/kms_plane_scaling: set minimum height and width to 20 Matt Atwood
2020-06-18 15:32 ` [igt-dev] ✗ GitLab.Pipeline: warning for " Patchwork
2020-06-18 15:53 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
2020-06-18 22:07 ` Atwood, Matthew S
2020-06-20 19:40 ` Vudum, Lakshminarayana
2020-06-21 12:22 ` Vudum, Lakshminarayana
2020-06-21 17:38 ` Saarinen, Jani
2020-06-21 12:18 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2020-06-21 13:24 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2020-07-20 9:11 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox