* [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes
@ 2023-11-24 5:46 Bhanuprakash Modem
2023-11-24 7:07 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
` (8 more replies)
0 siblings, 9 replies; 11+ messages in thread
From: Bhanuprakash Modem @ 2023-11-24 5:46 UTC (permalink / raw)
To: igt-dev, karthik.b.s
Instead of writing a new logic at test level, use library helper
to iterate all connector modes.
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
---
tests/intel/kms_pm_lpsp.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/tests/intel/kms_pm_lpsp.c b/tests/intel/kms_pm_lpsp.c
index a85e4e795..9a6ef1be9 100644
--- a/tests/intel/kms_pm_lpsp.c
+++ b/tests/intel/kms_pm_lpsp.c
@@ -63,7 +63,6 @@ typedef struct {
char *pwr_dmn_info;
igt_display_t display;
struct igt_fb fb;
- drmModeModeInfo *mode;
igt_output_t *output;
enum pipe pipe;
} data_t;
@@ -124,12 +123,13 @@ static void screens_disabled_subtest(data_t *data)
static void setup_lpsp_output(data_t *data)
{
igt_plane_t *primary;
+ drmModeModeInfo *mode = igt_output_get_mode(data->output);
primary = igt_output_get_plane_type(data->output,
DRM_PLANE_TYPE_PRIMARY);
igt_plane_set_fb(primary, NULL);
igt_create_pattern_fb(data->drm_fd,
- data->mode->hdisplay, data->mode->vdisplay,
+ mode->hdisplay, mode->vdisplay,
DRM_FORMAT_XRGB8888,
DRM_FORMAT_MOD_LINEAR,
&data->fb);
@@ -155,22 +155,22 @@ static void test_cleanup(data_t *data)
static bool test_constraint(data_t *data)
{
- drmModeConnectorPtr c = data->output->config.connector;
- int i;
+ drmModeModeInfo *mode;
igt_display_reset(&data->display);
igt_output_set_pipe(data->output, data->pipe);
- data->mode = igt_output_get_mode(data->output);
+ mode = igt_output_get_mode(data->output);
/* For LPSP avoid Bigjoiner. */
- if (igt_bigjoiner_possible(data->mode, max_dotclock)) {
- for (i = 0; i < c->count_modes; i++) {
- data->mode = &c->modes[i];
- if (igt_bigjoiner_possible(data->mode, max_dotclock))
+ if (igt_bigjoiner_possible(mode, max_dotclock)) {
+ for_each_connector_mode(data->output) {
+ mode = &data->output->config.connector->modes[j__];
+
+ if (igt_bigjoiner_possible(mode, max_dotclock))
continue;
- igt_output_override_mode(data->output, data->mode);
+ igt_output_override_mode(data->output, mode);
return true;
}
--
2.40.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes
2023-11-24 5:46 [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Bhanuprakash Modem
@ 2023-11-24 7:07 ` Patchwork
2023-11-24 7:12 ` Modem, Bhanuprakash
2023-11-24 7:15 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
` (7 subsequent siblings)
8 siblings, 1 reply; 11+ messages in thread
From: Patchwork @ 2023-11-24 7:07 UTC (permalink / raw)
To: Bhanuprakash Modem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3510 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes
URL : https://patchwork.freedesktop.org/series/126853/
State : failure
== Summary ==
CI Bug Log - changes from IGT_7601 -> IGTPW_10259
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_10259 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_10259, 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_10259/index.html
Participating hosts (38 -> 35)
------------------------------
Missing (3): bat-kbl-2 fi-snb-2520m fi-bsw-n3050
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_10259:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@gt_heartbeat:
- fi-skl-6600u: [PASS][1] -> [DMESG-FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7601/fi-skl-6600u/igt@i915_selftest@live@gt_heartbeat.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/fi-skl-6600u/igt@i915_selftest@live@gt_heartbeat.html
Known issues
------------
Here are the changes found in IGTPW_10259 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_pipe_crc_basic@suspend-read-crc:
- bat-rpls-1: NOTRUN -> [SKIP][3] ([i915#1845])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/bat-rpls-1/igt@kms_pipe_crc_basic@suspend-read-crc.html
#### Possible fixes ####
* igt@gem_exec_suspend@basic-s0@smem:
- bat-dg2-9: [INCOMPLETE][4] ([i915#8797] / [i915#9275]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7601/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html
* igt@i915_selftest@live@requests:
- bat-rpls-1: [INCOMPLETE][6] -> [PASS][7]
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7601/bat-rpls-1/igt@i915_selftest@live@requests.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/bat-rpls-1/igt@i915_selftest@live@requests.html
* igt@kms_hdmi_inject@inject-audio:
- fi-kbl-guc: [FAIL][8] ([IGT#3]) -> [PASS][9]
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7601/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
[IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#8797]: https://gitlab.freedesktop.org/drm/intel/issues/8797
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7601 -> IGTPW_10259
CI-20190529: 20190529
CI_DRM_13919: 94f973d8238e0d8fd1b0234f220783a1e346f60b @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10259: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/index.html
IGT_7601: 9c6e7f255724e327627be7c8ed30e23742e97386 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/index.html
[-- Attachment #2: Type: text/html, Size: 4234 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [igt-dev] ✗ Fi.CI.BAT: failure for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes
2023-11-24 7:07 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
@ 2023-11-24 7:12 ` Modem, Bhanuprakash
0 siblings, 0 replies; 11+ messages in thread
From: Modem, Bhanuprakash @ 2023-11-24 7:12 UTC (permalink / raw)
To: igt-dev, lgci.bug.filing, saix.nandan.yedireswarapu,
tejasreex.illipilli
Hello,
Can someone please re-report below false positive?
- Bhanu
On 24-11-2023 12:37 pm, Patchwork wrote:
> *Patch Details*
> *Series:* tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes
> *URL:* https://patchwork.freedesktop.org/series/126853/
> <https://patchwork.freedesktop.org/series/126853/>
> *State:* failure
> *Details:*
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/index.html
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/index.html>
>
>
> CI Bug Log - changes from IGT_7601 -> IGTPW_10259
>
>
> Summary
>
> *FAILURE*
>
> Serious unknown changes coming with IGTPW_10259 absolutely need to be
> verified manually.
>
> If you think the reported changes have nothing to do with the changes
> introduced in IGTPW_10259, 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_10259/index.html
>
>
> Participating hosts (38 -> 35)
>
> Missing (3): bat-kbl-2 fi-snb-2520m fi-bsw-n3050
>
>
> Possible new issues
>
> Here are the unknown changes that may have been introduced in IGTPW_10259:
>
>
> IGT changes
>
>
> Possible regressions
>
> * igt@i915_selftest@live@gt_heartbeat:
> o fi-skl-6600u: PASS
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7601/fi-skl-6600u/igt@i915_selftest@live@gt_heartbeat.html> -> DMESG-FAIL <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/fi-skl-6600u/igt@i915_selftest@live@gt_heartbeat.html>
>
>
> Known issues
>
> Here are the changes found in IGTPW_10259 that come from known issues:
>
>
> IGT changes
>
>
> Issues hit
>
> * igt@kms_pipe_crc_basic@suspend-read-crc:
> o bat-rpls-1: NOTRUN -> SKIP
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/bat-rpls-1/igt@kms_pipe_crc_basic@suspend-read-crc.html> (i915#1845 <https://gitlab.freedesktop.org/drm/intel/issues/1845>)
>
>
> Possible fixes
>
> *
>
> igt@gem_exec_suspend@basic-s0@smem:
>
> o bat-dg2-9: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7601/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html> (i915#8797 <https://gitlab.freedesktop.org/drm/intel/issues/8797> / i915#9275 <https://gitlab.freedesktop.org/drm/intel/issues/9275>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/bat-dg2-9/igt@gem_exec_suspend@basic-s0@smem.html>
> *
>
> igt@i915_selftest@live@requests:
>
> o bat-rpls-1: INCOMPLETE
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7601/bat-rpls-1/igt@i915_selftest@live@requests.html> -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/bat-rpls-1/igt@i915_selftest@live@requests.html>
> *
>
> igt@kms_hdmi_inject@inject-audio:
>
> o fi-kbl-guc: FAIL
> <https://intel-gfx-ci.01.org/tree/drm-tip/IGT_7601/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html> (IGT#3 <https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3>) -> PASS <https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html>
>
>
> Build changes
>
> * CI: CI-20190529 -> None
> * IGT: IGT_7601 -> IGTPW_10259
>
> CI-20190529: 20190529
> CI_DRM_13919: 94f973d8238e0d8fd1b0234f220783a1e346f60b @
> git://anongit.freedesktop.org/gfx-ci/linux
> IGTPW_10259: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/index.html
> IGT_7601: 9c6e7f255724e327627be7c8ed30e23742e97386 @
> https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes
2023-11-24 5:46 [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Bhanuprakash Modem
2023-11-24 7:07 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
@ 2023-11-24 7:15 ` Patchwork
2023-11-26 6:05 ` [igt-dev] ✓ CI.xeBAT: success for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev2) Patchwork
` (6 subsequent siblings)
8 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2023-11-24 7:15 UTC (permalink / raw)
To: Modem, Bhanuprakash; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2491 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes
URL : https://patchwork.freedesktop.org/series/126853/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7601_BAT -> XEIGTPW_10259_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_10259_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
- bat-adlp-7: [PASS][1] -> [FAIL][2] ([Intel XE#480]) +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7601/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10259/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-d-dp-3:
- bat-dg2-oem2: NOTRUN -> [TIMEOUT][3] ([Intel XE#530])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10259/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-d-dp-3.html
#### Warnings ####
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-b-dp-3:
- bat-dg2-oem2: [TIMEOUT][4] ([Intel XE#530]) -> [FAIL][5] ([Intel XE#400] / [Intel XE#616])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7601/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-b-dp-3.html
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10259/bat-dg2-oem2/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-b-dp-3.html
[Intel XE#400]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/400
[Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480
[Intel XE#530]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/530
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
Build changes
-------------
* IGT: IGT_7601 -> IGTPW_10259
IGTPW_10259: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10259/index.html
IGT_7601: 9c6e7f255724e327627be7c8ed30e23742e97386 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-518-1832821c7e4c5bd24353183f060f1435b2eb7992: 1832821c7e4c5bd24353183f060f1435b2eb7992
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10259/index.html
[-- Attachment #2: Type: text/html, Size: 3173 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev2)
2023-11-24 5:46 [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Bhanuprakash Modem
2023-11-24 7:07 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2023-11-24 7:15 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
@ 2023-11-26 6:05 ` Patchwork
2023-11-26 6:15 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
` (5 subsequent siblings)
8 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2023-11-26 6:05 UTC (permalink / raw)
To: Bhanuprakash Modem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2048 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev2)
URL : https://patchwork.freedesktop.org/series/126853/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7603_BAT -> XEIGTPW_10269_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_10269_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1:
- bat-adlp-7: [PASS][1] -> [FAIL][2] ([Intel XE#480]) +1 other test fail
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7603/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10269/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@c-edp1.html
#### Possible fixes ####
* {igt@xe_create@create-execqueues-leak}:
- bat-atsm-2: [FAIL][3] ([Intel XE#524]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7603/bat-atsm-2/igt@xe_create@create-execqueues-leak.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10269/bat-atsm-2/igt@xe_create@create-execqueues-leak.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480
[Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524
Build changes
-------------
* IGT: IGT_7603 -> IGTPW_10269
IGTPW_10269: 10269
IGT_7603: 2ddd8cac90d4333943cd017319514949b047821b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-518-1832821c7e4c5bd24353183f060f1435b2eb7992: 1832821c7e4c5bd24353183f060f1435b2eb7992
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10269/index.html
[-- Attachment #2: Type: text/html, Size: 2644 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [igt-dev] ✗ Fi.CI.BAT: failure for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev2)
2023-11-24 5:46 [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Bhanuprakash Modem
` (2 preceding siblings ...)
2023-11-26 6:05 ` [igt-dev] ✓ CI.xeBAT: success for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev2) Patchwork
@ 2023-11-26 6:15 ` Patchwork
2023-11-26 8:55 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3) Patchwork
` (4 subsequent siblings)
8 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2023-11-26 6:15 UTC (permalink / raw)
To: Bhanuprakash Modem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 8586 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev2)
URL : https://patchwork.freedesktop.org/series/126853/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13923 -> IGTPW_10269
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_10269 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_10269, please notify your bug team (I915-ci-infra@lists.freedesktop.org) 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_10269/index.html
Participating hosts (38 -> 36)
------------------------------
Additional (1): bat-dg2-8
Missing (3): bat-kbl-2 bat-adlm-1 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_10269:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live@execlists:
- fi-bsw-n3050: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/fi-bsw-n3050/igt@i915_selftest@live@execlists.html
Known issues
------------
Here are the changes found in IGTPW_10269 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s0@lmem0:
- bat-dg2-8: NOTRUN -> [INCOMPLETE][3] ([i915#9275])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@gem_exec_suspend@basic-s0@lmem0.html
* igt@gem_mmap@basic:
- bat-dg2-8: NOTRUN -> [SKIP][4] ([i915#4083])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@gem_mmap@basic.html
* igt@gem_mmap_gtt@basic:
- bat-dg2-8: NOTRUN -> [SKIP][5] ([i915#4077]) +2 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@gem_mmap_gtt@basic.html
* igt@gem_tiled_pread_basic:
- bat-dg2-8: NOTRUN -> [SKIP][6] ([i915#4079]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg2-8: NOTRUN -> [SKIP][7] ([i915#6621])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@i915_pm_rps@basic-api.html
* igt@i915_suspend@basic-s3-without-i915:
- bat-dg2-8: NOTRUN -> [SKIP][8] ([i915#6645])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][9] ([i915#5190])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][10] ([i915#4215] / [i915#5190])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- bat-dg2-8: NOTRUN -> [SKIP][11] ([i915#4212]) +6 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- bat-dg2-8: NOTRUN -> [SKIP][12] ([i915#4212] / [i915#5608])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][13] ([i915#4103] / [i915#4213] / [i915#5608]) +1 other test skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg2-8: NOTRUN -> [SKIP][14] ([fdo#109285])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-8: NOTRUN -> [SKIP][15] ([i915#5274])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg2-8: NOTRUN -> [SKIP][16] ([i915#3555] / [i915#4098])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-8: NOTRUN -> [SKIP][17] ([i915#3708])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-dg2-8: NOTRUN -> [SKIP][18] ([i915#3708] / [i915#4077]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-write:
- bat-dg2-8: NOTRUN -> [SKIP][19] ([i915#3291] / [i915#3708]) +2 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/bat-dg2-8/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: [DMESG-FAIL][20] ([i915#5334]) -> [PASS][21]
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
- fi-glk-j4005: [DMESG-FAIL][22] -> [PASS][23]
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/fi-glk-j4005/igt@i915_selftest@live@gt_heartbeat.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/fi-glk-j4005/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_suspend@basic-s2idle-without-i915:
- fi-glk-j4005: [ABORT][24] ([i915#8213]) -> [PASS][25]
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/fi-glk-j4005/igt@i915_suspend@basic-s2idle-without-i915.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/fi-glk-j4005/igt@i915_suspend@basic-s2idle-without-i915.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
[i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7603 -> IGTPW_10269
CI-20190529: 20190529
CI_DRM_13923: 6f80addbbb74cb31eade6cca2109327add88b374 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10269: 10269
IGT_7603: 2ddd8cac90d4333943cd017319514949b047821b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10269/index.html
[-- Attachment #2: Type: text/html, Size: 9994 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [igt-dev] ✗ GitLab.Pipeline: warning for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3)
2023-11-24 5:46 [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Bhanuprakash Modem
` (3 preceding siblings ...)
2023-11-26 6:15 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
@ 2023-11-26 8:55 ` Patchwork
2023-11-26 9:25 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
` (3 subsequent siblings)
8 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2023-11-26 8:55 UTC (permalink / raw)
To: Bhanuprakash Modem; +Cc: igt-dev
== Series Details ==
Series: tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3)
URL : https://patchwork.freedesktop.org/series/126853/
State : warning
== Summary ==
Pipeline status: FAILED.
see https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1042750 for the overview.
build:tests-debian-meson-armhf has failed (https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/jobs/52028027):
Checking if the user of the pipeline is allowed...
Checking if the job's project is part of a well-known group...
Thank you for contributing to freedesktop.org
Fetching changes...
Reinitialized existing Git repository in /builds/gfx-ci/igt-ci-tags/.git/
Checking out 4ba2b926 as detached HEAD (ref is intel/IGTPW_10270)...
Removing build/
Removing lib/i915/perf-configs/__pycache__/
Removing scripts/__pycache__/
Skipping Git submodules setup
section_end:1700988641:get_sources
section_start:1700988641:step_script
Executing "step_script" stage of the job script
Using docker image sha256:4a4103f1a476d355d866b481ff96ac05a32a3a715cefcc1cbc1356a8959fb5f8 for registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-armhf:commit-4ba2b926d4a4d10bb44a130f588713d6b9f66ff6 with digest registry.freedesktop.org/gfx-ci/igt-ci-tags/build-debian-armhf@sha256:3a0ffeb305cdc6ef081dde81d86afee76102e74f76c0f7bd5685fc2457ec707b ...
section_end:1700988643:step_script
section_start:1700988643:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1700988644:cleanup_file_variables
ERROR: Job failed (system failure): Error response from daemon: no such image: docker.io/library/sha256:4a4103f1a476d355d866b481ff96ac05a32a3a715cefcc1cbc1356a8959fb5f8: image not known (docker.go:570:0s)
== Logs ==
For more details see: https://gitlab.freedesktop.org/gfx-ci/igt-ci-tags/-/pipelines/1042750
^ permalink raw reply [flat|nested] 11+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3)
2023-11-24 5:46 [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Bhanuprakash Modem
` (4 preceding siblings ...)
2023-11-26 8:55 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3) Patchwork
@ 2023-11-26 9:25 ` Patchwork
2023-11-26 9:28 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
` (2 subsequent siblings)
8 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2023-11-26 9:25 UTC (permalink / raw)
To: Bhanuprakash Modem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1679 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3)
URL : https://patchwork.freedesktop.org/series/126853/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7603_BAT -> XEIGTPW_10270_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_10270_BAT that come from known issues:
### IGT changes ###
#### Warnings ####
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-7: [FAIL][1] ([Intel XE#616] / [Intel XE#750]) -> [DMESG-FAIL][2] ([Intel XE#282] / [i915#2017])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7603/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10270/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[Intel XE#282]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/282
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#750]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/750
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
Build changes
-------------
* IGT: IGT_7603 -> IGTPW_10270
IGTPW_10270: 10270
IGT_7603: 2ddd8cac90d4333943cd017319514949b047821b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-518-1832821c7e4c5bd24353183f060f1435b2eb7992: 1832821c7e4c5bd24353183f060f1435b2eb7992
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10270/index.html
[-- Attachment #2: Type: text/html, Size: 2227 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3)
2023-11-24 5:46 [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Bhanuprakash Modem
` (5 preceding siblings ...)
2023-11-26 9:25 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
@ 2023-11-26 9:28 ` Patchwork
2023-11-26 10:47 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-11-27 5:36 ` [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Karthik B S
8 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2023-11-26 9:28 UTC (permalink / raw)
To: Bhanuprakash Modem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 9018 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3)
URL : https://patchwork.freedesktop.org/series/126853/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13923 -> IGTPW_10270
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/index.html
Participating hosts (38 -> 36)
------------------------------
Additional (1): bat-dg2-8
Missing (3): bat-kbl-2 bat-adlm-1 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_10270 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_exec_suspend@basic-s3@smem:
- bat-dg2-8: NOTRUN -> [INCOMPLETE][1] ([i915#9275])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@gem_exec_suspend@basic-s3@smem.html
* igt@gem_mmap@basic:
- bat-dg2-8: NOTRUN -> [SKIP][2] ([i915#4083])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@gem_mmap@basic.html
* igt@gem_mmap_gtt@basic:
- bat-dg2-8: NOTRUN -> [SKIP][3] ([i915#4077]) +2 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@gem_mmap_gtt@basic.html
* igt@gem_tiled_pread_basic:
- bat-dg2-8: NOTRUN -> [SKIP][4] ([i915#4079]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-dg2-8: NOTRUN -> [SKIP][5] ([i915#6621])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@i915_pm_rps@basic-api.html
* igt@i915_suspend@basic-s3-without-i915:
- bat-dg2-8: NOTRUN -> [SKIP][6] ([i915#6645])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][7] ([i915#5190])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][8] ([i915#4215] / [i915#5190])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- bat-dg2-8: NOTRUN -> [SKIP][9] ([i915#4212]) +6 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- bat-dg2-8: NOTRUN -> [SKIP][10] ([i915#4212] / [i915#5608])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-dg2-8: NOTRUN -> [SKIP][11] ([i915#4103] / [i915#4213] / [i915#5608]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-dg2-8: NOTRUN -> [SKIP][12] ([fdo#109285])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-dg2-8: NOTRUN -> [SKIP][13] ([i915#5274])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_hdmi_inject@inject-audio:
- fi-kbl-guc: [PASS][14] -> [FAIL][15] ([IGT#3])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence:
- bat-dg2-11: NOTRUN -> [SKIP][16] ([i915#1845] / [i915#9197])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-11/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1:
- bat-rplp-1: [PASS][17] -> [ABORT][18] ([i915#8668])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-dg2-8: NOTRUN -> [SKIP][19] ([i915#3555] / [i915#4098])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-dg2-8: NOTRUN -> [SKIP][20] ([i915#3708])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-mmap:
- bat-dg2-8: NOTRUN -> [SKIP][21] ([i915#3708] / [i915#4077]) +1 other test skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-write:
- bat-dg2-8: NOTRUN -> [SKIP][22] ([i915#3291] / [i915#3708]) +2 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/bat-dg2-8/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: [DMESG-FAIL][23] ([i915#5334]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
- fi-glk-j4005: [DMESG-FAIL][25] -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/fi-glk-j4005/igt@i915_selftest@live@gt_heartbeat.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/fi-glk-j4005/igt@i915_selftest@live@gt_heartbeat.html
* igt@i915_suspend@basic-s2idle-without-i915:
- fi-glk-j4005: [ABORT][27] ([i915#8213]) -> [PASS][28]
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/fi-glk-j4005/igt@i915_suspend@basic-s2idle-without-i915.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/fi-glk-j4005/igt@i915_suspend@basic-s2idle-without-i915.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6645]: https://gitlab.freedesktop.org/drm/intel/issues/6645
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#9197]: https://gitlab.freedesktop.org/drm/intel/issues/9197
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
[i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7603 -> IGTPW_10270
CI-20190529: 20190529
CI_DRM_13923: 6f80addbbb74cb31eade6cca2109327add88b374 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10270: 10270
IGT_7603: 2ddd8cac90d4333943cd017319514949b047821b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/index.html
[-- Attachment #2: Type: text/html, Size: 10466 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3)
2023-11-24 5:46 [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Bhanuprakash Modem
` (6 preceding siblings ...)
2023-11-26 9:28 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
@ 2023-11-26 10:47 ` Patchwork
2023-11-27 5:36 ` [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Karthik B S
8 siblings, 0 replies; 11+ messages in thread
From: Patchwork @ 2023-11-26 10:47 UTC (permalink / raw)
To: Bhanuprakash Modem; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 75111 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3)
URL : https://patchwork.freedesktop.org/series/126853/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13923_full -> IGTPW_10270_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_10270_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_10270_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) 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_10270/index.html
Participating hosts (11 -> 10)
------------------------------
Missing (1): shard-tglu0
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_10270_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_cursor_legacy@flip-vs-cursor-varying-size:
- shard-glk: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-glk5/igt@kms_cursor_legacy@flip-vs-cursor-varying-size.html
#### Warnings ####
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [INCOMPLETE][3] ([i915#9364]) -> [ABORT][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg2-5/igt@gem_create@create-ext-cpu-access-big.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
Known issues
------------
Here are the changes found in IGTPW_10270_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@object-noreloc-keep-cache-simple:
- shard-snb: NOTRUN -> [SKIP][5] ([fdo#109271]) +57 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-snb2/igt@api_intel_bb@object-noreloc-keep-cache-simple.html
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-mtlp: NOTRUN -> [SKIP][6] ([i915#8411]) +1 other test skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@core_hotunplug@unbind-rebind:
- shard-dg1: [PASS][7] -> [DMESG-WARN][8] ([i915#4391] / [i915#4423])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg1-12/igt@core_hotunplug@unbind-rebind.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-15/igt@core_hotunplug@unbind-rebind.html
* igt@drm_fdinfo@isolation@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8414]) +17 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@drm_fdinfo@isolation@rcs0.html
* igt@drm_fdinfo@most-busy-check-all@bcs0:
- shard-dg2: NOTRUN -> [SKIP][10] ([i915#8414]) +20 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@drm_fdinfo@most-busy-check-all@bcs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@bcs0:
- shard-dg1: NOTRUN -> [SKIP][11] ([i915#8414]) +4 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-16/igt@drm_fdinfo@most-busy-idle-check-all@bcs0.html
* igt@gem_caching@read-writes:
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#4873])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@gem_caching@read-writes.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-mtlp: NOTRUN -> [SKIP][13] ([i915#9323])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-mtlp: NOTRUN -> [SKIP][14] ([i915#6335])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][15] ([i915#8562])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@gem_create@create-ext-set-pat.html
* igt@gem_create@hog-create@smem0:
- shard-mtlp: NOTRUN -> [FAIL][16] ([i915#8758])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@gem_create@hog-create@smem0.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-mtlp: NOTRUN -> [SKIP][17] ([fdo#109314])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@engines-hostile:
- shard-snb: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#1099]) +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-snb2/igt@gem_ctx_persistence@engines-hostile.html
* igt@gem_ctx_persistence@heartbeat-close:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#8555]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@gem_ctx_persistence@heartbeat-close.html
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#8555])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@gem_ctx_persistence@heartbeat-close.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#5882]) +9 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs1:
- shard-mtlp: NOTRUN -> [SKIP][22] ([i915#5882]) +5 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs1.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][23] ([i915#280])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@gem_ctx_sseu@mmap-args.html
- shard-mtlp: NOTRUN -> [SKIP][24] ([i915#280])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_exec_balancer@bonded-dual:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#4771])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-2/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@bonded-pair:
- shard-mtlp: NOTRUN -> [SKIP][26] ([i915#4771])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@gem_exec_balancer@bonded-pair.html
* igt@gem_exec_balancer@bonded-true-hang:
- shard-dg2: NOTRUN -> [SKIP][27] ([i915#4812])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@gem_exec_balancer@bonded-true-hang.html
* igt@gem_exec_balancer@parallel-ordering:
- shard-tglu: NOTRUN -> [FAIL][28] ([i915#6117])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-6/igt@gem_exec_balancer@parallel-ordering.html
* igt@gem_exec_capture@capture-invisible@lmem0:
- shard-dg2: NOTRUN -> [SKIP][29] ([i915#6334]) +1 other test skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@gem_exec_capture@capture-invisible@lmem0.html
* igt@gem_exec_capture@capture-invisible@smem0:
- shard-mtlp: NOTRUN -> [SKIP][30] ([i915#6334])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@gem_exec_capture@capture-invisible@smem0.html
* igt@gem_exec_capture@many-4k-incremental:
- shard-mtlp: NOTRUN -> [FAIL][31] ([i915#9606])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@gem_exec_capture@many-4k-incremental.html
- shard-dg2: NOTRUN -> [FAIL][32] ([i915#9606])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@gem_exec_capture@many-4k-incremental.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-tglu: [PASS][33] -> [FAIL][34] ([i915#2842])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-tglu-7/igt@gem_exec_fair@basic-none-share@rcs0.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-8/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-tglu: NOTRUN -> [FAIL][35] ([i915#2842])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-9/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [PASS][36] -> [FAIL][37] ([i915#2842])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-tglu: [PASS][38] -> [FAIL][39] ([i915#2876])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-tglu-2/igt@gem_exec_fair@basic-pace@rcs0.html
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-9/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_fair@basic-sync:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#3539])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@gem_exec_fair@basic-sync.html
- shard-mtlp: NOTRUN -> [SKIP][41] ([i915#4473] / [i915#4771])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@gem_exec_fair@basic-sync.html
* igt@gem_exec_fence@submit3:
- shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4812])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@gem_exec_fence@submit3.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-mtlp: NOTRUN -> [SKIP][43] ([i915#3711])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-uc-pro-default:
- shard-dg2: NOTRUN -> [SKIP][44] ([i915#3539] / [i915#4852]) +7 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@gem_exec_flush@basic-uc-pro-default.html
* igt@gem_exec_flush@basic-wb-ro-before-default:
- shard-dg1: NOTRUN -> [SKIP][45] ([i915#3539] / [i915#4852]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-15/igt@gem_exec_flush@basic-wb-ro-before-default.html
* igt@gem_exec_gttfill@multigpu-basic:
- shard-mtlp: NOTRUN -> [SKIP][46] ([i915#7697])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@gem_exec_gttfill@multigpu-basic.html
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#7697]) +2 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@gem_exec_gttfill@multigpu-basic.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-dg2: NOTRUN -> [SKIP][48] ([fdo#109283] / [i915#5107])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-gtt-active:
- shard-dg1: NOTRUN -> [SKIP][49] ([i915#3281]) +2 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-15/igt@gem_exec_reloc@basic-gtt-active.html
* igt@gem_exec_reloc@basic-gtt-cpu-active:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#3281]) +18 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-2/igt@gem_exec_reloc@basic-gtt-cpu-active.html
* igt@gem_exec_reloc@basic-write-wc:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#3281]) +9 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@gem_exec_reloc@basic-write-wc.html
* igt@gem_exec_schedule@preempt-queue:
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4537] / [i915#4812])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#4537] / [i915#4812]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-7/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_suspend@basic-s4-devices@smem:
- shard-tglu: [PASS][54] -> [ABORT][55] ([i915#7975] / [i915#8213])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-tglu-3/igt@gem_exec_suspend@basic-s4-devices@smem.html
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][56] ([i915#4860]) +4 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@gem_fence_thrash@bo-copy.html
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4860]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@gem_fence_thrash@bo-copy.html
* igt@gem_fence_thrash@bo-write-verify-none:
- shard-dg1: NOTRUN -> [SKIP][58] ([i915#4860]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-18/igt@gem_fence_thrash@bo-write-verify-none.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-glk: NOTRUN -> [SKIP][59] ([fdo#109271] / [i915#4613])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-glk9/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@basic:
- shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4613]) +3 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-8/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@verify-random-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#4565])
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-18/igt@gem_lmem_swapping@verify-random-ccs@lmem0.html
* igt@gem_media_vme:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#284])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@gem_media_vme.html
* igt@gem_mmap_gtt@hang-busy:
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4077]) +6 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-8/igt@gem_mmap_gtt@hang-busy.html
* igt@gem_mmap_gtt@zero-extend:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#4077]) +17 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@gem_mmap_gtt@zero-extend.html
* igt@gem_mmap_wc@set-cache-level:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4083]) +4 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@gem_mmap_wc@set-cache-level.html
* igt@gem_mmap_wc@write-wc-read-gtt:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#4083]) +4 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-2/igt@gem_mmap_wc@write-wc-read-gtt.html
* igt@gem_partial_pwrite_pread@reads-display:
- shard-mtlp: NOTRUN -> [SKIP][67] ([i915#3282]) +5 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-8/igt@gem_partial_pwrite_pread@reads-display.html
* igt@gem_pread@bench:
- shard-dg1: NOTRUN -> [SKIP][68] ([i915#3282])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-17/igt@gem_pread@bench.html
* igt@gem_pread@exhaustion:
- shard-snb: NOTRUN -> [WARN][69] ([i915#2658])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-snb4/igt@gem_pread@exhaustion.html
- shard-tglu: NOTRUN -> [WARN][70] ([i915#2658])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-10/igt@gem_pread@exhaustion.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#4270]) +6 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-mtlp: NOTRUN -> [SKIP][72] ([i915#4270]) +3 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_pxp@verify-pxp-stale-ctx-execution:
- shard-tglu: NOTRUN -> [SKIP][73] ([i915#4270])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-9/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
* igt@gem_readwrite@write-bad-handle:
- shard-dg2: NOTRUN -> [SKIP][74] ([i915#3282]) +6 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-7/igt@gem_readwrite@write-bad-handle.html
* igt@gem_render_copy@x-tiled-to-vebox-yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][75] ([i915#8428]) +4 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@gem_render_copy@x-tiled-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#4079]) +4 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_tiled_blits@basic:
- shard-dg1: NOTRUN -> [SKIP][77] ([i915#4077]) +4 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-14/igt@gem_tiled_blits@basic.html
* igt@gem_tiled_pread_pwrite:
- shard-mtlp: NOTRUN -> [SKIP][78] ([i915#4079]) +1 other test skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@gem_tiled_pread_pwrite.html
* igt@gem_unfence_active_buffers:
- shard-dg2: NOTRUN -> [SKIP][79] ([i915#4879])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-7/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@coherency-sync:
- shard-tglu: NOTRUN -> [SKIP][80] ([fdo#110542])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-8/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-mtlp: NOTRUN -> [SKIP][81] ([i915#3297]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#3297] / [i915#4880]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@gem_userptr_blits@map-fixed-invalidate-overlap.html
* igt@gem_userptr_blits@sd-probe:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#3297] / [i915#4958])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@gem_userptr_blits@sd-probe.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#3297]) +4 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@gem_userptr_blits@unsync-overlap.html
* igt@gem_userptr_blits@vma-merge:
- shard-mtlp: NOTRUN -> [FAIL][85] ([i915#3318])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@gem_userptr_blits@vma-merge.html
* igt@gen7_exec_parse@basic-allocation:
- shard-tglu: NOTRUN -> [SKIP][86] ([fdo#109289])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-7/igt@gen7_exec_parse@basic-allocation.html
* igt@gen9_exec_parse@allowed-all:
- shard-glk: [PASS][87] -> [INCOMPLETE][88] ([i915#5566])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-glk9/igt@gen9_exec_parse@allowed-all.html
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-glk9/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@allowed-single:
- shard-dg2: NOTRUN -> [SKIP][89] ([i915#2856]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@basic-rejected:
- shard-tglu: NOTRUN -> [SKIP][90] ([i915#2527] / [i915#2856]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-3/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-mtlp: NOTRUN -> [SKIP][91] ([i915#2856])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@i915_fb_tiling:
- shard-dg1: NOTRUN -> [SKIP][92] ([i915#4881])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-19/igt@i915_fb_tiling.html
* igt@i915_module_load@load:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#6227])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [PASS][94] -> [WARN][95] ([i915#7356])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg2-6/igt@i915_module_load@reload-with-fault-injection.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html
- shard-tglu: [PASS][96] -> [INCOMPLETE][97] ([i915#9200])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-tglu-2/igt@i915_module_load@reload-with-fault-injection.html
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pipe_stress@stress-xrgb8888-ytiled:
- shard-mtlp: NOTRUN -> [SKIP][98] ([i915#8436])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@i915_pipe_stress@stress-xrgb8888-ytiled.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-dg2: NOTRUN -> [SKIP][99] ([fdo#109293] / [fdo#109506])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
- shard-mtlp: NOTRUN -> [SKIP][100] ([fdo#109293])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_pm_rpm@gem-mmap-type@gtt-smem0:
- shard-mtlp: NOTRUN -> [SKIP][101] ([i915#8431])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@i915_pm_rpm@gem-mmap-type@gtt-smem0.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#6621]) +1 other test skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_pm_rps@thresholds@gt0:
- shard-mtlp: NOTRUN -> [SKIP][103] ([i915#8925])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@i915_pm_rps@thresholds@gt0.html
* igt@i915_pm_rps@thresholds@gt1:
- shard-mtlp: NOTRUN -> [SKIP][104] ([i915#3555] / [i915#8925])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@i915_pm_rps@thresholds@gt1.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#6245])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-12/igt@i915_query@hwconfig_table.html
* igt@i915_selftest@mock@memory_region:
- shard-glk: NOTRUN -> [DMESG-WARN][106] ([i915#9311])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-glk2/igt@i915_selftest@mock@memory_region.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#4212]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-2/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-mtlp: NOTRUN -> [SKIP][108] ([i915#4212])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg1: NOTRUN -> [SKIP][109] ([i915#4212])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-17/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@alternate-sync-async-flip@pipe-a-vga-1:
- shard-snb: [PASS][110] -> [FAIL][111] ([i915#2521])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-snb5/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-vga-1.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-snb7/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-vga-1.html
* igt@kms_async_flips@crc@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [FAIL][112] ([i915#8247]) +3 other tests fail
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-7/igt@kms_async_flips@crc@pipe-a-hdmi-a-3.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-mtlp: NOTRUN -> [SKIP][113] ([i915#3555] / [i915#4098])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#1769] / [i915#3555])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-tglu: NOTRUN -> [SKIP][115] ([fdo#111615] / [i915#5286]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-6/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][116] ([i915#4538] / [i915#5286]) +2 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-16/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: [PASS][117] -> [FAIL][118] ([i915#5138])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@linear-64bpp-rotate-0:
- shard-dg1: [PASS][119] -> [DMESG-WARN][120] ([i915#4423]) +1 other test dmesg-warn
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg1-18/igt@kms_big_fb@linear-64bpp-rotate-0.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-15/igt@kms_big_fb@linear-64bpp-rotate-0.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-mtlp: NOTRUN -> [SKIP][121] ([fdo#111614]) +2 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][122] ([fdo#111614]) +5 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][123] ([i915#5190]) +22 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][124] ([fdo#111614])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-8/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-tglu: [PASS][125] -> [FAIL][126] ([i915#3743])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-0:
- shard-tglu: NOTRUN -> [SKIP][127] ([fdo#111615])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-3/igt@kms_big_fb@yf-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][128] ([i915#4538] / [i915#5190]) +9 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180:
- shard-dg1: NOTRUN -> [SKIP][129] ([i915#4538])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-17/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-mtlp: NOTRUN -> [SKIP][130] ([fdo#111615]) +9 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_joiner@basic:
- shard-tglu: NOTRUN -> [SKIP][131] ([i915#2705])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-3/igt@kms_big_joiner@basic.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#2705])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2: NOTRUN -> [SKIP][133] ([i915#4087] / [i915#7213]) +3 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][134] ([i915#7213])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#4087]) +3 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-tglu: NOTRUN -> [SKIP][136] ([fdo#111827])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-10/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_color@degamma:
- shard-dg2: NOTRUN -> [SKIP][137] ([fdo#111827]) +3 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@kms_chamelium_color@degamma.html
- shard-mtlp: NOTRUN -> [SKIP][138] ([fdo#111827]) +1 other test skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_frames@hdmi-crc-multiple:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#7828]) +17 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_chamelium_frames@hdmi-crc-multiple.html
* igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats:
- shard-tglu: NOTRUN -> [SKIP][140] ([i915#7828])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-9/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-dg1: NOTRUN -> [SKIP][141] ([i915#7828]) +1 other test skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-19/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
- shard-mtlp: NOTRUN -> [SKIP][142] ([i915#7828]) +7 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
* igt@kms_content_protection@atomic:
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#7118])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-7/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@atomic-dpms:
- shard-mtlp: NOTRUN -> [SKIP][144] ([i915#6944])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-8/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@atomic-dpms@pipe-a-dp-4:
- shard-dg2: NOTRUN -> [TIMEOUT][145] ([i915#7173])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2: NOTRUN -> [SKIP][146] ([i915#3299])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#3555]) +7 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-offscreen-32x32:
- shard-mtlp: NOTRUN -> [SKIP][148] ([i915#3555] / [i915#8814])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@kms_cursor_crc@cursor-offscreen-32x32.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#3359]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-32x32:
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#3555]) +2 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-6/igt@kms_cursor_crc@cursor-onscreen-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-dg1: NOTRUN -> [SKIP][151] ([i915#3555])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-19/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-dg2: NOTRUN -> [SKIP][152] ([fdo#109274] / [i915#5354]) +7 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
- shard-mtlp: NOTRUN -> [SKIP][153] ([i915#3546]) +2 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-tglu: NOTRUN -> [SKIP][154] ([fdo#109274])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-8/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [PASS][155] -> [FAIL][156] ([i915#2346])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg2: NOTRUN -> [SKIP][157] ([i915#4103] / [i915#4213]) +2 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-mtlp: NOTRUN -> [SKIP][158] ([i915#4213])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_cursor_legacy@single-move@all-pipes:
- shard-mtlp: [PASS][159] -> [DMESG-WARN][160] ([i915#2017])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-mtlp-5/igt@kms_cursor_legacy@single-move@all-pipes.html
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@kms_cursor_legacy@single-move@all-pipes.html
* igt@kms_display_modes@extended-mode-basic:
- shard-mtlp: NOTRUN -> [SKIP][161] ([i915#3555] / [i915#8827])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_dp_aux_dev:
- shard-tglu: NOTRUN -> [SKIP][162] ([i915#1257])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-6/igt@kms_dp_aux_dev.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-mtlp: NOTRUN -> [SKIP][163] ([i915#3637]) +5 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-dg2: NOTRUN -> [SKIP][164] ([fdo#109274] / [fdo#111767])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-tglu: NOTRUN -> [SKIP][165] ([fdo#109274] / [i915#3637]) +3 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-7/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-dg2: NOTRUN -> [SKIP][166] ([fdo#109274]) +12 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#8381])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][168] ([i915#2587] / [i915#2672])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][169] ([i915#2672]) +4 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][170] ([i915#2672] / [i915#3555])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][171] ([i915#2672]) +3 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][172] ([i915#3555] / [i915#8810]) +2 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-xtile-to-32bpp-xtile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][173] ([i915#2587] / [i915#2672])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-dg2: NOTRUN -> [SKIP][174] ([fdo#109285])
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_force_connector_basic@force-load-detect.html
- shard-mtlp: NOTRUN -> [SKIP][175] ([fdo#109285])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render:
- shard-dg2: [PASS][176] -> [FAIL][177] ([i915#6880]) +4 other tests fail
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][178] ([i915#8708]) +7 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw:
- shard-dg2: NOTRUN -> [SKIP][179] ([i915#5354]) +39 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#8708]) +43 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][181] ([fdo#109280]) +12 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-9/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt:
- shard-glk: NOTRUN -> [SKIP][182] ([fdo#109271]) +31 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-glk6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt:
- shard-dg1: NOTRUN -> [SKIP][183] ([fdo#111825]) +10 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][184] ([i915#5460])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#3458]) +24 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#8708]) +2 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-12/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][187] ([fdo#110189]) +8 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][188] ([i915#1825]) +31 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-mtlp: NOTRUN -> [SKIP][189] ([i915#3555] / [i915#8228])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][190] ([i915#3555] / [i915#8228]) +3 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@kms_hdr@static-toggle-suspend.html
- shard-tglu: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#8228])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-7/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-dg2: NOTRUN -> [SKIP][192] ([fdo#109289]) +6 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][193] ([i915#4573]) +1 other test fail
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-glk6/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-y:
- shard-mtlp: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#8821])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#6953])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][196] ([i915#5235]) +11 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-12/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#5235]) +11 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b-dp-4.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#5235]) +1 other test skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d-edp-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#5235]) +9 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-75@pipe-a-edp-1.html
* igt@kms_psr2_sf@cursor-plane-update-sf:
- shard-dg1: NOTRUN -> [SKIP][200] ([fdo#111068] / [i915#9683])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-18/igt@kms_psr2_sf@cursor-plane-update-sf.html
* igt@kms_psr2_sf@overlay-plane-update-continuous-sf:
- shard-tglu: NOTRUN -> [SKIP][201] ([fdo#111068] / [i915#9683]) +1 other test skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-9/igt@kms_psr2_sf@overlay-plane-update-continuous-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#9683]) +3 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@psr2_primary_mmap_cpu:
- shard-tglu: NOTRUN -> [SKIP][203] ([i915#9673])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-10/igt@kms_psr@psr2_primary_mmap_cpu.html
* igt@kms_psr@psr2_sprite_mmap_gtt:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#9681]) +9 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@kms_psr@psr2_sprite_mmap_gtt.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#4235])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_rotation_crc@exhaust-fences.html
- shard-dg1: NOTRUN -> [SKIP][206] ([i915#4884])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-18/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#4235])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#4235] / [i915#5190]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-7/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-tglu: NOTRUN -> [SKIP][209] ([fdo#111615] / [i915#5289])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#3555] / [i915#4098])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@kms_setmode@clone-exclusive-crtc.html
- shard-mtlp: NOTRUN -> [SKIP][211] ([i915#3555] / [i915#8809])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#8623])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_vrr@flip-suspend:
- shard-mtlp: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8808]) +1 other test skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@kms_vrr@flip-suspend.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-dg2: NOTRUN -> [SKIP][214] ([i915#2437]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-2/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-mtlp: NOTRUN -> [SKIP][215] ([fdo#109289]) +5 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@global-sseu-config-invalid:
- shard-mtlp: NOTRUN -> [SKIP][216] ([i915#7387])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@perf@global-sseu-config-invalid.html
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#7387])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-2/igt@perf@global-sseu-config-invalid.html
* igt@perf_pmu@event-wait@rcs0:
- shard-dg2: NOTRUN -> [SKIP][218] ([fdo#112283])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@faulting-read@gtt:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#8440])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-8/igt@perf_pmu@faulting-read@gtt.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-tglu: NOTRUN -> [SKIP][220] ([i915#8516])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-6/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@perf_pmu@render-node-busy@vcs0:
- shard-mtlp: [PASS][221] -> [FAIL][222] ([i915#4349]) +2 other tests fail
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-mtlp-5/igt@perf_pmu@render-node-busy@vcs0.html
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-5/igt@perf_pmu@render-node-busy@vcs0.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg2: NOTRUN -> [SKIP][223] ([i915#3708] / [i915#4077])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-11/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#3291] / [i915#3708]) +1 other test skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-6/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@fence-read-hang:
- shard-dg2: NOTRUN -> [SKIP][225] ([i915#3708]) +2 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@prime_vgem@fence-read-hang.html
* igt@prime_vgem@fence-write-hang:
- shard-mtlp: NOTRUN -> [SKIP][226] ([i915#3708]) +2 other tests skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@prime_vgem@fence-write-hang.html
* igt@tools_test@sysfs_l3_parity:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#4818])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@tools_test@sysfs_l3_parity.html
- shard-mtlp: NOTRUN -> [SKIP][228] ([i915#4818])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@tools_test@sysfs_l3_parity.html
* igt@v3d/v3d_perfmon@get-values-valid-perfmon:
- shard-mtlp: NOTRUN -> [SKIP][229] ([i915#2575]) +11 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@v3d/v3d_perfmon@get-values-valid-perfmon.html
* igt@v3d/v3d_submit_cl@bad-multisync-pad:
- shard-tglu: NOTRUN -> [SKIP][230] ([fdo#109315] / [i915#2575]) +4 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-7/igt@v3d/v3d_submit_cl@bad-multisync-pad.html
* igt@v3d/v3d_submit_cl@bad-perfmon:
- shard-dg2: NOTRUN -> [SKIP][231] ([i915#2575]) +17 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@v3d/v3d_submit_cl@bad-perfmon.html
* igt@v3d/v3d_wait_bo@unused-bo-0ns:
- shard-dg1: NOTRUN -> [SKIP][232] ([i915#2575]) +2 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-12/igt@v3d/v3d_wait_bo@unused-bo-0ns.html
* igt@vc4/vc4_label_bo@set-bad-handle:
- shard-mtlp: NOTRUN -> [SKIP][233] ([i915#7711]) +7 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-8/igt@vc4/vc4_label_bo@set-bad-handle.html
* igt@vc4/vc4_mmap@mmap-bo:
- shard-dg2: NOTRUN -> [SKIP][234] ([i915#7711]) +16 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-5/igt@vc4/vc4_mmap@mmap-bo.html
* igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged:
- shard-dg1: NOTRUN -> [SKIP][235] ([i915#7711]) +3 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-15/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged.html
* igt@vc4/vc4_tiling@set-get:
- shard-tglu: NOTRUN -> [SKIP][236] ([i915#2575]) +2 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-9/igt@vc4/vc4_tiling@set-get.html
#### Possible fixes ####
* igt@gem_eio@unwedge-stress:
- shard-dg1: [FAIL][237] ([i915#5784]) -> [PASS][238]
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg1-19/igt@gem_eio@unwedge-stress.html
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-14/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-tglu: [FAIL][239] ([i915#2842]) -> [PASS][240]
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-tglu-3/igt@gem_exec_fair@basic-pace-share@rcs0.html
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-3/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg1: [ABORT][241] ([i915#7975] / [i915#8213]) -> [PASS][242]
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg1-14/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-19/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [DMESG-WARN][243] ([i915#4936] / [i915#5493]) -> [PASS][244]
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg2-10/igt@gem_lmem_swapping@smem-oom@lmem0.html
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_workarounds@suspend-resume-context:
- shard-mtlp: [ABORT][245] ([i915#9414]) -> [PASS][246]
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-mtlp-8/igt@gem_workarounds@suspend-resume-context.html
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-6/igt@gem_workarounds@suspend-resume-context.html
* igt@i915_pm_rps@reset:
- shard-snb: [INCOMPLETE][247] ([i915#7790]) -> [PASS][248]
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-snb4/igt@i915_pm_rps@reset.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-snb2/igt@i915_pm_rps@reset.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [FAIL][249] ([i915#5138]) -> [PASS][250] +1 other test pass
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-tglu: [FAIL][251] ([i915#3743]) -> [PASS][252]
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-tglu-2/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite:
- shard-dg2: [FAIL][253] ([i915#6880]) -> [PASS][254]
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
* {igt@kms_plane@plane-position-covered@pipe-a}:
- shard-mtlp: [DMESG-WARN][255] ([i915#2017] / [i915#9157]) -> [PASS][256]
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-mtlp-8/igt@kms_plane@plane-position-covered@pipe-a.html
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-4/igt@kms_plane@plane-position-covered@pipe-a.html
* {igt@kms_pm_rpm@dpms-lpsp}:
- shard-dg2: [SKIP][257] ([i915#9519]) -> [PASS][258] +2 other tests pass
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg2-7/igt@kms_pm_rpm@dpms-lpsp.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-10/igt@kms_pm_rpm@dpms-lpsp.html
* {igt@kms_psr@psr2_dpms@edp-1}:
- shard-mtlp: [FAIL][259] -> [PASS][260]
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-mtlp-2/igt@kms_psr@psr2_dpms@edp-1.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-8/igt@kms_psr@psr2_dpms@edp-1.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1:
- shard-tglu: [FAIL][261] ([i915#9196]) -> [PASS][262]
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-tglu-8/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html
#### Warnings ####
* igt@kms_async_flips@crc@pipe-d-edp-1:
- shard-mtlp: [FAIL][263] ([i915#8247]) -> [DMESG-FAIL][264] ([i915#8561]) +2 other tests dmesg-fail
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-mtlp-2/igt@kms_async_flips@crc@pipe-d-edp-1.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-mtlp-7/igt@kms_async_flips@crc@pipe-d-edp-1.html
* igt@kms_content_protection@type1:
- shard-dg2: [SKIP][265] ([i915#7118] / [i915#7162]) -> [SKIP][266] ([i915#7118])
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg2-11/igt@kms_content_protection@type1.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg2-7/igt@kms_content_protection@type1.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move:
- shard-dg1: [SKIP][267] ([fdo#111825]) -> [SKIP][268] ([fdo#111825] / [i915#4423])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13923/shard-dg1-16/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293
[fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
[i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#2876]: https://gitlab.freedesktop.org/drm/intel/issues/2876
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3318]: https://gitlab.freedesktop.org/drm/intel/issues/3318
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3711]: https://gitlab.freedesktop.org/drm/intel/issues/3711
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4391]: https://gitlab.freedesktop.org/drm/intel/issues/4391
[i915#4423]: https://gitlab.freedesktop.org/drm/intel/issues/4423
[i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473
[i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565
[i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873
[i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881
[i915#4884]: https://gitlab.freedesktop.org/drm/intel/issues/4884
[i915#4936]: https://gitlab.freedesktop.org/drm/intel/issues/4936
[i915#4958]: https://gitlab.freedesktop.org/drm/intel/issues/4958
[i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5460]: https://gitlab.freedesktop.org/drm/intel/issues/5460
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#5882]: https://gitlab.freedesktop.org/drm/intel/issues/5882
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6117]: https://gitlab.freedesktop.org/drm/intel/issues/6117
[i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227
[i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245
[i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162
[i915#7173]: https://gitlab.freedesktop.org/drm/intel/issues/7173
[i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213
[i915#7356]: https://gitlab.freedesktop.org/drm/intel/issues/7356
[i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7790]: https://gitlab.freedesktop.org/drm/intel/issues/7790
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8431]: https://gitlab.freedesktop.org/drm/intel/issues/8431
[i915#8436]: https://gitlab.freedesktop.org/drm/intel/issues/8436
[i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440
[i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8561]: https://gitlab.freedesktop.org/drm/intel/issues/8561
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8758]: https://gitlab.freedesktop.org/drm/intel/issues/8758
[i915#8808]: https://gitlab.freedesktop.org/drm/intel/issues/8808
[i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809
[i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821
[i915#8827]: https://gitlab.freedesktop.org/drm/intel/issues/8827
[i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925
[i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053
[i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067
[i915#9157]: https://gitlab.freedesktop.org/drm/intel/issues/9157
[i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196
[i915#9200]: https://gitlab.freedesktop.org/drm/intel/issues/9200
[i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/intel/issues/9337
[i915#9340]: https://gitlab.freedesktop.org/drm/intel/issues/9340
[i915#9364]: https://gitlab.freedesktop.org/drm/intel/issues/9364
[i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412
[i915#9414]: https://gitlab.freedesktop.org/drm/intel/issues/9414
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433
[i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519
[i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606
[i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673
[i915#9681]: https://gitlab.freedesktop.org/drm/intel/issues/9681
[i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7603 -> IGTPW_10270
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13923: 6f80addbbb74cb31eade6cca2109327add88b374 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10270: 10270
IGT_7603: 2ddd8cac90d4333943cd017319514949b047821b @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10270/index.html
[-- Attachment #2: Type: text/html, Size: 89111 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes
2023-11-24 5:46 [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Bhanuprakash Modem
` (7 preceding siblings ...)
2023-11-26 10:47 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-11-27 5:36 ` Karthik B S
8 siblings, 0 replies; 11+ messages in thread
From: Karthik B S @ 2023-11-27 5:36 UTC (permalink / raw)
To: Bhanuprakash Modem, igt-dev
Hi,
On 11/24/2023 11:16 AM, Bhanuprakash Modem wrote:
> Instead of writing a new logic at test level, use library helper
> to iterate all connector modes.
Since the patch is also making an update to the 'mode' variable, please
add the details of this in the commit message.
Also please add the fixes tag for
https://gitlab.freedesktop.org/drm/intel/-/issues/9714
With this updated, the patch LGTM.
Reviewed-by: Karthik B S <karthik.b.s@intel.com>
>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
> ---
> tests/intel/kms_pm_lpsp.c | 20 ++++++++++----------
> 1 file changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/tests/intel/kms_pm_lpsp.c b/tests/intel/kms_pm_lpsp.c
> index a85e4e795..9a6ef1be9 100644
> --- a/tests/intel/kms_pm_lpsp.c
> +++ b/tests/intel/kms_pm_lpsp.c
> @@ -63,7 +63,6 @@ typedef struct {
> char *pwr_dmn_info;
> igt_display_t display;
> struct igt_fb fb;
> - drmModeModeInfo *mode;
> igt_output_t *output;
> enum pipe pipe;
> } data_t;
> @@ -124,12 +123,13 @@ static void screens_disabled_subtest(data_t *data)
> static void setup_lpsp_output(data_t *data)
> {
> igt_plane_t *primary;
> + drmModeModeInfo *mode = igt_output_get_mode(data->output);
>
> primary = igt_output_get_plane_type(data->output,
> DRM_PLANE_TYPE_PRIMARY);
> igt_plane_set_fb(primary, NULL);
> igt_create_pattern_fb(data->drm_fd,
> - data->mode->hdisplay, data->mode->vdisplay,
> + mode->hdisplay, mode->vdisplay,
> DRM_FORMAT_XRGB8888,
> DRM_FORMAT_MOD_LINEAR,
> &data->fb);
> @@ -155,22 +155,22 @@ static void test_cleanup(data_t *data)
>
> static bool test_constraint(data_t *data)
> {
> - drmModeConnectorPtr c = data->output->config.connector;
> - int i;
> + drmModeModeInfo *mode;
>
> igt_display_reset(&data->display);
> igt_output_set_pipe(data->output, data->pipe);
>
> - data->mode = igt_output_get_mode(data->output);
> + mode = igt_output_get_mode(data->output);
>
> /* For LPSP avoid Bigjoiner. */
> - if (igt_bigjoiner_possible(data->mode, max_dotclock)) {
> - for (i = 0; i < c->count_modes; i++) {
> - data->mode = &c->modes[i];
> - if (igt_bigjoiner_possible(data->mode, max_dotclock))
> + if (igt_bigjoiner_possible(mode, max_dotclock)) {
> + for_each_connector_mode(data->output) {
> + mode = &data->output->config.connector->modes[j__];
> +
> + if (igt_bigjoiner_possible(mode, max_dotclock))
> continue;
>
> - igt_output_override_mode(data->output, data->mode);
> + igt_output_override_mode(data->output, mode);
>
> return true;
> }
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-11-27 5:36 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-24 5:46 [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Bhanuprakash Modem
2023-11-24 7:07 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2023-11-24 7:12 ` Modem, Bhanuprakash
2023-11-24 7:15 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
2023-11-26 6:05 ` [igt-dev] ✓ CI.xeBAT: success for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev2) Patchwork
2023-11-26 6:15 ` [igt-dev] ✗ Fi.CI.BAT: failure " Patchwork
2023-11-26 8:55 ` [igt-dev] ✗ GitLab.Pipeline: warning for tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes (rev3) Patchwork
2023-11-26 9:25 ` [igt-dev] ✓ CI.xeBAT: success " Patchwork
2023-11-26 9:28 ` [igt-dev] ✓ Fi.CI.BAT: " Patchwork
2023-11-26 10:47 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-11-27 5:36 ` [igt-dev] [i-g-t] tests/intel/kms_pm_lpsp: Use lib helper to iterate connector modes Karthik B S
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox