* [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test
@ 2024-09-05 13:42 Pranay Samala
2024-09-05 13:42 ` [PATCH i-g-t v3 2/2] HAX: Do not merge Pranay Samala
` (7 more replies)
0 siblings, 8 replies; 11+ messages in thread
From: Pranay Samala @ 2024-09-05 13:42 UTC (permalink / raw)
To: igt-dev; +Cc: karthik.b.s, kunal1.joshi, sameer.lattannavar, pranay.samala
In the current kms_psr2_sf tests, we identify PSR/PR/PR-SF at
dynamic subtest level.
This patch converts the test structure to execute on PSR/PR/PR-SF
at subtest level for easy identification of tests.
Signed-off-by: Pranay Samala <pranay.samala@intel.com>
---
tests/intel/kms_psr2_sf.c | 809 +++++++++++++++++++-------------------
1 file changed, 407 insertions(+), 402 deletions(-)
diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
index 03ff1cddb..3fd814281 100644
--- a/tests/intel/kms_psr2_sf.c
+++ b/tests/intel/kms_psr2_sf.c
@@ -44,11 +44,20 @@
#include <string.h>
/**
- * SUBTEST: %s-plane-move-continuous-%s
+ * SUBTEST: psr2-%s-plane-move-continuous-%s
* Description: Test that selective fetch works on moving %arg[1] plane %arg[2]
* visible area (no update)
*
- * SUBTEST: fbc-%s-plane-move-continuous-%s
+ * SUBTEST: pr-%s-plane-move-continuous-%s
+ * Description: Test that selective fetch works on moving %arg[1] plane %arg[2]
+ * visible area (no update)
+ *
+ * SUBTEST: fbc-psr2-%s-plane-move-continuous-%s
+ * Description: Test that fbc with selective fetch works on moving %arg[1] plane %arg[2]
+ * visible area (no update)
+ * Functionality: plane, psr2, selective_fetch, fbc
+ *
+ * SUBTEST: fbc-pr-%s-plane-move-continuous-%s
* Description: Test that fbc with selective fetch works on moving %arg[1] plane %arg[2]
* visible area (no update)
* Functionality: plane, psr2, selective_fetch, fbc
@@ -66,51 +75,98 @@
*/
/**
- * SUBTEST: cursor-plane-update-sf
+ * SUBTEST: psr2-cursor-plane-update-sf
* Description: Test that selective fetch works on cursor plane
*
- * SUBTEST: fbc-cursor-plane-update-sf
+ * SUBTEST: pr-cursor-plane-update-sf
+ * Description: Test that selective fetch works on cursor plane
+ *
+ * SUBTEST: fbc-psr2-cursor-plane-update-sf
+ * Description: Test that fbc with selective fetch works on cursor plane
+ * Functionality: plane, psr2, selective_fetch, fbc
+ *
+ * SUBTEST: fbc-pr-cursor-plane-update-sf
* Description: Test that fbc with selective fetch works on cursor plane
* Functionality: plane, psr2, selective_fetch, fbc
*
- * SUBTEST: overlay-plane-update-continuous-sf
+ * SUBTEST: psr2-overlay-plane-update-continuous-sf
* Description: Test that selective fetch works on overlay plane
*
- * SUBTEST: fbc-overlay-plane-update-sf-dmg-area
+ * SUBTEST: pr-overlay-plane-update-continuous-sf
+ * Description: Test that selective fetch works on overlay plane
+ *
+ * SUBTEST: fbc-psr2-overlay-plane-update-sf-dmg-area
+ * Description: Test that fbc with selective fetch works on overlay plane
+ * Functionality: plane, psr2, selective_fetch, fbc
+ *
+ * SUBTEST: fbc-pr-overlay-plane-update-sf-dmg-area
* Description: Test that fbc with selective fetch works on overlay plane
* Functionality: plane, psr2, selective_fetch, fbc
*
- * SUBTEST: overlay-plane-update-sf-dmg-area
+ * SUBTEST: psr2-overlay-plane-update-sf-dmg-area
+ * Description: Test that selective fetch works on overlay plane
+ *
+ * SUBTEST: pr-overlay-plane-update-sf-dmg-area
* Description: Test that selective fetch works on overlay plane
*
- * SUBTEST: fbc-overlay-plane-update-continuous-sf
+ * SUBTEST: fbc-psr2-overlay-plane-update-continuous-sf
* Description: Test that fbc with selective fetch works on overlay plane
* Functionality: plane, psr2, selective_fetch, fbc
*
- * SUBTEST: overlay-primary-update-sf-dmg-area
+ * SUBTEST: fbc-pr-overlay-plane-update-continuous-sf
+ * Description: Test that fbc with selective fetch works on overlay plane
+ * Functionality: plane, psr2, selective_fetch, fbc
+ *
+ * SUBTEST: psr2-overlay-primary-update-sf-dmg-area
+ * Description: Test that selective fetch works on primary plane with blended
+ * overlay plane
+ *
+ * SUBTEST: pr-overlay-primary-update-sf-dmg-area
* Description: Test that selective fetch works on primary plane with blended
* overlay plane
*
- * SUBTEST: fbc-overlay-primary-update-sf-dmg-area
+ * SUBTEST: fbc-psr2-overlay-primary-update-sf-dmg-area
* Description: Test that fbc with selective fetch works on primary plane with blended
* overlay plane
* Functionality: plane, psr2, selective_fetch, fbc
*
- * SUBTEST: plane-move-sf-dmg-area
+ * SUBTEST: fbc-pr-overlay-primary-update-sf-dmg-area
+ * Description: Test that fbc with selective fetch works on primary plane with blended
+ * overlay plane
+ * Functionality: plane, psr2, selective_fetch, fbc
+ *
+ * SUBTEST: psr2-plane-move-sf-dmg-area
* Description: Test that selective fetch works on moving overlay plane
*
- * SUBTEST: fbc-plane-move-sf-dmg-area
+ * SUBTEST: pr-plane-move-sf-dmg-area
+ * Description: Test that selective fetch works on moving overlay plane
+ *
+ * SUBTEST: fbc-psr2-plane-move-sf-dmg-area
* Description: Test that fbc with selective fetch works on moving overlay plane
* Functionality: plane, psr2, selective_fetch, fbc
*
- * SUBTEST: primary-plane-update-sf-dmg-area
+ * SUBTEST: fbc-pr-plane-move-sf-dmg-area
+ * Description: Test that fbc with selective fetch works on moving overlay plane
+ * Functionality: plane, psr2, selective_fetch, fbc
+ *
+ * SUBTEST: psr2-primary-plane-update-sf-dmg-area
+ * Description: Test that selective fetch works on primary plane
+ *
+ * SUBTEST: pr-primary-plane-update-sf-dmg-area
* Description: Test that selective fetch works on primary plane
*
- * SUBTEST: fbc-primary-plane-update-sf-dmg-area
+ * SUBTEST: fbc-psr2-primary-plane-update-sf-dmg-area
* Description: Test that fbc with selective fetch works on primary plane
* Functionality: plane, psr2, selective_fetch, fbc
*
- * SUBTEST: primary-plane-update-sf-dmg-area-big-fb
+ * SUBTEST: fbc-pr-primary-plane-update-sf-dmg-area
+ * Description: Test that fbc with selective fetch works on primary plane
+ * Functionality: plane, psr2, selective_fetch, fbc
+ *
+ * SUBTEST: psr2-primary-plane-update-sf-dmg-area-big-fb
+ * Description: Test that selective fetch works on primary plane with big fb
+ *
+ * SUBTEST: pr-primary-plane-update-sf-dmg-area-big-fb
* Description: Test that selective fetch works on primary plane with big fb
*/
@@ -216,23 +272,6 @@ static bool set_sel_fetch_mode_for_output(data_t *data)
return supported;
}
-static const char *get_psr_mode_str_for_output(data_t *data)
-{
- static const char *psr_mode;
-
- switch (data->psr_mode) {
- case PSR_MODE_2:
- psr_mode = "psr2";
- break;
- case PR_MODE_SEL_FETCH:
- psr_mode = "pr";
- break;
- default:
- psr_mode = "";
- }
- return psr_mode;
-}
-
static const char *op_str(enum operations op)
{
static const char * const name[] = {
@@ -1045,13 +1084,95 @@ pipe_output_combo_valid(igt_display_t *display,
return ret;
}
+static bool check_psr_mode_supported(data_t *data, int psr_stat)
+{
+ if (data->psr_mode == psr_stat)
+ return true;
+ else
+ return false;
+}
+
+static void run_dynamic_test_damage_areas(data_t data, int i, int coexist_features[])
+{
+ for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe),
+ igt_output_name(data.output), coexist_feature_str(j)) {
+ data.coexist_feature = j;
+ for (int k = 1; k <= MAX_DAMAGE_AREAS; k++) {
+ data.damage_area_count = k;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
+ }
+ }
+}
+
+static void run_dynamic_test(data_t data, int i, int coexist_features[])
+{
+ for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe),
+ igt_output_name(data.output), coexist_feature_str(j)) {
+ data.coexist_feature = j;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
+ }
+}
+
+static void run_plane_move(data_t data, int i, int coexist_features[])
+{
+ for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe),
+ igt_output_name(data.output), coexist_feature_str(j)) {
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ data.coexist_feature = j;
+ for (int k = POS_TOP_LEFT; k <= POS_BOTTOM_RIGHT; k++) {
+ data.pos = k;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
+ }
+ }
+}
+
+static void run_plane_update_continuous(data_t data, int i, int coexist_features[])
+{
+ for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe),
+ igt_output_name(data.output), coexist_feature_str(j)) {
+ data.damage_area_count = 1;
+ if (data.op_fbc_mode == FBC_ENABLED)
+ data.primary_format = DRM_FORMAT_XRGB8888;
+ else
+ data.primary_format = DRM_FORMAT_NV12;
+
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ data.coexist_feature = j;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
+ }
+}
+
igt_main
{
bool output_supports_pr_psr2_sel_fetch = false;
bool pr_psr2_sel_fetch_supported = false;
data_t data = {};
igt_output_t *outputs[IGT_MAX_PIPES * IGT_MAX_PIPES];
- int i, j, k, y;
+ int i, y, z;
int pipes[IGT_MAX_PIPES * IGT_MAX_PIPES];
int n_pipes = 0;
int coexist_features[IGT_MAX_PIPES * IGT_MAX_PIPES];
@@ -1061,6 +1182,12 @@ igt_main
};
int fbc_status[] = {FBC_DISABLED, FBC_ENABLED};
+ const char *append_psr_subtest[2] = {
+ "psr2-",
+ "pr-"
+ };
+ int psr_status[] = {PSR_MODE_2, PR_MODE_SEL_FETCH};
+
igt_fixture {
drmModeResPtr res;
@@ -1103,430 +1230,308 @@ igt_main
}
for (y = 0; y < ARRAY_SIZE(fbc_status); y++) {
- data.op = PLANE_UPDATE;
- data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
- data.primary_format = DRM_FORMAT_XRGB8888;
- data.big_fb_test = 0;
-
- data.op_fbc_mode = fbc_status[y];
- /* Verify primary plane selective fetch */
- igt_describe("Test that selective fetch works on primary plane");
- igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ for (z = 0; z < ARRAY_SIZE(psr_status); z++) {
+ data.op = PLANE_UPDATE;
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+ data.primary_format = DRM_FORMAT_XRGB8888;
+ data.big_fb_test = 0;
+
+ data.op_fbc_mode = fbc_status[y];
+ data.psr_mode = psr_status[z];
+
+ /* Verify primary plane selective fetch */
+ igt_describe("Test that selective fetch works on primary plane");
+ igt_subtest_with_dynamic_f("%s%sprimary-%s-sf-dmg-area",
+ append_fbc_subtest[y],
+ append_psr_subtest[z],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i], outputs[i]))
+ continue;
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+
+ if (!check_psr_mode_supported(&data, psr_status[z]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
+
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+ run_dynamic_test_damage_areas(data, i, coexist_features);
+ }
+ }
+
+ /* Verify primary plane selective fetch with big fb */
+ if (data.op_fbc_mode == FBC_DISABLED) {
+ data.big_fb_test = 1;
+ igt_describe("Test that selective fetch works on primary plane "
+ "with big fb");
+ igt_subtest_with_dynamic_f("%s%sprimary-%s-sf-dmg-area-big-fb",
+ append_fbc_subtest[y],
+ append_psr_subtest[z],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i], outputs[i]))
+ continue;
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
+
data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
- data.coexist_feature = j;
- for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
- data.damage_area_count = k;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
+ run_dynamic_test_damage_areas(data, i,
+ coexist_features);
}
}
}
- }
- /* Verify primary plane selective fetch with big fb */
- if (data.op_fbc_mode == FBC_DISABLED) {
- data.big_fb_test = 1;
- igt_describe("Test that selective fetch works on primary plane with "
- "big fb");
- igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area-big-fb",
- append_fbc_subtest[y], op_str(data.op)) {
+ data.big_fb_test = 0;
+ /* Verify overlay plane selective fetch */
+ igt_describe("Test that selective fetch works on overlay plane");
+ igt_subtest_with_dynamic_f("%s%soverlay-%s-sf-dmg-area",
+ append_fbc_subtest[y],
+ append_psr_subtest[z],
+ op_str(data.op)) {
for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i],
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i],
outputs[i]))
continue;
data.pipe = pipes[i];
data.output = outputs[i];
igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
- continue;
- igt_dynamic_f("%s-pipe-%s-%s%s",
- get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
- data.coexist_feature = j;
-
- for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
- data.damage_area_count = k;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
- }
- }
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ run_dynamic_test_damage_areas(data, i, coexist_features);
}
}
- }
- data.big_fb_test = 0;
- /* Verify overlay plane selective fetch */
- igt_describe("Test that selective fetch works on overlay plane");
- igt_subtest_with_dynamic_f("%soverlay-%s-sf-dmg-area", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.damage_area_count = 1;
+ /* Verify cursor plane selective fetch */
+ igt_describe("Test that selective fetch works on cursor plane");
+ igt_subtest_with_dynamic_f("%s%scursor-%s-sf", append_fbc_subtest[y],
+ append_psr_subtest[z], op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
-
- for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
- data.damage_area_count = k;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
- }
- }
- }
- }
-
- data.damage_area_count = 1;
- /* Verify cursor plane selective fetch */
- igt_describe("Test that selective fetch works on cursor plane");
- igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
+
+ data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
+ run_dynamic_test(data, i, coexist_features);
}
}
- }
- data.op = PLANE_MOVE_CONTINUOUS;
- igt_describe("Test that selective fetch works on moving cursor plane (no update)");
- igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS;
+ igt_describe("Test that selective fetch works on "
+ "moving cursor plane (no update)");
+ igt_subtest_with_dynamic_f("%s%scursor-%s-sf", append_fbc_subtest[y],
+ append_psr_subtest[z], op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
- data.coexist_feature = j;
-
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
+
+ data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
+ run_dynamic_test(data, i, coexist_features);
}
}
- }
- data.op = PLANE_MOVE_CONTINUOUS_EXCEED;
- igt_describe("Test that selective fetch works on moving cursor plane exceeding "
- "partially visible area (no update)");
- igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS_EXCEED;
+ igt_describe("Test that selective fetch works on moving cursor "
+ "plane exceeding partially visible area (no update)");
+ igt_subtest_with_dynamic_f("%s%scursor-%s-sf", append_fbc_subtest[y],
+ append_psr_subtest[z], op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
+
+ data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
+ run_dynamic_test(data, i, coexist_features);
}
}
- }
- data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY;
- igt_describe("Test that selective fetch works on moving cursor plane exceeding "
- "fully visible area (no update)");
- igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY;
+ igt_describe("Test that selective fetch works on moving cursor plane "
+ "exceeding fully visible area (no update)");
+ igt_subtest_with_dynamic_f("%s%scursor-%s-sf", append_fbc_subtest[y],
+ append_psr_subtest[z], op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
+
+ data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
+ run_dynamic_test(data, i, coexist_features);
}
}
- }
- /* Only for overlay plane */
- data.op = PLANE_MOVE;
- /* Verify overlay plane move selective fetch */
- igt_describe("Test that selective fetch works on moving overlay plane");
- igt_subtest_with_dynamic_f("%s%s-sf-dmg-area", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ /* Only for overlay plane */
+ data.op = PLANE_MOVE;
+ /* Verify overlay plane move selective fetch */
+ igt_describe("Test that selective fetch works on moving overlay plane");
+ igt_subtest_with_dynamic_f("%s%s%s-sf-dmg-area", append_fbc_subtest[y],
+ append_psr_subtest[z], op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s",
- get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- for (k = POS_TOP_LEFT; k <= POS_BOTTOM_RIGHT ; k++) {
- data.pos = k;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
- }
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
+
+ run_plane_move(data, i, coexist_features);
}
}
- }
- data.op = PLANE_MOVE_CONTINUOUS;
- igt_describe("Test that selective fetch works on moving overlay plane (no update)");
- igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS;
+ igt_describe("Test that selective fetch works on moving overlay "
+ "plane (no update)");
+ igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", append_fbc_subtest[y],
+ append_psr_subtest[z], op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
+
data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
+ run_dynamic_test(data, i, coexist_features);
}
}
- }
- data.op = PLANE_MOVE_CONTINUOUS_EXCEED;
- igt_describe("Test that selective fetch works on moving overlay plane partially "
- "exceeding visible area (no update)");
- igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS_EXCEED;
+ igt_describe("Test that selective fetch works on moving overlay "
+ "plane partially exceeding visible area (no update)");
+ igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", append_fbc_subtest[y],
+ append_psr_subtest[z], op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
+
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ run_dynamic_test(data, i, coexist_features);
}
}
- }
- data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY;
- igt_describe("Test that selective fetch works on moving overlay plane fully "
- "exceeding visible area (no update)");
- igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY;
+ igt_describe("Test that selective fetch works on moving overlay plane "
+ "fully exceeding visible area (no update)");
+ igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", append_fbc_subtest[y],
+ append_psr_subtest[z], op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
+
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ run_dynamic_test(data, i, coexist_features);
}
}
- }
- /* Verify primary plane selective fetch with overplay plane blended */
- data.op = OVERLAY_PRIM_UPDATE;
- igt_describe("Test that selective fetch works on primary plane "
- "with blended overlay plane");
- igt_subtest_with_dynamic_f("%s%s-sf-dmg-area", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ /* Verify primary plane selective fetch with overplay plane blended */
+ data.op = OVERLAY_PRIM_UPDATE;
+ igt_describe("Test that selective fetch works on primary plane "
+ "with blended overlay plane");
+ igt_subtest_with_dynamic_f("%s%s%s-sf-dmg-area", append_fbc_subtest[y],
+ append_psr_subtest[z], op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- get_psr_mode_str_for_output(&data),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
- data.damage_area_count = k;
- data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
- data.coexist_feature = j;
-
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
- }
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
+
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+ run_dynamic_test_damage_areas(data, i, coexist_features);
}
}
- }
- /*
- * Verify overlay plane selective fetch using NV12 primary
- * plane and continuous updates.
- */
- data.op = PLANE_UPDATE_CONTINUOUS;
- igt_describe("Test that selective fetch works on overlay plane");
- igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
- op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- data.pipe = pipes[i];
- data.output = outputs[i];
- igt_assert_f(set_sel_fetch_mode_for_output(&data),
- "Selective fetch is not supported\n");
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ /*
+ * Verify overlay plane selective fetch using NV12 primary
+ * plane and continuous updates.
+ */
+ data.op = PLANE_UPDATE_CONTINUOUS;
+ igt_describe("Test that selective fetch works on overlay plane");
+ igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", append_fbc_subtest[y],
+ append_psr_subtest[z], op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display,
+ pipes[i],
+ outputs[i]))
continue;
- igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data),
- kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.damage_area_count = 1;
- if (data.op_fbc_mode == FBC_ENABLED)
- data.primary_format = DRM_FORMAT_XRGB8888;
- else
- data.primary_format = DRM_FORMAT_NV12;
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ igt_assert_f(set_sel_fetch_mode_for_output(&data),
+ "Selective fetch is not supported\n");
+ if (!check_psr_mode_supported(&data, psr_status[z]))
+ continue;
+
+ run_plane_update_continuous(data, i, coexist_features);
}
}
}
--
2.34.1
^ permalink raw reply related [flat|nested] 11+ messages in thread* [PATCH i-g-t v3 2/2] HAX: Do not merge 2024-09-05 13:42 [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Pranay Samala @ 2024-09-05 13:42 ` Pranay Samala 2024-09-05 22:59 ` ✓ CI.xeBAT: success for series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Patchwork ` (6 subsequent siblings) 7 siblings, 0 replies; 11+ messages in thread From: Pranay Samala @ 2024-09-05 13:42 UTC (permalink / raw) To: igt-dev; +Cc: karthik.b.s, kunal1.joshi, sameer.lattannavar, pranay.samala Signed-off-by: Pranay Samala <pranay.samala@intel.com> --- tests/intel-ci/fast-feedback.testlist | 51 ++++++++++++++++++++++++ tests/intel-ci/xe-fast-feedback.testlist | 51 ++++++++++++++++++++++++ 2 files changed, 102 insertions(+) diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist index be0965110..6f50c60bb 100644 --- a/tests/intel-ci/fast-feedback.testlist +++ b/tests/intel-ci/fast-feedback.testlist @@ -1,6 +1,57 @@ # Try to load the driver if it's not available yet. igt@i915_module_load@load +igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area +igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb +igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area +igt@kms_psr2_sf@psr2-cursor-plane-update-sf +igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf +igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area +igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf +igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area +igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf +igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area +igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb +igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area +igt@kms_psr2_sf@pr-cursor-plane-update-sf +igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf +igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@pr-plane-move-sf-dmg-area +igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf +igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area +igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf +igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area +igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area +igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf +igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf +igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area +igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf +igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area +igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf +igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area +igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area +igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf +igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf +igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area +igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf +igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area +igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf + # Keep alphabetically sorted by default igt@core_auth@basic-auth igt@debugfs_test@read_all_entries diff --git a/tests/intel-ci/xe-fast-feedback.testlist b/tests/intel-ci/xe-fast-feedback.testlist index 01b01dcf9..31ad377b4 100644 --- a/tests/intel-ci/xe-fast-feedback.testlist +++ b/tests/intel-ci/xe-fast-feedback.testlist @@ -1,6 +1,57 @@ # Should be the first test igt@xe_module_load@load +igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area +igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb +igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area +igt@kms_psr2_sf@psr2-cursor-plane-update-sf +igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf +igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area +igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf +igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area +igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf +igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area +igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb +igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area +igt@kms_psr2_sf@pr-cursor-plane-update-sf +igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf +igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@pr-plane-move-sf-dmg-area +igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf +igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area +igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf +igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area +igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area +igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf +igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf +igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area +igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf +igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area +igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf +igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area +igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area +igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf +igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf +igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area +igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf +igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf +igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf +igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area +igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf + igt@fbdev@eof igt@fbdev@info igt@fbdev@nullptr -- 2.34.1 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* ✓ CI.xeBAT: success for series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test 2024-09-05 13:42 [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Pranay Samala 2024-09-05 13:42 ` [PATCH i-g-t v3 2/2] HAX: Do not merge Pranay Samala @ 2024-09-05 22:59 ` Patchwork 2024-09-05 22:59 ` ✓ Fi.CI.BAT: " Patchwork ` (5 subsequent siblings) 7 siblings, 0 replies; 11+ messages in thread From: Patchwork @ 2024-09-05 22:59 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 17211 bytes --] == Series Details == Series: series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test URL : https://patchwork.freedesktop.org/series/138264/ State : success == Summary == CI Bug Log - changes from XEIGT_8006_BAT -> XEIGTPW_11705_BAT ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (9 -> 8) ------------------------------ Missing (1): bat-lnl-1 Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11705_BAT: ### IGT changes ### #### Possible regressions #### * {igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf} (NEW): - bat-dg2-oem2: NOTRUN -> [SKIP][1] +49 other tests skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/bat-dg2-oem2/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html * {igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf} (NEW): - bat-lnl-2: NOTRUN -> [SKIP][2] +49 other tests skip [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/bat-lnl-2/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html * {igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1} (NEW): - bat-adlp-7: NOTRUN -> [SKIP][3] +11 other tests skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/bat-adlp-7/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1.html * {igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf} (NEW): - bat-bmg-1: NOTRUN -> [SKIP][4] +49 other tests skip [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/bat-bmg-1/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html * {igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf} (NEW): - {bat-bmg-2}: NOTRUN -> [SKIP][5] +49 other tests skip [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/bat-bmg-2/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html * {igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area} (NEW): - bat-adlp-vf: NOTRUN -> [SKIP][6] +49 other tests skip [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/bat-adlp-vf/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html New tests --------- New tests have been introduced between XEIGT_8006_BAT and XEIGTPW_11705_BAT: ### New IGT tests (100) ### * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 2.23] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.96] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.26] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 2.17] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.90] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.26] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 2.19] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.92] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.26] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 2.26] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.95] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.31] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 2.24] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.97] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.26] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 2.23] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.92] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.30] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 2.22] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.97] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.25] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 2.18] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.92] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.25] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 2.23] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.94] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.28] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 2.28] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.94] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.34] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 2.21] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.90] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.30] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 2.27] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.98] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.28] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-update-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-plane-move-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 8 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 17.37] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [8.66] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [8.70] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 16.78] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [8.40] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [8.38] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 16.08] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [8.05] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [8.03] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 2.97] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.47] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [1.49] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 24.26] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [12.13] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [12.13] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 17.52] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [8.77] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [8.75] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 10.35] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [5.16] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [5.19] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 3.91] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.97] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [1.94] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 14.94] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [7.55] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [7.39] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 14.98] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [7.44] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [7.53] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 12.03] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.04] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [5.99] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 15.0] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 1 pass(s) 7 skip(s) - Exec time: [0.0, 22.30] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [11.37] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [10.93] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [7.52] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [7.48] s Known issues ------------ Here are the changes found in XEIGTPW_11705_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * {igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area} (NEW): - bat-atsm-2: NOTRUN -> [SKIP][7] ([Intel XE#1024]) +49 other tests skip [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/bat-atsm-2/igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area.html * {igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf} (NEW): - bat-adlp-7: NOTRUN -> [SKIP][8] ([Intel XE#455]) +48 other tests skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/bat-adlp-7/igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf.html * {igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area} (NEW): - bat-pvc-2: NOTRUN -> [SKIP][9] ([Intel XE#1024]) +49 other tests skip [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/bat-pvc-2/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1024]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1024 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 Build changes ------------- * IGT: IGT_8006 -> IGTPW_11705 * Linux: xe-1897-883d811c2bfc8544bc5b00bbee84e6b83e20a581 -> xe-1901-7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d IGTPW_11705: 539b0fdc2a085a40bdd202a2e61553f0149550f4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8006: ae7f2bc0b99801a7ae369d4b5fda5c6b1c386eb1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1897-883d811c2bfc8544bc5b00bbee84e6b83e20a581: 883d811c2bfc8544bc5b00bbee84e6b83e20a581 xe-1901-7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d: 7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/index.html [-- Attachment #2: Type: text/html, Size: 21123 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* ✓ Fi.CI.BAT: success for series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test 2024-09-05 13:42 [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Pranay Samala 2024-09-05 13:42 ` [PATCH i-g-t v3 2/2] HAX: Do not merge Pranay Samala 2024-09-05 22:59 ` ✓ CI.xeBAT: success for series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Patchwork @ 2024-09-05 22:59 ` Patchwork 2024-09-06 20:34 ` [PATCH i-g-t v3 1/2] " Naladala, Ramanaidu ` (4 subsequent siblings) 7 siblings, 0 replies; 11+ messages in thread From: Patchwork @ 2024-09-05 22:59 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 26489 bytes --] == Series Details == Series: series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test URL : https://patchwork.freedesktop.org/series/138264/ State : success == Summary == CI Bug Log - changes from CI_DRM_15369 -> IGTPW_11705 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/index.html Participating hosts (40 -> 39) ------------------------------ Additional (2): fi-glk-j4005 fi-elk-e7500 Missing (3): bat-mtlp-8 bat-arlh-3 fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11705: ### IGT changes ### #### Possible regressions #### * {igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf} (NEW): - bat-rpls-4: NOTRUN -> [SKIP][1] +49 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-rpls-4/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html - bat-twl-1: NOTRUN -> [SKIP][2] +60 other tests skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-twl-1/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * {igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area} (NEW): - bat-dg2-9: NOTRUN -> [SKIP][3] +49 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-dg2-9/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html * {igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1} (NEW): - bat-twl-2: NOTRUN -> [SKIP][4] +60 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-twl-2/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html * {igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf} (NEW): - bat-mtlp-6: NOTRUN -> [SKIP][5] +49 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-mtlp-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf.html * {igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf} (NEW): - bat-adlp-9: NOTRUN -> [SKIP][6] +49 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-adlp-9/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf.html * {igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1} (NEW): - bat-adlp-6: NOTRUN -> [SKIP][7] +60 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-adlp-6/igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1.html * {igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area} (NEW): - bat-dg2-14: NOTRUN -> [SKIP][8] +49 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-dg2-14/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html * {igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area} (NEW): - bat-arls-5: NOTRUN -> [SKIP][9] +49 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-arls-5/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html - bat-rplp-1: NOTRUN -> [SKIP][10] +49 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-rplp-1/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html - fi-tgl-1115g4: NOTRUN -> [SKIP][11] +49 other tests skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-tgl-1115g4/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html * {igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf} (NEW): - bat-adlp-11: NOTRUN -> [SKIP][12] +49 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-adlp-11/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf.html * {igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf} (NEW): - bat-dg2-11: NOTRUN -> [SKIP][13] +49 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-dg2-11/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * {igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area} (NEW): - bat-arls-2: NOTRUN -> [SKIP][14] +60 other tests skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-arls-2/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html * {igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area} (NEW): - bat-dg1-7: NOTRUN -> [SKIP][15] +49 other tests skip [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-dg1-7/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html * {igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf} (NEW): - bat-arlh-2: NOTRUN -> [SKIP][16] +49 other tests skip [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-arlh-2/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html - fi-rkl-11600: NOTRUN -> [SKIP][17] +49 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-rkl-11600/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf.html * {igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb} (NEW): - bat-dg2-8: NOTRUN -> [SKIP][18] +49 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-dg2-8/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html - bat-adls-6: NOTRUN -> [SKIP][19] +49 other tests skip [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-adls-6/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html - bat-adlm-1: NOTRUN -> [SKIP][20] +49 other tests skip [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-adlm-1/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html - bat-jsl-1: NOTRUN -> [SKIP][21] +49 other tests skip [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-jsl-1/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html - bat-arls-1: NOTRUN -> [SKIP][22] +49 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-arls-1/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html New tests --------- New tests have been introduced between CI_DRM_15369 and IGTPW_11705: ### New IGT tests (100) ### * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 2.11] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.85, 0.89] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21, 1.22] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 2.11] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.83, 0.89] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21, 1.22] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 2.11] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.84, 0.89] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 2.11] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.85, 0.89] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 2.10] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.83, 0.89] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21, 1.24] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 2.11] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.84, 0.89] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21, 1.26] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 2.11] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.84, 0.89] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21, 1.26] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 2.11] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.83, 0.89] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21, 1.26] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 2.11] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.83, 0.89] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21, 1.25] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 2.18] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.83, 0.89] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21, 1.28] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 2.12] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.84, 0.90] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21, 1.24] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 2.11] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 4 skip(s) - Exec time: [0.84, 0.89] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 4 skip(s) - Exec time: [1.21, 1.24] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.83] s * igt@kms_psr2_sf@pr-cursor-plane-update-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-plane-move-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 38 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 42.96] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [6.82, 21.49] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [6.78, 21.46] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 42.10] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [6.54, 21.06] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [6.58, 21.04] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 41.07] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [6.28, 20.52] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [6.33, 20.54] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 2.97] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [1.36, 1.51] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [1.35, 1.48] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 64.69] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [9.46, 32.34] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [9.46, 32.35] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 44.41] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [6.89, 22.20] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [6.87, 22.20] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 23.67] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [4.09, 11.83] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [4.15, 11.83] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 4.29] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [1.69, 2.16] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [1.67, 2.13] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 15.22] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [6.74, 7.66] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [6.70, 7.56] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 15.27] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [6.74, 7.59] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [6.71, 7.68] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 12.16] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [5.39, 6.08] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [5.38, 6.08] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 15.29] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 4 pass(s) 34 skip(s) - Exec time: [0.0, 15.86] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [6.96, 7.98] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [6.97, 7.87] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 4 pass(s) - Exec time: [6.73, 7.67] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 4 pass(s) - Exec time: [6.71, 7.61] s Known issues ------------ Here are the changes found in IGTPW_11705 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@read: - bat-arls-1: [PASS][23] -> [DMESG-FAIL][24] ([i915#12102]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/bat-arls-1/igt@fbdev@read.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-arls-1/igt@fbdev@read.html * igt@gem_huc_copy@huc-copy: - fi-glk-j4005: NOTRUN -> [SKIP][25] ([i915#2190]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-glk-j4005: NOTRUN -> [SKIP][26] ([i915#4613]) +3 other tests skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-glk-j4005/igt@gem_lmem_swapping@parallel-random-engines.html * {igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf} (NEW): - bat-atsm-1: NOTRUN -> [SKIP][27] ([i915#6078]) +49 other tests skip [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-atsm-1/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html * {igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf} (NEW): - bat-apl-1: NOTRUN -> [SKIP][28] +49 other tests skip [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-apl-1/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html * {igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf} (NEW): - fi-kbl-7567u: NOTRUN -> [SKIP][29] +49 other tests skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-kbl-7567u/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * {igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area} (NEW): - fi-cfl-guc: NOTRUN -> [SKIP][30] +49 other tests skip [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-cfl-guc/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html - fi-kbl-x1275: NOTRUN -> [SKIP][31] +49 other tests skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-kbl-x1275/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html * {igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area} (NEW): - fi-cfl-8700k: NOTRUN -> [SKIP][32] +49 other tests skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-cfl-8700k/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html - bat-kbl-2: NOTRUN -> [SKIP][33] +49 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-kbl-2/igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area.html * {igt@kms_psr2_sf@pr-cursor-plane-update-sf} (NEW): - fi-glk-j4005: NOTRUN -> [SKIP][34] +60 other tests skip [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-glk-j4005/igt@kms_psr2_sf@pr-cursor-plane-update-sf.html * {igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area} (NEW): - fi-cfl-8109u: NOTRUN -> [SKIP][35] +49 other tests skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-cfl-8109u/igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area.html * {igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area} (NEW): - fi-pnv-d510: NOTRUN -> [SKIP][36] +49 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-pnv-d510/igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area.html * {igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf} (NEW): - fi-ivb-3770: NOTRUN -> [SKIP][37] +49 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-ivb-3770/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html * {igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf} (NEW): - fi-bsw-n3050: NOTRUN -> [SKIP][38] +49 other tests skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-bsw-n3050/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf.html * {igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area} (NEW): - fi-ilk-650: NOTRUN -> [SKIP][39] +49 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-ilk-650/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html - fi-blb-e6850: NOTRUN -> [SKIP][40] +49 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-blb-e6850/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html * {igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb} (NEW): - fi-elk-e7500: NOTRUN -> [SKIP][41] +75 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-elk-e7500/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html - fi-kbl-guc: NOTRUN -> [SKIP][42] +49 other tests skip [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-kbl-guc/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html #### Possible fixes #### * igt@fbdev@info: - bat-arls-1: [DMESG-WARN][43] ([i915#12102]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/bat-arls-1/igt@fbdev@info.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/bat-arls-1/igt@fbdev@info.html #### Warnings #### * igt@i915_module_load@reload: - fi-kbl-7567u: [DMESG-WARN][45] ([i915#180] / [i915#9925]) -> [DMESG-WARN][46] ([i915#180] / [i915#1982] / [i915#9925]) +1 other test dmesg-warn [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/fi-kbl-7567u/igt@i915_module_load@reload.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/fi-kbl-7567u/igt@i915_module_load@reload.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#12102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12102 [i915#180]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/180 [i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#6078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6078 [i915#9925]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9925 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8006 -> IGTPW_11705 CI-20190529: 20190529 CI_DRM_15369: 7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11705: 539b0fdc2a085a40bdd202a2e61553f0149550f4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8006: ae7f2bc0b99801a7ae369d4b5fda5c6b1c386eb1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/index.html [-- Attachment #2: Type: text/html, Size: 31245 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test 2024-09-05 13:42 [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Pranay Samala ` (2 preceding siblings ...) 2024-09-05 22:59 ` ✓ Fi.CI.BAT: " Patchwork @ 2024-09-06 20:34 ` Naladala, Ramanaidu 2024-09-18 11:57 ` Samala, Pranay 2024-09-08 1:48 ` ✓ CI.xeFULL: success for series starting with [i-g-t,v3,1/2] " Patchwork ` (3 subsequent siblings) 7 siblings, 1 reply; 11+ messages in thread From: Naladala, Ramanaidu @ 2024-09-06 20:34 UTC (permalink / raw) To: igt-dev On 9/5/2024 7:12 PM, Pranay Samala wrote: > In the current kms_psr2_sf tests, we identify PSR/PR/PR-SF at > dynamic subtest level. > This patch converts the test structure to execute on PSR/PR/PR-SF > at subtest level for easy identification of tests. > > Signed-off-by: Pranay Samala <pranay.samala@intel.com> > --- > tests/intel/kms_psr2_sf.c | 809 +++++++++++++++++++------------------- > 1 file changed, 407 insertions(+), 402 deletions(-) > > diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c > index 03ff1cddb..3fd814281 100644 > --- a/tests/intel/kms_psr2_sf.c > +++ b/tests/intel/kms_psr2_sf.c > @@ -44,11 +44,20 @@ > #include <string.h> > > /** > - * SUBTEST: %s-plane-move-continuous-%s > + * SUBTEST: psr2-%s-plane-move-continuous-%s > * Description: Test that selective fetch works on moving %arg[1] plane %arg[2] > * visible area (no update) > * > - * SUBTEST: fbc-%s-plane-move-continuous-%s > + * SUBTEST: pr-%s-plane-move-continuous-%s > + * Description: Test that selective fetch works on moving %arg[1] plane %arg[2] > + * visible area (no update) > + * > + * SUBTEST: fbc-psr2-%s-plane-move-continuous-%s > + * Description: Test that fbc with selective fetch works on moving %arg[1] plane %arg[2] > + * visible area (no update) > + * Functionality: plane, psr2, selective_fetch, fbc > + * > + * SUBTEST: fbc-pr-%s-plane-move-continuous-%s > * Description: Test that fbc with selective fetch works on moving %arg[1] plane %arg[2] > * visible area (no update) > * Functionality: plane, psr2, selective_fetch, fbc > @@ -66,51 +75,98 @@ > */ > > /** > - * SUBTEST: cursor-plane-update-sf > + * SUBTEST: psr2-cursor-plane-update-sf > * Description: Test that selective fetch works on cursor plane > * > - * SUBTEST: fbc-cursor-plane-update-sf > + * SUBTEST: pr-cursor-plane-update-sf > + * Description: Test that selective fetch works on cursor plane > + * > + * SUBTEST: fbc-psr2-cursor-plane-update-sf > + * Description: Test that fbc with selective fetch works on cursor plane > + * Functionality: plane, psr2, selective_fetch, fbc > + * > + * SUBTEST: fbc-pr-cursor-plane-update-sf > * Description: Test that fbc with selective fetch works on cursor plane > * Functionality: plane, psr2, selective_fetch, fbc > * > - * SUBTEST: overlay-plane-update-continuous-sf > + * SUBTEST: psr2-overlay-plane-update-continuous-sf > * Description: Test that selective fetch works on overlay plane > * > - * SUBTEST: fbc-overlay-plane-update-sf-dmg-area > + * SUBTEST: pr-overlay-plane-update-continuous-sf > + * Description: Test that selective fetch works on overlay plane > + * > + * SUBTEST: fbc-psr2-overlay-plane-update-sf-dmg-area > + * Description: Test that fbc with selective fetch works on overlay plane > + * Functionality: plane, psr2, selective_fetch, fbc > + * > + * SUBTEST: fbc-pr-overlay-plane-update-sf-dmg-area > * Description: Test that fbc with selective fetch works on overlay plane > * Functionality: plane, psr2, selective_fetch, fbc > * > - * SUBTEST: overlay-plane-update-sf-dmg-area > + * SUBTEST: psr2-overlay-plane-update-sf-dmg-area > + * Description: Test that selective fetch works on overlay plane > + * > + * SUBTEST: pr-overlay-plane-update-sf-dmg-area > * Description: Test that selective fetch works on overlay plane > * > - * SUBTEST: fbc-overlay-plane-update-continuous-sf > + * SUBTEST: fbc-psr2-overlay-plane-update-continuous-sf > * Description: Test that fbc with selective fetch works on overlay plane > * Functionality: plane, psr2, selective_fetch, fbc > * > - * SUBTEST: overlay-primary-update-sf-dmg-area > + * SUBTEST: fbc-pr-overlay-plane-update-continuous-sf > + * Description: Test that fbc with selective fetch works on overlay plane > + * Functionality: plane, psr2, selective_fetch, fbc > + * > + * SUBTEST: psr2-overlay-primary-update-sf-dmg-area > + * Description: Test that selective fetch works on primary plane with blended > + * overlay plane > + * > + * SUBTEST: pr-overlay-primary-update-sf-dmg-area > * Description: Test that selective fetch works on primary plane with blended > * overlay plane > * > - * SUBTEST: fbc-overlay-primary-update-sf-dmg-area > + * SUBTEST: fbc-psr2-overlay-primary-update-sf-dmg-area > * Description: Test that fbc with selective fetch works on primary plane with blended > * overlay plane > * Functionality: plane, psr2, selective_fetch, fbc > * > - * SUBTEST: plane-move-sf-dmg-area > + * SUBTEST: fbc-pr-overlay-primary-update-sf-dmg-area > + * Description: Test that fbc with selective fetch works on primary plane with blended > + * overlay plane > + * Functionality: plane, psr2, selective_fetch, fbc > + * > + * SUBTEST: psr2-plane-move-sf-dmg-area > * Description: Test that selective fetch works on moving overlay plane > * > - * SUBTEST: fbc-plane-move-sf-dmg-area > + * SUBTEST: pr-plane-move-sf-dmg-area > + * Description: Test that selective fetch works on moving overlay plane > + * > + * SUBTEST: fbc-psr2-plane-move-sf-dmg-area > * Description: Test that fbc with selective fetch works on moving overlay plane > * Functionality: plane, psr2, selective_fetch, fbc > * > - * SUBTEST: primary-plane-update-sf-dmg-area > + * SUBTEST: fbc-pr-plane-move-sf-dmg-area > + * Description: Test that fbc with selective fetch works on moving overlay plane > + * Functionality: plane, psr2, selective_fetch, fbc > + * > + * SUBTEST: psr2-primary-plane-update-sf-dmg-area > + * Description: Test that selective fetch works on primary plane > + * > + * SUBTEST: pr-primary-plane-update-sf-dmg-area > * Description: Test that selective fetch works on primary plane > * > - * SUBTEST: fbc-primary-plane-update-sf-dmg-area > + * SUBTEST: fbc-psr2-primary-plane-update-sf-dmg-area > * Description: Test that fbc with selective fetch works on primary plane > * Functionality: plane, psr2, selective_fetch, fbc > * > - * SUBTEST: primary-plane-update-sf-dmg-area-big-fb > + * SUBTEST: fbc-pr-primary-plane-update-sf-dmg-area > + * Description: Test that fbc with selective fetch works on primary plane > + * Functionality: plane, psr2, selective_fetch, fbc > + * > + * SUBTEST: psr2-primary-plane-update-sf-dmg-area-big-fb > + * Description: Test that selective fetch works on primary plane with big fb > + * > + * SUBTEST: pr-primary-plane-update-sf-dmg-area-big-fb > * Description: Test that selective fetch works on primary plane with big fb > */ > > @@ -216,23 +272,6 @@ static bool set_sel_fetch_mode_for_output(data_t *data) > return supported; > } > > -static const char *get_psr_mode_str_for_output(data_t *data) > -{ > - static const char *psr_mode; > - > - switch (data->psr_mode) { > - case PSR_MODE_2: > - psr_mode = "psr2"; > - break; > - case PR_MODE_SEL_FETCH: > - psr_mode = "pr"; > - break; > - default: > - psr_mode = ""; > - } > - return psr_mode; > -} > - > static const char *op_str(enum operations op) > { > static const char * const name[] = { > @@ -1045,13 +1084,95 @@ pipe_output_combo_valid(igt_display_t *display, > return ret; > } > > +static bool check_psr_mode_supported(data_t *data, int psr_stat) > +{ > + if (data->psr_mode == psr_stat) > + return true; > + else > + return false; > +} > + > +static void run_dynamic_test_damage_areas(data_t data, int i, int coexist_features[]) > +{ > + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > + if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + continue; > + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), > + igt_output_name(data.output), coexist_feature_str(j)) { > + data.coexist_feature = j; > + for (int k = 1; k <= MAX_DAMAGE_AREAS; k++) { > + data.damage_area_count = k; > + prepare(&data); > + run(&data); > + cleanup(&data); > + } > + } > + } > +} imho you should split all new functions into different patches. > + > +static void run_dynamic_test(data_t data, int i, int coexist_features[]) > +{ > + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > + if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + continue; > + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), > + igt_output_name(data.output), coexist_feature_str(j)) { > + data.coexist_feature = j; > + prepare(&data); > + run(&data); > + cleanup(&data); > + } > + } > +} > + > +static void run_plane_move(data_t data, int i, int coexist_features[]) > +{ > + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > + if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + continue; > + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), > + igt_output_name(data.output), coexist_feature_str(j)) { > + data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > + data.coexist_feature = j; > + for (int k = POS_TOP_LEFT; k <= POS_BOTTOM_RIGHT; k++) { > + data.pos = k; > + prepare(&data); > + run(&data); > + cleanup(&data); > + } > + } > + } > +} > + > +static void run_plane_update_continuous(data_t data, int i, int coexist_features[]) > +{ > + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > + if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + continue; > + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), > + igt_output_name(data.output), coexist_feature_str(j)) { > + data.damage_area_count = 1; > + if (data.op_fbc_mode == FBC_ENABLED) > + data.primary_format = DRM_FORMAT_XRGB8888; > + else > + data.primary_format = DRM_FORMAT_NV12; > + > + data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > + data.coexist_feature = j; > + prepare(&data); > + run(&data); > + cleanup(&data); > + } > + } > +} I did not find much difference between run_plane_update_continuous and run_dynamic_test. I think the continuous update function loop is missing. > + > igt_main > { > bool output_supports_pr_psr2_sel_fetch = false; > bool pr_psr2_sel_fetch_supported = false; > data_t data = {}; > igt_output_t *outputs[IGT_MAX_PIPES * IGT_MAX_PIPES]; > - int i, j, k, y; > + int i, y, z; > int pipes[IGT_MAX_PIPES * IGT_MAX_PIPES]; > int n_pipes = 0; > int coexist_features[IGT_MAX_PIPES * IGT_MAX_PIPES]; > @@ -1061,6 +1182,12 @@ igt_main > }; > int fbc_status[] = {FBC_DISABLED, FBC_ENABLED}; > > + const char *append_psr_subtest[2] = { > + "psr2-", > + "pr-" > + }; > + int psr_status[] = {PSR_MODE_2, PR_MODE_SEL_FETCH}; > + > igt_fixture { > drmModeResPtr res; > > @@ -1103,430 +1230,308 @@ igt_main > } > > for (y = 0; y < ARRAY_SIZE(fbc_status); y++) { > - data.op = PLANE_UPDATE; > - data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; > - data.primary_format = DRM_FORMAT_XRGB8888; > - data.big_fb_test = 0; > - > - data.op_fbc_mode = fbc_status[y]; > - /* Verify primary plane selective fetch */ > - igt_describe("Test that selective fetch works on primary plane"); > - igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + for (z = 0; z < ARRAY_SIZE(psr_status); z++) { > + data.op = PLANE_UPDATE; > + data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; > + data.primary_format = DRM_FORMAT_XRGB8888; > + data.big_fb_test = 0; > + > + data.op_fbc_mode = fbc_status[y]; > + data.psr_mode = psr_status[z]; > + > + /* Verify primary plane selective fetch */ > + igt_describe("Test that selective fetch works on primary plane"); > + igt_subtest_with_dynamic_f("%s%sprimary-%s-sf-dmg-area", > + append_fbc_subtest[y], > + append_psr_subtest[z], > + op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], outputs[i])) > + continue; > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + > + if (!check_psr_mode_supported(&data, psr_status[z])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > + > + data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; > + run_dynamic_test_damage_areas(data, i, coexist_features); > + } > + } > + > + /* Verify primary plane selective fetch with big fb */ > + if (data.op_fbc_mode == FBC_DISABLED) { > + data.big_fb_test = 1; > + igt_describe("Test that selective fetch works on primary plane " > + "with big fb"); > + igt_subtest_with_dynamic_f("%s%sprimary-%s-sf-dmg-area-big-fb", > + append_fbc_subtest[y], > + append_psr_subtest[z], > + op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], outputs[i])) > + continue; > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > + > data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; > - data.coexist_feature = j; > - for (k = 1; k <= MAX_DAMAGE_AREAS; k++) { > - data.damage_area_count = k; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > + run_dynamic_test_damage_areas(data, i, > + coexist_features); > } > } > } > - } > > - /* Verify primary plane selective fetch with big fb */ > - if (data.op_fbc_mode == FBC_DISABLED) { > - data.big_fb_test = 1; > - igt_describe("Test that selective fetch works on primary plane with " > - "big fb"); > - igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area-big-fb", > - append_fbc_subtest[y], op_str(data.op)) { > + data.big_fb_test = 0; > + /* Verify overlay plane selective fetch */ > + igt_describe("Test that selective fetch works on overlay plane"); > + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf-dmg-area", > + append_fbc_subtest[y], > + append_psr_subtest[z], > + op_str(data.op)) { > for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], > outputs[i])) > continue; > data.pipe = pipes[i]; > data.output = outputs[i]; > igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > - continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", > - get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; > - data.coexist_feature = j; > - > - for (k = 1; k <= MAX_DAMAGE_AREAS; k++) { > - data.damage_area_count = k; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > - } > - } > + data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > + run_dynamic_test_damage_areas(data, i, coexist_features); > } > } > - } > > - data.big_fb_test = 0; > - /* Verify overlay plane selective fetch */ > - igt_describe("Test that selective fetch works on overlay plane"); > - igt_subtest_with_dynamic_f("%soverlay-%s-sf-dmg-area", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + data.damage_area_count = 1; > + /* Verify cursor plane selective fetch */ > + igt_describe("Test that selective fetch works on cursor plane"); > + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", append_fbc_subtest[y], > + append_psr_subtest[z], op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], > + outputs[i])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > - data.coexist_feature = j; > - > - for (k = 1; k <= MAX_DAMAGE_AREAS; k++) { > - data.damage_area_count = k; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > - } > - } > - } > - } > - > - data.damage_area_count = 1; > - /* Verify cursor plane selective fetch */ > - igt_describe("Test that selective fetch works on cursor plane"); > - igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - data.test_plane_id = DRM_PLANE_TYPE_CURSOR; > - data.coexist_feature = j; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > + > + data.test_plane_id = DRM_PLANE_TYPE_CURSOR; > + run_dynamic_test(data, i, coexist_features); > } > } > - } > > - data.op = PLANE_MOVE_CONTINUOUS; > - igt_describe("Test that selective fetch works on moving cursor plane (no update)"); > - igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + data.op = PLANE_MOVE_CONTINUOUS; > + igt_describe("Test that selective fetch works on " > + "moving cursor plane (no update)"); > + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", append_fbc_subtest[y], > + append_psr_subtest[z], op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], > + outputs[i])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - data.test_plane_id = DRM_PLANE_TYPE_CURSOR; > - data.coexist_feature = j; > - > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > + > + data.test_plane_id = DRM_PLANE_TYPE_CURSOR; > + run_dynamic_test(data, i, coexist_features); > } > } > - } > > - data.op = PLANE_MOVE_CONTINUOUS_EXCEED; > - igt_describe("Test that selective fetch works on moving cursor plane exceeding " > - "partially visible area (no update)"); > - igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + data.op = PLANE_MOVE_CONTINUOUS_EXCEED; > + igt_describe("Test that selective fetch works on moving cursor " > + "plane exceeding partially visible area (no update)"); > + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", append_fbc_subtest[y], > + append_psr_subtest[z], op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], > + outputs[i])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - data.test_plane_id = DRM_PLANE_TYPE_CURSOR; > - data.coexist_feature = j; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > + > + data.test_plane_id = DRM_PLANE_TYPE_CURSOR; > + run_dynamic_test(data, i, coexist_features); > } > } > - } > > - data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; > - igt_describe("Test that selective fetch works on moving cursor plane exceeding " > - "fully visible area (no update)"); > - igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; > + igt_describe("Test that selective fetch works on moving cursor plane " > + "exceeding fully visible area (no update)"); > + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", append_fbc_subtest[y], > + append_psr_subtest[z], op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], > + outputs[i])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - data.test_plane_id = DRM_PLANE_TYPE_CURSOR; > - data.coexist_feature = j; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > + > + data.test_plane_id = DRM_PLANE_TYPE_CURSOR; > + run_dynamic_test(data, i, coexist_features); > } > } > - } > > - /* Only for overlay plane */ > - data.op = PLANE_MOVE; > - /* Verify overlay plane move selective fetch */ > - igt_describe("Test that selective fetch works on moving overlay plane"); > - igt_subtest_with_dynamic_f("%s%s-sf-dmg-area", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + /* Only for overlay plane */ > + data.op = PLANE_MOVE; > + /* Verify overlay plane move selective fetch */ > + igt_describe("Test that selective fetch works on moving overlay plane"); > + igt_subtest_with_dynamic_f("%s%s%s-sf-dmg-area", append_fbc_subtest[y], > + append_psr_subtest[z], op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], > + outputs[i])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", > - get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > - data.coexist_feature = j; > - for (k = POS_TOP_LEFT; k <= POS_BOTTOM_RIGHT ; k++) { > - data.pos = k; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > - } > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > + > + run_plane_move(data, i, coexist_features); > } > } > - } > > - data.op = PLANE_MOVE_CONTINUOUS; > - igt_describe("Test that selective fetch works on moving overlay plane (no update)"); > - igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + data.op = PLANE_MOVE_CONTINUOUS; > + igt_describe("Test that selective fetch works on moving overlay " > + "plane (no update)"); > + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", append_fbc_subtest[y], > + append_psr_subtest[z], op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], > + outputs[i])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > + > data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > - data.coexist_feature = j; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > + run_dynamic_test(data, i, coexist_features); > } > } > - } > > - data.op = PLANE_MOVE_CONTINUOUS_EXCEED; > - igt_describe("Test that selective fetch works on moving overlay plane partially " > - "exceeding visible area (no update)"); > - igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + data.op = PLANE_MOVE_CONTINUOUS_EXCEED; > + igt_describe("Test that selective fetch works on moving overlay " > + "plane partially exceeding visible area (no update)"); > + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", append_fbc_subtest[y], > + append_psr_subtest[z], op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], > + outputs[i])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > - data.coexist_feature = j; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > + > + data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > + run_dynamic_test(data, i, coexist_features); > } > } > - } > > - data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; > - igt_describe("Test that selective fetch works on moving overlay plane fully " > - "exceeding visible area (no update)"); > - igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; > + igt_describe("Test that selective fetch works on moving overlay plane " > + "fully exceeding visible area (no update)"); > + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", append_fbc_subtest[y], > + append_psr_subtest[z], op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, pipes[i], > + outputs[i])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > - data.coexist_feature = j; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > + > + data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > + run_dynamic_test(data, i, coexist_features); > } > } > - } > > - /* Verify primary plane selective fetch with overplay plane blended */ > - data.op = OVERLAY_PRIM_UPDATE; > - igt_describe("Test that selective fetch works on primary plane " > - "with blended overlay plane"); > - igt_subtest_with_dynamic_f("%s%s-sf-dmg-area", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + /* Verify primary plane selective fetch with overplay plane blended */ > + data.op = OVERLAY_PRIM_UPDATE; > + igt_describe("Test that selective fetch works on primary plane " > + "with blended overlay plane"); > + igt_subtest_with_dynamic_f("%s%s%s-sf-dmg-area", append_fbc_subtest[y], > + append_psr_subtest[z], op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], > + outputs[i])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", kmstest_pipe_name(pipes[i]), > - get_psr_mode_str_for_output(&data), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - for (k = 1; k <= MAX_DAMAGE_AREAS; k++) { > - data.damage_area_count = k; > - data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; > - data.coexist_feature = j; > - > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > - } > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > + > + data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; > + run_dynamic_test_damage_areas(data, i, coexist_features); > } > } > - } > > - /* > - * Verify overlay plane selective fetch using NV12 primary > - * plane and continuous updates. > - */ > - data.op = PLANE_UPDATE_CONTINUOUS; > - igt_describe("Test that selective fetch works on overlay plane"); > - igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y], > - op_str(data.op)) { > - for (i = 0; i < n_pipes; i++) { > - if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i])) > - continue; > - data.pipe = pipes[i]; > - data.output = outputs[i]; > - igt_assert_f(set_sel_fetch_mode_for_output(&data), > - "Selective fetch is not supported\n"); > - > - for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > - if (j != FEATURE_NONE && !(coexist_features[i] & j)) > + /* > + * Verify overlay plane selective fetch using NV12 primary > + * plane and continuous updates. > + */ > + data.op = PLANE_UPDATE_CONTINUOUS; > + igt_describe("Test that selective fetch works on overlay plane"); > + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", append_fbc_subtest[y], > + append_psr_subtest[z], op_str(data.op)) { > + for (i = 0; i < n_pipes; i++) { > + if (!pipe_output_combo_valid(&data.display, > + pipes[i], > + outputs[i])) > continue; > - igt_dynamic_f("%s-pipe-%s-%s%s", get_psr_mode_str_for_output(&data), > - kmstest_pipe_name(pipes[i]), > - igt_output_name(outputs[i]), > - coexist_feature_str(j)) { > - data.damage_area_count = 1; > - if (data.op_fbc_mode == FBC_ENABLED) > - data.primary_format = DRM_FORMAT_XRGB8888; > - else > - data.primary_format = DRM_FORMAT_NV12; > - data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > - data.coexist_feature = j; > - prepare(&data); > - run(&data); > - cleanup(&data); > - } > + data.pipe = pipes[i]; > + data.output = outputs[i]; > + igt_assert_f(set_sel_fetch_mode_for_output(&data), > + "Selective fetch is not supported\n"); > + if (!check_psr_mode_supported(&data, psr_status[z])) > + continue; > + > + run_plane_update_continuous(data, i, coexist_features); > } > } > } ^ permalink raw reply [flat|nested] 11+ messages in thread
* RE: [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test 2024-09-06 20:34 ` [PATCH i-g-t v3 1/2] " Naladala, Ramanaidu @ 2024-09-18 11:57 ` Samala, Pranay 2024-09-18 12:07 ` Naladala, Ramanaidu 0 siblings, 1 reply; 11+ messages in thread From: Samala, Pranay @ 2024-09-18 11:57 UTC (permalink / raw) To: Naladala, Ramanaidu, igt-dev@lists.freedesktop.org > -----Original Message----- > From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Naladala, > Ramanaidu > Sent: Saturday, September 7, 2024 2:05 AM > To: igt-dev@lists.freedesktop.org > Subject: Re: [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf > test > > > > On 9/5/2024 7:12 PM, Pranay Samala wrote: > > In the current kms_psr2_sf tests, we identify PSR/PR/PR-SF at dynamic > > subtest level. > > This patch converts the test structure to execute on PSR/PR/PR-SF at > > subtest level for easy identification of tests. > > > > Signed-off-by: Pranay Samala <pranay.samala@intel.com> > > --- > > tests/intel/kms_psr2_sf.c | 809 +++++++++++++++++++------------------- > > 1 file changed, 407 insertions(+), 402 deletions(-) > > > > diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c > > index 03ff1cddb..3fd814281 100644 > > --- a/tests/intel/kms_psr2_sf.c > > +++ b/tests/intel/kms_psr2_sf.c > > @@ -44,11 +44,20 @@ > > #include <string.h> > > > > /** > > - * SUBTEST: %s-plane-move-continuous-%s > > + * SUBTEST: psr2-%s-plane-move-continuous-%s > > * Description: Test that selective fetch works on moving %arg[1] plane > %arg[2] > > * visible area (no update) > > * > > - * SUBTEST: fbc-%s-plane-move-continuous-%s > > + * SUBTEST: pr-%s-plane-move-continuous-%s > > + * Description: Test that selective fetch works on moving %arg[1] plane > %arg[2] > > + * visible area (no update) > > + * > > + * SUBTEST: fbc-psr2-%s-plane-move-continuous-%s > > + * Description: Test that fbc with selective fetch works on moving %arg[1] > plane %arg[2] > > + * visible area (no update) > > + * Functionality: plane, psr2, selective_fetch, fbc > > + * > > + * SUBTEST: fbc-pr-%s-plane-move-continuous-%s > > * Description: Test that fbc with selective fetch works on moving %arg[1] > plane %arg[2] > > * visible area (no update) > > * Functionality: plane, psr2, selective_fetch, fbc @@ -66,51 +75,98 > > @@ > > */ > > > > /** > > - * SUBTEST: cursor-plane-update-sf > > + * SUBTEST: psr2-cursor-plane-update-sf > > * Description: Test that selective fetch works on cursor plane > > * > > - * SUBTEST: fbc-cursor-plane-update-sf > > + * SUBTEST: pr-cursor-plane-update-sf > > + * Description: Test that selective fetch works on cursor plane > > + * > > + * SUBTEST: fbc-psr2-cursor-plane-update-sf > > + * Description: Test that fbc with selective fetch works on cursor > > + plane > > + * Functionality: plane, psr2, selective_fetch, fbc > > + * > > + * SUBTEST: fbc-pr-cursor-plane-update-sf > > * Description: Test that fbc with selective fetch works on cursor plane > > * Functionality: plane, psr2, selective_fetch, fbc > > * > > - * SUBTEST: overlay-plane-update-continuous-sf > > + * SUBTEST: psr2-overlay-plane-update-continuous-sf > > * Description: Test that selective fetch works on overlay plane > > * > > - * SUBTEST: fbc-overlay-plane-update-sf-dmg-area > > + * SUBTEST: pr-overlay-plane-update-continuous-sf > > + * Description: Test that selective fetch works on overlay plane > > + * > > + * SUBTEST: fbc-psr2-overlay-plane-update-sf-dmg-area > > + * Description: Test that fbc with selective fetch works on overlay > > + plane > > + * Functionality: plane, psr2, selective_fetch, fbc > > + * > > + * SUBTEST: fbc-pr-overlay-plane-update-sf-dmg-area > > * Description: Test that fbc with selective fetch works on overlay plane > > * Functionality: plane, psr2, selective_fetch, fbc > > * > > - * SUBTEST: overlay-plane-update-sf-dmg-area > > + * SUBTEST: psr2-overlay-plane-update-sf-dmg-area > > + * Description: Test that selective fetch works on overlay plane > > + * > > + * SUBTEST: pr-overlay-plane-update-sf-dmg-area > > * Description: Test that selective fetch works on overlay plane > > * > > - * SUBTEST: fbc-overlay-plane-update-continuous-sf > > + * SUBTEST: fbc-psr2-overlay-plane-update-continuous-sf > > * Description: Test that fbc with selective fetch works on overlay plane > > * Functionality: plane, psr2, selective_fetch, fbc > > * > > - * SUBTEST: overlay-primary-update-sf-dmg-area > > + * SUBTEST: fbc-pr-overlay-plane-update-continuous-sf > > + * Description: Test that fbc with selective fetch works on overlay > > + plane > > + * Functionality: plane, psr2, selective_fetch, fbc > > + * > > + * SUBTEST: psr2-overlay-primary-update-sf-dmg-area > > + * Description: Test that selective fetch works on primary plane with blended > > + * overlay plane > > + * > > + * SUBTEST: pr-overlay-primary-update-sf-dmg-area > > * Description: Test that selective fetch works on primary plane with blended > > * overlay plane > > * > > - * SUBTEST: fbc-overlay-primary-update-sf-dmg-area > > + * SUBTEST: fbc-psr2-overlay-primary-update-sf-dmg-area > > * Description: Test that fbc with selective fetch works on primary plane with > blended > > * overlay plane > > * Functionality: plane, psr2, selective_fetch, fbc > > * > > - * SUBTEST: plane-move-sf-dmg-area > > + * SUBTEST: fbc-pr-overlay-primary-update-sf-dmg-area > > + * Description: Test that fbc with selective fetch works on primary plane with > blended > > + * overlay plane > > + * Functionality: plane, psr2, selective_fetch, fbc > > + * > > + * SUBTEST: psr2-plane-move-sf-dmg-area > > * Description: Test that selective fetch works on moving overlay plane > > * > > - * SUBTEST: fbc-plane-move-sf-dmg-area > > + * SUBTEST: pr-plane-move-sf-dmg-area > > + * Description: Test that selective fetch works on moving overlay > > + plane > > + * > > + * SUBTEST: fbc-psr2-plane-move-sf-dmg-area > > * Description: Test that fbc with selective fetch works on moving overlay plane > > * Functionality: plane, psr2, selective_fetch, fbc > > * > > - * SUBTEST: primary-plane-update-sf-dmg-area > > + * SUBTEST: fbc-pr-plane-move-sf-dmg-area > > + * Description: Test that fbc with selective fetch works on moving > > + overlay plane > > + * Functionality: plane, psr2, selective_fetch, fbc > > + * > > + * SUBTEST: psr2-primary-plane-update-sf-dmg-area > > + * Description: Test that selective fetch works on primary plane > > + * > > + * SUBTEST: pr-primary-plane-update-sf-dmg-area > > * Description: Test that selective fetch works on primary plane > > * > > - * SUBTEST: fbc-primary-plane-update-sf-dmg-area > > + * SUBTEST: fbc-psr2-primary-plane-update-sf-dmg-area > > * Description: Test that fbc with selective fetch works on primary plane > > * Functionality: plane, psr2, selective_fetch, fbc > > * > > - * SUBTEST: primary-plane-update-sf-dmg-area-big-fb > > + * SUBTEST: fbc-pr-primary-plane-update-sf-dmg-area > > + * Description: Test that fbc with selective fetch works on primary > > + plane > > + * Functionality: plane, psr2, selective_fetch, fbc > > + * > > + * SUBTEST: psr2-primary-plane-update-sf-dmg-area-big-fb > > + * Description: Test that selective fetch works on primary plane with > > + big fb > > + * > > + * SUBTEST: pr-primary-plane-update-sf-dmg-area-big-fb > > * Description: Test that selective fetch works on primary plane with big fb > > */ > > > > @@ -216,23 +272,6 @@ static bool set_sel_fetch_mode_for_output(data_t > *data) > > return supported; > > } > > > > -static const char *get_psr_mode_str_for_output(data_t *data) -{ > > - static const char *psr_mode; > > - > > - switch (data->psr_mode) { > > - case PSR_MODE_2: > > - psr_mode = "psr2"; > > - break; > > - case PR_MODE_SEL_FETCH: > > - psr_mode = "pr"; > > - break; > > - default: > > - psr_mode = ""; > > - } > > - return psr_mode; > > -} > > - > > static const char *op_str(enum operations op) > > { > > static const char * const name[] = { @@ -1045,13 +1084,95 @@ > > pipe_output_combo_valid(igt_display_t *display, > > return ret; > > } > > > > +static bool check_psr_mode_supported(data_t *data, int psr_stat) { > > + if (data->psr_mode == psr_stat) > > + return true; > > + else > > + return false; > > +} > > + > > +static void run_dynamic_test_damage_areas(data_t data, int i, int > > +coexist_features[]) { > > + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > > + if (j != FEATURE_NONE && !(coexist_features[i] & j)) > > + continue; > > + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), > > + igt_output_name(data.output), > coexist_feature_str(j)) { > > + data.coexist_feature = j; > > + for (int k = 1; k <= MAX_DAMAGE_AREAS; k++) { > > + data.damage_area_count = k; > > + prepare(&data); > > + run(&data); > > + cleanup(&data); > > + } > > + } > > + } > > +} > imho you should split all new functions into different patches. > > + > > +static void run_dynamic_test(data_t data, int i, int > > +coexist_features[]) { > > + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > > + if (j != FEATURE_NONE && !(coexist_features[i] & j)) > > + continue; > > + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), > > + igt_output_name(data.output), > coexist_feature_str(j)) { > > + data.coexist_feature = j; > > + prepare(&data); > > + run(&data); > > + cleanup(&data); > > + } > > + } > > +} > > + > > +static void run_plane_move(data_t data, int i, int > > +coexist_features[]) { > > + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > > + if (j != FEATURE_NONE && !(coexist_features[i] & j)) > > + continue; > > + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), > > + igt_output_name(data.output), > coexist_feature_str(j)) { > > + data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > > + data.coexist_feature = j; > > + for (int k = POS_TOP_LEFT; k <= POS_BOTTOM_RIGHT; > k++) { > > + data.pos = k; > > + prepare(&data); > > + run(&data); > > + cleanup(&data); > > + } > > + } > > + } > > +} > > + > > +static void run_plane_update_continuous(data_t data, int i, int > > +coexist_features[]) { > > + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { > > + if (j != FEATURE_NONE && !(coexist_features[i] & j)) > > + continue; > > + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), > > + igt_output_name(data.output), > coexist_feature_str(j)) { > > + data.damage_area_count = 1; > > + if (data.op_fbc_mode == FBC_ENABLED) > > + data.primary_format = > DRM_FORMAT_XRGB8888; > > + else > > + data.primary_format = DRM_FORMAT_NV12; > > + > > + data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; > > + data.coexist_feature = j; > > + prepare(&data); > > + run(&data); > > + cleanup(&data); > > + } > > + } > > +} > I did not find much difference between run_plane_update_continuous and > run_dynamic_test. I think the continuous update function loop is missing. Continuous plane update is happening inside the run function itself. -Pranay > > + > > igt_main > > { > > bool output_supports_pr_psr2_sel_fetch = false; > > bool pr_psr2_sel_fetch_supported = false; > > data_t data = {}; > > igt_output_t *outputs[IGT_MAX_PIPES * IGT_MAX_PIPES]; > > - int i, j, k, y; > > + int i, y, z; > > int pipes[IGT_MAX_PIPES * IGT_MAX_PIPES]; > > int n_pipes = 0; > > int coexist_features[IGT_MAX_PIPES * IGT_MAX_PIPES]; @@ -1061,6 > > +1182,12 @@ igt_main > > }; > > int fbc_status[] = {FBC_DISABLED, FBC_ENABLED}; > > > > + const char *append_psr_subtest[2] = { > > + "psr2-", > > + "pr-" > > + }; > > + int psr_status[] = {PSR_MODE_2, PR_MODE_SEL_FETCH}; > > + > > igt_fixture { > > drmModeResPtr res; > > > > @@ -1103,430 +1230,308 @@ igt_main > > } > > > > for (y = 0; y < ARRAY_SIZE(fbc_status); y++) { > > - data.op = PLANE_UPDATE; > > - data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; > > - data.primary_format = DRM_FORMAT_XRGB8888; > > - data.big_fb_test = 0; > > - > > - data.op_fbc_mode = fbc_status[y]; > > - /* Verify primary plane selective fetch */ > > - igt_describe("Test that selective fetch works on primary plane"); > > - igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + for (z = 0; z < ARRAY_SIZE(psr_status); z++) { > > + data.op = PLANE_UPDATE; > > + data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; > > + data.primary_format = DRM_FORMAT_XRGB8888; > > + data.big_fb_test = 0; > > + > > + data.op_fbc_mode = fbc_status[y]; > > + data.psr_mode = psr_status[z]; > > + > > + /* Verify primary plane selective fetch */ > > + igt_describe("Test that selective fetch works on primary > plane"); > > + igt_subtest_with_dynamic_f("%s%sprimary-%s-sf-dmg- > area", > > + append_fbc_subtest[y], > > + append_psr_subtest[z], > > + op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > outputs[i])) > > + continue; > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > + > > + data.test_plane_id = > DRM_PLANE_TYPE_PRIMARY; > > + run_dynamic_test_damage_areas(data, > i, coexist_features); > > + } > > + } > > + > > + /* Verify primary plane selective fetch with big fb */ > > + if (data.op_fbc_mode == FBC_DISABLED) { > > + data.big_fb_test = 1; > > + igt_describe("Test that selective fetch works on > primary plane " > > + "with big fb"); > > + igt_subtest_with_dynamic_f("%s%sprimary-%s- > sf-dmg-area-big-fb", > > + > append_fbc_subtest[y], > > + > append_psr_subtest[z], > > + op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + > pipes[i], outputs[i])) > > + continue; > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is > not supported\n"); > > + if > (!check_psr_mode_supported(&data, psr_status[z])) > > + continue; > > + > > data.test_plane_id = > DRM_PLANE_TYPE_PRIMARY; > > - data.coexist_feature = j; > > - for (k = 1; k <= > MAX_DAMAGE_AREAS; k++) { > > - > data.damage_area_count = k; > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > + > run_dynamic_test_damage_areas(data, i, > > + > coexist_features); > > } > > } > > } > > - } > > > > - /* Verify primary plane selective fetch with big fb */ > > - if (data.op_fbc_mode == FBC_DISABLED) { > > - data.big_fb_test = 1; > > - igt_describe("Test that selective fetch works on primary > plane with " > > - "big fb"); > > - igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg- > area-big-fb", > > - append_fbc_subtest[y], > op_str(data.op)) { > > + data.big_fb_test = 0; > > + /* Verify overlay plane selective fetch */ > > + igt_describe("Test that selective fetch works on overlay > plane"); > > + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf-dmg- > area", > > + append_fbc_subtest[y], > > + append_psr_subtest[z], > > + op_str(data.op)) { > > for (i = 0; i < n_pipes; i++) { > > - if > (!pipe_output_combo_valid(&data.display, pipes[i], > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > > outputs[i])) > > continue; > > data.pipe = pipes[i]; > > data.output = outputs[i]; > > > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective > fetch is not supported\n"); > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > + continue; > > > > - for (j = FEATURE_NONE; j < > FEATURE_COUNT; j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > - continue; > > - igt_dynamic_f("%s-pipe-%s- > %s%s", > > - > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - > coexist_feature_str(j)) { > > - data.test_plane_id = > DRM_PLANE_TYPE_PRIMARY; > > - data.coexist_feature = > j; > > - > > - for (k = 1; k <= > MAX_DAMAGE_AREAS; k++) { > > - > data.damage_area_count = k; > > - > prepare(&data); > > - run(&data); > > - > cleanup(&data); > > - } > > - } > > - } > > + data.test_plane_id = > DRM_PLANE_TYPE_OVERLAY; > > + run_dynamic_test_damage_areas(data, > i, coexist_features); > > } > > } > > - } > > > > - data.big_fb_test = 0; > > - /* Verify overlay plane selective fetch */ > > - igt_describe("Test that selective fetch works on overlay plane"); > > - igt_subtest_with_dynamic_f("%soverlay-%s-sf-dmg-area", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + data.damage_area_count = 1; > > + /* Verify cursor plane selective fetch */ > > + igt_describe("Test that selective fetch works on cursor > plane"); > > + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", > append_fbc_subtest[y], > > + append_psr_subtest[z], > op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > > + outputs[i])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > - data.test_plane_id = > DRM_PLANE_TYPE_OVERLAY; > > - data.coexist_feature = j; > > - > > - for (k = 1; k <= > MAX_DAMAGE_AREAS; k++) { > > - > data.damage_area_count = k; > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > - } > > - } > > - } > > - } > > - > > - data.damage_area_count = 1; > > - /* Verify cursor plane selective fetch */ > > - igt_describe("Test that selective fetch works on cursor plane"); > > - igt_subtest_with_dynamic_f("%scursor-%s-sf", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > - data.test_plane_id = > DRM_PLANE_TYPE_CURSOR; > > - data.coexist_feature = j; > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > + > > + data.test_plane_id = > DRM_PLANE_TYPE_CURSOR; > > + run_dynamic_test(data, i, > coexist_features); > > } > > } > > - } > > > > - data.op = PLANE_MOVE_CONTINUOUS; > > - igt_describe("Test that selective fetch works on moving cursor > plane (no update)"); > > - igt_subtest_with_dynamic_f("%scursor-%s-sf", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + data.op = PLANE_MOVE_CONTINUOUS; > > + igt_describe("Test that selective fetch works on " > > + "moving cursor plane (no update)"); > > + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", > append_fbc_subtest[y], > > + append_psr_subtest[z], > op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > > + outputs[i])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > - data.test_plane_id = > DRM_PLANE_TYPE_CURSOR; > > - data.coexist_feature = j; > > - > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > + continue; > > + > > + data.test_plane_id = > DRM_PLANE_TYPE_CURSOR; > > + run_dynamic_test(data, i, > coexist_features); > > } > > } > > - } > > > > - data.op = PLANE_MOVE_CONTINUOUS_EXCEED; > > - igt_describe("Test that selective fetch works on moving cursor > plane exceeding " > > - "partially visible area (no update)"); > > - igt_subtest_with_dynamic_f("%scursor-%s-sf", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + data.op = PLANE_MOVE_CONTINUOUS_EXCEED; > > + igt_describe("Test that selective fetch works on moving > cursor " > > + "plane exceeding partially visible area (no > update)"); > > + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", > append_fbc_subtest[y], > > + append_psr_subtest[z], > op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > > + outputs[i])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > - data.test_plane_id = > DRM_PLANE_TYPE_CURSOR; > > - data.coexist_feature = j; > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > + continue; > > + > > + data.test_plane_id = > DRM_PLANE_TYPE_CURSOR; > > + run_dynamic_test(data, i, > coexist_features); > > } > > } > > - } > > > > - data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; > > - igt_describe("Test that selective fetch works on moving cursor > plane exceeding " > > - "fully visible area (no update)"); > > - igt_subtest_with_dynamic_f("%scursor-%s-sf", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + data.op = > PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; > > + igt_describe("Test that selective fetch works on moving > cursor plane " > > + "exceeding fully visible area (no update)"); > > + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", > append_fbc_subtest[y], > > + append_psr_subtest[z], > op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > > + outputs[i])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > - data.test_plane_id = > DRM_PLANE_TYPE_CURSOR; > > - data.coexist_feature = j; > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > + continue; > > + > > + data.test_plane_id = > DRM_PLANE_TYPE_CURSOR; > > + run_dynamic_test(data, i, > coexist_features); > > } > > } > > - } > > > > - /* Only for overlay plane */ > > - data.op = PLANE_MOVE; > > - /* Verify overlay plane move selective fetch */ > > - igt_describe("Test that selective fetch works on moving overlay > plane"); > > - igt_subtest_with_dynamic_f("%s%s-sf-dmg-area", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + /* Only for overlay plane */ > > + data.op = PLANE_MOVE; > > + /* Verify overlay plane move selective fetch */ > > + igt_describe("Test that selective fetch works on moving > overlay plane"); > > + igt_subtest_with_dynamic_f("%s%s%s-sf-dmg-area", > append_fbc_subtest[y], > > + append_psr_subtest[z], > op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > > + outputs[i])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > > - > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > - data.test_plane_id = > DRM_PLANE_TYPE_OVERLAY; > > - data.coexist_feature = j; > > - for (k = POS_TOP_LEFT; k <= > POS_BOTTOM_RIGHT ; k++) { > > - data.pos = k; > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > - } > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > + continue; > > + > > + run_plane_move(data, i, > coexist_features); > > } > > } > > - } > > > > - data.op = PLANE_MOVE_CONTINUOUS; > > - igt_describe("Test that selective fetch works on moving overlay > plane (no update)"); > > - igt_subtest_with_dynamic_f("%soverlay-%s-sf", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + data.op = PLANE_MOVE_CONTINUOUS; > > + igt_describe("Test that selective fetch works on moving > overlay " > > + "plane (no update)"); > > + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", > append_fbc_subtest[y], > > + append_psr_subtest[z], > op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > > + outputs[i])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > + continue; > > + > > data.test_plane_id = > DRM_PLANE_TYPE_OVERLAY; > > - data.coexist_feature = j; > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > + run_dynamic_test(data, i, > coexist_features); > > } > > } > > - } > > > > - data.op = PLANE_MOVE_CONTINUOUS_EXCEED; > > - igt_describe("Test that selective fetch works on moving overlay > plane partially " > > - "exceeding visible area (no update)"); > > - igt_subtest_with_dynamic_f("%soverlay-%s-sf", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + data.op = PLANE_MOVE_CONTINUOUS_EXCEED; > > + igt_describe("Test that selective fetch works on moving > overlay " > > + "plane partially exceeding visible area (no > update)"); > > + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", > append_fbc_subtest[y], > > + append_psr_subtest[z], > op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > > + outputs[i])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > - data.test_plane_id = > DRM_PLANE_TYPE_OVERLAY; > > - data.coexist_feature = j; > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > + continue; > > + > > + data.test_plane_id = > DRM_PLANE_TYPE_OVERLAY; > > + run_dynamic_test(data, i, > coexist_features); > > } > > } > > - } > > > > - data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; > > - igt_describe("Test that selective fetch works on moving overlay > plane fully " > > - "exceeding visible area (no update)"); > > - igt_subtest_with_dynamic_f("%soverlay-%s-sf", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + data.op = > PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; > > + igt_describe("Test that selective fetch works on moving > overlay plane " > > + "fully exceeding visible area (no update)"); > > + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", > append_fbc_subtest[y], > > + append_psr_subtest[z], > op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, pipes[i], > > + outputs[i])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > - data.test_plane_id = > DRM_PLANE_TYPE_OVERLAY; > > - data.coexist_feature = j; > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > + continue; > > + > > + data.test_plane_id = > DRM_PLANE_TYPE_OVERLAY; > > + run_dynamic_test(data, i, > coexist_features); > > } > > } > > - } > > > > - /* Verify primary plane selective fetch with overplay plane > blended */ > > - data.op = OVERLAY_PRIM_UPDATE; > > - igt_describe("Test that selective fetch works on primary plane " > > - "with blended overlay plane"); > > - igt_subtest_with_dynamic_f("%s%s-sf-dmg-area", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + /* Verify primary plane selective fetch with overplay > plane blended */ > > + data.op = OVERLAY_PRIM_UPDATE; > > + igt_describe("Test that selective fetch works on primary > plane " > > + "with blended overlay plane"); > > + igt_subtest_with_dynamic_f("%s%s%s-sf-dmg-area", > append_fbc_subtest[y], > > + append_psr_subtest[z], > op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > > + outputs[i])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > kmstest_pipe_name(pipes[i]), > > - > get_psr_mode_str_for_output(&data), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > - for (k = 1; k <= > MAX_DAMAGE_AREAS; k++) { > > - > data.damage_area_count = k; > > - data.test_plane_id = > DRM_PLANE_TYPE_PRIMARY; > > - data.coexist_feature = > j; > > - > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > - } > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > + continue; > > + > > + data.test_plane_id = > DRM_PLANE_TYPE_PRIMARY; > > + run_dynamic_test_damage_areas(data, > i, coexist_features); > > } > > } > > - } > > > > - /* > > - * Verify overlay plane selective fetch using NV12 primary > > - * plane and continuous updates. > > - */ > > - data.op = PLANE_UPDATE_CONTINUOUS; > > - igt_describe("Test that selective fetch works on overlay plane"); > > - igt_subtest_with_dynamic_f("%soverlay-%s-sf", > append_fbc_subtest[y], > > - op_str(data.op)) { > > - for (i = 0; i < n_pipes; i++) { > > - if (!pipe_output_combo_valid(&data.display, > pipes[i], outputs[i])) > > - continue; > > - data.pipe = pipes[i]; > > - data.output = outputs[i]; > > - > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > - "Selective fetch is not > supported\n"); > > - > > - for (j = FEATURE_NONE; j < FEATURE_COUNT; > j++) { > > - if (j != FEATURE_NONE && > !(coexist_features[i] & j)) > > + /* > > + * Verify overlay plane selective fetch using NV12 > primary > > + * plane and continuous updates. > > + */ > > + data.op = PLANE_UPDATE_CONTINUOUS; > > + igt_describe("Test that selective fetch works on overlay > plane"); > > + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", > append_fbc_subtest[y], > > + append_psr_subtest[z], > op_str(data.op)) { > > + for (i = 0; i < n_pipes; i++) { > > + if > (!pipe_output_combo_valid(&data.display, > > + pipes[i], > > + outputs[i])) > > continue; > > - igt_dynamic_f("%s-pipe-%s-%s%s", > get_psr_mode_str_for_output(&data), > > - > kmstest_pipe_name(pipes[i]), > > - > igt_output_name(outputs[i]), > > - coexist_feature_str(j)) { > > - data.damage_area_count = 1; > > - if (data.op_fbc_mode == > FBC_ENABLED) > > - data.primary_format = > DRM_FORMAT_XRGB8888; > > - else > > - data.primary_format = > DRM_FORMAT_NV12; > > - data.test_plane_id = > DRM_PLANE_TYPE_OVERLAY; > > - data.coexist_feature = j; > > - prepare(&data); > > - run(&data); > > - cleanup(&data); > > - } > > + data.pipe = pipes[i]; > > + data.output = outputs[i]; > > + > igt_assert_f(set_sel_fetch_mode_for_output(&data), > > + "Selective fetch is not > supported\n"); > > + if (!check_psr_mode_supported(&data, > psr_status[z])) > > + continue; > > + > > + run_plane_update_continuous(data, i, > coexist_features); > > } > > } > > } ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test 2024-09-18 11:57 ` Samala, Pranay @ 2024-09-18 12:07 ` Naladala, Ramanaidu 0 siblings, 0 replies; 11+ messages in thread From: Naladala, Ramanaidu @ 2024-09-18 12:07 UTC (permalink / raw) To: Samala, Pranay, igt-dev@lists.freedesktop.org Hello, On 9/18/2024 5:27 PM, Samala, Pranay wrote: > > >> -----Original Message----- >> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Naladala, >> Ramanaidu >> Sent: Saturday, September 7, 2024 2:05 AM >> To: igt-dev@lists.freedesktop.org >> Subject: Re: [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf >> test >> >> >> >> On 9/5/2024 7:12 PM, Pranay Samala wrote: >>> In the current kms_psr2_sf tests, we identify PSR/PR/PR-SF at dynamic >>> subtest level. >>> This patch converts the test structure to execute on PSR/PR/PR-SF at >>> subtest level for easy identification of tests. >>> >>> Signed-off-by: Pranay Samala <pranay.samala@intel.com> >>> --- >>> tests/intel/kms_psr2_sf.c | 809 +++++++++++++++++++------------------- >>> 1 file changed, 407 insertions(+), 402 deletions(-) >>> >>> diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c >>> index 03ff1cddb..3fd814281 100644 >>> --- a/tests/intel/kms_psr2_sf.c >>> +++ b/tests/intel/kms_psr2_sf.c >>> @@ -44,11 +44,20 @@ >>> #include <string.h> >>> >>> /** >>> - * SUBTEST: %s-plane-move-continuous-%s >>> + * SUBTEST: psr2-%s-plane-move-continuous-%s >>> * Description: Test that selective fetch works on moving %arg[1] plane >> %arg[2] >>> * visible area (no update) >>> * >>> - * SUBTEST: fbc-%s-plane-move-continuous-%s >>> + * SUBTEST: pr-%s-plane-move-continuous-%s >>> + * Description: Test that selective fetch works on moving %arg[1] plane >> %arg[2] >>> + * visible area (no update) >>> + * >>> + * SUBTEST: fbc-psr2-%s-plane-move-continuous-%s >>> + * Description: Test that fbc with selective fetch works on moving %arg[1] >> plane %arg[2] >>> + * visible area (no update) >>> + * Functionality: plane, psr2, selective_fetch, fbc >>> + * >>> + * SUBTEST: fbc-pr-%s-plane-move-continuous-%s >>> * Description: Test that fbc with selective fetch works on moving %arg[1] >> plane %arg[2] >>> * visible area (no update) >>> * Functionality: plane, psr2, selective_fetch, fbc @@ -66,51 +75,98 >>> @@ >>> */ >>> >>> /** >>> - * SUBTEST: cursor-plane-update-sf >>> + * SUBTEST: psr2-cursor-plane-update-sf >>> * Description: Test that selective fetch works on cursor plane >>> * >>> - * SUBTEST: fbc-cursor-plane-update-sf >>> + * SUBTEST: pr-cursor-plane-update-sf >>> + * Description: Test that selective fetch works on cursor plane >>> + * >>> + * SUBTEST: fbc-psr2-cursor-plane-update-sf >>> + * Description: Test that fbc with selective fetch works on cursor >>> + plane >>> + * Functionality: plane, psr2, selective_fetch, fbc >>> + * >>> + * SUBTEST: fbc-pr-cursor-plane-update-sf >>> * Description: Test that fbc with selective fetch works on cursor plane >>> * Functionality: plane, psr2, selective_fetch, fbc >>> * >>> - * SUBTEST: overlay-plane-update-continuous-sf >>> + * SUBTEST: psr2-overlay-plane-update-continuous-sf >>> * Description: Test that selective fetch works on overlay plane >>> * >>> - * SUBTEST: fbc-overlay-plane-update-sf-dmg-area >>> + * SUBTEST: pr-overlay-plane-update-continuous-sf >>> + * Description: Test that selective fetch works on overlay plane >>> + * >>> + * SUBTEST: fbc-psr2-overlay-plane-update-sf-dmg-area >>> + * Description: Test that fbc with selective fetch works on overlay >>> + plane >>> + * Functionality: plane, psr2, selective_fetch, fbc >>> + * >>> + * SUBTEST: fbc-pr-overlay-plane-update-sf-dmg-area >>> * Description: Test that fbc with selective fetch works on overlay plane >>> * Functionality: plane, psr2, selective_fetch, fbc >>> * >>> - * SUBTEST: overlay-plane-update-sf-dmg-area >>> + * SUBTEST: psr2-overlay-plane-update-sf-dmg-area >>> + * Description: Test that selective fetch works on overlay plane >>> + * >>> + * SUBTEST: pr-overlay-plane-update-sf-dmg-area >>> * Description: Test that selective fetch works on overlay plane >>> * >>> - * SUBTEST: fbc-overlay-plane-update-continuous-sf >>> + * SUBTEST: fbc-psr2-overlay-plane-update-continuous-sf >>> * Description: Test that fbc with selective fetch works on overlay plane >>> * Functionality: plane, psr2, selective_fetch, fbc >>> * >>> - * SUBTEST: overlay-primary-update-sf-dmg-area >>> + * SUBTEST: fbc-pr-overlay-plane-update-continuous-sf >>> + * Description: Test that fbc with selective fetch works on overlay >>> + plane >>> + * Functionality: plane, psr2, selective_fetch, fbc >>> + * >>> + * SUBTEST: psr2-overlay-primary-update-sf-dmg-area >>> + * Description: Test that selective fetch works on primary plane with blended >>> + * overlay plane >>> + * >>> + * SUBTEST: pr-overlay-primary-update-sf-dmg-area >>> * Description: Test that selective fetch works on primary plane with blended >>> * overlay plane >>> * >>> - * SUBTEST: fbc-overlay-primary-update-sf-dmg-area >>> + * SUBTEST: fbc-psr2-overlay-primary-update-sf-dmg-area >>> * Description: Test that fbc with selective fetch works on primary plane with >> blended >>> * overlay plane >>> * Functionality: plane, psr2, selective_fetch, fbc >>> * >>> - * SUBTEST: plane-move-sf-dmg-area >>> + * SUBTEST: fbc-pr-overlay-primary-update-sf-dmg-area >>> + * Description: Test that fbc with selective fetch works on primary plane with >> blended >>> + * overlay plane >>> + * Functionality: plane, psr2, selective_fetch, fbc >>> + * >>> + * SUBTEST: psr2-plane-move-sf-dmg-area >>> * Description: Test that selective fetch works on moving overlay plane >>> * >>> - * SUBTEST: fbc-plane-move-sf-dmg-area >>> + * SUBTEST: pr-plane-move-sf-dmg-area >>> + * Description: Test that selective fetch works on moving overlay >>> + plane >>> + * >>> + * SUBTEST: fbc-psr2-plane-move-sf-dmg-area >>> * Description: Test that fbc with selective fetch works on moving overlay plane >>> * Functionality: plane, psr2, selective_fetch, fbc >>> * >>> - * SUBTEST: primary-plane-update-sf-dmg-area >>> + * SUBTEST: fbc-pr-plane-move-sf-dmg-area >>> + * Description: Test that fbc with selective fetch works on moving >>> + overlay plane >>> + * Functionality: plane, psr2, selective_fetch, fbc >>> + * >>> + * SUBTEST: psr2-primary-plane-update-sf-dmg-area >>> + * Description: Test that selective fetch works on primary plane >>> + * >>> + * SUBTEST: pr-primary-plane-update-sf-dmg-area >>> * Description: Test that selective fetch works on primary plane >>> * >>> - * SUBTEST: fbc-primary-plane-update-sf-dmg-area >>> + * SUBTEST: fbc-psr2-primary-plane-update-sf-dmg-area >>> * Description: Test that fbc with selective fetch works on primary plane >>> * Functionality: plane, psr2, selective_fetch, fbc >>> * >>> - * SUBTEST: primary-plane-update-sf-dmg-area-big-fb >>> + * SUBTEST: fbc-pr-primary-plane-update-sf-dmg-area >>> + * Description: Test that fbc with selective fetch works on primary >>> + plane >>> + * Functionality: plane, psr2, selective_fetch, fbc >>> + * >>> + * SUBTEST: psr2-primary-plane-update-sf-dmg-area-big-fb >>> + * Description: Test that selective fetch works on primary plane with >>> + big fb >>> + * >>> + * SUBTEST: pr-primary-plane-update-sf-dmg-area-big-fb >>> * Description: Test that selective fetch works on primary plane with big fb >>> */ >>> >>> @@ -216,23 +272,6 @@ static bool set_sel_fetch_mode_for_output(data_t >> *data) >>> return supported; >>> } >>> >>> -static const char *get_psr_mode_str_for_output(data_t *data) -{ >>> - static const char *psr_mode; >>> - >>> - switch (data->psr_mode) { >>> - case PSR_MODE_2: >>> - psr_mode = "psr2"; >>> - break; >>> - case PR_MODE_SEL_FETCH: >>> - psr_mode = "pr"; >>> - break; >>> - default: >>> - psr_mode = ""; >>> - } >>> - return psr_mode; >>> -} >>> - >>> static const char *op_str(enum operations op) >>> { >>> static const char * const name[] = { @@ -1045,13 +1084,95 @@ >>> pipe_output_combo_valid(igt_display_t *display, >>> return ret; >>> } >>> >>> +static bool check_psr_mode_supported(data_t *data, int psr_stat) { >>> + if (data->psr_mode == psr_stat) >>> + return true; >>> + else >>> + return false; >>> +} >>> + >>> +static void run_dynamic_test_damage_areas(data_t data, int i, int >>> +coexist_features[]) { >>> + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { >>> + if (j != FEATURE_NONE && !(coexist_features[i] & j)) >>> + continue; >>> + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), >>> + igt_output_name(data.output), >> coexist_feature_str(j)) { >>> + data.coexist_feature = j; >>> + for (int k = 1; k <= MAX_DAMAGE_AREAS; k++) { >>> + data.damage_area_count = k; >>> + prepare(&data); >>> + run(&data); >>> + cleanup(&data); >>> + } >>> + } >>> + } >>> +} >> imho you should split all new functions into different patches. >>> + >>> +static void run_dynamic_test(data_t data, int i, int >>> +coexist_features[]) { >>> + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { >>> + if (j != FEATURE_NONE && !(coexist_features[i] & j)) >>> + continue; >>> + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), >>> + igt_output_name(data.output), >> coexist_feature_str(j)) { >>> + data.coexist_feature = j; >>> + prepare(&data); >>> + run(&data); >>> + cleanup(&data); >>> + } >>> + } >>> +} >>> + >>> +static void run_plane_move(data_t data, int i, int >>> +coexist_features[]) { >>> + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { >>> + if (j != FEATURE_NONE && !(coexist_features[i] & j)) >>> + continue; >>> + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), >>> + igt_output_name(data.output), >> coexist_feature_str(j)) { >>> + data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; >>> + data.coexist_feature = j; >>> + for (int k = POS_TOP_LEFT; k <= POS_BOTTOM_RIGHT; >> k++) { >>> + data.pos = k; >>> + prepare(&data); >>> + run(&data); >>> + cleanup(&data); >>> + } >>> + } >>> + } >>> +} >>> + >>> +static void run_plane_update_continuous(data_t data, int i, int >>> +coexist_features[]) { >>> + for (int j = FEATURE_NONE; j < FEATURE_COUNT; j++) { >>> + if (j != FEATURE_NONE && !(coexist_features[i] & j)) >>> + continue; >>> + igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(data.pipe), >>> + igt_output_name(data.output), >> coexist_feature_str(j)) { >>> + data.damage_area_count = 1; >>> + if (data.op_fbc_mode == FBC_ENABLED) >>> + data.primary_format = >> DRM_FORMAT_XRGB8888; >>> + else >>> + data.primary_format = DRM_FORMAT_NV12; >>> + >>> + data.test_plane_id = DRM_PLANE_TYPE_OVERLAY; >>> + data.coexist_feature = j; >>> + prepare(&data); >>> + run(&data); >>> + cleanup(&data); >>> + } >>> + } >>> +} >> I did not find much difference between run_plane_update_continuous and >> run_dynamic_test. I think the continuous update function loop is missing. > > Continuous plane update is happening inside the run function itself. > -Pranay Thanks for the clarification. LGTM, Reviewed-by: Naladala Ramanaidu <ramanaidu.naladala@intel.com> > >>> + >>> igt_main >>> { >>> bool output_supports_pr_psr2_sel_fetch = false; >>> bool pr_psr2_sel_fetch_supported = false; >>> data_t data = {}; >>> igt_output_t *outputs[IGT_MAX_PIPES * IGT_MAX_PIPES]; >>> - int i, j, k, y; >>> + int i, y, z; >>> int pipes[IGT_MAX_PIPES * IGT_MAX_PIPES]; >>> int n_pipes = 0; >>> int coexist_features[IGT_MAX_PIPES * IGT_MAX_PIPES]; @@ -1061,6 >>> +1182,12 @@ igt_main >>> }; >>> int fbc_status[] = {FBC_DISABLED, FBC_ENABLED}; >>> >>> + const char *append_psr_subtest[2] = { >>> + "psr2-", >>> + "pr-" >>> + }; >>> + int psr_status[] = {PSR_MODE_2, PR_MODE_SEL_FETCH}; >>> + >>> igt_fixture { >>> drmModeResPtr res; >>> >>> @@ -1103,430 +1230,308 @@ igt_main >>> } >>> >>> for (y = 0; y < ARRAY_SIZE(fbc_status); y++) { >>> - data.op = PLANE_UPDATE; >>> - data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; >>> - data.primary_format = DRM_FORMAT_XRGB8888; >>> - data.big_fb_test = 0; >>> - >>> - data.op_fbc_mode = fbc_status[y]; >>> - /* Verify primary plane selective fetch */ >>> - igt_describe("Test that selective fetch works on primary plane"); >>> - igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + for (z = 0; z < ARRAY_SIZE(psr_status); z++) { >>> + data.op = PLANE_UPDATE; >>> + data.test_plane_id = DRM_PLANE_TYPE_PRIMARY; >>> + data.primary_format = DRM_FORMAT_XRGB8888; >>> + data.big_fb_test = 0; >>> + >>> + data.op_fbc_mode = fbc_status[y]; >>> + data.psr_mode = psr_status[z]; >>> + >>> + /* Verify primary plane selective fetch */ >>> + igt_describe("Test that selective fetch works on primary >> plane"); >>> + igt_subtest_with_dynamic_f("%s%sprimary-%s-sf-dmg- >> area", >>> + append_fbc_subtest[y], >>> + append_psr_subtest[z], >>> + op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >> outputs[i])) >>> + continue; >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> + >>> + data.test_plane_id = >> DRM_PLANE_TYPE_PRIMARY; >>> + run_dynamic_test_damage_areas(data, >> i, coexist_features); >>> + } >>> + } >>> + >>> + /* Verify primary plane selective fetch with big fb */ >>> + if (data.op_fbc_mode == FBC_DISABLED) { >>> + data.big_fb_test = 1; >>> + igt_describe("Test that selective fetch works on >> primary plane " >>> + "with big fb"); >>> + igt_subtest_with_dynamic_f("%s%sprimary-%s- >> sf-dmg-area-big-fb", >>> + >> append_fbc_subtest[y], >>> + >> append_psr_subtest[z], >>> + op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + >> pipes[i], outputs[i])) >>> + continue; >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is >> not supported\n"); >>> + if >> (!check_psr_mode_supported(&data, psr_status[z])) >>> + continue; >>> + >>> data.test_plane_id = >> DRM_PLANE_TYPE_PRIMARY; >>> - data.coexist_feature = j; >>> - for (k = 1; k <= >> MAX_DAMAGE_AREAS; k++) { >>> - >> data.damage_area_count = k; >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> + >> run_dynamic_test_damage_areas(data, i, >>> + >> coexist_features); >>> } >>> } >>> } >>> - } >>> >>> - /* Verify primary plane selective fetch with big fb */ >>> - if (data.op_fbc_mode == FBC_DISABLED) { >>> - data.big_fb_test = 1; >>> - igt_describe("Test that selective fetch works on primary >> plane with " >>> - "big fb"); >>> - igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg- >> area-big-fb", >>> - append_fbc_subtest[y], >> op_str(data.op)) { >>> + data.big_fb_test = 0; >>> + /* Verify overlay plane selective fetch */ >>> + igt_describe("Test that selective fetch works on overlay >> plane"); >>> + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf-dmg- >> area", >>> + append_fbc_subtest[y], >>> + append_psr_subtest[z], >>> + op_str(data.op)) { >>> for (i = 0; i < n_pipes; i++) { >>> - if >> (!pipe_output_combo_valid(&data.display, pipes[i], >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >>> outputs[i])) >>> continue; >>> data.pipe = pipes[i]; >>> data.output = outputs[i]; >>> >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective >> fetch is not supported\n"); >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> + continue; >>> >>> - for (j = FEATURE_NONE; j < >> FEATURE_COUNT; j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> - continue; >>> - igt_dynamic_f("%s-pipe-%s- >> %s%s", >>> - >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - >> coexist_feature_str(j)) { >>> - data.test_plane_id = >> DRM_PLANE_TYPE_PRIMARY; >>> - data.coexist_feature = >> j; >>> - >>> - for (k = 1; k <= >> MAX_DAMAGE_AREAS; k++) { >>> - >> data.damage_area_count = k; >>> - >> prepare(&data); >>> - run(&data); >>> - >> cleanup(&data); >>> - } >>> - } >>> - } >>> + data.test_plane_id = >> DRM_PLANE_TYPE_OVERLAY; >>> + run_dynamic_test_damage_areas(data, >> i, coexist_features); >>> } >>> } >>> - } >>> >>> - data.big_fb_test = 0; >>> - /* Verify overlay plane selective fetch */ >>> - igt_describe("Test that selective fetch works on overlay plane"); >>> - igt_subtest_with_dynamic_f("%soverlay-%s-sf-dmg-area", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + data.damage_area_count = 1; >>> + /* Verify cursor plane selective fetch */ >>> + igt_describe("Test that selective fetch works on cursor >> plane"); >>> + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", >> append_fbc_subtest[y], >>> + append_psr_subtest[z], >> op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >>> + outputs[i])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> - data.test_plane_id = >> DRM_PLANE_TYPE_OVERLAY; >>> - data.coexist_feature = j; >>> - >>> - for (k = 1; k <= >> MAX_DAMAGE_AREAS; k++) { >>> - >> data.damage_area_count = k; >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> - } >>> - } >>> - } >>> - } >>> - >>> - data.damage_area_count = 1; >>> - /* Verify cursor plane selective fetch */ >>> - igt_describe("Test that selective fetch works on cursor plane"); >>> - igt_subtest_with_dynamic_f("%scursor-%s-sf", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> - data.test_plane_id = >> DRM_PLANE_TYPE_CURSOR; >>> - data.coexist_feature = j; >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> + >>> + data.test_plane_id = >> DRM_PLANE_TYPE_CURSOR; >>> + run_dynamic_test(data, i, >> coexist_features); >>> } >>> } >>> - } >>> >>> - data.op = PLANE_MOVE_CONTINUOUS; >>> - igt_describe("Test that selective fetch works on moving cursor >> plane (no update)"); >>> - igt_subtest_with_dynamic_f("%scursor-%s-sf", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + data.op = PLANE_MOVE_CONTINUOUS; >>> + igt_describe("Test that selective fetch works on " >>> + "moving cursor plane (no update)"); >>> + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", >> append_fbc_subtest[y], >>> + append_psr_subtest[z], >> op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >>> + outputs[i])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> - data.test_plane_id = >> DRM_PLANE_TYPE_CURSOR; >>> - data.coexist_feature = j; >>> - >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> + continue; >>> + >>> + data.test_plane_id = >> DRM_PLANE_TYPE_CURSOR; >>> + run_dynamic_test(data, i, >> coexist_features); >>> } >>> } >>> - } >>> >>> - data.op = PLANE_MOVE_CONTINUOUS_EXCEED; >>> - igt_describe("Test that selective fetch works on moving cursor >> plane exceeding " >>> - "partially visible area (no update)"); >>> - igt_subtest_with_dynamic_f("%scursor-%s-sf", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + data.op = PLANE_MOVE_CONTINUOUS_EXCEED; >>> + igt_describe("Test that selective fetch works on moving >> cursor " >>> + "plane exceeding partially visible area (no >> update)"); >>> + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", >> append_fbc_subtest[y], >>> + append_psr_subtest[z], >> op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >>> + outputs[i])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> - data.test_plane_id = >> DRM_PLANE_TYPE_CURSOR; >>> - data.coexist_feature = j; >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> + continue; >>> + >>> + data.test_plane_id = >> DRM_PLANE_TYPE_CURSOR; >>> + run_dynamic_test(data, i, >> coexist_features); >>> } >>> } >>> - } >>> >>> - data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; >>> - igt_describe("Test that selective fetch works on moving cursor >> plane exceeding " >>> - "fully visible area (no update)"); >>> - igt_subtest_with_dynamic_f("%scursor-%s-sf", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + data.op = >> PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; >>> + igt_describe("Test that selective fetch works on moving >> cursor plane " >>> + "exceeding fully visible area (no update)"); >>> + igt_subtest_with_dynamic_f("%s%scursor-%s-sf", >> append_fbc_subtest[y], >>> + append_psr_subtest[z], >> op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >>> + outputs[i])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> - data.test_plane_id = >> DRM_PLANE_TYPE_CURSOR; >>> - data.coexist_feature = j; >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> + continue; >>> + >>> + data.test_plane_id = >> DRM_PLANE_TYPE_CURSOR; >>> + run_dynamic_test(data, i, >> coexist_features); >>> } >>> } >>> - } >>> >>> - /* Only for overlay plane */ >>> - data.op = PLANE_MOVE; >>> - /* Verify overlay plane move selective fetch */ >>> - igt_describe("Test that selective fetch works on moving overlay >> plane"); >>> - igt_subtest_with_dynamic_f("%s%s-sf-dmg-area", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + /* Only for overlay plane */ >>> + data.op = PLANE_MOVE; >>> + /* Verify overlay plane move selective fetch */ >>> + igt_describe("Test that selective fetch works on moving >> overlay plane"); >>> + igt_subtest_with_dynamic_f("%s%s%s-sf-dmg-area", >> append_fbc_subtest[y], >>> + append_psr_subtest[z], >> op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >>> + outputs[i])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >>> - >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> - data.test_plane_id = >> DRM_PLANE_TYPE_OVERLAY; >>> - data.coexist_feature = j; >>> - for (k = POS_TOP_LEFT; k <= >> POS_BOTTOM_RIGHT ; k++) { >>> - data.pos = k; >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> - } >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> + continue; >>> + >>> + run_plane_move(data, i, >> coexist_features); >>> } >>> } >>> - } >>> >>> - data.op = PLANE_MOVE_CONTINUOUS; >>> - igt_describe("Test that selective fetch works on moving overlay >> plane (no update)"); >>> - igt_subtest_with_dynamic_f("%soverlay-%s-sf", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + data.op = PLANE_MOVE_CONTINUOUS; >>> + igt_describe("Test that selective fetch works on moving >> overlay " >>> + "plane (no update)"); >>> + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", >> append_fbc_subtest[y], >>> + append_psr_subtest[z], >> op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >>> + outputs[i])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> + continue; >>> + >>> data.test_plane_id = >> DRM_PLANE_TYPE_OVERLAY; >>> - data.coexist_feature = j; >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> + run_dynamic_test(data, i, >> coexist_features); >>> } >>> } >>> - } >>> >>> - data.op = PLANE_MOVE_CONTINUOUS_EXCEED; >>> - igt_describe("Test that selective fetch works on moving overlay >> plane partially " >>> - "exceeding visible area (no update)"); >>> - igt_subtest_with_dynamic_f("%soverlay-%s-sf", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + data.op = PLANE_MOVE_CONTINUOUS_EXCEED; >>> + igt_describe("Test that selective fetch works on moving >> overlay " >>> + "plane partially exceeding visible area (no >> update)"); >>> + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", >> append_fbc_subtest[y], >>> + append_psr_subtest[z], >> op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >>> + outputs[i])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> - data.test_plane_id = >> DRM_PLANE_TYPE_OVERLAY; >>> - data.coexist_feature = j; >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> + continue; >>> + >>> + data.test_plane_id = >> DRM_PLANE_TYPE_OVERLAY; >>> + run_dynamic_test(data, i, >> coexist_features); >>> } >>> } >>> - } >>> >>> - data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; >>> - igt_describe("Test that selective fetch works on moving overlay >> plane fully " >>> - "exceeding visible area (no update)"); >>> - igt_subtest_with_dynamic_f("%soverlay-%s-sf", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + data.op = >> PLANE_MOVE_CONTINUOUS_EXCEED_FULLY; >>> + igt_describe("Test that selective fetch works on moving >> overlay plane " >>> + "fully exceeding visible area (no update)"); >>> + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", >> append_fbc_subtest[y], >>> + append_psr_subtest[z], >> op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, pipes[i], >>> + outputs[i])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> - data.test_plane_id = >> DRM_PLANE_TYPE_OVERLAY; >>> - data.coexist_feature = j; >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> + continue; >>> + >>> + data.test_plane_id = >> DRM_PLANE_TYPE_OVERLAY; >>> + run_dynamic_test(data, i, >> coexist_features); >>> } >>> } >>> - } >>> >>> - /* Verify primary plane selective fetch with overplay plane >> blended */ >>> - data.op = OVERLAY_PRIM_UPDATE; >>> - igt_describe("Test that selective fetch works on primary plane " >>> - "with blended overlay plane"); >>> - igt_subtest_with_dynamic_f("%s%s-sf-dmg-area", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + /* Verify primary plane selective fetch with overplay >> plane blended */ >>> + data.op = OVERLAY_PRIM_UPDATE; >>> + igt_describe("Test that selective fetch works on primary >> plane " >>> + "with blended overlay plane"); >>> + igt_subtest_with_dynamic_f("%s%s%s-sf-dmg-area", >> append_fbc_subtest[y], >>> + append_psr_subtest[z], >> op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >>> + outputs[i])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> kmstest_pipe_name(pipes[i]), >>> - >> get_psr_mode_str_for_output(&data), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> - for (k = 1; k <= >> MAX_DAMAGE_AREAS; k++) { >>> - >> data.damage_area_count = k; >>> - data.test_plane_id = >> DRM_PLANE_TYPE_PRIMARY; >>> - data.coexist_feature = >> j; >>> - >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> - } >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> + continue; >>> + >>> + data.test_plane_id = >> DRM_PLANE_TYPE_PRIMARY; >>> + run_dynamic_test_damage_areas(data, >> i, coexist_features); >>> } >>> } >>> - } >>> >>> - /* >>> - * Verify overlay plane selective fetch using NV12 primary >>> - * plane and continuous updates. >>> - */ >>> - data.op = PLANE_UPDATE_CONTINUOUS; >>> - igt_describe("Test that selective fetch works on overlay plane"); >>> - igt_subtest_with_dynamic_f("%soverlay-%s-sf", >> append_fbc_subtest[y], >>> - op_str(data.op)) { >>> - for (i = 0; i < n_pipes; i++) { >>> - if (!pipe_output_combo_valid(&data.display, >> pipes[i], outputs[i])) >>> - continue; >>> - data.pipe = pipes[i]; >>> - data.output = outputs[i]; >>> - >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> - "Selective fetch is not >> supported\n"); >>> - >>> - for (j = FEATURE_NONE; j < FEATURE_COUNT; >> j++) { >>> - if (j != FEATURE_NONE && >> !(coexist_features[i] & j)) >>> + /* >>> + * Verify overlay plane selective fetch using NV12 >> primary >>> + * plane and continuous updates. >>> + */ >>> + data.op = PLANE_UPDATE_CONTINUOUS; >>> + igt_describe("Test that selective fetch works on overlay >> plane"); >>> + igt_subtest_with_dynamic_f("%s%soverlay-%s-sf", >> append_fbc_subtest[y], >>> + append_psr_subtest[z], >> op_str(data.op)) { >>> + for (i = 0; i < n_pipes; i++) { >>> + if >> (!pipe_output_combo_valid(&data.display, >>> + pipes[i], >>> + outputs[i])) >>> continue; >>> - igt_dynamic_f("%s-pipe-%s-%s%s", >> get_psr_mode_str_for_output(&data), >>> - >> kmstest_pipe_name(pipes[i]), >>> - >> igt_output_name(outputs[i]), >>> - coexist_feature_str(j)) { >>> - data.damage_area_count = 1; >>> - if (data.op_fbc_mode == >> FBC_ENABLED) >>> - data.primary_format = >> DRM_FORMAT_XRGB8888; >>> - else >>> - data.primary_format = >> DRM_FORMAT_NV12; >>> - data.test_plane_id = >> DRM_PLANE_TYPE_OVERLAY; >>> - data.coexist_feature = j; >>> - prepare(&data); >>> - run(&data); >>> - cleanup(&data); >>> - } >>> + data.pipe = pipes[i]; >>> + data.output = outputs[i]; >>> + >> igt_assert_f(set_sel_fetch_mode_for_output(&data), >>> + "Selective fetch is not >> supported\n"); >>> + if (!check_psr_mode_supported(&data, >> psr_status[z])) >>> + continue; >>> + >>> + run_plane_update_continuous(data, i, >> coexist_features); >>> } >>> } >>> } > ^ permalink raw reply [flat|nested] 11+ messages in thread
* ✓ CI.xeFULL: success for series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test 2024-09-05 13:42 [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Pranay Samala ` (3 preceding siblings ...) 2024-09-06 20:34 ` [PATCH i-g-t v3 1/2] " Naladala, Ramanaidu @ 2024-09-08 1:48 ` Patchwork 2024-09-09 23:30 ` ✗ Fi.CI.IGT: failure " Patchwork ` (2 subsequent siblings) 7 siblings, 0 replies; 11+ messages in thread From: Patchwork @ 2024-09-08 1:48 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 72078 bytes --] == Series Details == Series: series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test URL : https://patchwork.freedesktop.org/series/138264/ State : success == Summary == CI Bug Log - changes from XEIGT_8006_full -> XEIGTPW_11705_full ==================================================== Summary ------- **SUCCESS** No regressions found. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11705_full: ### IGT changes ### #### Possible regressions #### * {igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area} (NEW): - shard-dg2-set2: NOTRUN -> [SKIP][1] +7 other tests skip [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html * {igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf} (NEW): - shard-lnl: NOTRUN -> [SKIP][2] +24 other tests skip [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-5/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html * {igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf} (NEW): - {shard-bmg}: NOTRUN -> [SKIP][3] +49 other tests skip [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-bmg-8/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf.html #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy: - {shard-bmg}: [DMESG-WARN][4] ([Intel XE#877]) -> [INCOMPLETE][5] [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-bmg-5/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-bmg-5/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html New tests --------- New tests have been introduced between XEIGT_8006_full and XEIGTPW_11705_full: ### New IGT tests (97) ### * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 34.39] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [17.18] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [17.20] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 33.42] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [16.67] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [16.74] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 32.48] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [16.25] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [16.23] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 7.07] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.65] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [5.41] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 50.91] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [25.43] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [25.47] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 35.30] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [17.65] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [17.65] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 19.35] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [9.71] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [9.63] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 4.61] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [2.28] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [2.32] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 18.39] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [8.09] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [10.30] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 17.14] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [8.94] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [8.19] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 12.97] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.49] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.47] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 8.65] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [8.65] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-cursor-plane-update-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-plane-move-sf-dmg-area: - Statuses : 3 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 3 skip(s) - Exec time: [0.0, 0.01] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 34.46] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [17.26] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [17.19] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 33.53] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [16.73] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [16.79] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - Statuses : 2 skip(s) - Exec time: [0.0] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 3.29] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.65] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [1.64] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 50.91] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [25.46] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [25.43] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 35.53] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [17.78] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [17.74] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 19.37] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [9.66] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [9.70] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 4.59] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [2.29] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [2.29] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 19.38] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [8.02] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [11.35] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 16.07] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [7.97] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [8.10] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 16.84] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.55] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [10.29] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 16.43] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 1 pass(s) 2 skip(s) - Exec time: [0.0, 32.59] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [14.67] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [17.92] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [7.91] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [8.51] s Known issues ------------ Here are the changes found in XEIGTPW_11705_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear: - shard-lnl: NOTRUN -> [FAIL][6] ([Intel XE#911]) +3 other tests fail [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1: - shard-lnl: [PASS][7] -> [FAIL][8] ([Intel XE#1426]) +1 other test fail [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-8/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-5/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html * igt@kms_big_fb@4-tiled-16bpp-rotate-270: - shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#1407]) +1 other test skip [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-270.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-lnl: [PASS][10] -> [FAIL][11] ([Intel XE#1659]) +1 other test fail [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@y-tiled-addfb: - shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#1467]) [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-7/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0: - shard-lnl: NOTRUN -> [SKIP][13] ([Intel XE#1124]) [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_joiner@invalid-modeset: - shard-lnl: NOTRUN -> [SKIP][14] ([Intel XE#346]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-5/igt@kms_big_joiner@invalid-modeset.html * igt@kms_bw@linear-tiling-2-displays-2160x1440p: - shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#367]) [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-3/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs: - shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#1399]) +3 other tests skip [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-5/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-mc-ccs.html * igt@kms_chamelium_color@ctm-max: - shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#306]) [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-3/igt@kms_chamelium_color@ctm-max.html * igt@kms_chamelium_hpd@dp-hpd-storm-disable: - shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#373]) [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-2/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html * igt@kms_content_protection@dp-mst-type-0: - shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#307]) +1 other test skip [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-7/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_cursor_crc@cursor-random-32x32: - shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1424]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-4/igt@kms_cursor_crc@cursor-random-32x32.html * igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic: - shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#309]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-1/igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic.html * igt@kms_flip@2x-flip-vs-rmfb-interruptible: - shard-lnl: NOTRUN -> [SKIP][22] ([Intel XE#1421]) +1 other test skip [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-4/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling: - shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#1401] / [Intel XE#1745]) [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][24] ([Intel XE#1401]) [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-default-mode.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-move: - shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#651]) +4 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-2/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-render: - shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#656]) +10 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_hdr@invalid-hdr: - shard-dg2-set2: [PASS][27] -> [SKIP][28] ([Intel XE#1201] / [Intel XE#455]) [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-463/igt@kms_hdr@invalid-hdr.html [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-436/igt@kms_hdr@invalid-hdr.html * igt@kms_plane@plane-position-covered: - shard-lnl: [PASS][29] -> [DMESG-FAIL][30] ([Intel XE#324]) +3 other tests dmesg-fail [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-8/igt@kms_plane@plane-position-covered.html [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-4/igt@kms_plane@plane-position-covered.html * igt@kms_plane@plane-position-covered@pipe-b-plane-3: - shard-lnl: [PASS][31] -> [DMESG-WARN][32] ([Intel XE#324]) +1 other test dmesg-warn [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-8/igt@kms_plane@plane-position-covered@pipe-b-plane-3.html [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-4/igt@kms_plane@plane-position-covered@pipe-b-plane-3.html * igt@kms_plane_multiple@tiling-yf: - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#599]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-2/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6: - shard-dg2-set2: [PASS][34] -> [FAIL][35] ([Intel XE#361]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html * igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#498]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-7/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-pixel-formats@pipe-a-edp-1.html * {igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf} (NEW): - shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#1201]) +41 other tests skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-434/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_su@page_flip-nv12: - shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#1128]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-5/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@pr-sprite-blt: - shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#1406]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-6/igt@kms_psr@pr-sprite-blt.html * igt@kms_vblank@ts-continuation-dpms-suspend: - shard-lnl: [PASS][40] -> [INCOMPLETE][41] ([Intel XE#2712]) +1 other test incomplete [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-5/igt@kms_vblank@ts-continuation-dpms-suspend.html [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-8/igt@kms_vblank@ts-continuation-dpms-suspend.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-dg2-set2: [PASS][42] -> [FAIL][43] ([Intel XE#1600]) [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-434/igt@xe_evict@evict-beng-large-multi-vm-cm.html [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-dg2-set2: [PASS][44] -> [TIMEOUT][45] ([Intel XE#1473] / [Intel XE#402]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@xe_evict@evict-beng-mixed-many-threads-small.html [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_evict@evict-beng-mixed-threads-large: - shard-dg2-set2: [PASS][46] -> [FAIL][47] ([Intel XE#1000]) [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@xe_evict@evict-beng-mixed-threads-large.html [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@xe_evict@evict-beng-mixed-threads-large.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [PASS][48] -> [TIMEOUT][49] ([Intel XE#1473]) [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-small.html [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen: - shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#688]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-2/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen.html * igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate: - shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#1392]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-8/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html * igt@xe_exec_compute_mode@once-bindexecqueue-userptr-invalidate-race: - shard-lnl: [PASS][52] -> [FAIL][53] ([Intel XE#1069]) [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-1/igt@xe_exec_compute_mode@once-bindexecqueue-userptr-invalidate-race.html [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-2/igt@xe_exec_compute_mode@once-bindexecqueue-userptr-invalidate-race.html * igt@xe_exec_reset@parallel-gt-reset: - shard-dg2-set2: [PASS][54] -> [TIMEOUT][55] ([Intel XE#2105]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@xe_exec_reset@parallel-gt-reset.html [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@xe_exec_reset@parallel-gt-reset.html * igt@xe_oa@mmio-triggered-reports: - shard-lnl: [PASS][56] -> [FAIL][57] ([Intel XE#2249]) +1 other test fail [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-5/igt@xe_oa@mmio-triggered-reports.html [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-6/igt@xe_oa@mmio-triggered-reports.html * igt@xe_peer2peer@write: - shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#1061]) [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-1/igt@xe_peer2peer@write.html * igt@xe_pm@s3-basic-exec: - shard-dg2-set2: [PASS][59] -> [DMESG-WARN][60] ([Intel XE#1551] / [Intel XE#569]) [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-463/igt@xe_pm@s3-basic-exec.html [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-436/igt@xe_pm@s3-basic-exec.html - shard-lnl: NOTRUN -> [SKIP][61] ([Intel XE#584]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-7/igt@xe_pm@s3-basic-exec.html #### Possible fixes #### * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-lnl: [FAIL][62] ([Intel XE#1659]) -> [PASS][63] [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-b-dp-2: - {shard-bmg}: [FAIL][64] ([Intel XE#2436]) -> [PASS][65] +2 other tests pass [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-b-dp-2.html [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-bmg-1/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-b-dp-2.html * igt@kms_cursor_legacy@torture-bo@pipe-a: - shard-lnl: [DMESG-WARN][66] ([Intel XE#877]) -> [PASS][67] +1 other test pass [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-5/igt@kms_cursor_legacy@torture-bo@pipe-a.html [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-7/igt@kms_cursor_legacy@torture-bo@pipe-a.html * igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3: - {shard-bmg}: [DMESG-WARN][68] ([Intel XE#877]) -> [PASS][69] +6 other tests pass [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-bmg-7/igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3.html [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-bmg-2/igt@kms_flip@2x-flip-vs-panning-interruptible@cd-dp2-hdmi-a3.html * igt@kms_flip@flip-vs-suspend-interruptible: - {shard-bmg}: [DMESG-WARN][70] -> [PASS][71] [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-bmg-4/igt@kms_flip@flip-vs-suspend-interruptible.html [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-bmg-5/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_hdr@invalid-hdr: - {shard-bmg}: [SKIP][72] ([Intel XE#1503]) -> [PASS][73] [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-bmg-1/igt@kms_hdr@invalid-hdr.html [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-bmg-2/igt@kms_hdr@invalid-hdr.html * igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3: - shard-lnl: [DMESG-WARN][74] ([Intel XE#324]) -> [PASS][75] +2 other tests pass [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-5/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-3/igt@kms_plane@plane-position-hole-dpms@pipe-b-plane-3.html * igt@kms_rotation_crc@multiplane-rotation: - {shard-bmg}: [INCOMPLETE][76] -> [PASS][77] [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-bmg-4/igt@kms_rotation_crc@multiplane-rotation.html [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-bmg-8/igt@kms_rotation_crc@multiplane-rotation.html * igt@kms_vrr@flip-basic-fastset: - shard-lnl: [FAIL][78] ([Intel XE#2443]) -> [PASS][79] +1 other test pass [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-5/igt@kms_vrr@flip-basic-fastset.html [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-2/igt@kms_vrr@flip-basic-fastset.html * igt@xe_evict@evict-beng-threads-large: - {shard-bmg}: [TIMEOUT][80] ([Intel XE#1473]) -> [PASS][81] [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-bmg-5/igt@xe_evict@evict-beng-threads-large.html [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-bmg-2/igt@xe_evict@evict-beng-threads-large.html * igt@xe_exec_compute_mode@many-basic: - shard-dg2-set2: [INCOMPLETE][82] ([Intel XE#1195]) -> [PASS][83] [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-436/igt@xe_exec_compute_mode@many-basic.html [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@xe_exec_compute_mode@many-basic.html * igt@xe_oa@oa-regs-whitelisted: - shard-lnl: [FAIL][84] ([Intel XE#2514]) -> [PASS][85] [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-5/igt@xe_oa@oa-regs-whitelisted.html [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-5/igt@xe_oa@oa-regs-whitelisted.html * igt@xe_oa@oa-regs-whitelisted@ccs-0: - {shard-bmg}: [FAIL][86] ([Intel XE#2514]) -> [PASS][87] +1 other test pass [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-bmg-4/igt@xe_oa@oa-regs-whitelisted@ccs-0.html [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-bmg-5/igt@xe_oa@oa-regs-whitelisted@ccs-0.html * igt@xe_pm@s4-vm-bind-prefetch: - shard-lnl: [ABORT][88] ([Intel XE#1607] / [Intel XE#1794]) -> [PASS][89] [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-2/igt@xe_pm@s4-vm-bind-prefetch.html [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-5/igt@xe_pm@s4-vm-bind-prefetch.html * igt@xe_wedged@wedged-at-any-timeout: - {shard-bmg}: [SKIP][90] ([Intel XE#1130]) -> [PASS][91] [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-bmg-3/igt@xe_wedged@wedged-at-any-timeout.html [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-bmg-8/igt@xe_wedged@wedged-at-any-timeout.html - shard-dg2-set2: [SKIP][92] ([Intel XE#1130]) -> [PASS][93] [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@xe_wedged@wedged-at-any-timeout.html [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@xe_wedged@wedged-at-any-timeout.html #### Warnings #### * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs: - shard-dg2-set2: [SKIP][94] ([Intel XE#1201] / [Intel XE#801]) -> [SKIP][95] ([Intel XE#801]) +23 other tests skip [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-463/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs.html [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-dg2-set2: [SKIP][96] ([Intel XE#316]) -> [SKIP][97] ([Intel XE#1201] / [Intel XE#316]) [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@linear-16bpp-rotate-270: - shard-dg2-set2: [SKIP][98] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][99] ([Intel XE#316]) +2 other tests skip [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-466/igt@kms_big_fb@linear-16bpp-rotate-270.html [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_big_fb@linear-16bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-overflow: - shard-dg2-set2: [SKIP][100] ([Intel XE#610]) -> [SKIP][101] ([Intel XE#1201] / [Intel XE#610]) [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_big_fb@y-tiled-addfb-size-overflow.html [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-436/igt@kms_big_fb@y-tiled-addfb-size-overflow.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-dg2-set2: [SKIP][102] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][103] ([Intel XE#1124]) +6 other tests skip [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-466/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-64bpp-rotate-180: - shard-dg2-set2: [SKIP][104] ([Intel XE#1124]) -> [SKIP][105] ([Intel XE#1124] / [Intel XE#1201]) +7 other tests skip [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html * igt@kms_big_fb@yf-tiled-addfb-size-overflow: - shard-dg2-set2: [SKIP][106] ([Intel XE#1201] / [Intel XE#610]) -> [SKIP][107] ([Intel XE#610]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html * igt@kms_big_joiner@invalid-modeset: - shard-dg2-set2: [SKIP][108] ([Intel XE#1201] / [Intel XE#346]) -> [SKIP][109] ([Intel XE#346]) +1 other test skip [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-463/igt@kms_big_joiner@invalid-modeset.html [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_big_joiner@invalid-modeset.html * igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p: - shard-dg2-set2: [SKIP][110] ([Intel XE#2191]) -> [SKIP][111] ([Intel XE#1201] / [Intel XE#2191]) [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-436/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html * igt@kms_bw@linear-tiling-1-displays-1920x1080p: - shard-dg2-set2: [SKIP][112] ([Intel XE#367]) -> [SKIP][113] ([Intel XE#1201] / [Intel XE#367]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-436/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html * igt@kms_bw@linear-tiling-4-displays-2160x1440p: - shard-dg2-set2: [SKIP][114] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][115] ([Intel XE#367]) +2 other tests skip [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-436/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][116] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][117] ([Intel XE#787]) +90 other tests skip [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-436/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html * igt@kms_ccs@bad-pixel-format-yf-tiled-ccs: - shard-dg2-set2: [SKIP][118] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][119] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +19 other tests skip [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html * igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][120] ([Intel XE#787]) -> [SKIP][121] ([Intel XE#1201] / [Intel XE#787]) +69 other tests skip [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-6.html [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-433/igt@kms_ccs@bad-rotation-90-y-tiled-gen12-mc-ccs@pipe-a-hdmi-a-6.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs: - shard-dg2-set2: [SKIP][122] ([Intel XE#1252]) -> [SKIP][123] ([Intel XE#1201] / [Intel XE#1252]) +1 other test skip [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-434/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html * igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4: - shard-dg2-set2: [SKIP][124] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][125] ([Intel XE#455] / [Intel XE#787]) +25 other tests skip [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-dg2-set2: [SKIP][126] ([Intel XE#314]) -> [SKIP][127] ([Intel XE#1201] / [Intel XE#314]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_cdclk@mode-transition-all-outputs.html [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-433/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_chamelium_color@ctm-0-50: - shard-dg2-set2: [SKIP][128] ([Intel XE#306]) -> [SKIP][129] ([Intel XE#1201] / [Intel XE#306]) [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_chamelium_color@ctm-0-50.html [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-436/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_color@ctm-limited-range: - shard-dg2-set2: [SKIP][130] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][131] ([Intel XE#306]) [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@kms_chamelium_color@ctm-limited-range.html [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_chamelium_color@ctm-limited-range.html * igt@kms_chamelium_edid@vga-edid-read: - shard-dg2-set2: [SKIP][132] ([Intel XE#373]) -> [SKIP][133] ([Intel XE#1201] / [Intel XE#373]) +7 other tests skip [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_chamelium_edid@vga-edid-read.html [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@kms_chamelium_edid@vga-edid-read.html * igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode: - shard-dg2-set2: [SKIP][134] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][135] ([Intel XE#373]) +8 other tests skip [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-dg2-set2: [SKIP][136] ([Intel XE#1201] / [Intel XE#307]) -> [SKIP][137] ([Intel XE#307]) [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@kms_content_protection@dp-mst-lic-type-0.html [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2-set2: [SKIP][138] ([Intel XE#307]) -> [SKIP][139] ([Intel XE#1201] / [Intel XE#307]) [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_content_protection@dp-mst-lic-type-1.html [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-435/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg2-set2: [SKIP][140] ([Intel XE#308]) -> [SKIP][141] ([Intel XE#1201] / [Intel XE#308]) [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_cursor_crc@cursor-onscreen-512x170.html [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-436/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-random-max-size: - shard-dg2-set2: [SKIP][142] ([Intel XE#455]) -> [SKIP][143] ([Intel XE#1201] / [Intel XE#455]) +15 other tests skip [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_cursor_crc@cursor-random-max-size.html [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@kms_cursor_crc@cursor-random-max-size.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg2-set2: [SKIP][144] ([Intel XE#323]) -> [SKIP][145] ([Intel XE#1201] / [Intel XE#323]) [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2-set2: [SKIP][146] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][147] ([Intel XE#323]) +1 other test skip [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-434/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_fbcon_fbt@psr-suspend: - shard-dg2-set2: [SKIP][148] ([Intel XE#776]) -> [SKIP][149] ([Intel XE#1201] / [Intel XE#776]) [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_fbcon_fbt@psr-suspend.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-433/igt@kms_fbcon_fbt@psr-suspend.html * igt@kms_feature_discovery@display-3x: - shard-dg2-set2: [SKIP][150] ([Intel XE#1201] / [Intel XE#703]) -> [SKIP][151] ([Intel XE#703]) [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-434/igt@kms_feature_discovery@display-3x.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_feature_discovery@display-3x.html * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling: - shard-dg2-set2: [SKIP][152] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][153] ([Intel XE#455]) +12 other tests skip [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-434/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen: - shard-dg2-set2: [SKIP][154] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][155] ([Intel XE#651]) +28 other tests skip [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary: - shard-dg2-set2: [SKIP][156] ([Intel XE#651]) -> [SKIP][157] ([Intel XE#1201] / [Intel XE#651]) +26 other tests skip [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-indfb-scaledprimary.html * igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y: - shard-dg2-set2: [SKIP][158] ([Intel XE#658]) -> [SKIP][159] ([Intel XE#1201] / [Intel XE#658]) [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt: - shard-dg2-set2: [SKIP][160] ([Intel XE#653]) -> [SKIP][161] ([Intel XE#1201] / [Intel XE#653]) +25 other tests skip [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-slowdraw: - shard-dg2-set2: [SKIP][162] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][163] ([Intel XE#653]) +24 other tests skip [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-slowdraw.html * igt@kms_plane@plane-position-hole: - shard-lnl: [DMESG-WARN][164] ([Intel XE#324]) -> [DMESG-FAIL][165] ([Intel XE#324]) [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-5/igt@kms_plane@plane-position-hole.html [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-3/igt@kms_plane@plane-position-hole.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-dg2-set2: [SKIP][166] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#498]) -> [SKIP][167] ([Intel XE#455] / [Intel XE#498]) +1 other test skip [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-6: - shard-dg2-set2: [SKIP][168] ([Intel XE#1201] / [Intel XE#498]) -> [SKIP][169] ([Intel XE#498]) +2 other tests skip [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-463/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-6.html [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-c-hdmi-a-6.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling: - shard-dg2-set2: [SKIP][170] ([Intel XE#2318] / [Intel XE#455]) -> [SKIP][171] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6: - shard-dg2-set2: [SKIP][172] ([Intel XE#2318]) -> [SKIP][173] ([Intel XE#1201] / [Intel XE#2318]) +2 other tests skip [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-435/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-a-hdmi-a-6.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-hdmi-a-6: - shard-dg2-set2: [SKIP][174] ([Intel XE#1201] / [Intel XE#2318]) -> [SKIP][175] ([Intel XE#2318]) +5 other tests skip [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-hdmi-a-6.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b-hdmi-a-6.html * igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-6: - shard-dg2-set2: [SKIP][176] ([Intel XE#1201] / [Intel XE#2318] / [Intel XE#455]) -> [SKIP][177] ([Intel XE#2318] / [Intel XE#455]) +3 other tests skip [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-434/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-6.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-6.html * igt@kms_pm_backlight@fade: - shard-dg2-set2: [SKIP][178] ([Intel XE#1201] / [Intel XE#870]) -> [SKIP][179] ([Intel XE#870]) +1 other test skip [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@kms_pm_backlight@fade.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_pm_backlight@fade.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg2-set2: [SKIP][180] ([Intel XE#870]) -> [SKIP][181] ([Intel XE#1201] / [Intel XE#870]) [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_pm_backlight@fade-with-suspend.html [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-lnl: [SKIP][182] ([Intel XE#736]) -> [SKIP][183] ([Intel XE#1909]) [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-lnl-3/igt@kms_pm_dc@dc3co-vpb-simulation.html [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-lnl-8/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_psr2_su@page_flip-nv12: - shard-dg2-set2: [SKIP][184] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][185] ([Intel XE#1122]) +1 other test skip [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-463/igt@kms_psr2_su@page_flip-nv12.html [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr@fbc-psr-cursor-plane-onoff: - shard-dg2-set2: [SKIP][186] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][187] ([Intel XE#929]) +10 other tests skip [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-433/igt@kms_psr@fbc-psr-cursor-plane-onoff.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_psr@fbc-psr-cursor-plane-onoff.html * igt@kms_psr@fbc-psr2-cursor-plane-onoff: - shard-dg2-set2: [SKIP][188] ([Intel XE#929]) -> [SKIP][189] ([Intel XE#1201] / [Intel XE#929]) +12 other tests skip [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-435/igt@kms_psr@fbc-psr2-cursor-plane-onoff.html * igt@kms_rotation_crc@bad-pixel-format: - shard-dg2-set2: [SKIP][190] ([Intel XE#327]) -> [SKIP][191] ([Intel XE#1201] / [Intel XE#327]) [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_rotation_crc@bad-pixel-format.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@kms_rotation_crc@bad-pixel-format.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-0: - shard-dg2-set2: [SKIP][192] ([Intel XE#1127] / [Intel XE#1201]) -> [SKIP][193] ([Intel XE#1127]) [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-436/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html * igt@kms_rotation_crc@sprite-rotation-270: - shard-dg2-set2: [SKIP][194] ([Intel XE#1201] / [Intel XE#327]) -> [SKIP][195] ([Intel XE#327]) +1 other test skip [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-433/igt@kms_rotation_crc@sprite-rotation-270.html [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_rotation_crc@sprite-rotation-270.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2-set2: [SKIP][196] ([Intel XE#1201] / [Intel XE#1500]) -> [SKIP][197] ([Intel XE#1500]) [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-434/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@lobf: - shard-dg2-set2: [SKIP][198] ([Intel XE#2168]) -> [SKIP][199] ([Intel XE#1201] / [Intel XE#2168]) [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_vrr@lobf.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@kms_vrr@lobf.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg2-set2: [SKIP][200] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][201] ([Intel XE#756]) [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-436/igt@kms_writeback@writeback-fb-id-xrgb2101010.html [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-invalid-parameters: - shard-dg2-set2: [SKIP][202] ([Intel XE#756]) -> [SKIP][203] ([Intel XE#1201] / [Intel XE#756]) +1 other test skip [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@kms_writeback@writeback-invalid-parameters.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@kms_writeback@writeback-invalid-parameters.html * igt@xe_copy_basic@mem-copy-linear-0x369: - shard-dg2-set2: [SKIP][204] ([Intel XE#1123] / [Intel XE#1201]) -> [SKIP][205] ([Intel XE#1123]) [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-466/igt@xe_copy_basic@mem-copy-linear-0x369.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0x369.html * igt@xe_copy_basic@mem-copy-linear-0xfffe: - shard-dg2-set2: [SKIP][206] ([Intel XE#1123]) -> [SKIP][207] ([Intel XE#1123] / [Intel XE#1201]) [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0xfffe.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-433/igt@xe_copy_basic@mem-copy-linear-0xfffe.html * igt@xe_copy_basic@mem-set-linear-0x3fff: - shard-dg2-set2: [SKIP][208] ([Intel XE#1126]) -> [SKIP][209] ([Intel XE#1126] / [Intel XE#1201]) [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0x3fff.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0x3fff.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-dg2-set2: [TIMEOUT][210] ([Intel XE#1473]) -> [FAIL][211] ([Intel XE#1000]) [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-463/igt@xe_evict@evict-mixed-many-threads-large.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_exec_fault_mode@once-bindexecqueue-imm: - shard-dg2-set2: [SKIP][212] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][213] ([Intel XE#288]) +21 other tests skip [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-434/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@xe_exec_fault_mode@once-bindexecqueue-imm.html * igt@xe_exec_fault_mode@once-invalid-userptr-fault: - shard-dg2-set2: [SKIP][214] ([Intel XE#288]) -> [SKIP][215] ([Intel XE#1201] / [Intel XE#288]) +20 other tests skip [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-436/igt@xe_exec_fault_mode@once-invalid-userptr-fault.html * igt@xe_exec_mix_modes@exec-spinner-interrupted-lr: - shard-dg2-set2: [SKIP][216] ([Intel XE#1201] / [Intel XE#2360]) -> [SKIP][217] ([Intel XE#2360]) [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-433/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@xe_exec_mix_modes@exec-spinner-interrupted-lr.html * igt@xe_huc_copy@huc_copy: - shard-dg2-set2: [SKIP][218] ([Intel XE#1201] / [Intel XE#255]) -> [SKIP][219] ([Intel XE#255]) [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@xe_huc_copy@huc_copy.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@xe_huc_copy@huc_copy.html * igt@xe_module_load@force-load: - shard-dg2-set2: [SKIP][220] ([Intel XE#378]) -> [SKIP][221] ([Intel XE#1201] / [Intel XE#378]) [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@xe_module_load@force-load.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@xe_module_load@force-load.html * igt@xe_module_load@load: - shard-dg2-set2: [SKIP][222] ([Intel XE#1201] / [Intel XE#378]) -> [SKIP][223] ([Intel XE#378]) [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-466/igt@xe_module_load@load.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@xe_module_load@load.html * igt@xe_oa@oa-tlb-invalidate: - shard-dg2-set2: [SKIP][224] ([Intel XE#2541]) -> [SKIP][225] ([Intel XE#1201] / [Intel XE#2541]) +3 other tests skip [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@xe_oa@oa-tlb-invalidate.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-463/igt@xe_oa@oa-tlb-invalidate.html * igt@xe_oa@privileged-forked-access-vaddr: - shard-dg2-set2: [SKIP][226] ([Intel XE#1201] / [Intel XE#2541]) -> [SKIP][227] ([Intel XE#2541]) +3 other tests skip [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@xe_oa@privileged-forked-access-vaddr.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@xe_oa@privileged-forked-access-vaddr.html * igt@xe_pat@pat-index-xe2: - shard-dg2-set2: [SKIP][228] ([Intel XE#1201] / [Intel XE#977]) -> [SKIP][229] ([Intel XE#977]) [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-466/igt@xe_pat@pat-index-xe2.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@xe_pat@pat-index-xe2.html * igt@xe_pm@d3cold-mmap-system: - shard-dg2-set2: [SKIP][230] ([Intel XE#2284] / [Intel XE#366]) -> [SKIP][231] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@xe_pm@d3cold-mmap-system.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-436/igt@xe_pm@d3cold-mmap-system.html * igt@xe_pm@s3-d3cold-basic-exec: - shard-dg2-set2: [SKIP][232] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) -> [SKIP][233] ([Intel XE#2284] / [Intel XE#366]) [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-435/igt@xe_pm@s3-d3cold-basic-exec.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@xe_pm@s3-d3cold-basic-exec.html * igt@xe_query@multigpu-query-mem-usage: - shard-dg2-set2: [SKIP][234] ([Intel XE#1201] / [Intel XE#944]) -> [SKIP][235] ([Intel XE#944]) +1 other test skip [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-436/igt@xe_query@multigpu-query-mem-usage.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-432/igt@xe_query@multigpu-query-mem-usage.html * igt@xe_query@multigpu-query-oa-units: - shard-dg2-set2: [SKIP][236] ([Intel XE#944]) -> [SKIP][237] ([Intel XE#1201] / [Intel XE#944]) +2 other tests skip [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8006/shard-dg2-432/igt@xe_query@multigpu-query-oa-units.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/shard-dg2-466/igt@xe_query@multigpu-query-oa-units.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000 [Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033 [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061 [Intel XE#1069]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069 [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122 [Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123 [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124 [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126 [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127 [Intel XE#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201 [Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421 [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424 [Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426 [Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439 [Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1500]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1500 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1551]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1551 [Intel XE#1600]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1600 [Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607 [Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659 [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729 [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745 [Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794 [Intel XE#1909]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1909 [Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105 [Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249 [Intel XE#2251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2251 [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284 [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293 [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#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328 [Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333 [Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426 [Intel XE#2436]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436 [Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443 [Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472 [Intel XE#2514]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2514 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255 [Intel XE#2712]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2712 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306 [Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307 [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308 [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309 [Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323 [Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324 [Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361 [Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366 [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367 [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373 [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378 [Intel XE#402]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/402 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#498]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/498 [Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569 [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610 [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651 [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653 [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656 [Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658 [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703 [Intel XE#736]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/736 [Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756 [Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#801]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/801 [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911 [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929 [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944 [Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977 Build changes ------------- * IGT: IGT_8006 -> IGTPW_11705 * Linux: xe-1897-883d811c2bfc8544bc5b00bbee84e6b83e20a581 -> xe-1901-7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d IGTPW_11705: 539b0fdc2a085a40bdd202a2e61553f0149550f4 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8006: ae7f2bc0b99801a7ae369d4b5fda5c6b1c386eb1 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-1897-883d811c2bfc8544bc5b00bbee84e6b83e20a581: 883d811c2bfc8544bc5b00bbee84e6b83e20a581 xe-1901-7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d: 7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11705/index.html [-- Attachment #2: Type: text/html, Size: 91323 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* ✗ Fi.CI.IGT: failure for series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test 2024-09-05 13:42 [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Pranay Samala ` (4 preceding siblings ...) 2024-09-08 1:48 ` ✓ CI.xeFULL: success for series starting with [i-g-t,v3,1/2] " Patchwork @ 2024-09-09 23:30 ` Patchwork 2024-09-19 13:37 ` Patchwork 2024-09-20 23:08 ` Patchwork 7 siblings, 0 replies; 11+ messages in thread From: Patchwork @ 2024-09-09 23:30 UTC (permalink / raw) To: Pranay Samala; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100304 bytes --] == Series Details == Series: series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test URL : https://patchwork.freedesktop.org/series/138264/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15369_full -> IGTPW_11705_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11705_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11705_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_11705/index.html Participating hosts (10 -> 9) ------------------------------ Missing (1): shard-snb-0 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11705_full: ### IGT changes ### #### Possible regressions #### * {igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf} (NEW): - shard-tglu: NOTRUN -> [SKIP][1] +47 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html * {igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf} (NEW): - shard-mtlp: NOTRUN -> [SKIP][2] +58 other tests skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html * {igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf} (NEW): - shard-rkl: NOTRUN -> [SKIP][3] +38 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * {igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf} (NEW): - shard-dg1: NOTRUN -> [SKIP][4] +38 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html * {igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area} (NEW): - shard-dg2: NOTRUN -> [SKIP][5] +40 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html * igt@perf_pmu@most-busy-idle-check-all: - shard-dg2: [PASS][6] -> [FAIL][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@perf_pmu@most-busy-idle-check-all.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@perf_pmu@most-busy-idle-check-all.html - shard-dg1: NOTRUN -> [FAIL][8] +1 other test fail [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@perf_pmu@most-busy-idle-check-all.html New tests --------- New tests have been introduced between CI_DRM_15369_full and IGTPW_11705_full: ### New IGT tests (103) ### * igt@kms_cursor_crc@cursor-offscreen-64x64@pipe-d-hdmi-a-2: - Statuses : 1 pass(s) - Exec time: [2.31] s * igt@kms_cursor_crc@cursor-random-256x85@pipe-a-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [4.39] s * igt@kms_cursor_crc@cursor-random-256x85@pipe-d-hdmi-a-3: - Statuses : 1 pass(s) - Exec time: [4.30] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 4 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 2.04] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.10] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.88] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 2.06] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.84] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 2.09] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.87] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 2.05] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.05] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.06] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.08] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.87] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 2.09] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.87] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 2.05] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 2.10] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.88] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 2.04] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-update-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 6 skip(s) - Exec time: [0.0] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-plane-move-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 3 skip(s) - Exec time: [0.0, 23.58] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [11.81] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [11.77] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 23.05] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [11.54] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [11.51] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 22.39] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [11.19] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [11.20] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf: - Statuses : 1 pass(s) 4 skip(s) - Exec time: [0.0, 2.74] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.39] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [1.34] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 34.57] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [17.26] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [17.31] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 24.21] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [12.10] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [12.11] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 13.58] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.79] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.79] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf: - Statuses : 1 pass(s) 4 skip(s) - Exec time: [0.0, 3.61] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.81] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [1.80] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 13.44] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.69] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.75] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 13.38] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.69] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.69] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 10.78] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [5.40] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [5.38] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 13.41] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 14.00] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.98] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [7.01] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.70] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.71] s Known issues ------------ Here are the changes found in IGTPW_11705_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][9] ([i915#6230]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@api_intel_bb@crc32.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-mtlp: NOTRUN -> [SKIP][10] ([i915#8411]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@api_intel_bb@object-reloc-keep-cache.html * igt@debugfs_test@basic-hwmon: - shard-rkl: NOTRUN -> [SKIP][11] ([i915#9318]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@debugfs_test@basic-hwmon.html * igt@drm_fdinfo@busy@vcs0: - shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8414]) +6 other tests skip [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@drm_fdinfo@busy@vcs0.html * igt@drm_fdinfo@most-busy-check-all: - shard-dg1: NOTRUN -> [SKIP][13] ([i915#8414]) +12 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@drm_fdinfo@most-busy-check-all.html * igt@gem_basic@multigpu-create-close: - shard-rkl: NOTRUN -> [SKIP][14] ([i915#7697]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_basic@multigpu-create-close.html - shard-dg1: NOTRUN -> [SKIP][15] ([i915#7697]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_basic@multigpu-create-close.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][16] ([i915#3936]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@gem_busy@semaphore.html * igt@gem_ccs@block-copy-compressed: - shard-dg1: NOTRUN -> [SKIP][17] ([i915#3555] / [i915#9323]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@block-multicopy-compressed: - shard-tglu: NOTRUN -> [SKIP][18] ([i915#9323]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-dg1: NOTRUN -> [SKIP][19] ([i915#9323]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@suspend-resume: - shard-mtlp: NOTRUN -> [SKIP][20] ([i915#9323]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@gem_ccs@suspend-resume.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-rkl: NOTRUN -> [SKIP][21] ([i915#6335]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_create@create-ext-set-pat: - shard-rkl: NOTRUN -> [SKIP][22] ([i915#8562]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_engines@invalid-engines: - shard-tglu: [PASS][23] -> [FAIL][24] ([i915#12027]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-6/igt@gem_ctx_engines@invalid-engines.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg1: NOTRUN -> [SKIP][25] ([i915#8555]) +2 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@hostile: - shard-dg1: NOTRUN -> [FAIL][26] ([i915#11980]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_ctx_persistence@hostile.html - shard-tglu: [PASS][27] -> [FAIL][28] ([i915#11980]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-9/igt@gem_ctx_persistence@hostile.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-9/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_persistence@legacy-engines-hang: - shard-snb: NOTRUN -> [SKIP][29] ([i915#1099]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb2/igt@gem_ctx_persistence@legacy-engines-hang.html * igt@gem_ctx_sseu@engines: - shard-dg1: NOTRUN -> [SKIP][30] ([i915#280]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2: NOTRUN -> [SKIP][31] ([i915#280]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_ctx_sseu@invalid-args.html * igt@gem_ctx_sseu@invalid-sseu: - shard-rkl: NOTRUN -> [SKIP][32] ([i915#280]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@hibernate: - shard-rkl: NOTRUN -> [ABORT][33] ([i915#7975] / [i915#8213]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_eio@hibernate.html * igt@gem_eio@kms: - shard-dg1: NOTRUN -> [FAIL][34] ([i915#5784]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-sync: - shard-dg1: NOTRUN -> [SKIP][35] ([i915#4771]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg1: NOTRUN -> [SKIP][36] ([i915#4812]) [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#4036]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-rkl: NOTRUN -> [SKIP][38] ([i915#6334]) +1 other test skip [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@gem_exec_capture@capture-invisible@smem0.html - shard-tglu: NOTRUN -> [SKIP][39] ([i915#6334]) +1 other test skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-10/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-none: - shard-dg1: NOTRUN -> [SKIP][40] ([i915#3539] / [i915#4852]) +2 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-none-solo: - shard-rkl: NOTRUN -> [FAIL][41] ([i915#2842]) +1 other test fail [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_exec_fair@basic-none-solo.html * igt@gem_exec_fair@basic-none-vip: - shard-glk: NOTRUN -> [FAIL][42] ([i915#2842]) +1 other test fail [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk3/igt@gem_exec_fair@basic-none-vip.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-tglu: NOTRUN -> [FAIL][43] ([i915#2842]) +1 other test fail [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-throttle: - shard-dg2: NOTRUN -> [SKIP][44] ([i915#3539]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_fence@submit67: - shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4812]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_exec_fence@submit67.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#3539] / [i915#4852]) +3 other tests skip [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_reloc@basic-cpu-noreloc: - shard-dg2: NOTRUN -> [SKIP][47] ([i915#3281]) +9 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@gem_exec_reloc@basic-cpu-noreloc.html * igt@gem_exec_reloc@basic-gtt-cpu: - shard-rkl: NOTRUN -> [SKIP][48] ([i915#3281]) +20 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-cpu.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][49] ([i915#3281]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-6/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][50] ([i915#3281]) +10 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4537] / [i915#4812]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_fence_thrash@bo-copy: - shard-dg1: NOTRUN -> [SKIP][52] ([i915#4860]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@gem_fence_thrash@bo-copy.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-dg2: NOTRUN -> [SKIP][53] ([i915#4860]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-rkl: NOTRUN -> [SKIP][54] ([i915#4613] / [i915#7582]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-glk: NOTRUN -> [SKIP][55] ([i915#4613]) +2 other tests skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk8/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#4565]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][57] ([i915#4613]) +6 other tests skip [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: NOTRUN -> [TIMEOUT][58] ([i915#5493]) +1 other test timeout [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify: - shard-tglu: NOTRUN -> [SKIP][59] ([i915#4613]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@gem_lmem_swapping@verify.html * igt@gem_madvise@dontneed-before-exec: - shard-mtlp: NOTRUN -> [SKIP][60] ([i915#3282]) [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@gem_madvise@dontneed-before-exec.html * igt@gem_media_vme: - shard-tglu: NOTRUN -> [SKIP][61] ([i915#284]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@gem_media_vme.html * igt@gem_mmap@bad-object: - shard-dg1: NOTRUN -> [SKIP][62] ([i915#4083]) +5 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_mmap@bad-object.html * igt@gem_mmap_gtt@basic-small-copy-xy: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4077]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@gem_mmap_gtt@basic-small-copy-xy.html * igt@gem_mmap_gtt@basic-write: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#4077]) +3 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_mmap_gtt@basic-write.html * igt@gem_mmap_wc@bad-offset: - shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4083]) +4 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@gem_mmap_wc@bad-offset.html * igt@gem_mmap_wc@close: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4083]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_mmap_wc@close.html * igt@gem_partial_pwrite_pread@reads: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#3282]) +2 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_partial_pwrite_pread@reads.html * igt@gem_pread@exhaustion: - shard-snb: NOTRUN -> [WARN][68] ([i915#2658]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb6/igt@gem_pread@exhaustion.html - shard-tglu: NOTRUN -> [WARN][69] ([i915#2658]) [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@gem_pread@exhaustion.html * igt@gem_pread@snoop: - shard-rkl: NOTRUN -> [SKIP][70] ([i915#3282]) +8 other tests skip [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_pread@snoop.html - shard-dg1: NOTRUN -> [SKIP][71] ([i915#3282]) +4 other tests skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_pread@snoop.html * igt@gem_pxp@create-valid-protected-context: - shard-tglu: NOTRUN -> [SKIP][72] ([i915#4270]) [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-6/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-dg2: NOTRUN -> [SKIP][73] ([i915#4270]) +1 other test skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html - shard-rkl: NOTRUN -> [SKIP][74] ([i915#4270]) +4 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@protected-encrypted-src-copy-not-readible: - shard-dg1: NOTRUN -> [SKIP][75] ([i915#4270]) +3 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-mtlp: NOTRUN -> [SKIP][76] ([i915#4270]) [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_render_copy@y-tiled: - shard-mtlp: NOTRUN -> [SKIP][77] ([i915#8428]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-7/igt@gem_render_copy@y-tiled.html * igt@gem_render_copy@y-tiled-to-vebox-linear: - shard-dg2: NOTRUN -> [SKIP][78] ([i915#5190] / [i915#8428]) +2 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_render_copy@y-tiled-to-vebox-linear.html * igt@gem_set_tiling_vs_gtt: - shard-mtlp: NOTRUN -> [SKIP][79] ([i915#4079]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_set_tiling_vs_gtt.html * igt@gem_set_tiling_vs_pwrite: - shard-dg1: NOTRUN -> [SKIP][80] ([i915#4079]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_set_tiling_vs_pwrite.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][81] ([i915#4879]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg1: NOTRUN -> [SKIP][82] ([i915#3297]) +2 other tests skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglu: NOTRUN -> [SKIP][83] ([i915#3297] / [i915#3323]) [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-3/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#3297]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#3297]) +2 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@relocations: - shard-mtlp: NOTRUN -> [SKIP][86] ([i915#3281] / [i915#3297]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@unsync-overlap: - shard-rkl: NOTRUN -> [SKIP][87] ([i915#3297]) +2 other tests skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_userptr_blits@unsync-overlap.html * igt@gen9_exec_parse@batch-invalid-length: - shard-tglu: NOTRUN -> [SKIP][88] ([i915#2527] / [i915#2856]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@bb-chained: - shard-dg2: NOTRUN -> [SKIP][89] ([i915#2856]) +1 other test skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@bb-start-out: - shard-dg1: NOTRUN -> [SKIP][90] ([i915#2527]) +1 other test skip [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@shadow-peek: - shard-rkl: NOTRUN -> [SKIP][91] ([i915#2527]) +3 other tests skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gen9_exec_parse@shadow-peek.html * igt@gen9_exec_parse@unaligned-jump: - shard-mtlp: NOTRUN -> [SKIP][92] ([i915#2856]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-8/igt@gen9_exec_parse@unaligned-jump.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][93] ([i915#4881]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@i915_fb_tiling.html * igt@i915_module_load@load: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#6227]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-glk: [PASS][95] -> [ABORT][96] ([i915#9820]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-glk4/igt@i915_module_load@reload-with-fault-injection.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk2/igt@i915_module_load@reload-with-fault-injection.html - shard-dg2: [PASS][97] -> [ABORT][98] ([i915#9820]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@i915_module_load@reload-with-fault-injection.html - shard-rkl: NOTRUN -> [ABORT][99] ([i915#9820]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-dg1: NOTRUN -> [SKIP][100] ([i915#4423] / [i915#7178]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-tglu: NOTRUN -> [SKIP][101] ([i915#8399]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-rkl: NOTRUN -> [SKIP][102] ([i915#6590]) +1 other test skip [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: - shard-dg1: [PASS][103] -> [FAIL][104] ([i915#3591]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg1: NOTRUN -> [SKIP][105] ([i915#11681] / [i915#6621]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@reset: - shard-snb: [PASS][106] -> [INCOMPLETE][107] ([i915#7790]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb1/igt@i915_pm_rps@reset.html [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb2/igt@i915_pm_rps@reset.html * igt@i915_pm_rps@thresholds: - shard-dg1: NOTRUN -> [SKIP][108] ([i915#11681]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@i915_pm_rps@thresholds.html * igt@i915_pm_sseu@full-enable: - shard-rkl: NOTRUN -> [SKIP][109] ([i915#4387]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@i915_pm_sseu@full-enable.html * igt@i915_query@hwconfig_table: - shard-rkl: NOTRUN -> [SKIP][110] ([i915#6245]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@i915_query@hwconfig_table.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: NOTRUN -> [SKIP][111] ([i915#5723]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@i915_query@test-query-geometry-subslices.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][112] ([i915#9311]) +1 other test dmesg-warn [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@i915_selftest@mock@memory_region.html - shard-rkl: NOTRUN -> [DMESG-WARN][113] ([i915#9311]) +1 other test dmesg-warn [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: NOTRUN -> [INCOMPLETE][114] ([i915#4817]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html - shard-dg1: [PASS][115] -> [DMESG-WARN][116] ([i915#4391] / [i915#4423]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@i915_suspend@basic-s3-without-i915.html [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#4212]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg1: NOTRUN -> [SKIP][118] ([i915#4212]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][119] ([i915#1769] / [i915#3555]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-rkl: NOTRUN -> [SKIP][120] ([i915#1769] / [i915#3555]) [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][121] ([i915#5956]) +1 other test fail [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb6/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4: - shard-dg1: [PASS][122] -> [FAIL][123] ([i915#5956]) +1 other test fail [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4.html [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4.html * igt@kms_big_fb@4-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][124] ([i915#5286]) +8 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][125] ([i915#5286]) +2 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-9/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-dg1: NOTRUN -> [SKIP][126] ([i915#4538] / [i915#5286]) +5 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][127] ([i915#3638]) +6 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][128] ([i915#3638]) +5 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][129] ([i915#5190]) +2 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-dg2: NOTRUN -> [SKIP][130] ([i915#4538] / [i915#5190]) +5 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#4538]) +5 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_joiner@basic: - shard-rkl: NOTRUN -> [SKIP][132] ([i915#10656]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_big_joiner@basic.html * igt@kms_big_joiner@basic-force-joiner: - shard-dg1: NOTRUN -> [SKIP][133] ([i915#10656]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_big_joiner@basic-force-joiner.html * igt@kms_big_joiner@invalid-modeset: - shard-tglu: NOTRUN -> [SKIP][134] ([i915#10656]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@kms_big_joiner@invalid-modeset.html * igt@kms_big_joiner@invalid-modeset-force-joiner: - shard-dg2: [PASS][135] -> [SKIP][136] ([i915#10656]) [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_big_joiner@invalid-modeset-force-joiner.html [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_big_joiner@invalid-modeset-force-joiner.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][137] ([i915#6095]) +97 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs: - shard-mtlp: NOTRUN -> [SKIP][138] ([i915#6095]) +14 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-tglu: NOTRUN -> [SKIP][139] ([i915#12042]) [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][140] ([i915#6095]) +85 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][141] ([i915#12042]) +1 other test skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html - shard-dg1: NOTRUN -> [SKIP][142] ([i915#12042]) +1 other test skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#10307] / [i915#6095]) +183 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs: - shard-mtlp: NOTRUN -> [SKIP][144] ([i915#12042]) [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs: - shard-tglu: NOTRUN -> [SKIP][146] ([i915#6095]) +39 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-3/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs.html * igt@kms_cdclk@plane-scaling: - shard-dg1: NOTRUN -> [SKIP][147] ([i915#3742]) [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][148] ([i915#4087]) +3 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-rkl: NOTRUN -> [SKIP][149] ([i915#7828]) +12 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_frames@dp-crc-single: - shard-dg1: NOTRUN -> [SKIP][150] ([i915#7828]) +10 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_chamelium_frames@dp-crc-single.html * igt@kms_chamelium_frames@hdmi-crc-fast: - shard-dg2: NOTRUN -> [SKIP][151] ([i915#7828]) +6 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-tglu: NOTRUN -> [SKIP][152] ([i915#7828]) +1 other test skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-3/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-mtlp: NOTRUN -> [SKIP][153] ([i915#7828]) +2 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-8/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_color@deep-color: - shard-dg2: [PASS][154] -> [SKIP][155] ([i915#3555]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_color@deep-color.html [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic: - shard-dg1: NOTRUN -> [SKIP][156] ([i915#7116] / [i915#9424]) +1 other test skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms: - shard-rkl: NOTRUN -> [SKIP][157] ([i915#7118] / [i915#9424]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-rkl: NOTRUN -> [SKIP][158] ([i915#3116]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg1: NOTRUN -> [SKIP][159] ([i915#3299]) +1 other test skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic-type-0: - shard-dg1: NOTRUN -> [SKIP][160] ([i915#9424]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@srm: - shard-mtlp: NOTRUN -> [SKIP][161] ([i915#6944]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-rkl: NOTRUN -> [SKIP][162] ([i915#11453]) +1 other test skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg1: NOTRUN -> [SKIP][163] ([i915#11453]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#3359]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-dg1: NOTRUN -> [SKIP][165] ([i915#3555]) +11 other tests skip [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_crc@cursor-sliding-256x85: - shard-mtlp: NOTRUN -> [SKIP][166] ([i915#8814]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_cursor_crc@cursor-sliding-256x85.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-tglu: NOTRUN -> [SKIP][167] ([i915#11453]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#3555]) +3 other tests skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg1: NOTRUN -> [SKIP][169] ([i915#4103] / [i915#4213]) +1 other test skip [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-mtlp: NOTRUN -> [SKIP][170] ([i915#9809]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg2: NOTRUN -> [SKIP][171] ([i915#9067]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-rkl: NOTRUN -> [SKIP][172] ([i915#9067]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-rkl: NOTRUN -> [SKIP][173] ([i915#4103]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][174] ([i915#9723]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_display_modes@extended-mode-basic: - shard-mtlp: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#8827]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_display_modes@extended-mode-basic.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][176] ([i915#8812]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-with-bpc: - shard-rkl: NOTRUN -> [SKIP][177] ([i915#3555] / [i915#3840]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_dsc@dsc-with-bpc.html - shard-tglu: NOTRUN -> [SKIP][178] ([i915#3555] / [i915#3840]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-output-formats: - shard-dg1: NOTRUN -> [SKIP][179] ([i915#3555] / [i915#3840]) +1 other test skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_feature_discovery@display-2x: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#1839]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@display-3x: - shard-rkl: NOTRUN -> [SKIP][181] ([i915#1839]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@dp-mst: - shard-dg1: NOTRUN -> [SKIP][182] ([i915#9337]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr2: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#658]) [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_feature_discovery@psr2.html - shard-rkl: NOTRUN -> [SKIP][184] ([i915#658]) [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][185] +13 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [PASS][186] -> [FAIL][187] ([i915#2122]) +1 other test fail [186]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-flip-vs-dpms: - shard-rkl: NOTRUN -> [SKIP][188] +46 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-tglu: NOTRUN -> [SKIP][189] ([i915#3637]) +2 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-6/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb: - shard-mtlp: NOTRUN -> [SKIP][190] ([i915#3637]) +2 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_flip@2x-flip-vs-rmfb.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-dg1: NOTRUN -> [SKIP][191] ([i915#9934]) +9 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][192] ([i915#8381]) [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling: - shard-rkl: NOTRUN -> [SKIP][193] ([i915#2672] / [i915#3555]) +4 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][194] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#2672]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][196] ([i915#2672]) +4 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][197] ([i915#2672] / [i915#3555]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling: - shard-dg1: NOTRUN -> [SKIP][198] ([i915#2672] / [i915#3555]) +3 other tests skip [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][199] ([i915#2587] / [i915#2672]) +3 other tests skip [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling: - shard-mtlp: NOTRUN -> [SKIP][200] ([i915#3555] / [i915#8813]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3555] / [i915#8810]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#2672] / [i915#3555]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][203] ([i915#2672]) +1 other test skip [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: - shard-dg2: NOTRUN -> [SKIP][204] ([i915#2672] / [i915#3555] / [i915#5190]) [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#5274]) [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-3/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-dg1: NOTRUN -> [SKIP][206] +46 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [SKIP][207] ([i915#5354]) +29 other tests skip [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - shard-dg2: [PASS][208] -> [FAIL][209] ([i915#6880]) [208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][210] ([i915#3458]) +5 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][211] ([i915#1825]) +60 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][212] ([i915#8708]) +9 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#8708]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][214] +44 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-rkl: NOTRUN -> [SKIP][215] ([i915#5439]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][216] ([i915#10433] / [i915#3458]) [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][217] ([i915#8708]) +26 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt: - shard-dg1: NOTRUN -> [SKIP][218] ([i915#3458]) +21 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-mtlp: NOTRUN -> [SKIP][219] ([i915#1825]) +9 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-render: - shard-rkl: NOTRUN -> [SKIP][220] ([i915#3023]) +27 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: [PASS][221] -> [SKIP][222] ([i915#3555] / [i915#8228]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_hdr@invalid-metadata-sizes.html [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-suspend: - shard-rkl: NOTRUN -> [SKIP][223] ([i915#3555] / [i915#8228]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_hdr@static-toggle-suspend.html - shard-dg1: NOTRUN -> [SKIP][224] ([i915#3555] / [i915#8228]) +1 other test skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_hdr@static-toggle-suspend.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-mtlp: NOTRUN -> [SKIP][225] +5 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][226] ([i915#3555] / [i915#8821]) [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-2/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][227] ([i915#3555]) +7 other tests skip [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html - shard-tglu: NOTRUN -> [SKIP][228] ([i915#3555]) +1 other test skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][229] ([i915#8292]) [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-dg1: NOTRUN -> [SKIP][230] ([i915#9423]) +17 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][231] ([i915#5176]) +4 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][232] ([i915#9423]) +4 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][233] ([i915#6953] / [i915#9423]) [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-25.html - shard-rkl: NOTRUN -> [SKIP][234] ([i915#6953]) +1 other test skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][235] ([i915#9728]) +9 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][236] ([i915#9728]) +8 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][237] ([i915#5235]) +2 other tests skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][238] ([i915#5235] / [i915#9423]) +2 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html - shard-rkl: NOTRUN -> [SKIP][239] ([i915#5235]) +1 other test skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25: - shard-tglu: NOTRUN -> [SKIP][240] ([i915#6953]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][241] ([i915#9728]) +3 other tests skip [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#9423]) +28 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_pm_backlight@basic-brightness: - shard-rkl: NOTRUN -> [SKIP][243] ([i915#5354]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg1: NOTRUN -> [SKIP][244] ([i915#5354]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-psr: - shard-rkl: NOTRUN -> [SKIP][245] ([i915#9685]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_pm_dc@dc5-psr.html - shard-dg1: NOTRUN -> [SKIP][246] ([i915#9685]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#3361]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_pm_dc@dc6-dpms.html - shard-tglu: [PASS][248] -> [FAIL][249] ([i915#9295]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: [PASS][250] -> [SKIP][251] ([i915#9340]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-1/igt@kms_pm_lpsp@kms-lpsp.html - shard-dg1: NOTRUN -> [SKIP][252] ([i915#9340]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-dg1: NOTRUN -> [SKIP][253] ([i915#8430]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2: NOTRUN -> [SKIP][254] ([i915#9519]) +2 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][255] ([i915#9519]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@fences: - shard-dg1: NOTRUN -> [SKIP][256] ([i915#4077]) +14 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_pm_rpm@fences.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: [PASS][257] -> [SKIP][258] ([i915#9519]) +1 other test skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: [PASS][259] -> [SKIP][260] ([i915#9519]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: NOTRUN -> [SKIP][261] ([i915#9519]) +1 other test skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg1: NOTRUN -> [SKIP][262] ([i915#6524]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_prime@basic-modeset-hybrid.html * {igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area} (NEW): - shard-glk: NOTRUN -> [SKIP][263] +124 other tests skip [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk8/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-mtlp: NOTRUN -> [SKIP][264] ([i915#4348]) [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-p010: - shard-tglu: NOTRUN -> [SKIP][265] ([i915#9683]) [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr-cursor-plane-onoff: - shard-mtlp: NOTRUN -> [SKIP][266] ([i915#9688]) +3 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-7/igt@kms_psr@fbc-psr-cursor-plane-onoff.html * igt@kms_psr@pr-primary-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#1072] / [i915#9732]) +8 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_psr@pr-primary-mmap-cpu.html * igt@kms_psr@psr-sprite-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][268] ([i915#9732]) +9 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_psr@psr-sprite-mmap-cpu.html * igt@kms_psr@psr-sprite-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][269] ([i915#1072] / [i915#9673] / [i915#9732]) +2 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_psr@psr-sprite-mmap-gtt.html * igt@kms_psr@psr-sprite-plane-move: - shard-rkl: NOTRUN -> [SKIP][270] ([i915#1072] / [i915#9732]) +30 other tests skip [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_psr@psr-sprite-plane-move.html * igt@kms_psr@psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][271] ([i915#1072] / [i915#9732]) +27 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_psr@psr2-sprite-mmap-gtt.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-tglu: NOTRUN -> [SKIP][272] ([i915#5289]) [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-9/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-rkl: NOTRUN -> [SKIP][273] ([i915#5289]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-dg1: NOTRUN -> [SKIP][274] ([i915#5289]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-mtlp: NOTRUN -> [SKIP][275] ([i915#4235]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: NOTRUN -> [SKIP][276] ([i915#11131] / [i915#4235]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_sysfs_edid_timing: - shard-dg2: NOTRUN -> [FAIL][277] ([IGT#2]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-1/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2: NOTRUN -> [SKIP][278] ([i915#8623]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-snb: NOTRUN -> [SKIP][279] +144 other tests skip [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb6/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak: - shard-dg1: [PASS][280] -> [FAIL][281] ([i915#9196]) +1 other test fail [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-14/igt@kms_universal_plane@cursor-fb-leak.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_universal_plane@cursor-fb-leak.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1: - shard-snb: [PASS][282] -> [FAIL][283] ([i915#9196]) +1 other test fail [282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb2/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb4/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html * igt@kms_vrr@flip-basic-fastset: - shard-dg2: NOTRUN -> [SKIP][284] ([i915#9906]) +1 other test skip [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-3/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@lobf: - shard-dg1: NOTRUN -> [SKIP][285] ([i915#11920]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_vrr@lobf.html * igt@kms_vrr@negative-basic: - shard-dg1: NOTRUN -> [SKIP][286] ([i915#3555] / [i915#9906]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-dg1: NOTRUN -> [SKIP][287] ([i915#9906]) [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-rkl: NOTRUN -> [SKIP][288] ([i915#9906]) +2 other tests skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-2/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-mtlp: NOTRUN -> [SKIP][289] ([i915#8808] / [i915#9906]) +1 other test skip [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-check-output: - shard-rkl: NOTRUN -> [SKIP][290] ([i915#2437]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_writeback@writeback-check-output.html - shard-dg1: NOTRUN -> [SKIP][291] ([i915#2437]) [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-rkl: NOTRUN -> [SKIP][292] ([i915#2437] / [i915#9412]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-tglu: NOTRUN -> [SKIP][293] ([i915#2437] / [i915#9412]) +1 other test skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-10/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-pixel-formats: - shard-mtlp: NOTRUN -> [SKIP][294] ([i915#2437] / [i915#9412]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-6/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@mi-rpc: - shard-dg1: NOTRUN -> [SKIP][295] ([i915#2434]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@perf@mi-rpc.html * igt@perf_pmu@cpu-hotplug: - shard-rkl: NOTRUN -> [SKIP][296] ([i915#8850]) [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-dg2: [PASS][297] -> [FAIL][298] ([i915#11822]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@perf_pmu@most-busy-idle-check-all@rcs0.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-rkl: NOTRUN -> [SKIP][299] ([i915#8516]) [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@perf_pmu@rc6@other-idle-gt0.html - shard-dg1: NOTRUN -> [SKIP][300] ([i915#8516]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_vgem@basic-fence-flip: - shard-dg1: NOTRUN -> [SKIP][301] ([i915#3708]) +1 other test skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - shard-mtlp: NOTRUN -> [SKIP][302] ([i915#3708] / [i915#4077]) [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - shard-rkl: NOTRUN -> [SKIP][303] ([i915#3291] / [i915#3708]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@prime_vgem@basic-write.html * igt@sriov_basic@bind-unbind-vf: - shard-dg2: NOTRUN -> [SKIP][304] ([i915#9917]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@sriov_basic@bind-unbind-vf.html - shard-rkl: NOTRUN -> [SKIP][305] ([i915#9917]) +1 other test skip [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@sriov_basic@bind-unbind-vf.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-dg1: NOTRUN -> [SKIP][306] ([i915#9917]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-dg1: NOTRUN -> [FAIL][307] ([i915#9781]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@syncobj_wait@invalid-wait-zero-handles.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][308] ([i915#4818]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@tools_test@sysfs_l3_parity.html #### Possible fixes #### * igt@gem_eio@reset-stress: - shard-dg2: [FAIL][309] ([i915#5784]) -> [PASS][310] [309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-10/igt@gem_eio@reset-stress.html [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@gem_eio@reset-stress.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [FAIL][311] ([i915#2842]) -> [PASS][312] [311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-rkl-1/igt@gem_exec_fair@basic-none@bcs0.html [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [FAIL][313] ([i915#2842]) -> [PASS][314] +1 other test pass [313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-9/igt@gem_exec_fair@basic-pace-share@rcs0.html [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [TIMEOUT][315] ([i915#5493]) -> [PASS][316] +1 other test pass [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][317] ([i915#10131] / [i915#9820]) -> [PASS][318] [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-mtlp: [FAIL][319] ([i915#11808] / [i915#5956]) -> [PASS][320] +1 other test pass [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-mtlp-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][321] ([i915#2346]) -> [PASS][322] [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-suspend@c-hdmi-a2: - shard-glk: [INCOMPLETE][323] ([i915#4839]) -> [PASS][324] +1 other test pass [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-glk4/igt@kms_flip@flip-vs-suspend@c-hdmi-a2.html [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk8/igt@kms_flip@flip-vs-suspend@c-hdmi-a2.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-snb: [SKIP][325] -> [PASS][326] +1 other test pass [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_hdr@static-toggle: - shard-dg2: [SKIP][327] ([i915#3555] / [i915#8228]) -> [PASS][328] +2 other tests pass [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@kms_hdr@static-toggle.html [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_hdr@static-toggle.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: [SKIP][329] ([i915#9519]) -> [PASS][330] [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_setmode@basic: - shard-snb: [FAIL][331] ([i915#5465]) -> [PASS][332] +2 other tests pass [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb7/igt@kms_setmode@basic.html [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb7/igt@kms_setmode@basic.html * igt@perf_pmu@rc6@runtime-pm-long-gt1: - shard-mtlp: [INCOMPLETE][333] ([i915#9853]) -> [PASS][334] +1 other test pass [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-mtlp-7/igt@perf_pmu@rc6@runtime-pm-long-gt1.html [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-7/igt@perf_pmu@rc6@runtime-pm-long-gt1.html * igt@testdisplay: - shard-dg2: [TIMEOUT][335] ([i915#2184]) -> [PASS][336] [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@testdisplay.html [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@testdisplay.html #### Warnings #### * igt@i915_pm_rpm@gem-evict-pwrite: - shard-dg1: [SKIP][337] ([i915#4077]) -> [SKIP][338] ([i915#4077] / [i915#4423]) [337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@i915_pm_rpm@gem-evict-pwrite.html [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_pm_rpm@gem-evict-pwrite.html * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode: - shard-dg1: [SKIP][339] ([i915#4423] / [i915#7828]) -> [SKIP][340] ([i915#7828]) [339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: [TIMEOUT][341] ([i915#7173]) -> [SKIP][342] ([i915#7118] / [i915#9424]) +1 other test skip [341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_content_protection@atomic-dpms.html [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][343] ([i915#7118] / [i915#9424]) -> [SKIP][344] ([i915#7118] / [i915#7162] / [i915#9424]) [343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-10/igt@kms_content_protection@type1.html [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2: [SKIP][345] ([i915#11453] / [i915#3359]) -> [SKIP][346] ([i915#11453]) +1 other test skip [345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x512.html [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2: [SKIP][347] ([i915#11453]) -> [SKIP][348] ([i915#11453] / [i915#3359]) [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-512x512.html [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move: - shard-dg2: [SKIP][349] ([i915#3458]) -> [SKIP][350] ([i915#10433] / [i915#3458]) [349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: [SKIP][351] ([i915#6953] / [i915#9423]) -> [FAIL][352] ([i915#8292]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-5/igt@kms_plane_scaling@intel-max-src-size.html [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_psr@fbc-pr-cursor-mmap-gtt: - shard-dg2: [SKIP][353] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][354] ([i915#1072] / [i915#9732]) +13 other tests skip [353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-dg1: [SKIP][355] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][356] ([i915#1072] / [i915#9732]) [355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@kms_psr@fbc-psr2-cursor-plane-move.html [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_psr@psr2-primary-mmap-gtt: - shard-dg2: [SKIP][357] ([i915#1072] / [i915#9732]) -> [SKIP][358] ([i915#1072] / [i915#9673] / [i915#9732]) +12 other tests skip [357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-6/igt@kms_psr@psr2-primary-mmap-gtt.html [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_psr@psr2-primary-mmap-gtt.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: [SKIP][359] ([i915#11131] / [i915#4235] / [i915#5190]) -> [SKIP][360] ([i915#11131] / [i915#5190]) [359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: [SKIP][361] ([i915#11131] / [i915#4235]) -> [SKIP][362] ([i915#11131]) +1 other test skip [361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90.html [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_rotation_crc@sprite-rotation-90.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][363] ([i915#7484]) -> [FAIL][364] ([i915#9100]) +1 other test fail [363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-3/igt@perf@non-zero-reason@0-rcs0.html [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@perf@non-zero-reason@0-rcs0.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131 [i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808 [i915#11822]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11822 [i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920 [i915#11980]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980 [i915#12027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027 [i915#12042]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12042 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2184]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2184 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915# == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/index.html [-- Attachment #2: Type: text/html, Size: 115732 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* ✗ Fi.CI.IGT: failure for series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test 2024-09-05 13:42 [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Pranay Samala ` (5 preceding siblings ...) 2024-09-09 23:30 ` ✗ Fi.CI.IGT: failure " Patchwork @ 2024-09-19 13:37 ` Patchwork 2024-09-20 23:08 ` Patchwork 7 siblings, 0 replies; 11+ messages in thread From: Patchwork @ 2024-09-19 13:37 UTC (permalink / raw) To: Samala, Pranay; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100304 bytes --] == Series Details == Series: series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test URL : https://patchwork.freedesktop.org/series/138264/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15369_full -> IGTPW_11705_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11705_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11705_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_11705/index.html Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11705_full: ### IGT changes ### #### Possible regressions #### * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf (NEW): - shard-tglu: NOTRUN -> [SKIP][1] +47 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf (NEW): - shard-mtlp: NOTRUN -> [SKIP][2] +58 other tests skip [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf (NEW): - shard-rkl: NOTRUN -> [SKIP][3] +37 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf (NEW): - shard-dg1: NOTRUN -> [SKIP][4] +36 other tests skip [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area (NEW): - shard-dg2: NOTRUN -> [SKIP][5] +40 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html New tests --------- New tests have been introduced between CI_DRM_15369_full and IGTPW_11705_full: ### New IGT tests (100) ### * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 4 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 2.04] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.10] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.88] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 2.06] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.84] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 2.09] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.87] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 2.05] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.05] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.06] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.08] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.87] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 2.09] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.87] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 2.05] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 2.10] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.88] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 2.04] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-update-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 6 skip(s) - Exec time: [0.0] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-plane-move-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 3 skip(s) - Exec time: [0.0, 23.58] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [11.81] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [11.77] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 23.05] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [11.54] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [11.51] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 22.39] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [11.19] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [11.20] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf: - Statuses : 1 pass(s) 4 skip(s) - Exec time: [0.0, 2.74] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.39] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [1.34] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 34.57] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [17.26] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [17.31] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 24.21] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [12.10] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [12.11] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 13.58] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.79] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.79] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf: - Statuses : 1 pass(s) 4 skip(s) - Exec time: [0.0, 3.61] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.81] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [1.80] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 13.44] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.69] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.75] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 13.38] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.69] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.69] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 10.78] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [5.40] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [5.38] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 13.41] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 14.00] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.98] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [7.01] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.70] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.71] s Known issues ------------ Here are the changes found in IGTPW_11705_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][6] ([i915#6230]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@api_intel_bb@crc32.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-mtlp: NOTRUN -> [SKIP][7] ([i915#8411]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@api_intel_bb@object-reloc-keep-cache.html * igt@debugfs_test@basic-hwmon: - shard-rkl: NOTRUN -> [SKIP][8] ([i915#9318]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@debugfs_test@basic-hwmon.html * igt@drm_fdinfo@busy@vcs0: - shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8414]) +6 other tests skip [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@drm_fdinfo@busy@vcs0.html * igt@drm_fdinfo@most-busy-check-all: - shard-dg1: NOTRUN -> [SKIP][10] ([i915#8414]) +12 other tests skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@drm_fdinfo@most-busy-check-all.html * igt@gem_basic@multigpu-create-close: - shard-rkl: NOTRUN -> [SKIP][11] ([i915#7697]) +1 other test skip [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_basic@multigpu-create-close.html - shard-dg1: NOTRUN -> [SKIP][12] ([i915#7697]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_basic@multigpu-create-close.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][13] ([i915#3936]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@gem_busy@semaphore.html * igt@gem_ccs@block-copy-compressed: - shard-dg1: NOTRUN -> [SKIP][14] ([i915#3555] / [i915#9323]) +1 other test skip [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@block-multicopy-compressed: - shard-tglu: NOTRUN -> [SKIP][15] ([i915#9323]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-dg1: NOTRUN -> [SKIP][16] ([i915#9323]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@suspend-resume: - shard-mtlp: NOTRUN -> [SKIP][17] ([i915#9323]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@gem_ccs@suspend-resume.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-rkl: NOTRUN -> [SKIP][18] ([i915#6335]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_create@create-ext-set-pat: - shard-rkl: NOTRUN -> [SKIP][19] ([i915#8562]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_engines@invalid-engines: - shard-tglu: [PASS][20] -> [FAIL][21] ([i915#12027]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-6/igt@gem_ctx_engines@invalid-engines.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#8555]) +2 other tests skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@hostile: - shard-dg1: NOTRUN -> [FAIL][23] ([i915#11980]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_ctx_persistence@hostile.html - shard-tglu: [PASS][24] -> [FAIL][25] ([i915#11980]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-9/igt@gem_ctx_persistence@hostile.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-9/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_persistence@legacy-engines-hang: - shard-snb: NOTRUN -> [SKIP][26] ([i915#1099]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb2/igt@gem_ctx_persistence@legacy-engines-hang.html * igt@gem_ctx_sseu@engines: - shard-dg1: NOTRUN -> [SKIP][27] ([i915#280]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2: NOTRUN -> [SKIP][28] ([i915#280]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_ctx_sseu@invalid-args.html * igt@gem_ctx_sseu@invalid-sseu: - shard-rkl: NOTRUN -> [SKIP][29] ([i915#280]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@hibernate: - shard-rkl: NOTRUN -> [ABORT][30] ([i915#7975] / [i915#8213]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_eio@hibernate.html * igt@gem_eio@kms: - shard-dg1: NOTRUN -> [FAIL][31] ([i915#5784]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-sync: - shard-dg1: NOTRUN -> [SKIP][32] ([i915#4771]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg1: NOTRUN -> [SKIP][33] ([i915#4812]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][34] ([i915#4036]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-rkl: NOTRUN -> [SKIP][35] ([i915#6334]) +1 other test skip [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@gem_exec_capture@capture-invisible@smem0.html - shard-tglu: NOTRUN -> [SKIP][36] ([i915#6334]) +1 other test skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-10/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-none: - shard-dg1: NOTRUN -> [SKIP][37] ([i915#3539] / [i915#4852]) +2 other tests skip [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-none-solo: - shard-rkl: NOTRUN -> [FAIL][38] ([i915#2842]) +1 other test fail [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_exec_fair@basic-none-solo.html * igt@gem_exec_fair@basic-none-vip: - shard-glk: NOTRUN -> [FAIL][39] ([i915#2842]) +1 other test fail [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk3/igt@gem_exec_fair@basic-none-vip.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-tglu: NOTRUN -> [FAIL][40] ([i915#2842]) +1 other test fail [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-throttle: - shard-dg2: NOTRUN -> [SKIP][41] ([i915#3539]) [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_fence@submit67: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#4812]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_exec_fence@submit67.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg2: NOTRUN -> [SKIP][43] ([i915#3539] / [i915#4852]) +3 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_reloc@basic-cpu-noreloc: - shard-dg2: NOTRUN -> [SKIP][44] ([i915#3281]) +9 other tests skip [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@gem_exec_reloc@basic-cpu-noreloc.html * igt@gem_exec_reloc@basic-gtt-cpu: - shard-rkl: NOTRUN -> [SKIP][45] ([i915#3281]) +20 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-cpu.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][46] ([i915#3281]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-6/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#3281]) +10 other tests skip [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-mtlp: NOTRUN -> [SKIP][48] ([i915#4537] / [i915#4812]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_fence_thrash@bo-copy: - shard-dg1: NOTRUN -> [SKIP][49] ([i915#4860]) [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@gem_fence_thrash@bo-copy.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-dg2: NOTRUN -> [SKIP][50] ([i915#4860]) [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-rkl: NOTRUN -> [SKIP][51] ([i915#4613] / [i915#7582]) [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-glk: NOTRUN -> [SKIP][52] ([i915#4613]) +2 other tests skip [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk8/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][53] ([i915#4565]) +1 other test skip [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][54] ([i915#4613]) +6 other tests skip [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify-ccs.html - shard-dg1: NOTRUN -> [SKIP][55] ([i915#12193]) +1 other test skip [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: NOTRUN -> [TIMEOUT][56] ([i915#5493]) +1 other test timeout [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify: - shard-tglu: NOTRUN -> [SKIP][57] ([i915#4613]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@gem_lmem_swapping@verify.html * igt@gem_madvise@dontneed-before-exec: - shard-mtlp: NOTRUN -> [SKIP][58] ([i915#3282]) [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@gem_madvise@dontneed-before-exec.html * igt@gem_media_vme: - shard-tglu: NOTRUN -> [SKIP][59] ([i915#284]) [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@gem_media_vme.html * igt@gem_mmap@bad-object: - shard-dg1: NOTRUN -> [SKIP][60] ([i915#4083]) +5 other tests skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_mmap@bad-object.html * igt@gem_mmap_gtt@basic-small-copy-xy: - shard-mtlp: NOTRUN -> [SKIP][61] ([i915#4077]) [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@gem_mmap_gtt@basic-small-copy-xy.html * igt@gem_mmap_gtt@basic-write: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#4077]) +3 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_mmap_gtt@basic-write.html * igt@gem_mmap_wc@bad-offset: - shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4083]) +4 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@gem_mmap_wc@bad-offset.html * igt@gem_mmap_wc@close: - shard-dg2: NOTRUN -> [SKIP][64] ([i915#4083]) +1 other test skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_mmap_wc@close.html * igt@gem_partial_pwrite_pread@reads: - shard-dg2: NOTRUN -> [SKIP][65] ([i915#3282]) +2 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_partial_pwrite_pread@reads.html * igt@gem_pread@exhaustion: - shard-snb: NOTRUN -> [WARN][66] ([i915#2658]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb6/igt@gem_pread@exhaustion.html - shard-tglu: NOTRUN -> [WARN][67] ([i915#2658]) [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@gem_pread@exhaustion.html * igt@gem_pread@snoop: - shard-rkl: NOTRUN -> [SKIP][68] ([i915#3282]) +8 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_pread@snoop.html - shard-dg1: NOTRUN -> [SKIP][69] ([i915#3282]) +4 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_pread@snoop.html * igt@gem_pxp@create-valid-protected-context: - shard-tglu: NOTRUN -> [SKIP][70] ([i915#4270]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-6/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-dg2: NOTRUN -> [SKIP][71] ([i915#4270]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html - shard-rkl: NOTRUN -> [SKIP][72] ([i915#4270]) +4 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@protected-encrypted-src-copy-not-readible: - shard-dg1: NOTRUN -> [SKIP][73] ([i915#4270]) +3 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-mtlp: NOTRUN -> [SKIP][74] ([i915#4270]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_render_copy@y-tiled: - shard-mtlp: NOTRUN -> [SKIP][75] ([i915#8428]) +1 other test skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-7/igt@gem_render_copy@y-tiled.html * igt@gem_render_copy@y-tiled-to-vebox-linear: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#5190] / [i915#8428]) +2 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_render_copy@y-tiled-to-vebox-linear.html * igt@gem_set_tiling_vs_gtt: - shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4079]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_set_tiling_vs_gtt.html * igt@gem_set_tiling_vs_pwrite: - shard-dg1: NOTRUN -> [SKIP][78] ([i915#4079]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_set_tiling_vs_pwrite.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][79] ([i915#4879]) [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg1: NOTRUN -> [SKIP][80] ([i915#3297]) +2 other tests skip [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglu: NOTRUN -> [SKIP][81] ([i915#3297] / [i915#3323]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-3/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-mtlp: NOTRUN -> [SKIP][82] ([i915#3297]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#3297]) +2 other tests skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@relocations: - shard-mtlp: NOTRUN -> [SKIP][84] ([i915#3281] / [i915#3297]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@unsync-overlap: - shard-rkl: NOTRUN -> [SKIP][85] ([i915#3297]) +2 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_userptr_blits@unsync-overlap.html * igt@gen9_exec_parse@batch-invalid-length: - shard-tglu: NOTRUN -> [SKIP][86] ([i915#2527] / [i915#2856]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@bb-chained: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#2856]) +1 other test skip [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@bb-start-out: - shard-dg1: NOTRUN -> [SKIP][88] ([i915#2527]) +1 other test skip [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@shadow-peek: - shard-rkl: NOTRUN -> [SKIP][89] ([i915#2527]) +3 other tests skip [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gen9_exec_parse@shadow-peek.html * igt@gen9_exec_parse@unaligned-jump: - shard-mtlp: NOTRUN -> [SKIP][90] ([i915#2856]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-8/igt@gen9_exec_parse@unaligned-jump.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][91] ([i915#4881]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@i915_fb_tiling.html * igt@i915_module_load@load: - shard-dg1: NOTRUN -> [SKIP][92] ([i915#6227]) [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-glk: [PASS][93] -> [ABORT][94] ([i915#9820]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-glk4/igt@i915_module_load@reload-with-fault-injection.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk2/igt@i915_module_load@reload-with-fault-injection.html - shard-dg2: [PASS][95] -> [ABORT][96] ([i915#9820]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@i915_module_load@reload-with-fault-injection.html - shard-rkl: NOTRUN -> [ABORT][97] ([i915#9820]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-dg1: NOTRUN -> [SKIP][98] ([i915#4423] / [i915#7178]) [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-tglu: NOTRUN -> [SKIP][99] ([i915#8399]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-rkl: NOTRUN -> [SKIP][100] ([i915#6590]) +1 other test skip [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: - shard-dg1: [PASS][101] -> [FAIL][102] ([i915#3591]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg1: NOTRUN -> [SKIP][103] ([i915#11681] / [i915#6621]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@reset: - shard-snb: [PASS][104] -> [INCOMPLETE][105] ([i915#7790]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb1/igt@i915_pm_rps@reset.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb2/igt@i915_pm_rps@reset.html * igt@i915_pm_rps@thresholds: - shard-dg1: NOTRUN -> [SKIP][106] ([i915#11681]) [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@i915_pm_rps@thresholds.html * igt@i915_pm_sseu@full-enable: - shard-rkl: NOTRUN -> [SKIP][107] ([i915#4387]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@i915_pm_sseu@full-enable.html * igt@i915_query@hwconfig_table: - shard-rkl: NOTRUN -> [SKIP][108] ([i915#6245]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@i915_query@hwconfig_table.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: NOTRUN -> [SKIP][109] ([i915#5723]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@i915_query@test-query-geometry-subslices.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][110] ([i915#9311]) +1 other test dmesg-warn [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@i915_selftest@mock@memory_region.html - shard-rkl: NOTRUN -> [DMESG-WARN][111] ([i915#9311]) +1 other test dmesg-warn [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: NOTRUN -> [INCOMPLETE][112] ([i915#4817]) [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html - shard-dg1: [PASS][113] -> [DMESG-WARN][114] ([i915#4391] / [i915#4423]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@i915_suspend@basic-s3-without-i915.html [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-mtlp: NOTRUN -> [SKIP][115] ([i915#4212]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg1: NOTRUN -> [SKIP][116] ([i915#4212]) +1 other test skip [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][117] ([i915#1769] / [i915#3555]) [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#1769] / [i915#3555]) [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][119] ([i915#5956]) +1 other test fail [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb6/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4: - shard-dg1: [PASS][120] -> [FAIL][121] ([i915#5956]) +1 other test fail [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4.html [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4.html * igt@kms_big_fb@4-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][122] ([i915#5286]) +8 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][123] ([i915#5286]) +2 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-9/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-dg1: NOTRUN -> [SKIP][124] ([i915#4538] / [i915#5286]) +5 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][125] ([i915#3638]) +6 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][126] ([i915#3638]) +5 other tests skip [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][127] ([i915#5190]) +2 other tests skip [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#4538] / [i915#5190]) +5 other tests skip [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][129] ([i915#4538]) +5 other tests skip [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_joiner@basic: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#10656]) [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_big_joiner@basic.html * igt@kms_big_joiner@basic-force-joiner: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#10656]) [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_big_joiner@basic-force-joiner.html * igt@kms_big_joiner@invalid-modeset: - shard-tglu: NOTRUN -> [SKIP][132] ([i915#10656]) [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@kms_big_joiner@invalid-modeset.html * igt@kms_big_joiner@invalid-modeset-force-joiner: - shard-dg2: [PASS][133] -> [SKIP][134] ([i915#10656]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_big_joiner@invalid-modeset-force-joiner.html [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_big_joiner@invalid-modeset-force-joiner.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][135] ([i915#6095]) +97 other tests skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs: - shard-mtlp: NOTRUN -> [SKIP][136] ([i915#6095]) +14 other tests skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-tglu: NOTRUN -> [SKIP][137] ([i915#12042]) [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][138] ([i915#6095]) +85 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][139] ([i915#12042]) +1 other test skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html - shard-dg1: NOTRUN -> [SKIP][140] ([i915#12042]) +1 other test skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][141] ([i915#10307] / [i915#6095]) +183 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs: - shard-mtlp: NOTRUN -> [SKIP][142] ([i915#12042]) [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs: - shard-tglu: NOTRUN -> [SKIP][144] ([i915#6095]) +39 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-3/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs.html * igt@kms_cdclk@plane-scaling: - shard-dg1: NOTRUN -> [SKIP][145] ([i915#3742]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#4087]) +3 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-rkl: NOTRUN -> [SKIP][147] ([i915#7828]) +12 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_frames@dp-crc-single: - shard-dg1: NOTRUN -> [SKIP][148] ([i915#7828]) +10 other tests skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_chamelium_frames@dp-crc-single.html * igt@kms_chamelium_frames@hdmi-crc-fast: - shard-dg2: NOTRUN -> [SKIP][149] ([i915#7828]) +6 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-tglu: NOTRUN -> [SKIP][150] ([i915#7828]) +1 other test skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-3/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-mtlp: NOTRUN -> [SKIP][151] ([i915#7828]) +2 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-8/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_color@deep-color: - shard-dg2: [PASS][152] -> [SKIP][153] ([i915#3555]) +1 other test skip [152]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_color@deep-color.html [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic: - shard-dg1: NOTRUN -> [SKIP][154] ([i915#7116] / [i915#9424]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms: - shard-rkl: NOTRUN -> [SKIP][155] ([i915#7118] / [i915#9424]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-rkl: NOTRUN -> [SKIP][156] ([i915#3116]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg1: NOTRUN -> [SKIP][157] ([i915#3299]) +1 other test skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic-type-0: - shard-dg1: NOTRUN -> [SKIP][158] ([i915#9424]) [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@srm: - shard-mtlp: NOTRUN -> [SKIP][159] ([i915#6944]) [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-rkl: NOTRUN -> [SKIP][160] ([i915#11453]) +1 other test skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg1: NOTRUN -> [SKIP][161] ([i915#11453]) +1 other test skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-mtlp: NOTRUN -> [SKIP][162] ([i915#3359]) +1 other test skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-dg1: NOTRUN -> [SKIP][163] ([i915#3555]) +11 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_crc@cursor-sliding-256x85: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#8814]) [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_cursor_crc@cursor-sliding-256x85.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-tglu: NOTRUN -> [SKIP][165] ([i915#11453]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-dg2: NOTRUN -> [SKIP][166] ([i915#3555]) +3 other tests skip [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg1: NOTRUN -> [SKIP][167] ([i915#4103] / [i915#4213]) +1 other test skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-mtlp: NOTRUN -> [SKIP][168] ([i915#9809]) +1 other test skip [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg2: NOTRUN -> [SKIP][169] ([i915#9067]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-rkl: NOTRUN -> [SKIP][170] ([i915#9067]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-rkl: NOTRUN -> [SKIP][171] ([i915#4103]) [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][172] ([i915#9723]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_display_modes@extended-mode-basic: - shard-mtlp: NOTRUN -> [SKIP][173] ([i915#3555] / [i915#8827]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_display_modes@extended-mode-basic.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][174] ([i915#8812]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-with-bpc: - shard-rkl: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#3840]) +1 other test skip [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_dsc@dsc-with-bpc.html - shard-tglu: NOTRUN -> [SKIP][176] ([i915#3555] / [i915#3840]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-output-formats: - shard-dg1: NOTRUN -> [SKIP][177] ([i915#3555] / [i915#3840]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_feature_discovery@display-2x: - shard-dg2: NOTRUN -> [SKIP][178] ([i915#1839]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@display-3x: - shard-rkl: NOTRUN -> [SKIP][179] ([i915#1839]) [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@dp-mst: - shard-dg1: NOTRUN -> [SKIP][180] ([i915#9337]) [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr2: - shard-dg2: NOTRUN -> [SKIP][181] ([i915#658]) [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_feature_discovery@psr2.html - shard-rkl: NOTRUN -> [SKIP][182] ([i915#658]) [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][183] +13 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [PASS][184] -> [FAIL][185] ([i915#2122]) +1 other test fail [184]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-flip-vs-dpms: - shard-rkl: NOTRUN -> [SKIP][186] +46 other tests skip [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-tglu: NOTRUN -> [SKIP][187] ([i915#3637]) +2 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-6/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb: - shard-mtlp: NOTRUN -> [SKIP][188] ([i915#3637]) +2 other tests skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_flip@2x-flip-vs-rmfb.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-dg1: NOTRUN -> [SKIP][189] ([i915#9934]) +9 other tests skip [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][190] ([i915#8381]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling: - shard-rkl: NOTRUN -> [SKIP][191] ([i915#2672] / [i915#3555]) +4 other tests skip [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][192] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][193] ([i915#2672]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][194] ([i915#2672]) +4 other tests skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#2672] / [i915#3555]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling: - shard-dg1: NOTRUN -> [SKIP][196] ([i915#2672] / [i915#3555]) +3 other tests skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][197] ([i915#2587] / [i915#2672]) +3 other tests skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling: - shard-mtlp: NOTRUN -> [SKIP][198] ([i915#3555] / [i915#8813]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#8810]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#2672] / [i915#3555]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#2672]) +1 other test skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#2672] / [i915#3555] / [i915#5190]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2: NOTRUN -> [SKIP][203] ([i915#5274]) [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-3/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-dg1: NOTRUN -> [SKIP][204] +46 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [SKIP][205] ([i915#5354]) +29 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - shard-dg2: [PASS][206] -> [FAIL][207] ([i915#6880]) [206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][208] ([i915#3458]) +5 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][209] ([i915#1825]) +60 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][210] ([i915#8708]) +9 other tests skip [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][211] ([i915#8708]) [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][212] +44 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-rkl: NOTRUN -> [SKIP][213] ([i915#5439]) [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][214] ([i915#10433] / [i915#3458]) [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][215] ([i915#8708]) +26 other tests skip [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt: - shard-dg1: NOTRUN -> [SKIP][216] ([i915#3458]) +21 other tests skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-mtlp: NOTRUN -> [SKIP][217] ([i915#1825]) +9 other tests skip [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-render: - shard-rkl: NOTRUN -> [SKIP][218] ([i915#3023]) +27 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: [PASS][219] -> [SKIP][220] ([i915#3555] / [i915#8228]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_hdr@invalid-metadata-sizes.html [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-suspend: - shard-rkl: NOTRUN -> [SKIP][221] ([i915#3555] / [i915#8228]) [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_hdr@static-toggle-suspend.html - shard-dg1: NOTRUN -> [SKIP][222] ([i915#3555] / [i915#8228]) +1 other test skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_hdr@static-toggle-suspend.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-mtlp: NOTRUN -> [SKIP][223] +5 other tests skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#3555] / [i915#8821]) [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-2/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][225] ([i915#3555]) +7 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html - shard-tglu: NOTRUN -> [SKIP][226] ([i915#3555]) +1 other test skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][227] ([i915#8292]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-dg1: NOTRUN -> [SKIP][228] ([i915#9423]) +17 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][229] ([i915#5176]) +4 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][230] ([i915#9423]) +4 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][231] ([i915#6953] / [i915#9423]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-25.html - shard-rkl: NOTRUN -> [SKIP][232] ([i915#6953]) +1 other test skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][233] ([i915#9728]) +10 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][234] ([i915#9728]) +8 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][235] ([i915#5235]) +2 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#5235] / [i915#9423]) +2 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html - shard-rkl: NOTRUN -> [SKIP][237] ([i915#5235]) +1 other test skip [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25: - shard-tglu: NOTRUN -> [SKIP][238] ([i915#6953]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][239] ([i915#9728]) +3 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#9423]) +28 other tests skip [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_pm_backlight@basic-brightness: - shard-rkl: NOTRUN -> [SKIP][241] ([i915#5354]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg1: NOTRUN -> [SKIP][242] ([i915#5354]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-psr: - shard-rkl: NOTRUN -> [SKIP][243] ([i915#9685]) [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_pm_dc@dc5-psr.html - shard-dg1: NOTRUN -> [SKIP][244] ([i915#9685]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-dg1: NOTRUN -> [SKIP][245] ([i915#3361]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_pm_dc@dc6-dpms.html - shard-tglu: [PASS][246] -> [FAIL][247] ([i915#9295]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: [PASS][248] -> [SKIP][249] ([i915#9340]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-1/igt@kms_pm_lpsp@kms-lpsp.html - shard-dg1: NOTRUN -> [SKIP][250] ([i915#9340]) [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-dg1: NOTRUN -> [SKIP][251] ([i915#8430]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2: NOTRUN -> [SKIP][252] ([i915#9519]) +2 other tests skip [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][253] ([i915#9519]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@fences: - shard-dg1: NOTRUN -> [SKIP][254] ([i915#4077]) +14 other tests skip [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_pm_rpm@fences.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: [PASS][255] -> [SKIP][256] ([i915#9519]) +1 other test skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: [PASS][257] -> [SKIP][258] ([i915#9519]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: NOTRUN -> [SKIP][259] ([i915#9519]) +1 other test skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg1: NOTRUN -> [SKIP][260] ([i915#6524]) [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area (NEW): - shard-glk: NOTRUN -> [SKIP][261] +124 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk8/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-mtlp: NOTRUN -> [SKIP][262] ([i915#4348]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-p010: - shard-tglu: NOTRUN -> [SKIP][263] ([i915#9683]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr-cursor-plane-onoff: - shard-mtlp: NOTRUN -> [SKIP][264] ([i915#9688]) +3 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-7/igt@kms_psr@fbc-psr-cursor-plane-onoff.html * igt@kms_psr@pr-primary-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][265] ([i915#1072] / [i915#9732]) +8 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_psr@pr-primary-mmap-cpu.html * igt@kms_psr@psr-sprite-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][266] ([i915#9732]) +9 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_psr@psr-sprite-mmap-cpu.html * igt@kms_psr@psr-sprite-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#1072] / [i915#9673] / [i915#9732]) +2 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_psr@psr-sprite-mmap-gtt.html * igt@kms_psr@psr-sprite-plane-move: - shard-rkl: NOTRUN -> [SKIP][268] ([i915#1072] / [i915#9732]) +30 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_psr@psr-sprite-plane-move.html * igt@kms_psr@psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][269] ([i915#1072] / [i915#9732]) +27 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_psr@psr2-sprite-mmap-gtt.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-tglu: NOTRUN -> [SKIP][270] ([i915#5289]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-9/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-rkl: NOTRUN -> [SKIP][271] ([i915#5289]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-dg1: NOTRUN -> [SKIP][272] ([i915#5289]) +1 other test skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-mtlp: NOTRUN -> [SKIP][273] ([i915#4235]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: NOTRUN -> [SKIP][274] ([i915#11131] / [i915#4235]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_sysfs_edid_timing: - shard-dg2: NOTRUN -> [FAIL][275] ([IGT#2]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-1/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2: NOTRUN -> [SKIP][276] ([i915#8623]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-snb: NOTRUN -> [SKIP][277] +144 other tests skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb6/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak: - shard-dg1: [PASS][278] -> [FAIL][279] ([i915#9196]) +1 other test fail [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-14/igt@kms_universal_plane@cursor-fb-leak.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_universal_plane@cursor-fb-leak.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1: - shard-snb: [PASS][280] -> [FAIL][281] ([i915#9196]) +1 other test fail [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb2/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb4/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html * igt@kms_vrr@flip-basic-fastset: - shard-dg2: NOTRUN -> [SKIP][282] ([i915#9906]) +1 other test skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-3/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@lobf: - shard-dg1: NOTRUN -> [SKIP][283] ([i915#11920]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_vrr@lobf.html * igt@kms_vrr@negative-basic: - shard-dg1: NOTRUN -> [SKIP][284] ([i915#3555] / [i915#9906]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-dg1: NOTRUN -> [SKIP][285] ([i915#9906]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-rkl: NOTRUN -> [SKIP][286] ([i915#9906]) +2 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-2/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-mtlp: NOTRUN -> [SKIP][287] ([i915#8808] / [i915#9906]) +1 other test skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-check-output: - shard-rkl: NOTRUN -> [SKIP][288] ([i915#2437]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_writeback@writeback-check-output.html - shard-dg1: NOTRUN -> [SKIP][289] ([i915#2437]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-rkl: NOTRUN -> [SKIP][290] ([i915#2437] / [i915#9412]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-tglu: NOTRUN -> [SKIP][291] ([i915#2437] / [i915#9412]) +1 other test skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-10/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-pixel-formats: - shard-mtlp: NOTRUN -> [SKIP][292] ([i915#2437] / [i915#9412]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-6/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@mi-rpc: - shard-dg1: NOTRUN -> [SKIP][293] ([i915#2434]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@perf@mi-rpc.html * igt@perf_pmu@cpu-hotplug: - shard-rkl: NOTRUN -> [SKIP][294] ([i915#8850]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@most-busy-idle-check-all: - shard-dg2: [PASS][295] -> [FAIL][296] ([i915#11943]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@perf_pmu@most-busy-idle-check-all.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@perf_pmu@most-busy-idle-check-all.html - shard-dg1: NOTRUN -> [FAIL][297] ([i915#11943]) +1 other test fail [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@perf_pmu@most-busy-idle-check-all.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-dg2: [PASS][298] -> [FAIL][299] ([i915#11822]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@perf_pmu@most-busy-idle-check-all@rcs0.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-rkl: NOTRUN -> [SKIP][300] ([i915#8516]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@perf_pmu@rc6@other-idle-gt0.html - shard-dg1: NOTRUN -> [SKIP][301] ([i915#8516]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_vgem@basic-fence-flip: - shard-dg1: NOTRUN -> [SKIP][302] ([i915#3708]) +1 other test skip [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - shard-mtlp: NOTRUN -> [SKIP][303] ([i915#3708] / [i915#4077]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - shard-rkl: NOTRUN -> [SKIP][304] ([i915#3291] / [i915#3708]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@prime_vgem@basic-write.html * igt@sriov_basic@bind-unbind-vf: - shard-dg2: NOTRUN -> [SKIP][305] ([i915#9917]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@sriov_basic@bind-unbind-vf.html - shard-rkl: NOTRUN -> [SKIP][306] ([i915#9917]) +1 other test skip [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@sriov_basic@bind-unbind-vf.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-dg1: NOTRUN -> [SKIP][307] ([i915#9917]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-dg1: NOTRUN -> [FAIL][308] ([i915#9781]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@syncobj_wait@invalid-wait-zero-handles.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][309] ([i915#4818]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@tools_test@sysfs_l3_parity.html #### Possible fixes #### * igt@gem_eio@reset-stress: - shard-dg2: [FAIL][310] ([i915#5784]) -> [PASS][311] [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-10/igt@gem_eio@reset-stress.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@gem_eio@reset-stress.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [FAIL][312] ([i915#2842]) -> [PASS][313] [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-rkl-1/igt@gem_exec_fair@basic-none@bcs0.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [FAIL][314] ([i915#2842]) -> [PASS][315] +1 other test pass [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-9/igt@gem_exec_fair@basic-pace-share@rcs0.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [TIMEOUT][316] ([i915#5493]) -> [PASS][317] +1 other test pass [316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][318] ([i915#10131] / [i915#9820]) -> [PASS][319] [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-mtlp: [FAIL][320] ([i915#11808] / [i915#5956]) -> [PASS][321] +1 other test pass [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-mtlp-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][322] ([i915#2346]) -> [PASS][323] [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-suspend@c-hdmi-a2: - shard-glk: [INCOMPLETE][324] ([i915#4839]) -> [PASS][325] +1 other test pass [324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-glk4/igt@kms_flip@flip-vs-suspend@c-hdmi-a2.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk8/igt@kms_flip@flip-vs-suspend@c-hdmi-a2.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-snb: [SKIP][326] -> [PASS][327] +1 other test pass [326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_hdr@static-toggle: - shard-dg2: [SKIP][328] ([i915#3555] / [i915#8228]) -> [PASS][329] +2 other tests pass [328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@kms_hdr@static-toggle.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_hdr@static-toggle.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: [SKIP][330] ([i915#9519]) -> [PASS][331] [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_setmode@basic: - shard-snb: [FAIL][332] ([i915#5465]) -> [PASS][333] +2 other tests pass [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb7/igt@kms_setmode@basic.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb7/igt@kms_setmode@basic.html * igt@perf_pmu@rc6@runtime-pm-long-gt1: - shard-mtlp: [INCOMPLETE][334] ([i915#9853]) -> [PASS][335] +1 other test pass [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-mtlp-7/igt@perf_pmu@rc6@runtime-pm-long-gt1.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-7/igt@perf_pmu@rc6@runtime-pm-long-gt1.html * igt@testdisplay: - shard-dg2: [TIMEOUT][336] ([i915#12184]) -> [PASS][337] [336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@testdisplay.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@testdisplay.html #### Warnings #### * igt@i915_pm_rpm@gem-evict-pwrite: - shard-dg1: [SKIP][338] ([i915#4077]) -> [SKIP][339] ([i915#4077] / [i915#4423]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@i915_pm_rpm@gem-evict-pwrite.html [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_pm_rpm@gem-evict-pwrite.html * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode: - shard-dg1: [SKIP][340] ([i915#4423] / [i915#7828]) -> [SKIP][341] ([i915#7828]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: [TIMEOUT][342] ([i915#7173]) -> [SKIP][343] ([i915#7118] / [i915#9424]) +1 other test skip [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_content_protection@atomic-dpms.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][344] ([i915#7118] / [i915#9424]) -> [SKIP][345] ([i915#7118] / [i915#7162] / [i915#9424]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-10/igt@kms_content_protection@type1.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2: [SKIP][346] ([i915#11453] / [i915#3359]) -> [SKIP][347] ([i915#11453]) +1 other test skip [346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x512.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2: [SKIP][348] ([i915#11453]) -> [SKIP][349] ([i915#11453] / [i915#3359]) [348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-512x512.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move: - shard-dg2: [SKIP][350] ([i915#3458]) -> [SKIP][351] ([i915#10433] / [i915#3458]) [350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: [SKIP][352] ([i915#6953] / [i915#9423]) -> [FAIL][353] ([i915#8292]) [352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-5/igt@kms_plane_scaling@intel-max-src-size.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_psr@fbc-pr-cursor-mmap-gtt: - shard-dg2: [SKIP][354] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][355] ([i915#1072] / [i915#9732]) +13 other tests skip [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-dg1: [SKIP][356] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][357] ([i915#1072] / [i915#9732]) [356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@kms_psr@fbc-psr2-cursor-plane-move.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_psr@psr2-primary-mmap-gtt: - shard-dg2: [SKIP][358] ([i915#1072] / [i915#9732]) -> [SKIP][359] ([i915#1072] / [i915#9673] / [i915#9732]) +12 other tests skip [358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-6/igt@kms_psr@psr2-primary-mmap-gtt.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_psr@psr2-primary-mmap-gtt.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: [SKIP][360] ([i915#11131] / [i915#4235] / [i915#5190]) -> [SKIP][361] ([i915#11131] / [i915#5190]) [360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: [SKIP][362] ([i915#11131] / [i915#4235]) -> [SKIP][363] ([i915#11131]) +1 other test skip [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_rotation_crc@sprite-rotation-90.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][364] ([i915#7484]) -> [FAIL][365] ([i915#9100]) +1 other test fail [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-3/igt@perf@non-zero-reason@0-rcs0.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@perf@non-zero-reason@0-rcs0.html [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131 [i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808 [i915#11822]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11822 [i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920 [i915#11943]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11943 [i915#11980]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980 [i915#12027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027 [i915#12042]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12042 [i915#12184]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12184 [i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284 [i915#2842]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2842 [i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856 [i915#3023]: https://gitlab.fre == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/index.html [-- Attachment #2: Type: text/html, Size: 115835 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
* ✗ Fi.CI.IGT: failure for series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test 2024-09-05 13:42 [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Pranay Samala ` (6 preceding siblings ...) 2024-09-19 13:37 ` Patchwork @ 2024-09-20 23:08 ` Patchwork 7 siblings, 0 replies; 11+ messages in thread From: Patchwork @ 2024-09-20 23:08 UTC (permalink / raw) To: Samala, Pranay; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 100304 bytes --] == Series Details == Series: series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test URL : https://patchwork.freedesktop.org/series/138264/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15369_full -> IGTPW_11705_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11705_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11705_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_11705/index.html Participating hosts (10 -> 10) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11705_full: ### IGT changes ### #### Possible regressions #### * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf (NEW): - shard-mtlp: NOTRUN -> [SKIP][1] +58 other tests skip [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf.html New tests --------- New tests have been introduced between CI_DRM_15369_full and IGTPW_11705_full: ### New IGT tests (100) ### * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 4 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-overlay-primary-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-pr-primary-plane-update-sf-dmg-area: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 2.04] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.10] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.88] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 2.06] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.84] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 2.09] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.87] s * igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 5 skip(s) - Exec time: [0.0, 2.05] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.05] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.06] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 2.08] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.87] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 2.09] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.87] s * igt@kms_psr2_sf@fbc-psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 2.05] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.22] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 2.10] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.88] s * igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 2.04] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 skip(s) - Exec time: [0.83] s * igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 skip(s) - Exec time: [1.21] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-exceed-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-cursor-plane-update-sf: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 6 skip(s) - Exec time: [0.0] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-overlay-primary-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-plane-move-sf-dmg-area: - Statuses : 7 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area: - Statuses : 6 skip(s) - Exec time: [0.0] s * igt@kms_psr2_sf@pr-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 5 skip(s) - Exec time: [0.0, 0.00] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 3 skip(s) - Exec time: [0.0, 23.58] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [11.81] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [11.77] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 23.05] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [11.54] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [11.51] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 22.39] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [11.19] s * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [11.20] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf: - Statuses : 1 pass(s) 4 skip(s) - Exec time: [0.0, 2.74] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.39] s * igt@kms_psr2_sf@psr2-cursor-plane-update-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [1.34] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 34.57] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [17.26] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [17.31] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 24.21] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [12.10] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [12.11] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 13.58] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.79] s * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.79] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf: - Statuses : 1 pass(s) 4 skip(s) - Exec time: [0.0, 3.61] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [1.81] s * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [1.80] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 13.44] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.69] s * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.75] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 13.38] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.69] s * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.69] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area: - Statuses : 1 pass(s) 6 skip(s) - Exec time: [0.0, 10.78] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [5.40] s * igt@kms_psr2_sf@psr2-plane-move-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [5.38] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 13.41] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - Statuses : 1 pass(s) 5 skip(s) - Exec time: [0.0, 14.00] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.98] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [7.01] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1: - Statuses : 1 pass(s) - Exec time: [6.70] s * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1: - Statuses : 1 pass(s) - Exec time: [6.71] s Known issues ------------ Here are the changes found in IGTPW_11705_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-rkl: NOTRUN -> [SKIP][2] ([i915#6230]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@api_intel_bb@crc32.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-mtlp: NOTRUN -> [SKIP][3] ([i915#8411]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@api_intel_bb@object-reloc-keep-cache.html * igt@debugfs_test@basic-hwmon: - shard-rkl: NOTRUN -> [SKIP][4] ([i915#9318]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@debugfs_test@basic-hwmon.html * igt@drm_fdinfo@busy@vcs0: - shard-mtlp: NOTRUN -> [SKIP][5] ([i915#8414]) +6 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@drm_fdinfo@busy@vcs0.html * igt@drm_fdinfo@most-busy-check-all: - shard-dg1: NOTRUN -> [SKIP][6] ([i915#8414]) +12 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@drm_fdinfo@most-busy-check-all.html * igt@gem_basic@multigpu-create-close: - shard-rkl: NOTRUN -> [SKIP][7] ([i915#7697]) +1 other test skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_basic@multigpu-create-close.html - shard-dg1: NOTRUN -> [SKIP][8] ([i915#7697]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_basic@multigpu-create-close.html * igt@gem_busy@semaphore: - shard-dg2: NOTRUN -> [SKIP][9] ([i915#3936]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@gem_busy@semaphore.html * igt@gem_ccs@block-copy-compressed: - shard-dg1: NOTRUN -> [SKIP][10] ([i915#3555] / [i915#9323]) +1 other test skip [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@block-multicopy-compressed: - shard-tglu: NOTRUN -> [SKIP][11] ([i915#9323]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@gem_ccs@block-multicopy-compressed.html * igt@gem_ccs@ctrl-surf-copy-new-ctx: - shard-dg1: NOTRUN -> [SKIP][12] ([i915#9323]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_ccs@ctrl-surf-copy-new-ctx.html * igt@gem_ccs@suspend-resume: - shard-mtlp: NOTRUN -> [SKIP][13] ([i915#9323]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@gem_ccs@suspend-resume.html * igt@gem_create@create-ext-cpu-access-sanity-check: - shard-rkl: NOTRUN -> [SKIP][14] ([i915#6335]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_create@create-ext-cpu-access-sanity-check.html * igt@gem_create@create-ext-set-pat: - shard-rkl: NOTRUN -> [SKIP][15] ([i915#8562]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_engines@invalid-engines: - shard-tglu: [PASS][16] -> [FAIL][17] ([i915#12027]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-6/igt@gem_ctx_engines@invalid-engines.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@gem_ctx_engines@invalid-engines.html * igt@gem_ctx_persistence@heartbeat-hostile: - shard-dg1: NOTRUN -> [SKIP][18] ([i915#8555]) +2 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@gem_ctx_persistence@heartbeat-hostile.html * igt@gem_ctx_persistence@hostile: - shard-dg1: NOTRUN -> [FAIL][19] ([i915#11980]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_ctx_persistence@hostile.html - shard-tglu: [PASS][20] -> [FAIL][21] ([i915#11980]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-9/igt@gem_ctx_persistence@hostile.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-9/igt@gem_ctx_persistence@hostile.html * igt@gem_ctx_persistence@legacy-engines-hang: - shard-snb: NOTRUN -> [SKIP][22] ([i915#1099]) +1 other test skip [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb2/igt@gem_ctx_persistence@legacy-engines-hang.html * igt@gem_ctx_sseu@engines: - shard-dg1: NOTRUN -> [SKIP][23] ([i915#280]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-args: - shard-dg2: NOTRUN -> [SKIP][24] ([i915#280]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_ctx_sseu@invalid-args.html * igt@gem_ctx_sseu@invalid-sseu: - shard-rkl: NOTRUN -> [SKIP][25] ([i915#280]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@hibernate: - shard-rkl: NOTRUN -> [ABORT][26] ([i915#7975] / [i915#8213]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_eio@hibernate.html * igt@gem_eio@kms: - shard-dg1: NOTRUN -> [FAIL][27] ([i915#5784]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_eio@kms.html * igt@gem_exec_balancer@bonded-sync: - shard-dg1: NOTRUN -> [SKIP][28] ([i915#4771]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_exec_balancer@bonded-sync.html * igt@gem_exec_balancer@bonded-true-hang: - shard-dg1: NOTRUN -> [SKIP][29] ([i915#4812]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_exec_balancer@bonded-true-hang.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][30] ([i915#4036]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_capture@capture-invisible@smem0: - shard-rkl: NOTRUN -> [SKIP][31] ([i915#6334]) +1 other test skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@gem_exec_capture@capture-invisible@smem0.html - shard-tglu: NOTRUN -> [SKIP][32] ([i915#6334]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-10/igt@gem_exec_capture@capture-invisible@smem0.html * igt@gem_exec_fair@basic-none: - shard-dg1: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852]) +2 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_exec_fair@basic-none.html * igt@gem_exec_fair@basic-none-solo: - shard-rkl: NOTRUN -> [FAIL][34] ([i915#2842]) +1 other test fail [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_exec_fair@basic-none-solo.html * igt@gem_exec_fair@basic-none-vip: - shard-glk: NOTRUN -> [FAIL][35] ([i915#2842]) +1 other test fail [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk3/igt@gem_exec_fair@basic-none-vip.html * igt@gem_exec_fair@basic-pace-solo@rcs0: - shard-tglu: NOTRUN -> [FAIL][36] ([i915#2842]) +1 other test fail [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-6/igt@gem_exec_fair@basic-pace-solo@rcs0.html * igt@gem_exec_fair@basic-throttle: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#3539]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_exec_fair@basic-throttle.html * igt@gem_exec_fence@submit67: - shard-mtlp: NOTRUN -> [SKIP][38] ([i915#4812]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_exec_fence@submit67.html * igt@gem_exec_flush@basic-uc-pro-default: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#3539] / [i915#4852]) +3 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@gem_exec_flush@basic-uc-pro-default.html * igt@gem_exec_reloc@basic-cpu-noreloc: - shard-dg2: NOTRUN -> [SKIP][40] ([i915#3281]) +9 other tests skip [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@gem_exec_reloc@basic-cpu-noreloc.html * igt@gem_exec_reloc@basic-gtt-cpu: - shard-rkl: NOTRUN -> [SKIP][41] ([i915#3281]) +20 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@gem_exec_reloc@basic-gtt-cpu.html * igt@gem_exec_reloc@basic-gtt-wc-noreloc: - shard-mtlp: NOTRUN -> [SKIP][42] ([i915#3281]) [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-6/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][43] ([i915#3281]) +10 other tests skip [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_schedule@preempt-queue-contexts: - shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4537] / [i915#4812]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@gem_exec_schedule@preempt-queue-contexts.html * igt@gem_fence_thrash@bo-copy: - shard-dg1: NOTRUN -> [SKIP][45] ([i915#4860]) [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@gem_fence_thrash@bo-copy.html * igt@gem_fence_thrash@bo-write-verify-none: - shard-dg2: NOTRUN -> [SKIP][46] ([i915#4860]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@gem_fence_thrash@bo-write-verify-none.html * igt@gem_lmem_evict@dontneed-evict-race: - shard-rkl: NOTRUN -> [SKIP][47] ([i915#4613] / [i915#7582]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_lmem_evict@dontneed-evict-race.html * igt@gem_lmem_swapping@heavy-verify-multi-ccs: - shard-glk: NOTRUN -> [SKIP][48] ([i915#4613]) +2 other tests skip [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk8/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html * igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0: - shard-dg1: NOTRUN -> [SKIP][49] ([i915#4565]) +1 other test skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_lmem_swapping@heavy-verify-random-ccs@lmem0.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-rkl: NOTRUN -> [SKIP][50] ([i915#4613]) +6 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@gem_lmem_swapping@parallel-random-verify-ccs.html - shard-dg1: NOTRUN -> [SKIP][51] ([i915#12193]) +1 other test skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg2: NOTRUN -> [TIMEOUT][52] ([i915#5493]) +1 other test timeout [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@gem_lmem_swapping@verify: - shard-tglu: NOTRUN -> [SKIP][53] ([i915#4613]) [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@gem_lmem_swapping@verify.html * igt@gem_madvise@dontneed-before-exec: - shard-mtlp: NOTRUN -> [SKIP][54] ([i915#3282]) [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@gem_madvise@dontneed-before-exec.html * igt@gem_media_vme: - shard-tglu: NOTRUN -> [SKIP][55] ([i915#284]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@gem_media_vme.html * igt@gem_mmap@bad-object: - shard-dg1: NOTRUN -> [SKIP][56] ([i915#4083]) +5 other tests skip [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_mmap@bad-object.html * igt@gem_mmap_gtt@basic-small-copy-xy: - shard-mtlp: NOTRUN -> [SKIP][57] ([i915#4077]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@gem_mmap_gtt@basic-small-copy-xy.html * igt@gem_mmap_gtt@basic-write: - shard-dg2: NOTRUN -> [SKIP][58] ([i915#4077]) +3 other tests skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_mmap_gtt@basic-write.html * igt@gem_mmap_wc@bad-offset: - shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4083]) +4 other tests skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@gem_mmap_wc@bad-offset.html * igt@gem_mmap_wc@close: - shard-dg2: NOTRUN -> [SKIP][60] ([i915#4083]) +1 other test skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_mmap_wc@close.html * igt@gem_partial_pwrite_pread@reads: - shard-dg2: NOTRUN -> [SKIP][61] ([i915#3282]) +2 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_partial_pwrite_pread@reads.html * igt@gem_pread@exhaustion: - shard-snb: NOTRUN -> [WARN][62] ([i915#2658]) [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb6/igt@gem_pread@exhaustion.html - shard-tglu: NOTRUN -> [WARN][63] ([i915#2658]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@gem_pread@exhaustion.html * igt@gem_pread@snoop: - shard-rkl: NOTRUN -> [SKIP][64] ([i915#3282]) +8 other tests skip [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@gem_pread@snoop.html - shard-dg1: NOTRUN -> [SKIP][65] ([i915#3282]) +4 other tests skip [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_pread@snoop.html * igt@gem_pxp@create-valid-protected-context: - shard-tglu: NOTRUN -> [SKIP][66] ([i915#4270]) [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-6/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted: - shard-dg2: NOTRUN -> [SKIP][67] ([i915#4270]) +1 other test skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html - shard-rkl: NOTRUN -> [SKIP][68] ([i915#4270]) +4 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html * igt@gem_pxp@protected-encrypted-src-copy-not-readible: - shard-dg1: NOTRUN -> [SKIP][69] ([i915#4270]) +3 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html * igt@gem_pxp@verify-pxp-key-change-after-suspend-resume: - shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4270]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@gem_pxp@verify-pxp-key-change-after-suspend-resume.html * igt@gem_render_copy@y-tiled: - shard-mtlp: NOTRUN -> [SKIP][71] ([i915#8428]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-7/igt@gem_render_copy@y-tiled.html * igt@gem_render_copy@y-tiled-to-vebox-linear: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#5190] / [i915#8428]) +2 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@gem_render_copy@y-tiled-to-vebox-linear.html * igt@gem_set_tiling_vs_gtt: - shard-mtlp: NOTRUN -> [SKIP][73] ([i915#4079]) [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_set_tiling_vs_gtt.html * igt@gem_set_tiling_vs_pwrite: - shard-dg1: NOTRUN -> [SKIP][74] ([i915#4079]) [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gem_set_tiling_vs_pwrite.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][75] ([i915#4879]) [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@create-destroy-unsync: - shard-dg1: NOTRUN -> [SKIP][76] ([i915#3297]) +2 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@gem_userptr_blits@create-destroy-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglu: NOTRUN -> [SKIP][77] ([i915#3297] / [i915#3323]) [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-3/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@invalid-mmap-offset-unsync: - shard-mtlp: NOTRUN -> [SKIP][78] ([i915#3297]) [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_userptr_blits@invalid-mmap-offset-unsync.html * igt@gem_userptr_blits@readonly-pwrite-unsync: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#3297]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@gem_userptr_blits@readonly-pwrite-unsync.html * igt@gem_userptr_blits@relocations: - shard-mtlp: NOTRUN -> [SKIP][80] ([i915#3281] / [i915#3297]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@unsync-overlap: - shard-rkl: NOTRUN -> [SKIP][81] ([i915#3297]) +2 other tests skip [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_userptr_blits@unsync-overlap.html * igt@gen9_exec_parse@batch-invalid-length: - shard-tglu: NOTRUN -> [SKIP][82] ([i915#2527] / [i915#2856]) [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@gen9_exec_parse@batch-invalid-length.html * igt@gen9_exec_parse@bb-chained: - shard-dg2: NOTRUN -> [SKIP][83] ([i915#2856]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@gen9_exec_parse@bb-chained.html * igt@gen9_exec_parse@bb-start-out: - shard-dg1: NOTRUN -> [SKIP][84] ([i915#2527]) +1 other test skip [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@gen9_exec_parse@bb-start-out.html * igt@gen9_exec_parse@shadow-peek: - shard-rkl: NOTRUN -> [SKIP][85] ([i915#2527]) +3 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gen9_exec_parse@shadow-peek.html * igt@gen9_exec_parse@unaligned-jump: - shard-mtlp: NOTRUN -> [SKIP][86] ([i915#2856]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-8/igt@gen9_exec_parse@unaligned-jump.html * igt@i915_fb_tiling: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#4881]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@i915_fb_tiling.html * igt@i915_module_load@load: - shard-dg1: NOTRUN -> [SKIP][88] ([i915#6227]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@i915_module_load@load.html * igt@i915_module_load@reload-with-fault-injection: - shard-glk: [PASS][89] -> [ABORT][90] ([i915#9820]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-glk4/igt@i915_module_load@reload-with-fault-injection.html [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk2/igt@i915_module_load@reload-with-fault-injection.html - shard-dg2: [PASS][91] -> [ABORT][92] ([i915#9820]) [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@i915_module_load@reload-with-fault-injection.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@i915_module_load@reload-with-fault-injection.html - shard-rkl: NOTRUN -> [ABORT][93] ([i915#9820]) [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#4423] / [i915#7178]) [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-reset-multiple: - shard-tglu: NOTRUN -> [SKIP][95] ([i915#8399]) [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@i915_pm_freq_api@freq-reset-multiple.html * igt@i915_pm_freq_mult@media-freq@gt0: - shard-rkl: NOTRUN -> [SKIP][96] ([i915#6590]) +1 other test skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@i915_pm_freq_mult@media-freq@gt0.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0: - shard-dg1: [PASS][97] -> [FAIL][98] ([i915#3591]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg1: NOTRUN -> [SKIP][99] ([i915#11681] / [i915#6621]) +1 other test skip [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@reset: - shard-snb: [PASS][100] -> [INCOMPLETE][101] ([i915#7790]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb1/igt@i915_pm_rps@reset.html [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb2/igt@i915_pm_rps@reset.html * igt@i915_pm_rps@thresholds: - shard-dg1: NOTRUN -> [SKIP][102] ([i915#11681]) [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@i915_pm_rps@thresholds.html * igt@i915_pm_sseu@full-enable: - shard-rkl: NOTRUN -> [SKIP][103] ([i915#4387]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@i915_pm_sseu@full-enable.html * igt@i915_query@hwconfig_table: - shard-rkl: NOTRUN -> [SKIP][104] ([i915#6245]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@i915_query@hwconfig_table.html * igt@i915_query@test-query-geometry-subslices: - shard-rkl: NOTRUN -> [SKIP][105] ([i915#5723]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@i915_query@test-query-geometry-subslices.html * igt@i915_selftest@mock@memory_region: - shard-dg2: NOTRUN -> [DMESG-WARN][106] ([i915#9311]) +1 other test dmesg-warn [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@i915_selftest@mock@memory_region.html - shard-rkl: NOTRUN -> [DMESG-WARN][107] ([i915#9311]) +1 other test dmesg-warn [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@basic-s3-without-i915: - shard-rkl: NOTRUN -> [INCOMPLETE][108] ([i915#4817]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html - shard-dg1: [PASS][109] -> [DMESG-WARN][110] ([i915#4391] / [i915#4423]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@i915_suspend@basic-s3-without-i915.html [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@basic-x-tiled-legacy: - shard-mtlp: NOTRUN -> [SKIP][111] ([i915#4212]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_addfb_basic@basic-x-tiled-legacy.html * igt@kms_addfb_basic@framebuffer-vs-set-tiling: - shard-dg1: NOTRUN -> [SKIP][112] ([i915#4212]) +1 other test skip [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-mtlp: NOTRUN -> [SKIP][113] ([i915#1769] / [i915#3555]) [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-rkl: NOTRUN -> [SKIP][114] ([i915#1769] / [i915#3555]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1: - shard-snb: NOTRUN -> [FAIL][115] ([i915#5956]) +1 other test fail [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb6/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-1.html * igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4: - shard-dg1: [PASS][116] -> [FAIL][117] ([i915#5956]) +1 other test fail [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4.html [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-4.html * igt@kms_big_fb@4-tiled-16bpp-rotate-0: - shard-rkl: NOTRUN -> [SKIP][118] ([i915#5286]) +8 other tests skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html * igt@kms_big_fb@4-tiled-64bpp-rotate-90: - shard-tglu: NOTRUN -> [SKIP][119] ([i915#5286]) +2 other tests skip [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-9/igt@kms_big_fb@4-tiled-64bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#4538] / [i915#5286]) +5 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html * igt@kms_big_fb@linear-32bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][121] ([i915#3638]) +6 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_big_fb@linear-32bpp-rotate-90.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][122] ([i915#3638]) +5 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow: - shard-dg2: NOTRUN -> [SKIP][123] ([i915#5190]) +2 other tests skip [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-dg2: NOTRUN -> [SKIP][124] ([i915#4538] / [i915#5190]) +5 other tests skip [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][125] ([i915#4538]) +5 other tests skip [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html * igt@kms_big_joiner@basic: - shard-rkl: NOTRUN -> [SKIP][126] ([i915#10656]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_big_joiner@basic.html * igt@kms_big_joiner@basic-force-joiner: - shard-dg1: NOTRUN -> [SKIP][127] ([i915#10656]) [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_big_joiner@basic-force-joiner.html * igt@kms_big_joiner@invalid-modeset: - shard-tglu: NOTRUN -> [SKIP][128] ([i915#10656]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@kms_big_joiner@invalid-modeset.html * igt@kms_big_joiner@invalid-modeset-force-joiner: - shard-dg2: [PASS][129] -> [SKIP][130] ([i915#10656]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_big_joiner@invalid-modeset-force-joiner.html [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_big_joiner@invalid-modeset-force-joiner.html * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][131] ([i915#6095]) +97 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-mc-ccs@pipe-a-hdmi-a-4.html * igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs: - shard-mtlp: NOTRUN -> [SKIP][132] ([i915#6095]) +14 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_ccs@bad-pixel-format-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs: - shard-tglu: NOTRUN -> [SKIP][133] ([i915#12042]) [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][134] ([i915#6095]) +85 other tests skip [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-2.html * igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs: - shard-rkl: NOTRUN -> [SKIP][135] ([i915#12042]) +1 other test skip [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html - shard-dg1: NOTRUN -> [SKIP][136] ([i915#12042]) +1 other test skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4: - shard-dg2: NOTRUN -> [SKIP][137] ([i915#10307] / [i915#6095]) +183 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs: - shard-mtlp: NOTRUN -> [SKIP][138] ([i915#12042]) [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-1.html * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs: - shard-tglu: NOTRUN -> [SKIP][140] ([i915#6095]) +39 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-3/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs.html * igt@kms_cdclk@plane-scaling: - shard-dg1: NOTRUN -> [SKIP][141] ([i915#3742]) [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_cdclk@plane-scaling.html * igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][142] ([i915#4087]) +3 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html * igt@kms_chamelium_edid@hdmi-edid-read: - shard-rkl: NOTRUN -> [SKIP][143] ([i915#7828]) +12 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_chamelium_edid@hdmi-edid-read.html * igt@kms_chamelium_frames@dp-crc-single: - shard-dg1: NOTRUN -> [SKIP][144] ([i915#7828]) +10 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_chamelium_frames@dp-crc-single.html * igt@kms_chamelium_frames@hdmi-crc-fast: - shard-dg2: NOTRUN -> [SKIP][145] ([i915#7828]) +6 other tests skip [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_chamelium_frames@hdmi-crc-fast.html * igt@kms_chamelium_frames@hdmi-frame-dump: - shard-tglu: NOTRUN -> [SKIP][146] ([i915#7828]) +1 other test skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-3/igt@kms_chamelium_frames@hdmi-frame-dump.html * igt@kms_chamelium_hpd@common-hpd-after-suspend: - shard-mtlp: NOTRUN -> [SKIP][147] ([i915#7828]) +2 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-8/igt@kms_chamelium_hpd@common-hpd-after-suspend.html * igt@kms_color@deep-color: - shard-dg2: [PASS][148] -> [SKIP][149] ([i915#3555]) +1 other test skip [148]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_color@deep-color.html [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_color@deep-color.html * igt@kms_content_protection@atomic: - shard-dg1: NOTRUN -> [SKIP][150] ([i915#7116] / [i915#9424]) +1 other test skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_content_protection@atomic.html * igt@kms_content_protection@atomic-dpms: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#7118] / [i915#9424]) [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@dp-mst-lic-type-0: - shard-rkl: NOTRUN -> [SKIP][152] ([i915#3116]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_content_protection@dp-mst-lic-type-0.html * igt@kms_content_protection@dp-mst-type-0: - shard-dg1: NOTRUN -> [SKIP][153] ([i915#3299]) +1 other test skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic-type-0: - shard-dg1: NOTRUN -> [SKIP][154] ([i915#9424]) [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@srm: - shard-mtlp: NOTRUN -> [SKIP][155] ([i915#6944]) [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@kms_content_protection@srm.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-rkl: NOTRUN -> [SKIP][156] ([i915#11453]) +1 other test skip [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg1: NOTRUN -> [SKIP][157] ([i915#11453]) +1 other test skip [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-mtlp: NOTRUN -> [SKIP][158] ([i915#3359]) +1 other test skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-rapid-movement-32x10: - shard-dg1: NOTRUN -> [SKIP][159] ([i915#3555]) +11 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html * igt@kms_cursor_crc@cursor-sliding-256x85: - shard-mtlp: NOTRUN -> [SKIP][160] ([i915#8814]) [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_cursor_crc@cursor-sliding-256x85.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-tglu: NOTRUN -> [SKIP][161] ([i915#11453]) [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_cursor_crc@cursor-sliding-max-size: - shard-dg2: NOTRUN -> [SKIP][162] ([i915#3555]) +3 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_cursor_crc@cursor-sliding-max-size.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg1: NOTRUN -> [SKIP][163] ([i915#4103] / [i915#4213]) +1 other test skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic: - shard-mtlp: NOTRUN -> [SKIP][164] ([i915#9809]) +1 other test skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot: - shard-dg2: NOTRUN -> [SKIP][165] ([i915#9067]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html - shard-rkl: NOTRUN -> [SKIP][166] ([i915#9067]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-rkl: NOTRUN -> [SKIP][167] ([i915#4103]) [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-dg1: NOTRUN -> [SKIP][168] ([i915#9723]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_display_modes@extended-mode-basic: - shard-mtlp: NOTRUN -> [SKIP][169] ([i915#3555] / [i915#8827]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_display_modes@extended-mode-basic.html * igt@kms_draw_crc@draw-method-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][170] ([i915#8812]) [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_draw_crc@draw-method-mmap-wc.html * igt@kms_dsc@dsc-with-bpc: - shard-rkl: NOTRUN -> [SKIP][171] ([i915#3555] / [i915#3840]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_dsc@dsc-with-bpc.html - shard-tglu: NOTRUN -> [SKIP][172] ([i915#3555] / [i915#3840]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@kms_dsc@dsc-with-bpc.html * igt@kms_dsc@dsc-with-output-formats: - shard-dg1: NOTRUN -> [SKIP][173] ([i915#3555] / [i915#3840]) +1 other test skip [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_feature_discovery@display-2x: - shard-dg2: NOTRUN -> [SKIP][174] ([i915#1839]) [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_feature_discovery@display-2x.html * igt@kms_feature_discovery@display-3x: - shard-rkl: NOTRUN -> [SKIP][175] ([i915#1839]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_feature_discovery@display-3x.html * igt@kms_feature_discovery@dp-mst: - shard-dg1: NOTRUN -> [SKIP][176] ([i915#9337]) [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr2: - shard-dg2: NOTRUN -> [SKIP][177] ([i915#658]) [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_feature_discovery@psr2.html - shard-rkl: NOTRUN -> [SKIP][178] ([i915#658]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-blocking-wf_vblank: - shard-dg2: NOTRUN -> [SKIP][179] +13 other tests skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_flip@2x-blocking-wf_vblank.html * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1: - shard-snb: [PASS][180] -> [FAIL][181] ([i915#2122]) +1 other test fail [180]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb4/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-flip-vs-dpms: - shard-rkl: NOTRUN -> [SKIP][182] +46 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_flip@2x-flip-vs-dpms.html * igt@kms_flip@2x-flip-vs-fences-interruptible: - shard-tglu: NOTRUN -> [SKIP][183] ([i915#3637]) +2 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-6/igt@kms_flip@2x-flip-vs-fences-interruptible.html * igt@kms_flip@2x-flip-vs-rmfb: - shard-mtlp: NOTRUN -> [SKIP][184] ([i915#3637]) +2 other tests skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_flip@2x-flip-vs-rmfb.html * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible: - shard-dg1: NOTRUN -> [SKIP][185] ([i915#9934]) +9 other tests skip [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html * igt@kms_flip@flip-vs-fences-interruptible: - shard-dg1: NOTRUN -> [SKIP][186] ([i915#8381]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_flip@flip-vs-fences-interruptible.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling: - shard-rkl: NOTRUN -> [SKIP][187] ([i915#2672] / [i915#3555]) +4 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling: - shard-mtlp: NOTRUN -> [SKIP][188] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][189] ([i915#2672]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#2672]) +4 other tests skip [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][191] ([i915#2672] / [i915#3555]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling: - shard-dg1: NOTRUN -> [SKIP][192] ([i915#2672] / [i915#3555]) +3 other tests skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][193] ([i915#2587] / [i915#2672]) +3 other tests skip [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling: - shard-mtlp: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#8813]) [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode: - shard-mtlp: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#8810]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling@pipe-a-default-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-dg2: NOTRUN -> [SKIP][196] ([i915#2672] / [i915#3555]) [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][197] ([i915#2672]) +1 other test skip [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling: - shard-dg2: NOTRUN -> [SKIP][198] ([i915#2672] / [i915#3555] / [i915#5190]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-1/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2: NOTRUN -> [SKIP][199] ([i915#5274]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-3/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen: - shard-dg1: NOTRUN -> [SKIP][200] +46 other tests skip [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt: - shard-dg2: NOTRUN -> [SKIP][201] ([i915#5354]) +29 other tests skip [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-linear: - shard-dg2: [PASS][202] -> [FAIL][203] ([i915#6880]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-tiling-linear.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][204] ([i915#3458]) +5 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt: - shard-rkl: NOTRUN -> [SKIP][205] ([i915#1825]) +60 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#8708]) +9 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt: - shard-mtlp: NOTRUN -> [SKIP][207] ([i915#8708]) [207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-farfromfence-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt: - shard-tglu: NOTRUN -> [SKIP][208] +44 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-7/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-4: - shard-rkl: NOTRUN -> [SKIP][209] ([i915#5439]) [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][210] ([i915#10433] / [i915#3458]) [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][211] ([i915#8708]) +26 other tests skip [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt: - shard-dg1: NOTRUN -> [SKIP][212] ([i915#3458]) +21 other tests skip [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt: - shard-mtlp: NOTRUN -> [SKIP][213] ([i915#1825]) +9 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-render: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#3023]) +27 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: [PASS][215] -> [SKIP][216] ([i915#3555] / [i915#8228]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_hdr@invalid-metadata-sizes.html [216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-6/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-suspend: - shard-rkl: NOTRUN -> [SKIP][217] ([i915#3555] / [i915#8228]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_hdr@static-toggle-suspend.html - shard-dg1: NOTRUN -> [SKIP][218] ([i915#3555] / [i915#8228]) +1 other test skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_hdr@static-toggle-suspend.html * igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c: - shard-mtlp: NOTRUN -> [SKIP][219] +5 other tests skip [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_pipe_b_c_ivb@pipe-b-dpms-off-modeset-pipe-c.html * igt@kms_plane_lowres@tiling-yf: - shard-dg2: NOTRUN -> [SKIP][220] ([i915#3555] / [i915#8821]) [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-2/igt@kms_plane_lowres@tiling-yf.html * igt@kms_plane_multiple@tiling-yf: - shard-rkl: NOTRUN -> [SKIP][221] ([i915#3555]) +7 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html - shard-tglu: NOTRUN -> [SKIP][222] ([i915#3555]) +1 other test skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_plane_multiple@tiling-yf.html * igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4: - shard-dg2: NOTRUN -> [FAIL][223] ([i915#8292]) [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size@pipe-a-dp-4.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format: - shard-dg1: NOTRUN -> [SKIP][224] ([i915#9423]) +17 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-edp-1: - shard-mtlp: NOTRUN -> [SKIP][225] ([i915#5176]) +4 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-4/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-d-edp-1.html * igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][226] ([i915#9423]) +4 other tests skip [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_plane_scaling@plane-upscale-factor-0-25-with-rotation@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][227] ([i915#6953] / [i915#9423]) [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_plane_scaling@planes-downscale-factor-0-25.html - shard-rkl: NOTRUN -> [SKIP][228] ([i915#6953]) +1 other test skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-5/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2: - shard-rkl: NOTRUN -> [SKIP][229] ([i915#9728]) +10 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4: - shard-dg1: NOTRUN -> [SKIP][230] ([i915#9728]) +8 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][231] ([i915#5235]) +2 other tests skip [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-a-hdmi-a-3.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#5235] / [i915#9423]) +2 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html - shard-rkl: NOTRUN -> [SKIP][233] ([i915#5235]) +1 other test skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25: - shard-tglu: NOTRUN -> [SKIP][234] ([i915#6953]) [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][235] ([i915#9728]) +3 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-c-hdmi-a-1.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#9423]) +28 other tests skip [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html * igt@kms_pm_backlight@basic-brightness: - shard-rkl: NOTRUN -> [SKIP][237] ([i915#5354]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade-with-suspend: - shard-dg1: NOTRUN -> [SKIP][238] ([i915#5354]) [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_pm_backlight@fade-with-suspend.html * igt@kms_pm_dc@dc5-psr: - shard-rkl: NOTRUN -> [SKIP][239] ([i915#9685]) [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_pm_dc@dc5-psr.html - shard-dg1: NOTRUN -> [SKIP][240] ([i915#9685]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-dg1: NOTRUN -> [SKIP][241] ([i915#3361]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_pm_dc@dc6-dpms.html - shard-tglu: [PASS][242] -> [FAIL][243] ([i915#9295]) [242]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-3/igt@kms_pm_dc@dc6-dpms.html [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-dg2: [PASS][244] -> [SKIP][245] ([i915#9340]) [244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-4/igt@kms_pm_lpsp@kms-lpsp.html [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-1/igt@kms_pm_lpsp@kms-lpsp.html - shard-dg1: NOTRUN -> [SKIP][246] ([i915#9340]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_lpsp@screens-disabled: - shard-dg1: NOTRUN -> [SKIP][247] ([i915#8430]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_pm_lpsp@screens-disabled.html * igt@kms_pm_rpm@dpms-lpsp: - shard-dg2: NOTRUN -> [SKIP][248] ([i915#9519]) +2 other tests skip [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_pm_rpm@dpms-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-tglu: NOTRUN -> [SKIP][249] ([i915#9519]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@fences: - shard-dg1: NOTRUN -> [SKIP][250] ([i915#4077]) +14 other tests skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_pm_rpm@fences.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-rkl: [PASS][251] -> [SKIP][252] ([i915#9519]) +1 other test skip [251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp-stress.html [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_pm_rpm@modeset-lpsp-stress-no-wait: - shard-dg2: [PASS][253] -> [SKIP][254] ([i915#9519]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html * igt@kms_pm_rpm@modeset-non-lpsp-stress: - shard-rkl: NOTRUN -> [SKIP][255] ([i915#9519]) +1 other test skip [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg1: NOTRUN -> [SKIP][256] ([i915#6524]) [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf (NEW): - shard-tglu: NOTRUN -> [SKIP][257] ([i915#11520]) +47 other tests skip [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf (NEW): - shard-rkl: NOTRUN -> [SKIP][258] ([i915#11520]) +37 other tests skip [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf (NEW): - shard-dg1: NOTRUN -> [SKIP][259] ([i915#11520]) +36 other tests skip [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area (NEW): - shard-dg2: NOTRUN -> [SKIP][260] ([i915#11520]) +40 other tests skip [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_psr2_sf@psr2-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area (NEW): - shard-glk: NOTRUN -> [SKIP][261] +124 other tests skip [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk8/igt@kms_psr2_sf@psr2-overlay-primary-update-sf-dmg-area.html * igt@kms_psr2_su@page_flip-nv12: - shard-mtlp: NOTRUN -> [SKIP][262] ([i915#4348]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-3/igt@kms_psr2_su@page_flip-nv12.html * igt@kms_psr2_su@page_flip-p010: - shard-tglu: NOTRUN -> [SKIP][263] ([i915#9683]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr-cursor-plane-onoff: - shard-mtlp: NOTRUN -> [SKIP][264] ([i915#9688]) +3 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-7/igt@kms_psr@fbc-psr-cursor-plane-onoff.html * igt@kms_psr@pr-primary-mmap-cpu: - shard-dg2: NOTRUN -> [SKIP][265] ([i915#1072] / [i915#9732]) +8 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_psr@pr-primary-mmap-cpu.html * igt@kms_psr@psr-sprite-mmap-cpu: - shard-tglu: NOTRUN -> [SKIP][266] ([i915#9732]) +9 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-8/igt@kms_psr@psr-sprite-mmap-cpu.html * igt@kms_psr@psr-sprite-mmap-gtt: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#1072] / [i915#9673] / [i915#9732]) +2 other tests skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_psr@psr-sprite-mmap-gtt.html * igt@kms_psr@psr-sprite-plane-move: - shard-rkl: NOTRUN -> [SKIP][268] ([i915#1072] / [i915#9732]) +30 other tests skip [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_psr@psr-sprite-plane-move.html * igt@kms_psr@psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][269] ([i915#1072] / [i915#9732]) +27 other tests skip [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_psr@psr2-sprite-mmap-gtt.html * igt@kms_rotation_crc@primary-4-tiled-reflect-x-180: - shard-tglu: NOTRUN -> [SKIP][270] ([i915#5289]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-9/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-rkl: NOTRUN -> [SKIP][271] ([i915#5289]) [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-4/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-dg1: NOTRUN -> [SKIP][272] ([i915#5289]) +1 other test skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html - shard-mtlp: NOTRUN -> [SKIP][273] ([i915#4235]) [273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90-pos-100-0: - shard-dg2: NOTRUN -> [SKIP][274] ([i915#11131] / [i915#4235]) [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html * igt@kms_sysfs_edid_timing: - shard-dg2: NOTRUN -> [FAIL][275] ([IGT#2]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-1/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2: NOTRUN -> [SKIP][276] ([i915#8623]) [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_tv_load_detect@load-detect: - shard-snb: NOTRUN -> [SKIP][277] +144 other tests skip [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb6/igt@kms_tv_load_detect@load-detect.html * igt@kms_universal_plane@cursor-fb-leak: - shard-dg1: [PASS][278] -> [FAIL][279] ([i915#9196]) +1 other test fail [278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-14/igt@kms_universal_plane@cursor-fb-leak.html [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@kms_universal_plane@cursor-fb-leak.html * igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1: - shard-snb: [PASS][280] -> [FAIL][281] ([i915#9196]) +1 other test fail [280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb2/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb4/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html * igt@kms_vrr@flip-basic-fastset: - shard-dg2: NOTRUN -> [SKIP][282] ([i915#9906]) +1 other test skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-3/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@lobf: - shard-dg1: NOTRUN -> [SKIP][283] ([i915#11920]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@kms_vrr@lobf.html * igt@kms_vrr@negative-basic: - shard-dg1: NOTRUN -> [SKIP][284] ([i915#3555] / [i915#9906]) [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-dg1: NOTRUN -> [SKIP][285] ([i915#9906]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_vrr@seamless-rr-switch-vrr: - shard-rkl: NOTRUN -> [SKIP][286] ([i915#9906]) +2 other tests skip [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-2/igt@kms_vrr@seamless-rr-switch-vrr.html - shard-mtlp: NOTRUN -> [SKIP][287] ([i915#8808] / [i915#9906]) +1 other test skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_vrr@seamless-rr-switch-vrr.html * igt@kms_writeback@writeback-check-output: - shard-rkl: NOTRUN -> [SKIP][288] ([i915#2437]) [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@kms_writeback@writeback-check-output.html - shard-dg1: NOTRUN -> [SKIP][289] ([i915#2437]) [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-rkl: NOTRUN -> [SKIP][290] ([i915#2437] / [i915#9412]) [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-tglu: NOTRUN -> [SKIP][291] ([i915#2437] / [i915#9412]) +1 other test skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-10/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@kms_writeback@writeback-pixel-formats: - shard-mtlp: NOTRUN -> [SKIP][292] ([i915#2437] / [i915#9412]) [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-6/igt@kms_writeback@writeback-pixel-formats.html * igt@perf@mi-rpc: - shard-dg1: NOTRUN -> [SKIP][293] ([i915#2434]) [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@perf@mi-rpc.html * igt@perf_pmu@cpu-hotplug: - shard-rkl: NOTRUN -> [SKIP][294] ([i915#8850]) [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-1/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@most-busy-idle-check-all: - shard-dg2: [PASS][295] -> [FAIL][296] ([i915#11943]) [295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@perf_pmu@most-busy-idle-check-all.html [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@perf_pmu@most-busy-idle-check-all.html - shard-dg1: NOTRUN -> [FAIL][297] ([i915#11943]) +1 other test fail [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-17/igt@perf_pmu@most-busy-idle-check-all.html * igt@perf_pmu@most-busy-idle-check-all@rcs0: - shard-dg2: [PASS][298] -> [FAIL][299] ([i915#11822]) [298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@perf_pmu@most-busy-idle-check-all@rcs0.html [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@perf_pmu@most-busy-idle-check-all@rcs0.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-rkl: NOTRUN -> [SKIP][300] ([i915#8516]) [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@perf_pmu@rc6@other-idle-gt0.html - shard-dg1: NOTRUN -> [SKIP][301] ([i915#8516]) [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_vgem@basic-fence-flip: - shard-dg1: NOTRUN -> [SKIP][302] ([i915#3708]) +1 other test skip [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-16/igt@prime_vgem@basic-fence-flip.html * igt@prime_vgem@basic-fence-mmap: - shard-mtlp: NOTRUN -> [SKIP][303] ([i915#3708] / [i915#4077]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@prime_vgem@basic-fence-mmap.html * igt@prime_vgem@basic-write: - shard-rkl: NOTRUN -> [SKIP][304] ([i915#3291] / [i915#3708]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@prime_vgem@basic-write.html * igt@sriov_basic@bind-unbind-vf: - shard-dg2: NOTRUN -> [SKIP][305] ([i915#9917]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@sriov_basic@bind-unbind-vf.html - shard-rkl: NOTRUN -> [SKIP][306] ([i915#9917]) +1 other test skip [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-3/igt@sriov_basic@bind-unbind-vf.html * igt@sriov_basic@enable-vfs-autoprobe-on: - shard-dg1: NOTRUN -> [SKIP][307] ([i915#9917]) [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@sriov_basic@enable-vfs-autoprobe-on.html * igt@syncobj_wait@invalid-wait-zero-handles: - shard-dg1: NOTRUN -> [FAIL][308] ([i915#9781]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@syncobj_wait@invalid-wait-zero-handles.html * igt@tools_test@sysfs_l3_parity: - shard-dg2: NOTRUN -> [SKIP][309] ([i915#4818]) [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@tools_test@sysfs_l3_parity.html #### Possible fixes #### * igt@gem_eio@reset-stress: - shard-dg2: [FAIL][310] ([i915#5784]) -> [PASS][311] [310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-10/igt@gem_eio@reset-stress.html [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@gem_eio@reset-stress.html * igt@gem_exec_fair@basic-none@bcs0: - shard-rkl: [FAIL][312] ([i915#2842]) -> [PASS][313] [312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-rkl-1/igt@gem_exec_fair@basic-none@bcs0.html [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-rkl-6/igt@gem_exec_fair@basic-none@bcs0.html * igt@gem_exec_fair@basic-pace-share@rcs0: - shard-tglu: [FAIL][314] ([i915#2842]) -> [PASS][315] +1 other test pass [314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-tglu-9/igt@gem_exec_fair@basic-pace-share@rcs0.html [315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-tglu-5/igt@gem_exec_fair@basic-pace-share@rcs0.html * igt@gem_lmem_swapping@smem-oom@lmem0: - shard-dg1: [TIMEOUT][316] ([i915#5493]) -> [PASS][317] +1 other test pass [316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-17/igt@gem_lmem_swapping@smem-oom@lmem0.html [317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-15/igt@gem_lmem_swapping@smem-oom@lmem0.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [ABORT][318] ([i915#10131] / [i915#9820]) -> [PASS][319] [318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html [319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-1/igt@i915_module_load@reload-with-fault-injection.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-mtlp: [FAIL][320] ([i915#11808] / [i915#5956]) -> [PASS][321] +1 other test pass [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-mtlp-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-2/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions: - shard-glk: [FAIL][322] ([i915#2346]) -> [PASS][323] [322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-glk1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html [323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk6/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html * igt@kms_flip@flip-vs-suspend@c-hdmi-a2: - shard-glk: [INCOMPLETE][324] ([i915#4839]) -> [PASS][325] +1 other test pass [324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-glk4/igt@kms_flip@flip-vs-suspend@c-hdmi-a2.html [325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-glk8/igt@kms_flip@flip-vs-suspend@c-hdmi-a2.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu: - shard-snb: [SKIP][326] -> [PASS][327] +1 other test pass [326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html [327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-cpu.html * igt@kms_hdr@static-toggle: - shard-dg2: [SKIP][328] ([i915#3555] / [i915#8228]) -> [PASS][329] +2 other tests pass [328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-8/igt@kms_hdr@static-toggle.html [329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_hdr@static-toggle.html * igt@kms_pm_rpm@dpms-mode-unset-lpsp: - shard-dg2: [SKIP][330] ([i915#9519]) -> [PASS][331] [330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html [331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html * igt@kms_setmode@basic: - shard-snb: [FAIL][332] ([i915#5465]) -> [PASS][333] +2 other tests pass [332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-snb7/igt@kms_setmode@basic.html [333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-snb7/igt@kms_setmode@basic.html * igt@perf_pmu@rc6@runtime-pm-long-gt1: - shard-mtlp: [INCOMPLETE][334] ([i915#9853]) -> [PASS][335] +1 other test pass [334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-mtlp-7/igt@perf_pmu@rc6@runtime-pm-long-gt1.html [335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-mtlp-7/igt@perf_pmu@rc6@runtime-pm-long-gt1.html * igt@testdisplay: - shard-dg2: [TIMEOUT][336] ([i915#12184]) -> [PASS][337] [336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@testdisplay.html [337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@testdisplay.html #### Warnings #### * igt@i915_pm_rpm@gem-evict-pwrite: - shard-dg1: [SKIP][338] ([i915#4077]) -> [SKIP][339] ([i915#4077] / [i915#4423]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@i915_pm_rpm@gem-evict-pwrite.html [339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-13/igt@i915_pm_rpm@gem-evict-pwrite.html * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode: - shard-dg1: [SKIP][340] ([i915#4423] / [i915#7828]) -> [SKIP][341] ([i915#7828]) [340]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html [341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-18/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: [TIMEOUT][342] ([i915#7173]) -> [SKIP][343] ([i915#7118] / [i915#9424]) +1 other test skip [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_content_protection@atomic-dpms.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-8/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@type1: - shard-dg2: [SKIP][344] ([i915#7118] / [i915#9424]) -> [SKIP][345] ([i915#7118] / [i915#7162] / [i915#9424]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-10/igt@kms_content_protection@type1.html [345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_content_protection@type1.html * igt@kms_cursor_crc@cursor-offscreen-512x512: - shard-dg2: [SKIP][346] ([i915#11453] / [i915#3359]) -> [SKIP][347] ([i915#11453]) +1 other test skip [346]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_cursor_crc@cursor-offscreen-512x512.html [347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_cursor_crc@cursor-offscreen-512x512.html * igt@kms_cursor_crc@cursor-sliding-512x512: - shard-dg2: [SKIP][348] ([i915#11453]) -> [SKIP][349] ([i915#11453] / [i915#3359]) [348]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-512x512.html [349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_cursor_crc@cursor-sliding-512x512.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move: - shard-dg2: [SKIP][350] ([i915#3458]) -> [SKIP][351] ([i915#10433] / [i915#3458]) [350]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html [351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-move.html * igt@kms_plane_scaling@intel-max-src-size: - shard-dg2: [SKIP][352] ([i915#6953] / [i915#9423]) -> [FAIL][353] ([i915#8292]) [352]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-5/igt@kms_plane_scaling@intel-max-src-size.html [353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_psr@fbc-pr-cursor-mmap-gtt: - shard-dg2: [SKIP][354] ([i915#1072] / [i915#9673] / [i915#9732]) -> [SKIP][355] ([i915#1072] / [i915#9732]) +13 other tests skip [354]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html [355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-10/igt@kms_psr@fbc-pr-cursor-mmap-gtt.html * igt@kms_psr@fbc-psr2-cursor-plane-move: - shard-dg1: [SKIP][356] ([i915#1072] / [i915#4423] / [i915#9732]) -> [SKIP][357] ([i915#1072] / [i915#9732]) [356]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg1-15/igt@kms_psr@fbc-psr2-cursor-plane-move.html [357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg1-14/igt@kms_psr@fbc-psr2-cursor-plane-move.html * igt@kms_psr@psr2-primary-mmap-gtt: - shard-dg2: [SKIP][358] ([i915#1072] / [i915#9732]) -> [SKIP][359] ([i915#1072] / [i915#9673] / [i915#9732]) +12 other tests skip [358]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-6/igt@kms_psr@psr2-primary-mmap-gtt.html [359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-11/igt@kms_psr@psr2-primary-mmap-gtt.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270: - shard-dg2: [SKIP][360] ([i915#11131] / [i915#4235] / [i915#5190]) -> [SKIP][361] ([i915#11131] / [i915#5190]) [360]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html [361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-dg2: [SKIP][362] ([i915#11131] / [i915#4235]) -> [SKIP][363] ([i915#11131]) +1 other test skip [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-11/igt@kms_rotation_crc@sprite-rotation-90.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-7/igt@kms_rotation_crc@sprite-rotation-90.html * igt@perf@non-zero-reason@0-rcs0: - shard-dg2: [FAIL][364] ([i915#7484]) -> [FAIL][365] ([i915#9100]) +1 other test fail [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15369/shard-dg2-3/igt@perf@non-zero-reason@0-rcs0.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/shard-dg2-4/igt@perf@non-zero-reason@0-rcs0.html [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2 [i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131 [i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307 [i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433 [i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434 [i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656 [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#1099]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1099 [i915#11131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11131 [i915#11453]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11453 [i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520 [i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681 [i915#11808]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11808 [i915#11822]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11822 [i915#11920]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11920 [i915#11943]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11943 [i915#11980]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11980 [i915#12027]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12027 [i915#12042]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12042 [i915#12184]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12184 [i915#12193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12193 [i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769 [i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825 [i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839 [i915#2122]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2122 [i915#2346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2346 [i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434 [i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437 [i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527 [i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587 [i915#2658]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2658 [i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672 [i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280 [i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284 [i915#2842]: https://gitlab.freedesktop.org/d == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11705/index.html [-- Attachment #2: Type: text/html, Size: 115792 bytes --] ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-09-20 23:08 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-09-05 13:42 [PATCH i-g-t v3 1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Pranay Samala 2024-09-05 13:42 ` [PATCH i-g-t v3 2/2] HAX: Do not merge Pranay Samala 2024-09-05 22:59 ` ✓ CI.xeBAT: success for series starting with [i-g-t,v3,1/2] tests/intel/kms_psr2_sf: Modify kms_psr2_sf test Patchwork 2024-09-05 22:59 ` ✓ Fi.CI.BAT: " Patchwork 2024-09-06 20:34 ` [PATCH i-g-t v3 1/2] " Naladala, Ramanaidu 2024-09-18 11:57 ` Samala, Pranay 2024-09-18 12:07 ` Naladala, Ramanaidu 2024-09-08 1:48 ` ✓ CI.xeFULL: success for series starting with [i-g-t,v3,1/2] " Patchwork 2024-09-09 23:30 ` ✗ Fi.CI.IGT: failure " Patchwork 2024-09-19 13:37 ` Patchwork 2024-09-20 23:08 ` Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox