* [PATCH i-g-t 1/2] tests/intel/kms_pm_dc: Fix PSR/PR entry timeout in dynamic subtests
2026-07-17 3:56 [PATCH i-g-t 0/2] tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO Jeevan B
@ 2026-07-17 3:56 ` Jeevan B
[not found] ` <CO1PR11MB4913D78D03AD2A61DB0505ECE4C62@CO1PR11MB4913.namprd11.prod.outlook.com>
2026-07-17 3:56 ` [PATCH i-g-t 2/2] tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO Jeevan B
` (3 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Jeevan B @ 2026-07-17 3:56 UTC (permalink / raw)
To: igt-dev; +Cc: dibin.moolakadan.subrahmanian, ramanaidu.naladala, Jeevan B
After cleanup_dc3co_fbs disables the primary plane, later dynamic
subtests can wait for PSR2/Panel Replay entry without any valid plane
content, causing entry checks to time out.
Add commit_initial_dc3co_frame and call it before setup_dc3co in
all DC3CO test paths to ensure a valid framebuffer is present when
PSR2/Panel Replay entry is verified.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_pm_dc.c | 22 ++++++++++++++++++----
1 file changed, 18 insertions(+), 4 deletions(-)
diff --git a/tests/intel/kms_pm_dc.c b/tests/intel/kms_pm_dc.c
index ef53c5f96..018def5e4 100644
--- a/tests/intel/kms_pm_dc.c
+++ b/tests/intel/kms_pm_dc.c
@@ -315,6 +315,16 @@ static void setup_videoplayback(data_t *data)
create_color_fb(data, &data->fb_rgr, red_green_red);
}
+static void commit_initial_dc3co_frame(data_t *data)
+{
+ igt_plane_t *primary;
+
+ primary = igt_output_get_plane_type(data->output,
+ DRM_PLANE_TYPE_PRIMARY);
+ igt_plane_set_fb(primary, &data->fb_rgb);
+ igt_display_commit(&data->display);
+}
+
static void check_dc3co_with_videoplayback_like_load(data_t *data)
{
igt_plane_t *primary;
@@ -356,8 +366,9 @@ static void test_dc3co_vpb_simulation(data_t *data)
{
igt_require_dc_counter(data->debugfs_fd, IGT_INTEL_CHECK_DC3CO);
setup_output(data);
- setup_dc3co(data);
setup_videoplayback(data);
+ commit_initial_dc3co_frame(data);
+ setup_dc3co(data);
check_dc3co_with_videoplayback_like_load(data);
cleanup_dc3co_fbs(data);
}
@@ -436,8 +447,9 @@ static void test_dc3co_framedrop(data_t *data)
{
igt_require_dc_counter(data->debugfs_fd, IGT_INTEL_CHECK_DC3CO);
setup_output(data);
- setup_dc3co(data);
setup_videoplayback(data);
+ commit_initial_dc3co_frame(data);
+ setup_dc3co(data);
detect_dc3co_framedrop(data);
cleanup_dc3co_fbs(data);
}
@@ -493,8 +505,9 @@ static void test_dc3co_vpb_framegap(data_t *data)
{
igt_require_dc_counter(data->debugfs_fd, IGT_INTEL_CHECK_DC3CO);
setup_output(data);
- setup_dc3co(data);
setup_videoplayback(data);
+ commit_initial_dc3co_frame(data);
+ setup_dc3co(data);
check_dc3co_with_framegap_load(data);
cleanup_dc3co_fbs(data);
}
@@ -706,9 +719,10 @@ static void test_dc3co_after_dc6(data_t *data)
igt_require_dc_counter(data->debugfs_fd, IGT_INTEL_CHECK_DC6);
setup_output(data);
+ setup_videoplayback(data);
+ commit_initial_dc3co_frame(data);
setup_dc3co(data);
test_dc_state_dpms(data, IGT_INTEL_CHECK_DC6);
- setup_videoplayback(data);
check_dc3co_with_videoplayback_like_load(data);
cleanup_dc3co_fbs(data);
}
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH i-g-t 2/2] tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO
2026-07-17 3:56 [PATCH i-g-t 0/2] tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO Jeevan B
2026-07-17 3:56 ` [PATCH i-g-t 1/2] tests/intel/kms_pm_dc: Fix PSR/PR entry timeout in dynamic subtests Jeevan B
@ 2026-07-17 3:56 ` Jeevan B
2026-07-17 7:44 ` ✓ Xe.CI.BAT: success for tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO (rev4) Patchwork
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Jeevan B @ 2026-07-17 3:56 UTC (permalink / raw)
To: igt-dev; +Cc: dibin.moolakadan.subrahmanian, ramanaidu.naladala, Jeevan B
Add a new validation test to ensure YUV420 works correctly when
DC3CO is enabled.
v2: Add YUV420 support for all DC3CO tests.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_pm_dc.c | 70 ++++++++++++++++++++++-------------------
1 file changed, 37 insertions(+), 33 deletions(-)
diff --git a/tests/intel/kms_pm_dc.c b/tests/intel/kms_pm_dc.c
index 018def5e4..52f0be183 100644
--- a/tests/intel/kms_pm_dc.c
+++ b/tests/intel/kms_pm_dc.c
@@ -125,16 +125,24 @@ typedef struct {
igt_display_t display;
struct igt_fb fb_white, fb_rgb, fb_rgr;
enum psr_mode op_psr_mode;
+ uint32_t dc3co_fb_format;
drmModeModeInfo *mode;
igt_output_t *output;
bool runtime_suspend_disabled;
} data_t;
-struct dc3co_test_mode {
+struct dc3co_test_case {
enum psr_mode mode;
+ uint32_t fb_format;
const char *name;
};
+static const struct dc3co_test_case dc3co_cases[] = {
+ { PSR_MODE_2, DRM_FORMAT_XRGB8888, "psr2-xrgb8888" },
+ { PSR_MODE_2, DRM_FORMAT_NV12, "psr2-yuv420" },
+ { PR_MODE, DRM_FORMAT_XRGB8888, "pr-xrgb8888" },
+};
+
static void assert_dc_counter(data_t *data, int dc_flag, uint32_t prev_dc_count);
static void set_output_on_pipe_b(data_t *data)
@@ -275,7 +283,7 @@ static void create_color_fb(data_t *data, igt_fb_t *fb, color_t *fb_color)
fb_id = igt_create_fb(data->drm_fd,
data->mode->hdisplay,
data->mode->vdisplay,
- DRM_FORMAT_XRGB8888,
+ data->dc3co_fb_format,
DRM_FORMAT_MOD_LINEAR,
fb);
igt_assert(fb_id);
@@ -300,6 +308,15 @@ static void assert_dc_counter_negative(data_t *data, int dc_flag, uint32_t prev_
static void setup_videoplayback(data_t *data)
{
+ igt_plane_t *primary;
+
+ primary = igt_output_get_plane_type(data->output,
+ DRM_PLANE_TYPE_PRIMARY);
+ igt_require_f(igt_plane_has_format_mod(primary, data->dc3co_fb_format,
+ DRM_FORMAT_MOD_LINEAR),
+ "Primary plane does not support format %s\n",
+ igt_format_str(data->dc3co_fb_format));
+
color_t red_green_blue[] = {
{ 1.0, 0.0, 0.0 },
{ 0.0, 1.0, 0.0 },
@@ -893,14 +910,10 @@ int igt_main()
igt_describe("In this test we make sure that system enters DC3CO "
"when PSR2 or PR is active and system is in SLEEP state");
igt_subtest_with_dynamic("dc3co-vpb-simulation") {
- static const struct dc3co_test_mode dc3co_modes[] = {
- { PSR_MODE_2, "psr2" },
- { PR_MODE, "pr" },
- };
-
- for (int i = 0; i < ARRAY_SIZE(dc3co_modes); i++) {
- const char *name = dc3co_modes[i].name;
- data.op_psr_mode = dc3co_modes[i].mode;
+ for (int i = 0; i < ARRAY_SIZE(dc3co_cases); i++) {
+ const char *name = dc3co_cases[i].name;
+ data.op_psr_mode = dc3co_cases[i].mode;
+ data.dc3co_fb_format = dc3co_cases[i].fb_format;
igt_dynamic_f("%s", name) {
igt_require_f(intel_display_ver(data.devid) >= 35,
@@ -919,14 +932,10 @@ int igt_main()
igt_describe("Validate that no frame drops occur during DC3CO entry "
"while alternating framebuffers with PSR2 or Panel Replay active");
igt_subtest_with_dynamic("dc3co-framedrop-check") {
- static const struct dc3co_test_mode dc3co_modes[] = {
- { PSR_MODE_2, "psr2" },
- { PR_MODE, "pr" },
- };
-
- for (int i = 0; i < ARRAY_SIZE(dc3co_modes); i++) {
- const char *name = dc3co_modes[i].name;
- data.op_psr_mode = dc3co_modes[i].mode;
+ for (int i = 0; i < ARRAY_SIZE(dc3co_cases); i++) {
+ const char *name = dc3co_cases[i].name;
+ data.op_psr_mode = dc3co_cases[i].mode;
+ data.dc3co_fb_format = dc3co_cases[i].fb_format;
igt_dynamic_f("%s", name) {
igt_require_f(intel_display_ver(data.devid) >= 35,
@@ -945,17 +954,14 @@ int igt_main()
igt_describe("Verify DC3CO entry is still functional after a DC6 entry "
"and exit cycle");
igt_subtest_with_dynamic("dc3co-after-dc6") {
- static const struct dc3co_test_mode dc3co_modes[] = {
- { PSR_MODE_2, "psr2" },
- { PR_MODE, "pr" },
- };
igt_require_f(igt_pm_pc8_plus_residencies_enabled(data.msr_fd),
"PC8+ residencies not supported\n");
- for (int i = 0; i < ARRAY_SIZE(dc3co_modes); i++) {
- const char *name = dc3co_modes[i].name;
- data.op_psr_mode = dc3co_modes[i].mode;
+ for (int i = 0; i < ARRAY_SIZE(dc3co_cases); i++) {
+ const char *name = dc3co_cases[i].name;
+ data.op_psr_mode = dc3co_cases[i].mode;
+ data.dc3co_fb_format = dc3co_cases[i].fb_format;
igt_dynamic_f("%s", name) {
igt_require_f(intel_display_ver(data.devid) >= 35,
@@ -974,14 +980,10 @@ int igt_main()
igt_describe("Validate DC3CO counter increments before and after a delay "
"greater than 6 frame gaps during video-like load with PSR2/PR active");
igt_subtest_with_dynamic("dc3co-vpb-framegap") {
- static const struct dc3co_test_mode dc3co_modes[] = {
- { PSR_MODE_2, "psr2" },
- { PR_MODE, "pr" },
- };
-
- for (int i = 0; i < ARRAY_SIZE(dc3co_modes); i++) {
- const char *name = dc3co_modes[i].name;
- data.op_psr_mode = dc3co_modes[i].mode;
+ for (int i = 0; i < ARRAY_SIZE(dc3co_cases); i++) {
+ const char *name = dc3co_cases[i].name;
+ data.op_psr_mode = dc3co_cases[i].mode;
+ data.dc3co_fb_format = dc3co_cases[i].fb_format;
igt_dynamic_f("%s", name) {
igt_require_f(intel_display_ver(data.devid) >= 35,
@@ -1025,6 +1027,7 @@ int igt_main()
igt_require_f(igt_pm_pc8_plus_residencies_enabled(data.msr_fd),
"PC8+ residencies not supported\n");
igt_require(intel_display_ver(data.devid) >= 20);
+ data.dc3co_fb_format = DRM_FORMAT_XRGB8888;
test_deep_pkgc_state(&data);
}
@@ -1053,6 +1056,7 @@ int igt_main()
igt_require(psr_sink_support(data.drm_fd, data.debugfs_fd,
PSR_MODE_1, NULL));
data.op_psr_mode = PSR_MODE_1;
+ data.dc3co_fb_format = DRM_FORMAT_XRGB8888;
psr_enable(data.drm_fd, data.debugfs_fd, data.op_psr_mode, NULL);
igt_require(!psr_disabled_check(data.debugfs_fd));
test_dc5_pageflip_negative(&data, IGT_INTEL_CHECK_DC5);
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* ✗ Xe.CI.FULL: failure for tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO (rev4)
2026-07-17 3:56 [PATCH i-g-t 0/2] tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO Jeevan B
` (3 preceding siblings ...)
2026-07-17 8:01 ` ✓ i915.CI.BAT: " Patchwork
@ 2026-07-17 11:54 ` Patchwork
4 siblings, 0 replies; 8+ messages in thread
From: Patchwork @ 2026-07-17 11:54 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 35151 bytes --]
== Series Details ==
Series: tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO (rev4)
URL : https://patchwork.freedesktop.org/series/169908/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_9012_FULL -> XEIGTPW_15547_FULL
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_15547_FULL absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_15547_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.
Participating hosts (2 -> 2)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_15547_FULL:
### IGT changes ###
#### Possible regressions ####
* {igt@kms_pm_dc@dc3co-after-dc6@psr2-yuv420} (NEW):
- shard-bmg: NOTRUN -> [SKIP][1] +7 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@kms_pm_dc@dc3co-after-dc6@psr2-yuv420.html
* {igt@kms_pm_dc@dc3co-vpb-framegap@psr2-xrgb8888} (NEW):
- shard-lnl: NOTRUN -> [SKIP][2] +7 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-5/igt@kms_pm_dc@dc3co-vpb-framegap@psr2-xrgb8888.html
New tests
---------
New tests have been introduced between XEIGT_9012_FULL and XEIGTPW_15547_FULL:
### New IGT tests (12) ###
* igt@kms_pm_dc@dc3co-after-dc6@pr-xrgb8888:
- Statuses : 2 skip(s)
- Exec time: [0.01, 0.04] s
* igt@kms_pm_dc@dc3co-after-dc6@psr2-xrgb8888:
- Statuses : 2 skip(s)
- Exec time: [0.01] s
* igt@kms_pm_dc@dc3co-after-dc6@psr2-yuv420:
- Statuses : 2 skip(s)
- Exec time: [0.01, 0.02] s
* igt@kms_pm_dc@dc3co-framedrop-check@pr-xrgb8888:
- Statuses : 2 skip(s)
- Exec time: [0.02, 0.03] s
* igt@kms_pm_dc@dc3co-framedrop-check@psr2-xrgb8888:
- Statuses : 2 skip(s)
- Exec time: [0.01, 0.02] s
* igt@kms_pm_dc@dc3co-framedrop-check@psr2-yuv420:
- Statuses : 2 skip(s)
- Exec time: [0.02] s
* igt@kms_pm_dc@dc3co-vpb-framegap@pr-xrgb8888:
- Statuses : 2 skip(s)
- Exec time: [0.02] s
* igt@kms_pm_dc@dc3co-vpb-framegap@psr2-xrgb8888:
- Statuses : 2 skip(s)
- Exec time: [0.01, 0.02] s
* igt@kms_pm_dc@dc3co-vpb-framegap@psr2-yuv420:
- Statuses : 2 skip(s)
- Exec time: [0.01, 0.02] s
* igt@kms_pm_dc@dc3co-vpb-simulation@pr-xrgb8888:
- Statuses : 2 skip(s)
- Exec time: [0.01, 0.03] s
* igt@kms_pm_dc@dc3co-vpb-simulation@psr2-xrgb8888:
- Statuses : 2 skip(s)
- Exec time: [0.01] s
* igt@kms_pm_dc@dc3co-vpb-simulation@psr2-yuv420:
- Statuses : 2 skip(s)
- Exec time: [0.02, 0.03] s
Known issues
------------
Here are the changes found in XEIGTPW_15547_FULL that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-bmg: NOTRUN -> [SKIP][3] ([Intel XE#1124]) +3 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][4] ([Intel XE#2887])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-1/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [SKIP][5] ([Intel XE#2652]) +17 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-a-dp-2.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][6] ([Intel XE#2887]) +2 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs.html
* igt@kms_chamelium_color@ctm-0-75:
- shard-bmg: NOTRUN -> [SKIP][7] ([Intel XE#2325] / [Intel XE#7358])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@kms_chamelium_color@ctm-0-75.html
* igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode:
- shard-bmg: NOTRUN -> [SKIP][8] ([Intel XE#2252])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-1/igt@kms_chamelium_hpd@hdmi-hpd-enable-disable-mode.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-0:
- shard-bmg: NOTRUN -> [SKIP][9] ([Intel XE#6969]) +10 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-b-plane-0.html
* igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-plane-2:
- shard-bmg: NOTRUN -> [SKIP][10] ([Intel XE#6969] / [Intel XE#7006]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@kms_color_pipeline@plane-lut3d-green-only@pipe-d-plane-2.html
* igt@kms_content_protection@type1:
- shard-bmg: NOTRUN -> [SKIP][11] ([Intel XE#7642])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-bmg: NOTRUN -> [SKIP][12] ([Intel XE#2321] / [Intel XE#7355]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic:
- shard-bmg: [PASS][13] -> [FAIL][14] ([Intel XE#7571]) +1 other test fail
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@kms_cursor_legacy@flip-vs-cursor-atomic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][15] ([Intel XE#1340] / [Intel XE#7435])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-8/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3.html
* igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests:
- shard-bmg: NOTRUN -> [SKIP][16] ([Intel XE#4422] / [Intel XE#7442])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-1/igt@kms_fbc_dirty_rect@fbc-dirty-rectangle-dirtyfb-tests.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#4156] / [Intel XE#7425])
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank@ad-dp2-hdmi-a3:
- shard-bmg: [PASS][18] -> [FAIL][19] ([Intel XE#6266]) +1 other test fail
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-4/igt@kms_flip@2x-flip-vs-blocking-wf-vblank@ad-dp2-hdmi-a3.html
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-3/igt@kms_flip@2x-flip-vs-blocking-wf-vblank@ad-dp2-hdmi-a3.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
- shard-lnl: [PASS][20] -> [FAIL][21] ([Intel XE#301])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
* igt@kms_flip@wf_vblank-ts-check:
- shard-lnl: [PASS][22] -> [FAIL][23] ([Intel XE#3098] / [Intel XE#3149]) +1 other test fail
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-lnl-5/igt@kms_flip@wf_vblank-ts-check.html
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-1/igt@kms_flip@wf_vblank-ts-check.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#7178] / [Intel XE#7351]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html
* igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#6312] / [Intel XE#651])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@drrshdr-2p-primscrn-cur-indfb-draw-render:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#2311]) +19 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-2/igt@kms_frontbuffer_tracking@drrshdr-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
- shard-bmg: NOTRUN -> [SKIP][27] ([Intel XE#4141]) +4 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][28] ([Intel XE#7061] / [Intel XE#7356])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-argb161616f-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-primscrn-spr-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#7905]) +2 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-2/igt@kms_frontbuffer_tracking@fbcdrrshdr-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#2313]) +14 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-lnl: NOTRUN -> [SKIP][31] ([Intel XE#656] / [Intel XE#7905])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@hdr-abgr161616f-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][32] ([Intel XE#7061]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-10/igt@kms_frontbuffer_tracking@hdr-abgr161616f-draw-mmap-wc.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#6911] / [Intel XE#7378])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-bmg: NOTRUN -> [SKIP][34] ([Intel XE#2486])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#7283]) +1 other test skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-1/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html
* igt@kms_plane_lowres@tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][36] ([Intel XE#2393])
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][37] ([Intel XE#2763] / [Intel XE#6886]) +4 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-5@pipe-b.html
* igt@kms_pm_backlight@fade-with-dpms:
- shard-bmg: NOTRUN -> [SKIP][38] ([Intel XE#7376] / [Intel XE#7760] / [Intel XE#870])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@kms_pm_backlight@fade-with-dpms.html
* {igt@kms_pm_dc@dc3co-after-dc6@pr-xrgb8888} (NEW):
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#8395]) +3 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@kms_pm_dc@dc3co-after-dc6@pr-xrgb8888.html
* {igt@kms_pm_dc@dc3co-vpb-framegap@pr-xrgb8888} (NEW):
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#8395]) +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-5/igt@kms_pm_dc@dc3co-vpb-framegap@pr-xrgb8888.html
* igt@kms_pm_dc@dc6-psr:
- shard-lnl: [PASS][41] -> [FAIL][42] ([Intel XE#8399])
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-lnl-4/igt@kms_pm_dc@dc6-psr.html
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
- shard-bmg: NOTRUN -> [SKIP][43] ([Intel XE#1489])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-4/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr@fbc-pr-suspend:
- shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#1406])
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-8/igt@kms_psr@fbc-pr-suspend.html
* igt@kms_psr@psr2-suspend:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2234] / [Intel XE#2850]) +2 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-1/igt@kms_psr@psr2-suspend.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-bmg: NOTRUN -> [SKIP][46] ([Intel XE#3904] / [Intel XE#7342])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_sharpness_filter@filter-suspend:
- shard-bmg: NOTRUN -> [SKIP][47] ([Intel XE#6503]) +1 other test skip
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@kms_sharpness_filter@filter-suspend.html
* igt@kms_vrr@lobf-dc3co:
- shard-bmg: NOTRUN -> [SKIP][48] ([Intel XE#8397])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-3/igt@kms_vrr@lobf-dc3co.html
* igt@xe_configfs@engines-allowed-invalid:
- shard-bmg: NOTRUN -> [ABORT][49] ([Intel XE#8007])
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-8/igt@xe_configfs@engines-allowed-invalid.html
* igt@xe_create@multigpu-create-massive-size:
- shard-bmg: NOTRUN -> [SKIP][50] ([Intel XE#2504] / [Intel XE#7319] / [Intel XE#7350])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-10/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_evict@evict-large:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#6540] / [Intel XE#688]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-4/igt@xe_evict@evict-large.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate:
- shard-bmg: NOTRUN -> [SKIP][52] ([Intel XE#2322] / [Intel XE#7372]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-invalid-fault:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#8374]) +4 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-3/igt@xe_exec_fault_mode@many-execqueues-multi-queue-invalid-fault.html
* igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate-imm:
- shard-lnl: NOTRUN -> [SKIP][54] ([Intel XE#8374])
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-8/igt@xe_exec_fault_mode@many-execqueues-multi-queue-userptr-invalidate-imm.html
* igt@xe_exec_multi_queue@few-execs-preempt-mode-priority:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#8364]) +8 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-4/igt@xe_exec_multi_queue@few-execs-preempt-mode-priority.html
* igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-close-fd:
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#8364])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-3/igt@xe_exec_multi_queue@one-queue-preempt-mode-fault-close-fd.html
* igt@xe_exec_reset@multi-queue-cancel:
- shard-bmg: NOTRUN -> [SKIP][57] ([Intel XE#8369])
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-10/igt@xe_exec_reset@multi-queue-cancel.html
* igt@xe_exec_threads@threads-multi-queue-fd-userptr-rebind:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#8378])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-5/igt@xe_exec_threads@threads-multi-queue-fd-userptr-rebind.html
* igt@xe_exec_threads@threads-multi-queue-hang-fd-userptr-invalidate-race:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#8378]) +3 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@xe_exec_threads@threads-multi-queue-hang-fd-userptr-invalidate-race.html
* igt@xe_live_ktest@xe_eudebug:
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2833])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@xe_live_ktest@xe_eudebug.html
* igt@xe_mmap@small-bar:
- shard-bmg: NOTRUN -> [SKIP][61] ([Intel XE#586] / [Intel XE#7323] / [Intel XE#7384])
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-10/igt@xe_mmap@small-bar.html
* igt@xe_module_load@many-reload:
- shard-bmg: [PASS][62] -> [ABORT][63] ([Intel XE#8007]) +3 other tests abort
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-6/igt@xe_module_load@many-reload.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@xe_module_load@many-reload.html
* igt@xe_multigpu_svm@mgpu-migration-basic:
- shard-bmg: NOTRUN -> [SKIP][64] ([Intel XE#6964])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@xe_multigpu_svm@mgpu-migration-basic.html
* igt@xe_oa@non-zero-reason-all:
- shard-lnl: [PASS][65] -> [FAIL][66] ([Intel XE#7334]) +1 other test fail
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-lnl-8/igt@xe_oa@non-zero-reason-all.html
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-8/igt@xe_oa@non-zero-reason-all.html
* igt@xe_pm@s3-basic:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#584] / [Intel XE#7369])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-5/igt@xe_pm@s3-basic.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#944])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-10/igt@xe_query@multigpu-query-invalid-extension.html
#### Possible fixes ####
* igt@intel_hwmon@hwmon-write:
- shard-bmg: [FAIL][69] ([Intel XE#8583]) -> [PASS][70]
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-10/igt@intel_hwmon@hwmon-write.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-4/igt@intel_hwmon@hwmon-write.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1:
- shard-lnl: [FAIL][71] ([Intel XE#301]) -> [PASS][72]
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-edp1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
- shard-lnl: [FAIL][73] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][74]
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
* igt@xe_fault_injection@inject-fault-probe-function-guc_wait_ucode:
- shard-bmg: [ABORT][75] ([Intel XE#8007]) -> [PASS][76]
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-5/igt@xe_fault_injection@inject-fault-probe-function-guc_wait_ucode.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-3/igt@xe_fault_injection@inject-fault-probe-function-guc_wait_ucode.html
* igt@xe_module_load@load:
- shard-bmg: ([SKIP][77], [PASS][78], [PASS][79], [PASS][80], [PASS][81], [PASS][82], [PASS][83], [PASS][84], [PASS][85], [PASS][86], [PASS][87], [PASS][88], [PASS][89], [PASS][90], [PASS][91], [PASS][92], [PASS][93], [PASS][94], [PASS][95], [PASS][96], [PASS][97], [PASS][98], [PASS][99], [PASS][100], [PASS][101], [PASS][102]) ([Intel XE#2457] / [Intel XE#7405]) -> ([PASS][103], [PASS][104], [PASS][105], [PASS][106], [PASS][107], [PASS][108], [PASS][109], [PASS][110], [PASS][111], [PASS][112], [PASS][113], [PASS][114], [PASS][115], [PASS][116], [PASS][117], [PASS][118], [PASS][119], [PASS][120], [PASS][121], [PASS][122], [PASS][123], [PASS][124], [PASS][125], [PASS][126], [PASS][127])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-3/igt@xe_module_load@load.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-8/igt@xe_module_load@load.html
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-1/igt@xe_module_load@load.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-1/igt@xe_module_load@load.html
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-9/igt@xe_module_load@load.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-9/igt@xe_module_load@load.html
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-6/igt@xe_module_load@load.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-6/igt@xe_module_load@load.html
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-5/igt@xe_module_load@load.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-5/igt@xe_module_load@load.html
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-3/igt@xe_module_load@load.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-3/igt@xe_module_load@load.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-2/igt@xe_module_load@load.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-7/igt@xe_module_load@load.html
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-2/igt@xe_module_load@load.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-4/igt@xe_module_load@load.html
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-3/igt@xe_module_load@load.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-10/igt@xe_module_load@load.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-10/igt@xe_module_load@load.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-9/igt@xe_module_load@load.html
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-8/igt@xe_module_load@load.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-8/igt@xe_module_load@load.html
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-1/igt@xe_module_load@load.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-7/igt@xe_module_load@load.html
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-4/igt@xe_module_load@load.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-4/igt@xe_module_load@load.html
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@xe_module_load@load.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-10/igt@xe_module_load@load.html
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-3/igt@xe_module_load@load.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@xe_module_load@load.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-10/igt@xe_module_load@load.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-10/igt@xe_module_load@load.html
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-1/igt@xe_module_load@load.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-1/igt@xe_module_load@load.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@xe_module_load@load.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@xe_module_load@load.html
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-5/igt@xe_module_load@load.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-8/igt@xe_module_load@load.html
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@xe_module_load@load.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-1/igt@xe_module_load@load.html
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-4/igt@xe_module_load@load.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-4/igt@xe_module_load@load.html
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-4/igt@xe_module_load@load.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-8/igt@xe_module_load@load.html
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@xe_module_load@load.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-2/igt@xe_module_load@load.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-2/igt@xe_module_load@load.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-9/igt@xe_module_load@load.html
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-3/igt@xe_module_load@load.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-7/igt@xe_module_load@load.html
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-7/igt@xe_module_load@load.html
#### Warnings ####
* igt@kms_flip@flip-vs-expired-vblank-interruptible:
- shard-lnl: [FAIL][128] ([Intel XE#301] / [Intel XE#3149]) -> [FAIL][129] ([Intel XE#301])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][130] ([Intel XE#3544]) -> [SKIP][131] ([Intel XE#3374] / [Intel XE#3544])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-10/igt@kms_hdr@brightness-with-hdr.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-bmg: [SKIP][132] ([Intel XE#2426] / [Intel XE#5848]) -> [FAIL][133] ([Intel XE#1729] / [Intel XE#7424])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_9012/shard-bmg-9/igt@kms_tiled_display@basic-test-pattern.html
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/shard-bmg-10/igt@kms_tiled_display@basic-test-pattern.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2504]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2504
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2833]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2833
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
[Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4422]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4422
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#5848]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5848
[Intel XE#586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/586
[Intel XE#6266]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6266
[Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
[Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#6540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6540
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
[Intel XE#6911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6911
[Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
[Intel XE#6969]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6969
[Intel XE#7006]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7006
[Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
[Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
[Intel XE#7283]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7283
[Intel XE#7319]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7319
[Intel XE#7323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7323
[Intel XE#7334]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7334
[Intel XE#7342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7342
[Intel XE#7350]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7350
[Intel XE#7351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7351
[Intel XE#7355]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7355
[Intel XE#7356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7356
[Intel XE#7358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7358
[Intel XE#7369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7369
[Intel XE#7372]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7372
[Intel XE#7376]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7376
[Intel XE#7378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7378
[Intel XE#7384]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7384
[Intel XE#7405]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7405
[Intel XE#7424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7424
[Intel XE#7425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7425
[Intel XE#7435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7435
[Intel XE#7442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7442
[Intel XE#7571]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7571
[Intel XE#7642]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7642
[Intel XE#7760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7760
[Intel XE#7905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7905
[Intel XE#8007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8007
[Intel XE#8364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8364
[Intel XE#8369]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8369
[Intel XE#8374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8374
[Intel XE#8378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8378
[Intel XE#8395]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8395
[Intel XE#8397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8397
[Intel XE#8399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8399
[Intel XE#8583]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/8583
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
Build changes
-------------
* IGT: IGT_9012 -> IGTPW_15547
IGTPW_15547: 15547
IGT_9012: d94a55886c7eec82a791728d3cc1c4a6aa945281 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-5424-22852552aa1b7198931842ddf824af4dd09e2814: 22852552aa1b7198931842ddf824af4dd09e2814
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_15547/index.html
[-- Attachment #2: Type: text/html, Size: 39156 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread