* [igt-dev] [PATCH i-g-t] tests/intel/kms_psr2_su: fix igt_require_f() print message
@ 2023-09-27 8:00 Swati Sharma
2023-09-27 8:49 ` [igt-dev] ✗ CI.xeBAT: failure for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Swati Sharma @ 2023-09-27 8:00 UTC (permalink / raw)
To: igt-dev
The condition holds for display 13+ platforms. Fix print message.
v2: -fixed subject
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/intel/kms_psr2_su.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/intel/kms_psr2_su.c b/tests/intel/kms_psr2_su.c
index 321144d6b..834fec1ec 100644
--- a/tests/intel/kms_psr2_su.c
+++ b/tests/intel/kms_psr2_su.c
@@ -331,7 +331,7 @@ igt_main
"Sink does not support PSR2\n");
igt_require_f(intel_display_ver(intel_get_drm_devid(data.drm_fd)) < 13,
- "Registers used by this test do not work on display 13\n");
+ "Registers used by this test do not work on display 13+\n");
display_init(&data);
--
2.25.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [igt-dev] ✗ CI.xeBAT: failure for tests/intel/kms_psr2_su: fix igt_require_f() print message
2023-09-27 8:00 [igt-dev] [PATCH i-g-t] tests/intel/kms_psr2_su: fix igt_require_f() print message Swati Sharma
@ 2023-09-27 8:49 ` Patchwork
2023-09-27 8:52 ` [igt-dev] ✗ Fi.CI.BAT: " Patchwork
2023-09-27 9:26 ` [igt-dev] [PATCH i-g-t] " Modem, Bhanuprakash
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2023-09-27 8:49 UTC (permalink / raw)
To: Sharma, Swati2; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2268 bytes --]
== Series Details ==
Series: tests/intel/kms_psr2_su: fix igt_require_f() print message
URL : https://patchwork.freedesktop.org/series/124315/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_7504_BAT -> XEIGTPW_9884_BAT
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_9884_BAT absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_9884_BAT, please notify your bug team (lgci.bug.filing@intel.com) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_9884_BAT:
### IGT changes ###
#### Possible regressions ####
* igt@xe_waitfence@abstime:
- bat-atsm-2: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7504/bat-atsm-2/igt@xe_waitfence@abstime.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9884/bat-atsm-2/igt@xe_waitfence@abstime.html
Known issues
------------
Here are the changes found in XEIGTPW_9884_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_exec_reset@virtual-close-fd-no-exec:
- bat-pvc-2: [PASS][3] -> [DMESG-WARN][4] ([Intel XE#696])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7504/bat-pvc-2/igt@xe_exec_reset@virtual-close-fd-no-exec.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9884/bat-pvc-2/igt@xe_exec_reset@virtual-close-fd-no-exec.html
[Intel XE#696]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/696
Build changes
-------------
* IGT: IGT_7504 -> IGTPW_9884
IGTPW_9884: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9884/index.html
IGT_7504: 8d12be0387d5b80076b7d67db7831292bb34f6df @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-396-fc8ec3c56efa5c15b630ddc17c89100440fe03ef: fc8ec3c56efa5c15b630ddc17c89100440fe03ef
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9884/index.html
[-- Attachment #2: Type: text/html, Size: 2871 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for tests/intel/kms_psr2_su: fix igt_require_f() print message
2023-09-27 8:00 [igt-dev] [PATCH i-g-t] tests/intel/kms_psr2_su: fix igt_require_f() print message Swati Sharma
2023-09-27 8:49 ` [igt-dev] ✗ CI.xeBAT: failure for " Patchwork
@ 2023-09-27 8:52 ` Patchwork
2023-09-27 9:26 ` [igt-dev] [PATCH i-g-t] " Modem, Bhanuprakash
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2023-09-27 8:52 UTC (permalink / raw)
To: Sharma, Swati2; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 4821 bytes --]
== Series Details ==
Series: tests/intel/kms_psr2_su: fix igt_require_f() print message
URL : https://patchwork.freedesktop.org/series/124315/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13684 -> IGTPW_9884
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_9884 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_9884, please notify your bug team (lgci.bug.filing@intel.com) 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_9884/index.html
Participating hosts (40 -> 37)
------------------------------
Missing (3): fi-hsw-4770 bat-atsm-1 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_9884:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@workarounds:
- bat-adlm-1: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13684/bat-adlm-1/igt@i915_selftest@live@workarounds.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9884/bat-adlm-1/igt@i915_selftest@live@workarounds.html
Known issues
------------
Here are the changes found in IGTPW_9884 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_suspend@basic-s2idle-without-i915:
- fi-apl-guc: [PASS][3] -> [INCOMPLETE][4] ([i915#1982] / [i915#4528])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13684/fi-apl-guc/igt@i915_suspend@basic-s2idle-without-i915.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9884/fi-apl-guc/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@kms_hdmi_inject@inject-audio:
- fi-kbl-guc: [PASS][5] -> [FAIL][6] ([IGT#3])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13684/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9884/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1:
- bat-rplp-1: [PASS][7] -> [ABORT][8] ([i915#8668])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13684/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9884/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
#### Possible fixes ####
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5:
- bat-adlp-11: [ABORT][9] ([i915#6868] / [i915#8668]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13684/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9884/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-a-dp-5.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5:
- bat-adlp-11: [FAIL][11] ([i915#9047]) -> [PASS][12] +1 other test pass
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13684/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9884/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-dp-5.html
#### Warnings ####
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-c-dp-5:
- bat-adlp-11: [FAIL][13] ([i915#9047]) -> [ABORT][14] ([i915#8668])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13684/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-c-dp-5.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9884/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-c-dp-5.html
[IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3
[i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
[i915#4528]: https://gitlab.freedesktop.org/drm/intel/issues/4528
[i915#6868]: https://gitlab.freedesktop.org/drm/intel/issues/6868
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#9047]: https://gitlab.freedesktop.org/drm/intel/issues/9047
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7504 -> IGTPW_9884
CI-20190529: 20190529
CI_DRM_13684: fefb6fab8765eb369198cf4d1b13aa1299b09a4c @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9884: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9884/index.html
IGT_7504: 8d12be0387d5b80076b7d67db7831292bb34f6df @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9884/index.html
[-- Attachment #2: Type: text/html, Size: 5794 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] tests/intel/kms_psr2_su: fix igt_require_f() print message
2023-09-27 8:00 [igt-dev] [PATCH i-g-t] tests/intel/kms_psr2_su: fix igt_require_f() print message Swati Sharma
2023-09-27 8:49 ` [igt-dev] ✗ CI.xeBAT: failure for " Patchwork
2023-09-27 8:52 ` [igt-dev] ✗ Fi.CI.BAT: " Patchwork
@ 2023-09-27 9:26 ` Modem, Bhanuprakash
2 siblings, 0 replies; 4+ messages in thread
From: Modem, Bhanuprakash @ 2023-09-27 9:26 UTC (permalink / raw)
To: Swati Sharma, igt-dev
On Wed-27-09-2023 01:30 pm, Swati Sharma wrote:
> The condition holds for display 13+ platforms. Fix print message.
>
> v2: -fixed subject
>
> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> ---
> tests/intel/kms_psr2_su.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/intel/kms_psr2_su.c b/tests/intel/kms_psr2_su.c
> index 321144d6b..834fec1ec 100644
> --- a/tests/intel/kms_psr2_su.c
> +++ b/tests/intel/kms_psr2_su.c
> @@ -331,7 +331,7 @@ igt_main
> "Sink does not support PSR2\n");
>
> igt_require_f(intel_display_ver(intel_get_drm_devid(data.drm_fd)) < 13,
> - "Registers used by this test do not work on display 13\n");
> + "Registers used by this test do not work on display 13+\n");
>
> display_init(&data);
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-27 9:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 8:00 [igt-dev] [PATCH i-g-t] tests/intel/kms_psr2_su: fix igt_require_f() print message Swati Sharma
2023-09-27 8:49 ` [igt-dev] ✗ CI.xeBAT: failure for " Patchwork
2023-09-27 8:52 ` [igt-dev] ✗ Fi.CI.BAT: " Patchwork
2023-09-27 9:26 ` [igt-dev] [PATCH i-g-t] " Modem, Bhanuprakash
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox