* [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities
@ 2024-10-24 21:03 Alex Hung
2024-10-24 21:03 ` [PATCH 2/5] tools/amd_hdmi_compliance: Fix atomic commit failure Alex Hung
` (8 more replies)
0 siblings, 9 replies; 16+ messages in thread
From: Alex Hung @ 2024-10-24 21:03 UTC (permalink / raw)
To: igt-dev; +Cc: harry.wentland, rodrigo.siqueira, mark.broadworth, sunpeng.li
From: Wayne Lin <Wayne.Lin@amd.com>
It needs different timings, pixel format and color depth combination
to pass CTS under different HDMI versions. As the result, we extend
this to:
- Add additional timings and info. Especially aspect ratio which
will impact the VIC code.
- Can specify the connector to display the test pattern.
- Set connector property "max bpc" to force bpc.
- Set connector debugfs entry "force_yuv420_output" to enable
using yuv420 pixel format.
Signed-off-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Stylon Wang <stylon.wang@amd.com>
---
tools/amd_hdmi_compliance.c | 422 ++++++++++++++++++++++++++++++++----
1 file changed, 380 insertions(+), 42 deletions(-)
diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c
index 1a7592995..633d980bc 100644
--- a/tools/amd_hdmi_compliance.c
+++ b/tools/amd_hdmi_compliance.c
@@ -21,6 +21,8 @@
*/
#include "igt.h"
+#include "igt_sysfs.h"
+#include <fcntl.h>
/* Common test data */
typedef struct data {
@@ -36,52 +38,328 @@ typedef struct data {
/* Video modes indexed by VIC */
static drmModeModeInfo test_modes[] = {
- [1] = { 25175,
+ [0] = { 25175,
640, 656, 752, 800, 0,
480, 489, 492, 525, 0,
- 60, 0xa, 0x40,
- "640x480", /* VIC 1 */
+ 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_4_3,
+ 0x40, "640x480", /* VIC 0 */
+ },
+ [1] = { 25175,
+ 640, 656, 752, 800, 0,
+ 480, 490, 492, 525, 0,
+ 60, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PIC_AR_4_3,
+ 0x40, "640x480", /* VIC 1 */
+ },
+ [2] = { 27000,
+ 720, 736, 798, 858, 0,
+ 480, 489, 495, 525, 0,
+ 60, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PIC_AR_4_3,
+ 0x40, "720x480", /* VIC 2 */
+ },
+ [3] = { 27000,
+ 720, 736, 798, 858, 0,
+ 480, 489, 495, 525, 0,
+ 60, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "720x480", /* VIC 3 */
+ },
+ [4] = { 74250,
+ 1280, 1390, 1430, 1650, 0,
+ 720, 725, 730, 750, 0,
+ 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "1280x720", /* VIC 4 */
+ },
+ [16] = { 148500,
+ 1920, 2008, 2052, 2200, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "1920x1080", /* VIC 16 */
+ },
+ [17] = { 27000,
+ 720, 732, 796, 864, 0,
+ 576, 581, 586, 625, 0,
+ 60, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PIC_AR_4_3,
+ 0x40, "720x576", /* VIC 17 */
+ },
+ [18] = { 27000,
+ 720, 732, 796, 864, 0,
+ 576, 581, 586, 625, 0,
+ 60, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "720x576", /* VIC 18 */
+ },
+ [19] = { 74250,
+ 1280, 1720, 1760, 1980, 0,
+ 720, 725, 730, 750, 0,
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "1280x720", /* VIC 19 */
+ },
+ [31] = { 148500,
+ 1920, 2448, 2492, 2640, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "1920x1080", /* VIC 31 */
+ },
+ [63] = { 297000,
+ 1920, 2008, 2052, 2200, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 120, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "1920x1080", /* VIC 63 */
+ },
+ [64] = { 297000,
+ 1920, 2448, 2492, 2640, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 100, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "1920x1080", /* VIC 64 */
+ },
+ [65] = { 59400,
+ 1280, 3040, 3080, 3300, 0,
+ 720, 725, 730, 750, 0,
+ 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1280x720", /* VIC 65 */
+ },
+ [66] = { 74250,
+ 1280, 3700, 3740, 3960, 0,
+ 720, 725, 730, 750, 0,
+ 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1280x720", /* VIC 66 */
+ },
+ [67] = { 74250,
+ 1280, 3040, 3080, 3300, 0,
+ 720, 725, 730, 750, 0,
+ 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1280x720", /* VIC 67 */
+ },
+ [68] = { 74250,
+ 1280, 1720, 1760, 1980, 0,
+ 720, 725, 730, 750, 0,
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1280x720", /* VIC 68 */
+ },
+ [69] = { 74250,
+ 1280, 1390, 1430, 1650, 0,
+ 720, 725, 730, 750, 0,
+ 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1280x720", /* VIC 69 */
+ },
+ [70] = { 148500,
+ 1280, 1720, 1760, 1980, 0,
+ 720, 725, 730, 750, 0,
+ 100, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1280x720", /* VIC 70 */
+ },
+ [71] = { 148500,
+ 1280, 1390, 1430, 1650, 0,
+ 720, 725, 730, 750, 0,
+ 120, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1280x720", /* VIC 71 */
+ },
+ [72] = { 74250,
+ 1920, 2558, 2602, 2750, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1920x1080", /* VIC 72 */
+ },
+ [73] = { 74250,
+ 1920, 2448, 2492, 2640, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1920x1080", /* VIC 74 */
+ },
+ [74] = { 74250,
+ 1920, 2008, 2052, 2200, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1920x1080", /* VIC 74 */
+ },
+ [75] = { 148500,
+ 1920, 2448, 2492, 2640, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1920x1080", /* VIC 75 */
+ },
+ [76] = { 148500,
+ 1920, 2008, 2052, 2200, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1920x1080", /* VIC 76 */
+ },
+ [77] = { 297000,
+ 1920, 2448, 2492, 2640, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1920x1080", /* VIC 77 */
+ },
+ [78] = { 297000,
+ 1920, 2008, 2052, 2200, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1920x1080", /* VIC 78 */
+ },
+ [79] = { 59400,
+ 1680, 3040, 3080, 3300, 0,
+ 720, 725, 730, 750, 0,
+ 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1680x720", /* VIC 79 */
+ },
+ [80] = { 59400,
+ 1680, 2908, 2948, 3168, 0,
+ 720, 725, 730, 750, 0,
+ 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1680x720", /* VIC 80 */
+ },
+ [81] = { 59400,
+ 1680, 2380, 2420, 2640, 0,
+ 720, 725, 730, 750, 0,
+ 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1680x720", /* VIC 81 */
+ },
+ [82] = { 82500,
+ 1680, 1940, 1980, 2200, 0,
+ 720, 725, 730, 750, 0,
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1680x720", /* VIC 82 */
+ },
+ [83] = { 99000,
+ 1680, 1940, 1980, 2200, 0,
+ 720, 725, 730, 750, 0,
+ 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1680x720", /* VIC 83 */
+ },
+ [84] = { 165000,
+ 1680, 1740, 1780, 2000, 0,
+ 720, 725, 730, 825, 0,
+ 100, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1680x720", /* VIC 84 */
+ },
+ [85] = { 198000,
+ 1680, 1740, 1780, 2000, 0,
+ 720, 725, 730, 825, 0,
+ 120, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "1680x720", /* VIC 85 */
+ },
+ [86] = { 99000,
+ 2560, 3558, 3602, 3750, 0,
+ 1080, 1084, 1089, 1100, 0,
+ 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "2560x1080", /* VIC 86 */
+ },
+ [87] = { 90000,
+ 2560, 3008, 3052, 3200, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "2560x1080", /* VIC 87 */
+ },
+ [88] = { 118800,
+ 2560, 3328, 3372, 3520, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "2560x1080", /* VIC 88 */
+ },
+ [89] = { 185625,
+ 2560, 3108, 3152, 3300, 0,
+ 1080, 1084, 1089, 1125, 0,
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "2560x1080", /* VIC 89 */
+ },
+ [90] = { 198000,
+ 2560, 2808, 2852, 3000, 0,
+ 1080, 1084, 1089, 1100, 0,
+ 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "2560x1080", /* VIC 90 */
+ },
+ [93] = { 297000,
+ 3840, 5116, 5204, 5500, 0,
+ 2160, 2168, 2178, 2250, 0,
+ 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "4096x2160", /* VIC 93 */
+ },
+ [94] = { 297000,
+ 3840, 4896, 4984, 5280, 0,
+ 2160, 2168, 2178, 2250, 0,
+ 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "3840x2160", /* VIC 94 */
+ },
+ [95] = { 297000,
+ 3840, 4016, 4104, 4400, 0,
+ 2160, 2168, 2178, 2250, 0,
+ 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "3840x2160", /* VIC 95 */
},
[96] = { 594000,
3840, 4896, 4984, 5280, 0,
2160, 2168, 2178, 2250, 0,
- 50, 0x5|DRM_MODE_FLAG_PIC_AR_16_9, 0x40,
- "3840x2160", /* VIC 96 */
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "3840x2160", /* VIC 96 */
},
[97] = { 594000,
3840, 4016, 4104, 4400, 0,
2160, 2168, 2178, 2250, 0,
- 60, 0x5|DRM_MODE_FLAG_PIC_AR_16_9, 0x40,
- "3840x2160", /* VIC 97 */
+ 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9,
+ 0x40, "3840x2160", /* VIC 97 */
+ },
+ [98] = { 297000,
+ 4096, 5116, 5204, 5500, 0,
+ 2160, 2168, 2178, 2250, 0,
+ 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_256_135,
+ 0x40, "4096x2160", /* VIC 98 */
+ },
+ [99] = { 297000,
+ 4096, 5064, 5152, 5280, 0,
+ 2160, 2168, 2178, 2250, 0,
+ 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_256_135,
+ 0x40, "4096x2160", /* VIC 99 */
+ },
+ [100] = { 297000,
+ 4096, 4184, 4272, 4400, 0,
+ 2160, 2168, 2178, 2250, 0,
+ 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_256_135,
+ 0x40, "4096x2160", /* VIC 100 */
},
[101] = { 594000,
4096, 5064, 5152, 5280, 0,
2160, 2168, 2178, 2250, 0,
- 50, 0x5|DRM_MODE_FLAG_PIC_AR_256_135, 0x40,
- "4096x2160", /* VIC 101 */
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_256_135,
+ 0x40, "4096x2160", /* VIC 101 */
},
[102] = { 594000,
4096, 4184, 4272, 4400, 0,
2160, 2168, 2178, 2250, 0,
- 60, 0x5|DRM_MODE_FLAG_PIC_AR_256_135, 0x40,
- "4096x2160", /* VIC 102 */
+ 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_256_135,
+ 0x40, "4096x2160", /* VIC 102 */
+ },
+ [103] = { 297000,
+ 3840, 5116, 5204, 5500, 0,
+ 2160, 2168, 2178, 2250, 0,
+ 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "4096x2160", /* VIC 103 */
+ },
+ [104] = { 297000,
+ 3840, 4896, 4984, 5280, 0,
+ 2160, 2168, 2178, 2250, 0,
+ 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "3840x2160", /* VIC 104 */
+ },
+ [105] = { 297000,
+ 3840, 4016, 4104, 4400, 0,
+ 2160, 2168, 2178, 2250, 0,
+ 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "3840x2160", /* VIC 105 */
},
[106] = { 594000,
3840, 4896, 4984, 5280, 0,
2160, 2168, 2178, 2250, 0,
- 50, 0x5|DRM_MODE_FLAG_PIC_AR_64_27, 0x40,
- "3840x2160", /* VIC 106 */
+ 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "3840x2160", /* VIC 106 */
},
[107] = { 594000,
3840, 4016, 4104, 4400, 0,
2160, 2168, 2178, 2250, 0,
- 60, 0x5|DRM_MODE_FLAG_PIC_AR_64_27, 0x40,
- "3840x2160", /* VIC 107 */
+ 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27,
+ 0x40, "3840x2160", /* VIC 107 */
},
};
/* Common test setup. */
-static void test_init(data_t *data)
+static void test_init(data_t *data, int conn_id)
{
igt_display_t *display = &data->display;
@@ -90,19 +368,22 @@ static void test_init(data_t *data)
igt_display_reset(display);
- /* find a connected HDMI output */
+ /* find a connected output */
data->output = NULL;
for (int i=0; i < data->display.n_outputs; ++i) {
- drmModeConnector *connector = data->display.outputs[i].config.connector;
- if (connector->connection == DRM_MODE_CONNECTED &&
- (connector->connector_type == DRM_MODE_CONNECTOR_HDMIA ||
- (data->use_virtual_connector &&
- connector->connector_type == DRM_MODE_CONNECTOR_VIRTUAL))) {
+ drmModeConnector *conn = data->display.outputs[i].config.connector;
+
+ if ((data->use_virtual_connector &&
+ conn->connector_type == DRM_MODE_CONNECTOR_VIRTUAL) ||
+ (conn->connector_type == DRM_MODE_CONNECTOR_HDMIA &&
+ conn->connection == DRM_MODE_CONNECTED &&
+ (conn_id == 0 || conn->connector_id == conn_id))) {
data->output = &data->display.outputs[i];
+ break;
}
}
- igt_require(data->output);
+ igt_require_f(data->output, "No valid connectors found\n");
data->primary =
igt_pipe_get_plane_type(data->pipe, DRM_PLANE_TYPE_PRIMARY);
@@ -123,22 +404,57 @@ static void wait_for_keypress(void)
;
}
-static void test_vic_mode(data_t *data, int vic)
+/* Write 0 or 1 to debugfs entry "force_yuv420_output" of connector */
+static void set_force_yuv420(data_t *data, int force, int conn_id)
+{
+ int fd, res;
+
+ test_init(data, conn_id);
+
+ igt_info("Setting force_yuv420_output to %d on connector id %d\n",
+ force ? 1 : 0, data->output->config.connector->connector_id);
+
+ fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY);
+ igt_assert(fd >= 0);
+
+ res = igt_sysfs_write(fd, "force_yuv420_output", force ? "1" : "0", 2);
+ igt_require(res > 0);
+
+ close(fd);
+ test_fini(data);
+}
+
+/* Set "max bpc" property of connector */
+static void set_max_bpc(data_t *data, int max_bpc, int conn_id)
+{
+ igt_display_t *display = &data->display;
+
+ test_init(data, conn_id);
+
+ igt_info("Setting max bpc to %d on connector id %d\n",
+ max_bpc, data->output->config.connector->connector_id);
+ igt_output_set_prop_value(data->output, IGT_CONNECTOR_MAX_BPC, max_bpc);
+ igt_display_commit_atomic(display, DRM_MODE_ATOMIC_ALLOW_MODESET, NULL);
+
+ test_fini(data);
+}
+
+/* Override video mode with specified VIC. */
+static void test_vic_mode(data_t *data, int vic, int conn_id)
{
igt_display_t *display = &data->display;
drmModeModeInfo *mode;
igt_fb_t afb;
- test_init(data);
+ test_init(data, conn_id);
mode = &test_modes[vic];
+ igt_info("Setting mode %s on connector id %d\n",
+ mode->name, data->output->config.connector->connector_id);
igt_output_override_mode(data->output, mode);
-
igt_create_pattern_fb(data->fd, mode->hdisplay, mode->vdisplay, DRM_FORMAT_XRGB8888, 0, &afb);
-
igt_plane_set_fb(data->primary, &afb);
-
igt_display_commit_atomic(display, DRM_MODE_ATOMIC_ALLOW_MODESET, NULL);
igt_info("Press [Enter] to finish\n");
@@ -147,20 +463,27 @@ static void test_vic_mode(data_t *data, int vic)
test_fini(data);
}
-const char *optstr = "hvt:";
+const char *optstr = "hvt:i:b:y:";
static void usage(const char *name)
{
- igt_info("Usage: %s [options]\n", name);
- igt_info("-h Show help\n");
- igt_info("-t vic Select video mode based on VIC\n");
- igt_info("-v Test on 'Virtual' connector as well, for debugging.\n");
+ igt_info("Usage: %s options\n", name);
+ igt_info("-h Show help\n");
+ igt_info("-t vic Select video mode based on VIC\n");
+ igt_info("-v Test on 'Virtual' connector as well, for debugging.\n");
+ igt_info("-i conn_id Use connector by ID\n");
+ igt_info("-b max_bpc Set \"max bpc\" connector property\n");
+ igt_info("-y 0|1 Write 0 or 1 to connector's debugfs force_yuv420_output\n");
+ igt_info("NOTE: if -i is not specified, first connected HDMI connector will be used for -t, -b and -y\n");
}
int main(int argc, char **argv)
{
data_t data;
int c;
- int vic = 1; /* default to VIC 1 (640x480) */
+ int vic = 0;
+ int conn_id = 0;
+ int max_bpc = 0;
+ int force_yuv_420 = -1;
memset(&data, 0, sizeof(data));
@@ -169,9 +492,18 @@ int main(int argc, char **argv)
case 't':
vic = atoi(optarg);
break;
+ case 'i':
+ conn_id = atoi(optarg);
+ break;
case 'v':
data.use_virtual_connector = true;
break;
+ case 'b':
+ max_bpc = atoi(optarg);
+ break;
+ case 'y':
+ force_yuv_420 = atoi(optarg);
+ break;
default:
case 'h':
usage(argv[0]);
@@ -179,13 +511,6 @@ int main(int argc, char **argv)
}
}
- if (vic < 1 ||
- vic > ARRAY_SIZE(test_modes) ||
- !test_modes[vic].name[0]) {
- igt_warn("VIC %d is not supported\n", vic);
- exit(EXIT_FAILURE);
- }
-
data.fd = drm_open_driver_master(DRIVER_ANY);
kmstest_set_vt_graphics_mode();
@@ -193,7 +518,20 @@ int main(int argc, char **argv)
igt_require(data.display.is_atomic);
igt_display_require_output(&data.display);
- test_vic_mode(&data, vic);
+ if (force_yuv_420 >= 0)
+ set_force_yuv420(&data, force_yuv_420, conn_id);
+
+ if (max_bpc)
+ set_max_bpc(&data, max_bpc, conn_id);
+
+ if (vic) {
+ if (vic > ARRAY_SIZE(test_modes) ||
+ !test_modes[vic].name[0]) {
+ igt_warn("VIC %d is not supported\n", vic);
+ } else {
+ test_vic_mode(&data, vic, conn_id);
+ }
+ }
igt_display_fini(&data.display);
}
--
2.43.0
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 2/5] tools/amd_hdmi_compliance: Fix atomic commit failure 2024-10-24 21:03 [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities Alex Hung @ 2024-10-24 21:03 ` Alex Hung 2024-10-29 16:02 ` Rodrigo Siqueira Jordao 2024-10-24 21:03 ` [PATCH 3/5] tools/amd_hdmi_compliance: Fix VIC 0 not working Alex Hung ` (7 subsequent siblings) 8 siblings, 1 reply; 16+ messages in thread From: Alex Hung @ 2024-10-24 21:03 UTC (permalink / raw) To: igt-dev; +Cc: harry.wentland, rodrigo.siqueira, mark.broadworth, sunpeng.li From: Stylon Wang <stylon.wang@amd.com> [WHY] Atomic commits without active planes are now invalid commits. [HOW] Activate primary plane while setting 'max bpc' property. Signed-off-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Stylon Wang <stylon.wang@amd.com> --- tools/amd_hdmi_compliance.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c index 633d980bc..c0a324eb9 100644 --- a/tools/amd_hdmi_compliance.c +++ b/tools/amd_hdmi_compliance.c @@ -428,11 +428,14 @@ static void set_force_yuv420(data_t *data, int force, int conn_id) static void set_max_bpc(data_t *data, int max_bpc, int conn_id) { igt_display_t *display = &data->display; + igt_fb_t afb; test_init(data, conn_id); igt_info("Setting max bpc to %d on connector id %d\n", max_bpc, data->output->config.connector->connector_id); + igt_create_fb(data->fd, 128, 128, DRM_FORMAT_XRGB8888, 0, &afb); + igt_plane_set_fb(data->primary, &afb); igt_output_set_prop_value(data->output, IGT_CONNECTOR_MAX_BPC, max_bpc); igt_display_commit_atomic(display, DRM_MODE_ATOMIC_ALLOW_MODESET, NULL); -- 2.43.0 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PATCH 2/5] tools/amd_hdmi_compliance: Fix atomic commit failure 2024-10-24 21:03 ` [PATCH 2/5] tools/amd_hdmi_compliance: Fix atomic commit failure Alex Hung @ 2024-10-29 16:02 ` Rodrigo Siqueira Jordao 0 siblings, 0 replies; 16+ messages in thread From: Rodrigo Siqueira Jordao @ 2024-10-29 16:02 UTC (permalink / raw) To: Alex Hung, igt-dev; +Cc: harry.wentland, mark.broadworth, sunpeng.li On 10/24/24 3:03 PM, Alex Hung wrote: > From: Stylon Wang <stylon.wang@amd.com> > > [WHY] > Atomic commits without active planes are now invalid commits. > > [HOW] > Activate primary plane while setting 'max bpc' property. > > Signed-off-by: Alex Hung <alex.hung@amd.com> > Signed-off-by: Stylon Wang <stylon.wang@amd.com> > --- > tools/amd_hdmi_compliance.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c > index 633d980bc..c0a324eb9 100644 > --- a/tools/amd_hdmi_compliance.c > +++ b/tools/amd_hdmi_compliance.c > @@ -428,11 +428,14 @@ static void set_force_yuv420(data_t *data, int force, int conn_id) > static void set_max_bpc(data_t *data, int max_bpc, int conn_id) > { > igt_display_t *display = &data->display; > + igt_fb_t afb; > > test_init(data, conn_id); > > igt_info("Setting max bpc to %d on connector id %d\n", > max_bpc, data->output->config.connector->connector_id); > + igt_create_fb(data->fd, 128, 128, DRM_FORMAT_XRGB8888, 0, &afb); > + igt_plane_set_fb(data->primary, &afb); > igt_output_set_prop_value(data->output, IGT_CONNECTOR_MAX_BPC, max_bpc); > igt_display_commit_atomic(display, DRM_MODE_ATOMIC_ALLOW_MODESET, NULL); > Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> ^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 3/5] tools/amd_hdmi_compliance: Fix VIC 0 not working 2024-10-24 21:03 [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities Alex Hung 2024-10-24 21:03 ` [PATCH 2/5] tools/amd_hdmi_compliance: Fix atomic commit failure Alex Hung @ 2024-10-24 21:03 ` Alex Hung 2024-10-29 16:03 ` Rodrigo Siqueira Jordao 2024-10-24 21:03 ` [PATCH 4/5] tools/amd_hdmi_compliance: Support VIC 91 and 92 Alex Hung ` (6 subsequent siblings) 8 siblings, 1 reply; 16+ messages in thread From: Alex Hung @ 2024-10-24 21:03 UTC (permalink / raw) To: igt-dev; +Cc: harry.wentland, rodrigo.siqueira, mark.broadworth, sunpeng.li From: Stylon Wang <stylon.wang@amd.com> [WHY] VIC 0 is not working with -t option [HOW] Make 0 pass as a valid VIC Signed-off-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Stylon Wang <stylon.wang@amd.com> --- tools/amd_hdmi_compliance.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c index c0a324eb9..f06af72b0 100644 --- a/tools/amd_hdmi_compliance.c +++ b/tools/amd_hdmi_compliance.c @@ -527,7 +527,7 @@ int main(int argc, char **argv) if (max_bpc) set_max_bpc(&data, max_bpc, conn_id); - if (vic) { + if (vic >= 0) { if (vic > ARRAY_SIZE(test_modes) || !test_modes[vic].name[0]) { igt_warn("VIC %d is not supported\n", vic); -- 2.43.0 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PATCH 3/5] tools/amd_hdmi_compliance: Fix VIC 0 not working 2024-10-24 21:03 ` [PATCH 3/5] tools/amd_hdmi_compliance: Fix VIC 0 not working Alex Hung @ 2024-10-29 16:03 ` Rodrigo Siqueira Jordao 0 siblings, 0 replies; 16+ messages in thread From: Rodrigo Siqueira Jordao @ 2024-10-29 16:03 UTC (permalink / raw) To: Alex Hung, igt-dev; +Cc: harry.wentland, mark.broadworth, sunpeng.li On 10/24/24 3:03 PM, Alex Hung wrote: > From: Stylon Wang <stylon.wang@amd.com> > > [WHY] > VIC 0 is not working with -t option > > [HOW] > Make 0 pass as a valid VIC > > Signed-off-by: Alex Hung <alex.hung@amd.com> > Signed-off-by: Stylon Wang <stylon.wang@amd.com> > --- > tools/amd_hdmi_compliance.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c > index c0a324eb9..f06af72b0 100644 > --- a/tools/amd_hdmi_compliance.c > +++ b/tools/amd_hdmi_compliance.c > @@ -527,7 +527,7 @@ int main(int argc, char **argv) > if (max_bpc) > set_max_bpc(&data, max_bpc, conn_id); > > - if (vic) { > + if (vic >= 0) { Maybe you should squash this commit in the first one. > if (vic > ARRAY_SIZE(test_modes) || > !test_modes[vic].name[0]) { > igt_warn("VIC %d is not supported\n", vic); ^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 4/5] tools/amd_hdmi_compliance: Support VIC 91 and 92 2024-10-24 21:03 [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities Alex Hung 2024-10-24 21:03 ` [PATCH 2/5] tools/amd_hdmi_compliance: Fix atomic commit failure Alex Hung 2024-10-24 21:03 ` [PATCH 3/5] tools/amd_hdmi_compliance: Fix VIC 0 not working Alex Hung @ 2024-10-24 21:03 ` Alex Hung 2024-10-29 16:04 ` Rodrigo Siqueira Jordao 2024-10-24 21:03 ` [PATCH 5/5] tools/amd_hdmi_compliance: Add timeout option Alex Hung ` (5 subsequent siblings) 8 siblings, 1 reply; 16+ messages in thread From: Alex Hung @ 2024-10-24 21:03 UTC (permalink / raw) To: igt-dev; +Cc: harry.wentland, rodrigo.siqueira, mark.broadworth, sunpeng.li From: Stylon Wang <stylon.wang@amd.com> VIC: 91, 92 are supported timings by DUT. Add these timings to pass few CTS items Signed-off-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Stylon Wang <stylon.wang@amd.com> --- tools/amd_hdmi_compliance.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c index f06af72b0..49fc21d5a 100644 --- a/tools/amd_hdmi_compliance.c +++ b/tools/amd_hdmi_compliance.c @@ -266,6 +266,18 @@ static drmModeModeInfo test_modes[] = { 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, 0x40, "2560x1080", /* VIC 90 */ }, + [91] = { 371250, + 2560, 2778, 2822, 2970, 0, + 1080, 1084, 1089, 1250, 0, + 100, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, + 0x40, "2560x1080", /* VIC 91 */ + }, + [92] = { 495000, + 2560, 3108, 3152, 3300, 0, + 1080, 1084, 1089, 1250, 0, + 120, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, + 0x40, "2560x1080", /* VIC 92 */ + }, [93] = { 297000, 3840, 5116, 5204, 5500, 0, 2160, 2168, 2178, 2250, 0, -- 2.43.0 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PATCH 4/5] tools/amd_hdmi_compliance: Support VIC 91 and 92 2024-10-24 21:03 ` [PATCH 4/5] tools/amd_hdmi_compliance: Support VIC 91 and 92 Alex Hung @ 2024-10-29 16:04 ` Rodrigo Siqueira Jordao 0 siblings, 0 replies; 16+ messages in thread From: Rodrigo Siqueira Jordao @ 2024-10-29 16:04 UTC (permalink / raw) To: Alex Hung, igt-dev; +Cc: harry.wentland, mark.broadworth, sunpeng.li On 10/24/24 3:03 PM, Alex Hung wrote: > From: Stylon Wang <stylon.wang@amd.com> > > VIC: 91, 92 are supported timings by DUT. Add these timings > to pass few CTS items > > Signed-off-by: Alex Hung <alex.hung@amd.com> > Signed-off-by: Stylon Wang <stylon.wang@amd.com> > --- > tools/amd_hdmi_compliance.c | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c > index f06af72b0..49fc21d5a 100644 > --- a/tools/amd_hdmi_compliance.c > +++ b/tools/amd_hdmi_compliance.c > @@ -266,6 +266,18 @@ static drmModeModeInfo test_modes[] = { > 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > 0x40, "2560x1080", /* VIC 90 */ > }, > + [91] = { 371250, > + 2560, 2778, 2822, 2970, 0, > + 1080, 1084, 1089, 1250, 0, > + 100, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "2560x1080", /* VIC 91 */ > + }, > + [92] = { 495000, > + 2560, 3108, 3152, 3300, 0, > + 1080, 1084, 1089, 1250, 0, > + 120, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "2560x1080", /* VIC 92 */ > + }, I also think this commit should be squashed in the first commit. > [93] = { 297000, > 3840, 5116, 5204, 5500, 0, > 2160, 2168, 2178, 2250, 0, ^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 5/5] tools/amd_hdmi_compliance: Add timeout option 2024-10-24 21:03 [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities Alex Hung ` (2 preceding siblings ...) 2024-10-24 21:03 ` [PATCH 4/5] tools/amd_hdmi_compliance: Support VIC 91 and 92 Alex Hung @ 2024-10-24 21:03 ` Alex Hung 2024-10-29 16:06 ` Rodrigo Siqueira Jordao 2024-10-24 22:46 ` ✗ Fi.CI.BAT: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities Patchwork ` (4 subsequent siblings) 8 siblings, 1 reply; 16+ messages in thread From: Alex Hung @ 2024-10-24 21:03 UTC (permalink / raw) To: igt-dev; +Cc: harry.wentland, rodrigo.siqueira, mark.broadworth, sunpeng.li From: Stylon Wang <stylon.wang@amd.com> [WHY] Displaying test pattern only exits by user manually pressing enter. [HOW] Add option -e to exit with timeout and still allows pressing enter. Signed-off-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Stylon Wang <stylon.wang@amd.com> --- tools/amd_hdmi_compliance.c | 35 ++++++++++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 3 deletions(-) diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c index 49fc21d5a..e810b61ba 100644 --- a/tools/amd_hdmi_compliance.c +++ b/tools/amd_hdmi_compliance.c @@ -23,6 +23,8 @@ #include "igt.h" #include "igt_sysfs.h" #include <fcntl.h> +#include <signal.h> +#include <string.h> /* Common test data */ typedef struct data { @@ -34,6 +36,7 @@ typedef struct data { igt_pipe_t *pipe; enum pipe pipe_id; bool use_virtual_connector; + int timeout_seconds; } data_t; /* Video modes indexed by VIC */ @@ -370,6 +373,12 @@ static drmModeModeInfo test_modes[] = { }, }; +static void signal_handler(int signo) +{ + if (signo == SIGALRM) + igt_info("Timeout and exit\n"); +} + /* Common test setup. */ static void test_init(data_t *data, int conn_id) { @@ -402,6 +411,19 @@ static void test_init(data_t *data, int conn_id) igt_output_set_pipe(data->output, data->pipe_id); + if (data->timeout_seconds > 0) { + struct sigaction sa; + + memset(&sa, 0, sizeof(struct sigaction)); + sa.sa_handler = signal_handler; + /* without SA_RESTART so getchar() is not restarted on signal */ + sa.sa_flags = 0; + + if (sigaction(SIGALRM, &sa, NULL)) + igt_info("cannot set up timeout: %s\n", strerror(errno)); + else + alarm(data->timeout_seconds); + } } /* Common test cleanup. */ @@ -412,8 +434,11 @@ static void test_fini(data_t *data) static void wait_for_keypress(void) { - while (getchar() != '\n') - ; + int c; + + do { + c = getchar(); + } while (c != '\n' && c != EOF); } /* Write 0 or 1 to debugfs entry "force_yuv420_output" of connector */ @@ -478,7 +503,7 @@ static void test_vic_mode(data_t *data, int vic, int conn_id) test_fini(data); } -const char *optstr = "hvt:i:b:y:"; +const char *optstr = "hvt:i:b:y:e:"; static void usage(const char *name) { igt_info("Usage: %s options\n", name); @@ -488,6 +513,7 @@ static void usage(const char *name) igt_info("-i conn_id Use connector by ID\n"); igt_info("-b max_bpc Set \"max bpc\" connector property\n"); igt_info("-y 0|1 Write 0 or 1 to connector's debugfs force_yuv420_output\n"); + igt_info("-e seconds number of seconds to display test pattern and exit\n"); igt_info("NOTE: if -i is not specified, first connected HDMI connector will be used for -t, -b and -y\n"); } @@ -519,6 +545,9 @@ int main(int argc, char **argv) case 'y': force_yuv_420 = atoi(optarg); break; + case 'e': + data.timeout_seconds = atoi(optarg); + break; default: case 'h': usage(argv[0]); -- 2.43.0 ^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [PATCH 5/5] tools/amd_hdmi_compliance: Add timeout option 2024-10-24 21:03 ` [PATCH 5/5] tools/amd_hdmi_compliance: Add timeout option Alex Hung @ 2024-10-29 16:06 ` Rodrigo Siqueira Jordao 0 siblings, 0 replies; 16+ messages in thread From: Rodrigo Siqueira Jordao @ 2024-10-29 16:06 UTC (permalink / raw) To: Alex Hung, igt-dev; +Cc: harry.wentland, mark.broadworth, sunpeng.li On 10/24/24 3:03 PM, Alex Hung wrote: > From: Stylon Wang <stylon.wang@amd.com> > > [WHY] > Displaying test pattern only exits by user manually pressing enter. > > [HOW] > Add option -e to exit with timeout and still allows pressing enter. > > Signed-off-by: Alex Hung <alex.hung@amd.com> > Signed-off-by: Stylon Wang <stylon.wang@amd.com> > --- > tools/amd_hdmi_compliance.c | 35 ++++++++++++++++++++++++++++++++--- > 1 file changed, 32 insertions(+), 3 deletions(-) > > diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c > index 49fc21d5a..e810b61ba 100644 > --- a/tools/amd_hdmi_compliance.c > +++ b/tools/amd_hdmi_compliance.c > @@ -23,6 +23,8 @@ > #include "igt.h" > #include "igt_sysfs.h" > #include <fcntl.h> > +#include <signal.h> > +#include <string.h> > > /* Common test data */ > typedef struct data { > @@ -34,6 +36,7 @@ typedef struct data { > igt_pipe_t *pipe; > enum pipe pipe_id; > bool use_virtual_connector; > + int timeout_seconds; > } data_t; > > /* Video modes indexed by VIC */ > @@ -370,6 +373,12 @@ static drmModeModeInfo test_modes[] = { > }, > }; > > +static void signal_handler(int signo) > +{ > + if (signo == SIGALRM) > + igt_info("Timeout and exit\n"); > +} > + > /* Common test setup. */ > static void test_init(data_t *data, int conn_id) > { > @@ -402,6 +411,19 @@ static void test_init(data_t *data, int conn_id) > > igt_output_set_pipe(data->output, data->pipe_id); > > + if (data->timeout_seconds > 0) { > + struct sigaction sa; > + > + memset(&sa, 0, sizeof(struct sigaction)); > + sa.sa_handler = signal_handler; > + /* without SA_RESTART so getchar() is not restarted on signal */ > + sa.sa_flags = 0; > + > + if (sigaction(SIGALRM, &sa, NULL)) > + igt_info("cannot set up timeout: %s\n", strerror(errno)); > + else > + alarm(data->timeout_seconds); > + } > } > > /* Common test cleanup. */ > @@ -412,8 +434,11 @@ static void test_fini(data_t *data) > > static void wait_for_keypress(void) > { > - while (getchar() != '\n') > - ; > + int c; > + > + do { > + c = getchar(); > + } while (c != '\n' && c != EOF); > } > > /* Write 0 or 1 to debugfs entry "force_yuv420_output" of connector */ > @@ -478,7 +503,7 @@ static void test_vic_mode(data_t *data, int vic, int conn_id) > test_fini(data); > } > > -const char *optstr = "hvt:i:b:y:"; > +const char *optstr = "hvt:i:b:y:e:"; > static void usage(const char *name) > { > igt_info("Usage: %s options\n", name); > @@ -488,6 +513,7 @@ static void usage(const char *name) > igt_info("-i conn_id Use connector by ID\n"); > igt_info("-b max_bpc Set \"max bpc\" connector property\n"); > igt_info("-y 0|1 Write 0 or 1 to connector's debugfs force_yuv420_output\n"); > + igt_info("-e seconds number of seconds to display test pattern and exit\n"); > igt_info("NOTE: if -i is not specified, first connected HDMI connector will be used for -t, -b and -y\n"); > } > > @@ -519,6 +545,9 @@ int main(int argc, char **argv) > case 'y': > force_yuv_420 = atoi(optarg); > break; > + case 'e': > + data.timeout_seconds = atoi(optarg); > + break; > default: > case 'h': > usage(argv[0]); Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> ^ permalink raw reply [flat|nested] 16+ messages in thread
* ✗ Fi.CI.BAT: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities 2024-10-24 21:03 [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities Alex Hung ` (3 preceding siblings ...) 2024-10-24 21:03 ` [PATCH 5/5] tools/amd_hdmi_compliance: Add timeout option Alex Hung @ 2024-10-24 22:46 ` Patchwork 2024-10-24 23:25 ` ✗ CI.xeBAT: " Patchwork ` (3 subsequent siblings) 8 siblings, 0 replies; 16+ messages in thread From: Patchwork @ 2024-10-24 22:46 UTC (permalink / raw) To: Alex Hung; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 11979 bytes --] == Series Details == Series: series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities URL : https://patchwork.freedesktop.org/series/140459/ State : failure == Summary == CI Bug Log - changes from IGT_8082 -> IGTPW_11977 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with IGTPW_11977 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in IGTPW_11977, 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_11977/index.html Participating hosts (45 -> 45) ------------------------------ Additional (2): fi-skl-6600u bat-dg1-6 Missing (2): fi-snb-2520m bat-adls-6 Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_11977: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live: - fi-kbl-7567u: [PASS][1] -> [DMESG-FAIL][2] +1 other test dmesg-fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/fi-kbl-7567u/igt@i915_selftest@live.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/fi-kbl-7567u/igt@i915_selftest@live.html Known issues ------------ Here are the changes found in IGTPW_11977 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@fbdev@info: - bat-dg1-6: NOTRUN -> [SKIP][3] ([i915#12311] / [i915#1849]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-dg1-6/igt@fbdev@info.html * igt@gem_huc_copy@huc-copy: - fi-skl-6600u: NOTRUN -> [SKIP][4] ([i915#2190]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/fi-skl-6600u/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@random-engines: - fi-skl-6600u: NOTRUN -> [SKIP][5] ([i915#4613]) +3 other tests skip [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/fi-skl-6600u/igt@gem_lmem_swapping@random-engines.html * igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size: - bat-dg1-6: NOTRUN -> [SKIP][6] ([i915#12311]) +54 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-dg1-6/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html * igt@kms_dsc@dsc-basic: - fi-skl-6600u: NOTRUN -> [SKIP][7] +9 other tests skip [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/fi-skl-6600u/igt@kms_dsc@dsc-basic.html * igt@prime_vgem@basic-write: - bat-dg1-6: NOTRUN -> [SKIP][8] ([i915#11723] / [i915#12311]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-dg1-6/igt@prime_vgem@basic-write.html #### Possible fixes #### * igt@i915_selftest@live: - bat-twl-1: [INCOMPLETE][9] ([i915#12133] / [i915#9413]) -> [PASS][10] [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-twl-1/igt@i915_selftest@live.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-twl-1/igt@i915_selftest@live.html - bat-dg2-9: [ABORT][11] ([i915#12133]) -> [PASS][12] [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-dg2-9/igt@i915_selftest@live.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-dg2-9/igt@i915_selftest@live.html * igt@i915_selftest@live@client: - bat-dg2-9: [ABORT][13] ([i915#12305]) -> [PASS][14] [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-dg2-9/igt@i915_selftest@live@client.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-dg2-9/igt@i915_selftest@live@client.html * igt@i915_selftest@live@gt_lrc: - bat-twl-1: [INCOMPLETE][15] ([i915#9413]) -> [PASS][16] [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-twl-1/igt@i915_selftest@live@gt_lrc.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-twl-1/igt@i915_selftest@live@gt_lrc.html * igt@i915_selftest@live@late_gt_pm: - fi-cfl-8109u: [DMESG-WARN][17] ([i915#11621]) -> [PASS][18] +132 other tests pass [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html #### Warnings #### * igt@debugfs_test@basic-hwmon: - bat-adlm-1: [SKIP][19] ([i915#3826]) -> [SKIP][20] ([i915#3826] / [i915#9900]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@debugfs_test@basic-hwmon.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@debugfs_test@basic-hwmon.html * igt@fbdev@info: - bat-adlm-1: [SKIP][21] ([i915#1849] / [i915#2582]) -> [SKIP][22] ([i915#1849] / [i915#2582] / [i915#9900]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@fbdev@info.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@fbdev@info.html * igt@fbdev@read: - bat-adlm-1: [SKIP][23] ([i915#2582]) -> [SKIP][24] ([i915#2582] / [i915#9900]) +3 other tests skip [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@fbdev@read.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@fbdev@read.html * igt@gem_lmem_swapping@parallel-random-engines: - bat-adlm-1: [SKIP][25] ([i915#4613]) -> [SKIP][26] ([i915#4613] / [i915#9900]) +3 other tests skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@gem_lmem_swapping@parallel-random-engines.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@gem_lmem_swapping@parallel-random-engines.html * igt@gem_tiled_pread_basic: - bat-adlm-1: [SKIP][27] ([i915#3282]) -> [SKIP][28] ([i915#3282] / [i915#9900]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@gem_tiled_pread_basic.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@gem_tiled_pread_basic.html * igt@i915_pm_rps@basic-api: - bat-adlm-1: [SKIP][29] ([i915#6621]) -> [SKIP][30] ([i915#6621] / [i915#9900]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@i915_pm_rps@basic-api.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@i915_pm_rps@basic-api.html * igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size: - bat-adlm-1: [SKIP][31] ([i915#9875] / [i915#9900]) -> [SKIP][32] ([i915#9900]) +16 other tests skip [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html * igt@kms_flip@basic-flip-vs-wf_vblank: - bat-adlm-1: [SKIP][33] ([i915#3637]) -> [SKIP][34] ([i915#3637] / [i915#9900]) +3 other tests skip [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@kms_flip@basic-flip-vs-wf_vblank.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@kms_flip@basic-flip-vs-wf_vblank.html * igt@kms_force_connector_basic@force-load-detect: - bat-adlm-1: [SKIP][35] -> [SKIP][36] ([i915#9900]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@kms_force_connector_basic@force-load-detect.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@kms_force_connector_basic@force-load-detect.html * igt@kms_frontbuffer_tracking@basic: - bat-adlm-1: [SKIP][37] ([i915#1849] / [i915#4342]) -> [SKIP][38] ([i915#1849] / [i915#4342] / [i915#9900]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@kms_frontbuffer_tracking@basic.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@kms_frontbuffer_tracking@basic.html * igt@kms_pm_backlight@basic-brightness: - bat-adlm-1: [SKIP][39] ([i915#5354]) -> [SKIP][40] ([i915#5354] / [i915#9900]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@kms_pm_backlight@basic-brightness.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@kms_pm_backlight@basic-brightness.html * igt@kms_psr@psr-sprite-plane-onoff: - bat-adlm-1: [SKIP][41] ([i915#1072] / [i915#9732]) -> [SKIP][42] ([i915#1072] / [i915#9732] / [i915#9900]) +3 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@kms_psr@psr-sprite-plane-onoff.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@kms_psr@psr-sprite-plane-onoff.html * igt@kms_setmode@basic-clone-single-crtc: - bat-adlm-1: [SKIP][43] ([i915#3555]) -> [SKIP][44] ([i915#3555] / [i915#9900]) [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@kms_setmode@basic-clone-single-crtc.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@kms_setmode@basic-clone-single-crtc.html * igt@prime_vgem@basic-write: - bat-adlm-1: [SKIP][45] ([i915#3708]) -> [SKIP][46] ([i915#3708] / [i915#9900]) +2 other tests skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8082/bat-adlm-1/igt@prime_vgem@basic-write.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/bat-adlm-1/igt@prime_vgem@basic-write.html [i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072 [i915#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621 [i915#11723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11723 [i915#12133]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12133 [i915#12305]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12305 [i915#12311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12311 [i915#1849]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1849 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#2582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2582 [i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282 [i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555 [i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637 [i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708 [i915#3826]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3826 [i915#4342]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4342 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 [i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354 [i915#6621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6621 [i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413 [i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732 [i915#9875]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9875 [i915#9900]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9900 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_8082 -> IGTPW_11977 * Linux: CI_DRM_15576 -> CI_DRM_15592 CI-20190529: 20190529 CI_DRM_15576: d5bac12430b0d4a980c0498b3c946772950e70ee @ git://anongit.freedesktop.org/gfx-ci/linux CI_DRM_15592: df4c2f3aa67cea423504125ceb12ed46ac116cfb @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_11977: b803c3441a28e44c48cda92ad5c2d83c31f8d6c2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8082: c8379ec8b26f3c21bae5473706b23da78bd26ffa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11977/index.html [-- Attachment #2: Type: text/html, Size: 15948 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* ✗ CI.xeBAT: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities 2024-10-24 21:03 [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities Alex Hung ` (4 preceding siblings ...) 2024-10-24 22:46 ` ✗ Fi.CI.BAT: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities Patchwork @ 2024-10-24 23:25 ` Patchwork 2024-10-28 13:39 ` Hung, Alex 2024-10-26 7:09 ` ✗ CI.xeFULL: " Patchwork ` (2 subsequent siblings) 8 siblings, 1 reply; 16+ messages in thread From: Patchwork @ 2024-10-24 23:25 UTC (permalink / raw) To: Alex Hung; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 8264 bytes --] == Series Details == Series: series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities URL : https://patchwork.freedesktop.org/series/140459/ State : failure == Summary == CI Bug Log - changes from XEIGT_8082_BAT -> XEIGTPW_11977_BAT ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11977_BAT absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11977_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (9 -> 9) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11977_BAT: ### IGT changes ### #### Possible regressions #### * igt@xe_exec_fault_mode@twice-invalid-fault: - bat-lnl-1: [PASS][1] -> [DMESG-WARN][2] [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-lnl-1/igt@xe_exec_fault_mode@twice-invalid-fault.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-lnl-1/igt@xe_exec_fault_mode@twice-invalid-fault.html * igt@xe_exec_fault_mode@twice-invalid-userptr-fault: - bat-pvc-2: [PASS][3] -> [DMESG-WARN][4] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-pvc-2/igt@xe_exec_fault_mode@twice-invalid-userptr-fault.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-pvc-2/igt@xe_exec_fault_mode@twice-invalid-userptr-fault.html * igt@xe_exec_reset@cm-close-fd-no-exec: - bat-adlp-vf: [PASS][5] -> [DMESG-WARN][6] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-vf/igt@xe_exec_reset@cm-close-fd-no-exec.html [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-vf/igt@xe_exec_reset@cm-close-fd-no-exec.html - bat-bmg-2: [PASS][7] -> [DMESG-WARN][8] [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-2/igt@xe_exec_reset@cm-close-fd-no-exec.html [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-2/igt@xe_exec_reset@cm-close-fd-no-exec.html - bat-bmg-1: [PASS][9] -> [DMESG-WARN][10] [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-1/igt@xe_exec_reset@cm-close-fd-no-exec.html [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-1/igt@xe_exec_reset@cm-close-fd-no-exec.html - bat-dg2-oem2: [PASS][11] -> [DMESG-WARN][12] [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-dg2-oem2/igt@xe_exec_reset@cm-close-fd-no-exec.html [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-dg2-oem2/igt@xe_exec_reset@cm-close-fd-no-exec.html * igt@xe_exec_threads@threads-mixed-basic: - bat-adlp-7: [PASS][13] -> [DMESG-WARN][14] [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@xe_exec_threads@threads-mixed-basic.html [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@xe_exec_threads@threads-mixed-basic.html - bat-atsm-2: [PASS][15] -> [DMESG-WARN][16] [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-atsm-2/igt@xe_exec_threads@threads-mixed-basic.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-atsm-2/igt@xe_exec_threads@threads-mixed-basic.html * igt@xe_live_ktest@xe_dma_buf: - bat-bmg-2: NOTRUN -> [SKIP][17] +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-2/igt@xe_live_ktest@xe_dma_buf.html * igt@xe_live_ktest@xe_migrate: - bat-bmg-1: [PASS][18] -> [SKIP][19] +2 other tests skip [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-1/igt@xe_live_ktest@xe_migrate.html [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-1/igt@xe_live_ktest@xe_migrate.html #### Warnings #### * igt@xe_live_ktest@xe_bo: - bat-bmg-2: [INCOMPLETE][20] ([Intel XE#2874] / [Intel XE#2998]) -> [SKIP][21] [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-2/igt@xe_live_ktest@xe_bo.html [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-2/igt@xe_live_ktest@xe_bo.html Known issues ------------ Here are the changes found in XEIGTPW_11977_BAT that come from known issues: ### IGT changes ### #### Issues hit #### * igt@core_hotunplug@unbind-rebind: - bat-adlp-7: [PASS][22] -> [DMESG-WARN][23] ([Intel XE#2871]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@core_hotunplug@unbind-rebind.html [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@core_hotunplug@unbind-rebind.html * igt@kms_psr@psr-cursor-plane-move: - bat-adlp-7: [PASS][24] -> [SKIP][25] ([Intel XE#455]) +3 other tests skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html * igt@kms_psr@psr-primary-page-flip@edp-1: - bat-adlp-7: [PASS][26] -> [DMESG-FAIL][27] ([Intel XE#2871]) +1 other test dmesg-fail [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html * igt@xe_live_ktest@xe_bo: - bat-adlp-vf: [PASS][28] -> [SKIP][29] ([Intel XE#1192]) +2 other tests skip [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html * igt@xe_live_ktest@xe_migrate: - bat-dg2-oem2: [PASS][30] -> [SKIP][31] ([Intel XE#1192]) +2 other tests skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate.html [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate.html #### Possible fixes #### * igt@kms_frontbuffer_tracking@basic: - bat-adlp-7: [FAIL][32] ([Intel XE#1861]) -> [PASS][33] [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html #### Warnings #### * igt@kms_dsc@dsc-basic: - bat-lnl-1: [SKIP][34] ([Intel XE#599]) -> [SKIP][35] ([Intel XE#2244]) [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-lnl-1/igt@kms_dsc@dsc-basic.html [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-lnl-1/igt@kms_dsc@dsc-basic.html [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1861]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2871]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2871 [Intel XE#2874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874 [Intel XE#2998]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998 [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455 [Intel XE#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 Build changes ------------- * IGT: IGT_8082 -> IGTPW_11977 * Linux: xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 -> xe-2121-1feef4b713e6db15f3fb2ec11e8ce4a77892e731 IGTPW_11977: b803c3441a28e44c48cda92ad5c2d83c31f8d6c2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8082: c8379ec8b26f3c21bae5473706b23da78bd26ffa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52: beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 xe-2121-1feef4b713e6db15f3fb2ec11e8ce4a77892e731: 1feef4b713e6db15f3fb2ec11e8ce4a77892e731 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/index.html [-- Attachment #2: Type: text/html, Size: 9344 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ✗ CI.xeBAT: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities 2024-10-24 23:25 ` ✗ CI.xeBAT: " Patchwork @ 2024-10-28 13:39 ` Hung, Alex 2024-10-29 17:27 ` Kamil Konieczny 0 siblings, 1 reply; 16+ messages in thread From: Hung, Alex @ 2024-10-28 13:39 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org, Kamil Konieczny [-- Attachment #1: Type: text/plain, Size: 8157 bytes --] [AMD Official Use Only - AMD Internal Distribution Only] Hi Kamil or maintainers, The CI.xeBAT, CI.xeFULL and Fi.CI.BAT failures seem to be false positives because "Possible new issues" are not related to what was changed (i.e. amd_hdmi_compliance). Can you retrigger the CI tests or is it safe to ignore them? Thanks, Alex ________________________________ From: Patchwork <patchwork@emeril.freedesktop.org> Sent: 24 October 2024 17:25 To: Hung, Alex <Alex.Hung@amd.com> Cc: igt-dev@lists.freedesktop.org <igt-dev@lists.freedesktop.org> Subject: ✗ CI.xeBAT: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities Patch Details Series: series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities URL: https://patchwork.freedesktop.org/series/140459/ State: failure Details: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/index.html CI Bug Log - changes from XEIGT_8082_BAT -> XEIGTPW_11977_BAT Summary FAILURE Serious unknown changes coming with XEIGTPW_11977_BAT absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11977_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (9 -> 9) No changes in participating hosts Possible new issues Here are the unknown changes that may have been introduced in XEIGTPW_11977_BAT: IGT changes Possible regressions * igt@xe_exec_fault_mode@twice-invalid-fault: * bat-lnl-1: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-lnl-1/igt@xe_exec_fault_mode@twice-invalid-fault.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-lnl-1/igt@xe_exec_fault_mode@twice-invalid-fault.html> * igt@xe_exec_fault_mode@twice-invalid-userptr-fault: * bat-pvc-2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-pvc-2/igt@xe_exec_fault_mode@twice-invalid-userptr-fault.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-pvc-2/igt@xe_exec_fault_mode@twice-invalid-userptr-fault.html> * igt@xe_exec_reset@cm-close-fd-no-exec: * bat-adlp-vf: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-vf/igt@xe_exec_reset@cm-close-fd-no-exec.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-vf/igt@xe_exec_reset@cm-close-fd-no-exec.html> * bat-bmg-2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-2/igt@xe_exec_reset@cm-close-fd-no-exec.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-2/igt@xe_exec_reset@cm-close-fd-no-exec.html> * bat-bmg-1: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-1/igt@xe_exec_reset@cm-close-fd-no-exec.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-1/igt@xe_exec_reset@cm-close-fd-no-exec.html> * bat-dg2-oem2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-dg2-oem2/igt@xe_exec_reset@cm-close-fd-no-exec.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-dg2-oem2/igt@xe_exec_reset@cm-close-fd-no-exec.html> * igt@xe_exec_threads@threads-mixed-basic: * bat-adlp-7: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@xe_exec_threads@threads-mixed-basic.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@xe_exec_threads@threads-mixed-basic.html> * bat-atsm-2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-atsm-2/igt@xe_exec_threads@threads-mixed-basic.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-atsm-2/igt@xe_exec_threads@threads-mixed-basic.html> * igt@xe_live_ktest@xe_dma_buf: * bat-bmg-2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-2/igt@xe_live_ktest@xe_dma_buf.html> +1 other test skip * igt@xe_live_ktest@xe_migrate: * bat-bmg-1: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-1/igt@xe_live_ktest@xe_migrate.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-1/igt@xe_live_ktest@xe_migrate.html> +2 other tests skip Warnings * igt@xe_live_ktest@xe_bo: * bat-bmg-2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-2/igt@xe_live_ktest@xe_bo.html> (Intel XE#2874<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874> / Intel XE#2998<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-2/igt@xe_live_ktest@xe_bo.html> Known issues Here are the changes found in XEIGTPW_11977_BAT that come from known issues: IGT changes Issues hit * igt@core_hotunplug@unbind-rebind: * bat-adlp-7: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@core_hotunplug@unbind-rebind.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@core_hotunplug@unbind-rebind.html> (Intel XE#2871<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2871>) * igt@kms_psr@psr-cursor-plane-move: * bat-adlp-7: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +3 other tests skip * igt@kms_psr@psr-primary-page-flip@edp-1: * bat-adlp-7: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html> -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html> (Intel XE#2871<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2871>) +1 other test dmesg-fail * igt@xe_live_ktest@xe_bo: * bat-adlp-vf: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>) +2 other tests skip * igt@xe_live_ktest@xe_migrate: * bat-dg2-oem2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>) +2 other tests skip Possible fixes * igt@kms_frontbuffer_tracking@basic: * bat-adlp-7: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html> (Intel XE#1861<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html> Warnings * igt@kms_dsc@dsc-basic: * bat-lnl-1: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-lnl-1/igt@kms_dsc@dsc-basic.html> (Intel XE#599<https://gitlab.freedesktop.org/drm/xe/kernel/issues/599>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-lnl-1/igt@kms_dsc@dsc-basic.html> (Intel XE#2244<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244>) Build changes * IGT: IGT_8082 -> IGTPW_11977 * Linux: xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 -> xe-2121-1feef4b713e6db15f3fb2ec11e8ce4a77892e731 IGTPW_11977: b803c3441a28e44c48cda92ad5c2d83c31f8d6c2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8082: c8379ec8b26f3c21bae5473706b23da78bd26ffa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52: beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 xe-2121-1feef4b713e6db15f3fb2ec11e8ce4a77892e731: 1feef4b713e6db15f3fb2ec11e8ce4a77892e731 [-- Attachment #2: Type: text/html, Size: 12108 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ✗ CI.xeBAT: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities 2024-10-28 13:39 ` Hung, Alex @ 2024-10-29 17:27 ` Kamil Konieczny 0 siblings, 0 replies; 16+ messages in thread From: Kamil Konieczny @ 2024-10-29 17:27 UTC (permalink / raw) To: igt-dev@lists.freedesktop.org; +Cc: Alex Hung, I915-ci-infra Hi Alex, On 2024-10-28 at 13:39:55 +0000, Hung, Alex wrote: > [AMD Official Use Only - AMD Internal Distribution Only] > > Hi Kamil or maintainers, > > The CI.xeBAT, CI.xeFULL and Fi.CI.BAT failures seem to be false positives > because "Possible new issues" are not related to what was changed (i.e. amd_hdmi_compliance). > > Can you retrigger the CI tests or is it safe to ignore them? > > Thanks, > Alex imho you do not need a second run, you could just replay with Cc to address given below: I915-ci-infra@lists.freedesktop.org that you did not touch any files outside amdgpu, so all reported failures are unrelated. Regards, Kamil > ________________________________ > From: Patchwork <patchwork@emeril.freedesktop.org> > Sent: 24 October 2024 17:25 > To: Hung, Alex <Alex.Hung@amd.com> > Cc: igt-dev@lists.freedesktop.org <igt-dev@lists.freedesktop.org> > Subject: ✗ CI.xeBAT: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities > > Patch Details > Series: series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities > URL: https://patchwork.freedesktop.org/series/140459/ > State: failure > Details: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/index.html > CI Bug Log - changes from XEIGT_8082_BAT -> XEIGTPW_11977_BAT > Summary > > FAILURE > > Serious unknown changes coming with XEIGTPW_11977_BAT absolutely need to be > verified manually. > > If you think the reported changes have nothing to do with the changes > introduced in XEIGTPW_11977_BAT, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them > to document this new failure mode, which will reduce false positives in CI. > > Participating hosts (9 -> 9) > > No changes in participating hosts > > Possible new issues > > Here are the unknown changes that may have been introduced in XEIGTPW_11977_BAT: > > IGT changes > Possible regressions > > * igt@xe_exec_fault_mode@twice-invalid-fault: > > * bat-lnl-1: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-lnl-1/igt@xe_exec_fault_mode@twice-invalid-fault.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-lnl-1/igt@xe_exec_fault_mode@twice-invalid-fault.html> > * igt@xe_exec_fault_mode@twice-invalid-userptr-fault: > > * bat-pvc-2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-pvc-2/igt@xe_exec_fault_mode@twice-invalid-userptr-fault.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-pvc-2/igt@xe_exec_fault_mode@twice-invalid-userptr-fault.html> > * igt@xe_exec_reset@cm-close-fd-no-exec: > > * bat-adlp-vf: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-vf/igt@xe_exec_reset@cm-close-fd-no-exec.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-vf/igt@xe_exec_reset@cm-close-fd-no-exec.html> > * bat-bmg-2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-2/igt@xe_exec_reset@cm-close-fd-no-exec.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-2/igt@xe_exec_reset@cm-close-fd-no-exec.html> > * bat-bmg-1: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-1/igt@xe_exec_reset@cm-close-fd-no-exec.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-1/igt@xe_exec_reset@cm-close-fd-no-exec.html> > * bat-dg2-oem2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-dg2-oem2/igt@xe_exec_reset@cm-close-fd-no-exec.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-dg2-oem2/igt@xe_exec_reset@cm-close-fd-no-exec.html> > * igt@xe_exec_threads@threads-mixed-basic: > > * bat-adlp-7: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@xe_exec_threads@threads-mixed-basic.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@xe_exec_threads@threads-mixed-basic.html> > * bat-atsm-2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-atsm-2/igt@xe_exec_threads@threads-mixed-basic.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-atsm-2/igt@xe_exec_threads@threads-mixed-basic.html> > * igt@xe_live_ktest@xe_dma_buf: > > * bat-bmg-2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-2/igt@xe_live_ktest@xe_dma_buf.html> +1 other test skip > * igt@xe_live_ktest@xe_migrate: > > * bat-bmg-1: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-1/igt@xe_live_ktest@xe_migrate.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-1/igt@xe_live_ktest@xe_migrate.html> +2 other tests skip > > Warnings > > * igt@xe_live_ktest@xe_bo: > * bat-bmg-2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-bmg-2/igt@xe_live_ktest@xe_bo.html> (Intel XE#2874<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2874> / Intel XE#2998<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2998>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-bmg-2/igt@xe_live_ktest@xe_bo.html> > > Known issues > > Here are the changes found in XEIGTPW_11977_BAT that come from known issues: > > IGT changes > Issues hit > > * igt@core_hotunplug@unbind-rebind: > > * bat-adlp-7: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@core_hotunplug@unbind-rebind.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@core_hotunplug@unbind-rebind.html> (Intel XE#2871<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2871>) > * igt@kms_psr@psr-cursor-plane-move: > > * bat-adlp-7: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@kms_psr@psr-cursor-plane-move.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +3 other tests skip > * igt@kms_psr@psr-primary-page-flip@edp-1: > > * bat-adlp-7: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html> -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@kms_psr@psr-primary-page-flip@edp-1.html> (Intel XE#2871<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2871>) +1 other test dmesg-fail > * igt@xe_live_ktest@xe_bo: > > * bat-adlp-vf: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>) +2 other tests skip > * igt@xe_live_ktest@xe_migrate: > > * bat-dg2-oem2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>) +2 other tests skip > > Possible fixes > > * igt@kms_frontbuffer_tracking@basic: > * bat-adlp-7: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html> (Intel XE#1861<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1861>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html> > > Warnings > > * igt@kms_dsc@dsc-basic: > * bat-lnl-1: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/bat-lnl-1/igt@kms_dsc@dsc-basic.html> (Intel XE#599<https://gitlab.freedesktop.org/drm/xe/kernel/issues/599>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/bat-lnl-1/igt@kms_dsc@dsc-basic.html> (Intel XE#2244<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244>) > > Build changes > > * IGT: IGT_8082 -> IGTPW_11977 > * Linux: xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 -> xe-2121-1feef4b713e6db15f3fb2ec11e8ce4a77892e731 > > IGTPW_11977: b803c3441a28e44c48cda92ad5c2d83c31f8d6c2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > IGT_8082: c8379ec8b26f3c21bae5473706b23da78bd26ffa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git > xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52: beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 > xe-2121-1feef4b713e6db15f3fb2ec11e8ce4a77892e731: 1feef4b713e6db15f3fb2ec11e8ce4a77892e731 ^ permalink raw reply [flat|nested] 16+ messages in thread
* ✗ CI.xeFULL: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities 2024-10-24 21:03 [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities Alex Hung ` (5 preceding siblings ...) 2024-10-24 23:25 ` ✗ CI.xeBAT: " Patchwork @ 2024-10-26 7:09 ` Patchwork 2024-10-29 12:14 ` Patchwork 2024-10-29 16:01 ` [PATCH 1/5] " Rodrigo Siqueira Jordao 8 siblings, 0 replies; 16+ messages in thread From: Patchwork @ 2024-10-26 7:09 UTC (permalink / raw) To: Alex Hung; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 88157 bytes --] == Series Details == Series: series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities URL : https://patchwork.freedesktop.org/series/140459/ State : failure == Summary == CI Bug Log - changes from XEIGT_8082_full -> XEIGTPW_11977_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11977_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11977_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11977_full: ### IGT changes ### #### Possible regressions #### * igt@kms_flip@2x-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3: - shard-bmg: [PASS][1] -> [INCOMPLETE][2] +2 other tests incomplete [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_flip@2x-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_flip@2x-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4: - shard-dg2-set2: NOTRUN -> [FAIL][3] [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4.html * igt@xe_evict@evict-beng-cm-threads-large-multi-vm: - shard-dg2-set2: [PASS][4] -> [DMESG-WARN][5] +9 other tests dmesg-warn [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-434/igt@xe_evict@evict-beng-cm-threads-large-multi-vm.html [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@xe_evict@evict-beng-cm-threads-large-multi-vm.html * igt@xe_exec_balancer@many-cm-parallel-basic: - shard-bmg: [PASS][6] -> [DMESG-WARN][7] +14 other tests dmesg-warn [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@xe_exec_balancer@many-cm-parallel-basic.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-3/igt@xe_exec_balancer@many-cm-parallel-basic.html * igt@xe_exec_threads@threads-hang-userptr-rebind-err: - shard-lnl: [PASS][8] -> [DMESG-WARN][9] +15 other tests dmesg-warn [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-6/igt@xe_exec_threads@threads-hang-userptr-rebind-err.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@xe_exec_threads@threads-hang-userptr-rebind-err.html #### Warnings #### * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-lnl: [SKIP][10] ([Intel XE#599]) -> [SKIP][11] +14 other tests skip [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-bmg: [FAIL][12] ([Intel XE#2364]) -> [DMESG-FAIL][13] [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@xe_evict@evict-beng-large-multi-vm-cm.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-5/igt@xe_evict@evict-beng-large-multi-vm-cm.html - shard-dg2-set2: [FAIL][14] ([Intel XE#1600]) -> [DMESG-FAIL][15] [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@xe_evict@evict-beng-large-multi-vm-cm.html [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@xe_evict@evict-beng-large-multi-vm-cm.html Known issues ------------ Here are the changes found in XEIGTPW_11977_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_atomic_transition@modeset-transition-nonblocking: - shard-lnl: [PASS][16] -> [FAIL][17] ([Intel XE#1701]) +1 other test fail [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-8/igt@kms_atomic_transition@modeset-transition-nonblocking.html [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@kms_atomic_transition@modeset-transition-nonblocking.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-bmg: [PASS][18] -> [FAIL][19] ([Intel XE#1426]) +1 other test fail [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#2351] / [Intel XE#2890]) [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-dg2-set2: [PASS][21] -> [SKIP][22] ([Intel XE#2890]) +1 other test skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-433/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html - shard-bmg: [PASS][23] -> [SKIP][24] ([Intel XE#2231]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#1407]) [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#1124]) +1 other test skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#1124]) +3 other tests skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#2191]) [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#2423] / [i915#2575]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_bw@linear-tiling-4-displays-2560x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][30] ([Intel XE#367]) +1 other test skip [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#455] / [Intel XE#787]) +8 other tests skip [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#2669]) +3 other tests skip [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1.html * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs: - shard-lnl: NOTRUN -> [SKIP][33] ([Intel XE#2887]) +1 other test skip [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-3/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [FAIL][34] ([Intel XE#616]) +8 other tests fail [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][35] ([Intel XE#787]) +34 other tests skip [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs: - shard-dg2-set2: [PASS][36] -> [INCOMPLETE][37] ([Intel XE#1195] / [Intel XE#1727]) [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][38] ([Intel XE#1195] / [Intel XE#2692]) [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4: - shard-dg2-set2: [PASS][39] -> [DMESG-WARN][40] ([Intel XE#3113]) [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html * igt@kms_chamelium_color@ctm-0-50: - shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#306]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#373]) +3 other tests skip [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#373]) +2 other tests skip [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_cursor_crc@cursor-offscreen-128x42: - shard-lnl: NOTRUN -> [SKIP][44] ([Intel XE#1424]) +2 other tests skip [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-128x42.html * igt@kms_cursor_crc@cursor-sliding-128x128: - shard-dg2-set2: [PASS][45] -> [SKIP][46] ([Intel XE#2423] / [i915#2575]) +9 other tests skip [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@kms_cursor_crc@cursor-sliding-128x128.html [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_cursor_crc@cursor-sliding-128x128.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#308]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-bmg: [PASS][48] -> [DMESG-WARN][49] ([Intel XE#877]) [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions: - shard-lnl: [PASS][50] -> [FAIL][51] ([Intel XE#1541]) [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-8/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions.html [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2-set2: NOTRUN -> [SKIP][52] ([Intel XE#455]) +5 other tests skip [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@kms_dsc@dsc-with-bpc.html * igt@kms_feature_discovery@chamelium: - shard-dg2-set2: NOTRUN -> [SKIP][53] ([Intel XE#701]) [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@psr2: - shard-dg2-set2: NOTRUN -> [SKIP][54] ([Intel XE#1135]) [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-dg2-set2: [PASS][55] -> [INCOMPLETE][56] ([Intel XE#1195]) +5 other tests incomplete [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-434/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html - shard-bmg: [PASS][57] -> [INCOMPLETE][58] ([Intel XE#2635]) [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3: - shard-bmg: [PASS][59] -> [FAIL][60] ([Intel XE#301]) +1 other test fail [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3.html [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4: - shard-dg2-set2: NOTRUN -> [FAIL][61] ([Intel XE#301]) +4 other tests fail [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4.html * igt@kms_flip@2x-flip-vs-wf_vblank: - shard-lnl: NOTRUN -> [SKIP][62] ([Intel XE#1421]) +1 other test skip [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@2x-flip-vs-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][63] ([Intel XE#1195]) +2 other tests incomplete [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank@a-edp1: - shard-lnl: [PASS][64] -> [FAIL][65] ([Intel XE#886]) +8 other tests fail [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-7/igt@kms_flip@flip-vs-absolute-wf_vblank@a-edp1.html [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@kms_flip@flip-vs-absolute-wf_vblank@a-edp1.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1: - shard-lnl: NOTRUN -> [FAIL][66] ([Intel XE#886]) +2 other tests fail [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6: - shard-dg2-set2: [PASS][67] -> [FAIL][68] ([Intel XE#301]) [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html * igt@kms_flip@flip-vs-rmfb-interruptible: - shard-dg2-set2: [PASS][69] -> [INCOMPLETE][70] ([Intel XE#1195] / [Intel XE#2049]) [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@kms_flip@flip-vs-rmfb-interruptible.html [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@flip-vs-rmfb-interruptible.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-lnl: NOTRUN -> [SKIP][71] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#1401]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2-set2: NOTRUN -> [SKIP][73] ([i915#5274]) [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render: - shard-lnl: NOTRUN -> [SKIP][74] ([Intel XE#656]) +7 other tests skip [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#651]) +12 other tests skip [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-dg2-set2: [PASS][76] -> [SKIP][77] ([Intel XE#2351] / [Intel XE#2890]) +3 other tests skip [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-plflip-blt: - shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#651]) +1 other test skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#653]) +17 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#2927]) [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2-set2: NOTRUN -> [SKIP][81] ([Intel XE#356]) [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-lnl: NOTRUN -> [SKIP][82] ([Intel XE#309]) [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d: - shard-dg2-set2: NOTRUN -> [SKIP][83] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b: - shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#2763]) +7 other tests skip [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b: - shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#2763]) +5 other tests skip [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b.html * igt@kms_pm_dc@dc5-psr: - shard-dg2-set2: NOTRUN -> [SKIP][86] ([Intel XE#1129]) [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-dg2-set2: NOTRUN -> [SKIP][87] ([Intel XE#908]) [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-lnl: [PASS][88] -> [FAIL][89] ([Intel XE#1430]) [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_pm_dc@dc6-psr.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - shard-lnl: NOTRUN -> [SKIP][90] ([Intel XE#2893]) [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - shard-dg2-set2: NOTRUN -> [SKIP][91] ([Intel XE#1489]) +3 other tests skip [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#1128]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr2-cursor-blt@edp-1: - shard-lnl: [PASS][93] -> [FAIL][94] ([Intel XE#2948]) +3 other tests fail [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-1/igt@kms_psr@fbc-psr2-cursor-blt@edp-1.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@kms_psr@fbc-psr2-cursor-blt@edp-1.html * igt@kms_psr@psr-cursor-render@edp-1: - shard-lnl: [PASS][95] -> [FAIL][96] ([Intel XE#2808]) +1 other test fail [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_psr@psr-cursor-render@edp-1.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@kms_psr@psr-cursor-render@edp-1.html * igt@kms_psr@psr-dpms: - shard-dg2-set2: NOTRUN -> [SKIP][97] ([Intel XE#2850] / [Intel XE#929]) +9 other tests skip [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_psr@psr-dpms.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-lnl: NOTRUN -> [SKIP][98] ([Intel XE#1437]) [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_setmode@basic: - shard-bmg: [PASS][99] -> [SKIP][100] ([Intel XE#3007]) +9 other tests skip [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_setmode@basic.html [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_setmode@basic.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1: - shard-lnl: [PASS][101] -> [FAIL][102] ([Intel XE#899]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [PASS][103] -> [FAIL][104] ([Intel XE#2159]) +1 other test fail [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@xe_compute_preempt@compute-preempt-many: - shard-dg2-set2: NOTRUN -> [SKIP][105] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@xe_compute_preempt@compute-preempt-many.html * igt@xe_create@create-invalid-mbz: - shard-dg2-set2: NOTRUN -> [SKIP][106] ([Intel XE#1130]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_create@create-invalid-mbz.html * igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue: - shard-lnl: [PASS][107] -> [FAIL][108] ([Intel XE#2667]) [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html * igt@xe_eudebug_online@interrupt-all-set-breakpoint: - shard-lnl: NOTRUN -> [SKIP][109] ([Intel XE#2905]) +1 other test skip [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@xe_eudebug_online@interrupt-all-set-breakpoint.html * igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram: - shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#2905]) +3 other tests skip [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][111] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#402]) [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_evict@evict-cm-threads-small: - shard-lnl: NOTRUN -> [SKIP][112] ([Intel XE#688]) [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@xe_evict@evict-cm-threads-small.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][113] ([Intel XE#1195] / [Intel XE#1473]) [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [PASS][114] -> [INCOMPLETE][115] ([Intel XE#1195] / [Intel XE#1473]) [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-small.html [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_evict@evict-threads-large: - shard-bmg: [PASS][116] -> [INCOMPLETE][117] ([Intel XE#1473]) +1 other test incomplete [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-4/igt@xe_evict@evict-threads-large.html [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-4/igt@xe_evict@evict-threads-large.html * igt@xe_exec_basic@multigpu-no-exec-null-rebind: - shard-lnl: NOTRUN -> [SKIP][118] ([Intel XE#1392]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-3/igt@xe_exec_basic@multigpu-no-exec-null-rebind.html * igt@xe_exec_basic@once-null: - shard-bmg: [PASS][119] -> [SKIP][120] ([Intel XE#1130]) +17 other tests skip [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@xe_exec_basic@once-null.html [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_exec_basic@once-null.html * igt@xe_exec_fault_mode@twice-invalid-userptr-fault: - shard-lnl: [PASS][121] -> [DMESG-WARN][122] ([Intel XE#3230]) [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-7/igt@xe_exec_fault_mode@twice-invalid-userptr-fault.html [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@xe_exec_fault_mode@twice-invalid-userptr-fault.html * igt@xe_exec_fault_mode@twice-userptr-prefetch: - shard-dg2-set2: NOTRUN -> [SKIP][123] ([Intel XE#288]) +13 other tests skip [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@xe_exec_fault_mode@twice-userptr-prefetch.html * igt@xe_exec_threads@threads-hang-shared-vm-rebind: - shard-dg2-set2: [PASS][124] -> [DMESG-WARN][125] ([Intel XE#358]) +6 other tests dmesg-warn [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@xe_exec_threads@threads-hang-shared-vm-rebind.html [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_exec_threads@threads-hang-shared-vm-rebind.html * igt@xe_exec_threads@threads-mixed-basic: - shard-bmg: [PASS][126] -> [DMESG-WARN][127] ([Intel XE#3230]) [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@xe_exec_threads@threads-mixed-basic.html [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_exec_threads@threads-mixed-basic.html - shard-dg2-set2: [PASS][128] -> [DMESG-WARN][129] ([Intel XE#3230]) [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-434/igt@xe_exec_threads@threads-mixed-basic.html [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@xe_exec_threads@threads-mixed-basic.html * igt@xe_live_ktest@xe_bo: - shard-lnl: [PASS][130] -> [SKIP][131] ([Intel XE#1192]) [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-3/igt@xe_live_ktest@xe_bo.html [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@xe_live_ktest@xe_bo.html * igt@xe_oa@invalid-remove-userspace-config: - shard-dg2-set2: NOTRUN -> [SKIP][132] ([Intel XE#2541]) +2 other tests skip [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@xe_oa@invalid-remove-userspace-config.html * igt@xe_pat@pat-index-xehpc: - shard-lnl: NOTRUN -> [SKIP][133] ([Intel XE#1420] / [Intel XE#2838]) [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-3/igt@xe_pat@pat-index-xehpc.html * igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p: - shard-dg2-set2: NOTRUN -> [FAIL][134] ([Intel XE#1173]) +1 other test fail [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html * igt@xe_pm@d3hot-basic-exec: - shard-lnl: [PASS][135] -> [DMESG-WARN][136] ([Intel XE#3184]) +2 other tests dmesg-warn [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-3/igt@xe_pm@d3hot-basic-exec.html [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@xe_pm@d3hot-basic-exec.html * igt@xe_pm@s3-d3cold-basic-exec: - shard-dg2-set2: NOTRUN -> [SKIP][137] ([Intel XE#2284] / [Intel XE#366]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@xe_pm@s3-d3cold-basic-exec.html * igt@xe_pm@s4-basic: - shard-lnl: [PASS][138] -> [ABORT][139] ([Intel XE#1358] / [Intel XE#1607]) [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@xe_pm@s4-basic.html [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@xe_pm@s4-basic.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [PASS][140] -> [FAIL][141] ([Intel XE#958]) [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-6/igt@xe_pm_residency@toggle-gt-c6.html [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@xe_pm_residency@toggle-gt-c6.html * igt@xe_query@multigpu-query-config: - shard-dg2-set2: NOTRUN -> [SKIP][142] ([Intel XE#944]) +2 other tests skip [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@xe_query@multigpu-query-config.html * igt@xe_query@multigpu-query-gt-list: - shard-lnl: NOTRUN -> [SKIP][143] ([Intel XE#944]) [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@xe_query@multigpu-query-gt-list.html * igt@xe_vm@large-binds-8388608: - shard-dg2-set2: [PASS][144] -> [SKIP][145] ([Intel XE#1130]) +12 other tests skip [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@xe_vm@large-binds-8388608.html [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_vm@large-binds-8388608.html #### Possible fixes #### * igt@intel_hwmon@hwmon-write: - shard-bmg: [SKIP][146] ([Intel XE#2231] / [Intel XE#2890]) -> [PASS][147] [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@intel_hwmon@hwmon-write.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-5/igt@intel_hwmon@hwmon-write.html - shard-dg2-set2: [SKIP][148] ([Intel XE#2890]) -> [PASS][149] +1 other test pass [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@intel_hwmon@hwmon-write.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@intel_hwmon@hwmon-write.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear: - shard-lnl: [FAIL][150] ([Intel XE#911]) -> [PASS][151] +3 other tests pass [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-bmg: [SKIP][152] ([Intel XE#2231]) -> [PASS][153] [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-8bpp-rotate-180: - shard-lnl: [FAIL][154] ([Intel XE#1659]) -> [PASS][155] [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_big_fb@linear-8bpp-rotate-180.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_big_fb@linear-8bpp-rotate-180.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs: - shard-dg2-set2: [INCOMPLETE][156] ([Intel XE#1195] / [Intel XE#1727]) -> [PASS][157] [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4: - shard-dg2-set2: [INCOMPLETE][158] ([Intel XE#1195] / [Intel XE#3113]) -> [PASS][159] [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4.html [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4.html * igt@kms_cursor_edge_walk@128x128-right-edge: - shard-lnl: [DMESG-WARN][160] ([Intel XE#2055]) -> [PASS][161] +1 other test pass [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_cursor_edge_walk@128x128-right-edge.html [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_cursor_edge_walk@128x128-right-edge.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-bmg: [DMESG-WARN][162] ([Intel XE#2791] / [Intel XE#877]) -> [PASS][163] [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@torture-move@pipe-b: - shard-dg2-set2: [DMESG-WARN][164] -> [PASS][165] +1 other test pass [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_cursor_legacy@torture-move@pipe-b.html [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_cursor_legacy@torture-move@pipe-b.html * igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3: - shard-bmg: [FAIL][166] ([Intel XE#301]) -> [PASS][167] [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html * igt@kms_flip@flip-vs-expired-vblank: - shard-lnl: [FAIL][168] ([Intel XE#301] / [Intel XE#3149] / [Intel XE#886]) -> [PASS][169] [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank.html [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank.html * igt@kms_flip@flip-vs-expired-vblank@a-edp1: - shard-lnl: [FAIL][170] ([Intel XE#301]) -> [PASS][171] [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html * igt@kms_flip@flip-vs-expired-vblank@c-edp1: - shard-lnl: [FAIL][172] ([Intel XE#3149] / [Intel XE#886]) -> [PASS][173] [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html * igt@kms_flip@flip-vs-suspend: - shard-dg2-set2: [INCOMPLETE][174] ([Intel XE#1195] / [Intel XE#2049] / [Intel XE#2597]) -> [PASS][175] [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-464/igt@kms_flip@flip-vs-suspend.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@b-dp4: - shard-dg2-set2: [INCOMPLETE][176] ([Intel XE#1195]) -> [PASS][177] [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-464/igt@kms_flip@flip-vs-suspend@b-dp4.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@flip-vs-suspend@b-dp4.html * igt@kms_flip@nonexisting-fb: - shard-bmg: [SKIP][178] ([Intel XE#3007]) -> [PASS][179] +13 other tests pass [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_flip@nonexisting-fb.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_flip@nonexisting-fb.html - shard-dg2-set2: [SKIP][180] ([Intel XE#2423] / [i915#2575]) -> [PASS][181] +14 other tests pass [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_flip@nonexisting-fb.html [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_flip@nonexisting-fb.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1: - shard-lnl: [FAIL][182] ([Intel XE#886]) -> [PASS][183] +5 other tests pass [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-3/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [FAIL][184] ([Intel XE#3217]) -> [PASS][185] [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_pm_dc@dc5-dpms: - shard-lnl: [FAIL][186] ([Intel XE#718]) -> [PASS][187] [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@kms_pm_dc@dc5-dpms.html * igt@kms_psr@psr2-cursor-plane-onoff: - shard-lnl: [FAIL][188] ([Intel XE#2948]) -> [PASS][189] +1 other test pass [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_psr@psr2-cursor-plane-onoff.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@kms_psr@psr2-cursor-plane-onoff.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1: - shard-lnl: [FAIL][190] ([Intel XE#899]) -> [PASS][191] [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html * igt@xe_evict@evict-beng-threads-large: - shard-bmg: [FAIL][192] ([Intel XE#1000]) -> [PASS][193] [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@xe_evict@evict-beng-threads-large.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-3/igt@xe_evict@evict-beng-threads-large.html * igt@xe_exec_compute_mode@many-bindexecqueue-userptr-invalidate-race: - shard-lnl: [FAIL][194] ([Intel XE#2754]) -> [PASS][195] [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-2/igt@xe_exec_compute_mode@many-bindexecqueue-userptr-invalidate-race.html [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@xe_exec_compute_mode@many-bindexecqueue-userptr-invalidate-race.html * igt@xe_exec_compute_mode@many-execqueues-basic: - shard-dg2-set2: [SKIP][196] ([Intel XE#1130]) -> [PASS][197] +15 other tests pass [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@xe_exec_compute_mode@many-execqueues-basic.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@xe_exec_compute_mode@many-execqueues-basic.html * igt@xe_exec_reset@parallel-gt-reset: - shard-dg2-set2: [TIMEOUT][198] ([Intel XE#2105]) -> [PASS][199] [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@xe_exec_reset@parallel-gt-reset.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@xe_exec_reset@parallel-gt-reset.html * igt@xe_pm@s4-vm-bind-unbind-all: - shard-lnl: [ABORT][200] ([Intel XE#1794]) -> [PASS][201] [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-2/igt@xe_pm@s4-vm-bind-unbind-all.html [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@xe_pm@s4-vm-bind-unbind-all.html * igt@xe_vm@bind-once: - shard-bmg: [SKIP][202] ([Intel XE#1130]) -> [PASS][203] +19 other tests pass [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@xe_vm@bind-once.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-2/igt@xe_vm@bind-once.html #### Warnings #### * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-bmg: [SKIP][204] ([Intel XE#2327]) -> [SKIP][205] ([Intel XE#2231] / [Intel XE#2890]) [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-7/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-bmg: [SKIP][206] ([Intel XE#2327]) -> [SKIP][207] ([Intel XE#2231]) [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-7/igt@kms_big_fb@linear-8bpp-rotate-270.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_big_fb@linear-8bpp-rotate-270.html - shard-dg2-set2: [SKIP][208] ([Intel XE#316]) -> [SKIP][209] ([Intel XE#2890]) [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-433/igt@kms_big_fb@linear-8bpp-rotate-270.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-32bpp-rotate-180: - shard-bmg: [SKIP][210] ([Intel XE#2231]) -> [SKIP][211] ([Intel XE#1124]) [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-2/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html - shard-dg2-set2: [SKIP][212] ([Intel XE#2890]) -> [SKIP][213] ([Intel XE#1124]) [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html * igt@kms_big_fb@y-tiled-addfb: - shard-bmg: [SKIP][214] ([Intel XE#2231]) -> [SKIP][215] ([Intel XE#2328]) [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_big_fb@y-tiled-addfb.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-8/igt@kms_big_fb@y-tiled-addfb.html - shard-dg2-set2: [SKIP][216] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][217] ([Intel XE#619]) [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_big_fb@y-tiled-addfb.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-bmg: [SKIP][218] ([Intel XE#367]) -> [SKIP][219] ([Intel XE#3007]) [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-7/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_bw@linear-tiling-4-displays-3840x2160p: - shard-bmg: [SKIP][220] ([Intel XE#3007]) -> [SKIP][221] ([Intel XE#367]) [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-8/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html - shard-dg2-set2: [SKIP][222] ([Intel XE#2423] / [i915#2575]) -> [SKIP][223] ([Intel XE#367]) [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs: - shard-bmg: [SKIP][224] ([Intel XE#2887]) -> [SKIP][225] ([Intel XE#2231] / [Intel XE#2890]) [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html - shard-dg2-set2: [SKIP][226] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][227] ([Intel XE#2890]) [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs: - shard-bmg: [SKIP][228] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][229] ([Intel XE#2887]) [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-1/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html - shard-dg2-set2: [SKIP][230] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][231] ([Intel XE#455] / [Intel XE#787]) [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html * igt@kms_cdclk@mode-transition: - shard-lnl: [SKIP][232] ([Intel XE#314] / [Intel XE#599]) -> [SKIP][233] ([Intel XE#314]) [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-8/igt@kms_cdclk@mode-transition.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@kms_cdclk@mode-transition.html * igt@kms_chamelium_audio@dp-audio-edid: - shard-bmg: [SKIP][234] ([Intel XE#2252]) -> [SKIP][235] ([Intel XE#3007]) [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@kms_chamelium_audio@dp-audio-edid.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_chamelium_audio@dp-audio-edid.html - shard-dg2-set2: [SKIP][236] ([Intel XE#373]) -> [SKIP][237] ([Intel XE#2423] / [i915#2575]) [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_chamelium_audio@dp-audio-edid.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_chamelium_audio@dp-audio-edid.html * igt@kms_chamelium_frames@hdmi-crc-planes-random: - shard-bmg: [SKIP][238] ([Intel XE#3007]) -> [SKIP][239] ([Intel XE#2252]) [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_chamelium_frames@hdmi-crc-planes-random.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_chamelium_frames@hdmi-crc-planes-random.html - shard-dg2-set2: [SKIP][240] ([Intel XE#2423] / [i915#2575]) -> [SKIP][241] ([Intel XE#373]) [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_chamelium_frames@hdmi-crc-planes-random.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_chamelium_frames@hdmi-crc-planes-random.html * igt@kms_content_protection@dp-mst-type-0: - shard-bmg: [SKIP][242] ([Intel XE#2390]) -> [SKIP][243] ([Intel XE#3007]) [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-4/igt@kms_content_protection@dp-mst-type-0.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_content_protection@dp-mst-type-0.html - shard-dg2-set2: [SKIP][244] ([Intel XE#307]) -> [SKIP][245] ([Intel XE#2423] / [i915#2575]) +1 other test skip [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@kms_content_protection@dp-mst-type-0.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic-type-1: - shard-dg2-set2: [SKIP][246] ([Intel XE#2423] / [i915#2575]) -> [SKIP][247] ([Intel XE#455]) [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_content_protection@lic-type-1.html [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@kms_content_protection@lic-type-1.html - shard-bmg: [SKIP][248] ([Intel XE#3007]) -> [SKIP][249] ([Intel XE#2341]) [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_content_protection@lic-type-1.html [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-2/igt@kms_content_protection@lic-type-1.html * igt@kms_cursor_crc@cursor-onscreen-64x21: - shard-bmg: [SKIP][250] ([Intel XE#2320]) -> [SKIP][251] ([Intel XE#3007]) [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-64x21.html [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_cursor_crc@cursor-onscreen-64x21.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-lnl: [SKIP][252] ([Intel XE#1508] / [Intel XE#599]) -> [SKIP][253] ([Intel XE#1508]) [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-1/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-bmg: [SKIP][254] ([Intel XE#2323]) -> [SKIP][255] ([Intel XE#3007]) [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-7/igt@kms_display_modes@mst-extended-mode-negative.html [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-lnl: [SKIP][256] ([Intel XE#599]) -> [SKIP][257] ([Intel XE#2244]) +6 other tests skip [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-3/igt@kms_dsc@dsc-with-bpc-formats.html [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2-set2: [SKIP][258] ([Intel XE#2890]) -> [SKIP][259] ([Intel XE#455]) [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_dsc@dsc-with-output-formats-with-bpc.html [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@kms_dsc@dsc-with-output-formats-with-bpc.html - shard-bmg: [SKIP][260] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][261] ([Intel XE#2244]) [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-2/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-bmg: [FAIL][262] ([Intel XE#301]) -> [SKIP][263] ([Intel XE#3007]) [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-dg2-set2: [FAIL][264] ([Intel XE#301]) -> [SKIP][265] ([Intel XE#2423] / [i915#2575]) [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@blocking-wf_vblank: - shard-lnl: [FAIL][266] ([Intel XE#886]) -> [FAIL][267] ([Intel XE#3255] / [Intel XE#886]) [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-6/igt@kms_flip@blocking-wf_vblank.html [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible: - shard-lnl: [FAIL][268] ([Intel XE#886]) -> [FAIL][269] ([Intel XE#3149] / [Intel XE#886]) [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1: - shard-lnl: [FAIL][270] ([Intel XE#3036]) -> [FAIL][271] ([Intel XE#886]) [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-7/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a6: - shard-dg2-set2: [FAIL][272] ([Intel XE#1204]) -> [FAIL][273] ([Intel XE#3267]) [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a6.html [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a6.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-bmg: [SKIP][274] ([Intel XE#2293] / [Intel XE#2380]) -> [SKIP][275] ([Intel XE#2231]) [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html - shard-dg2-set2: [SKIP][276] ([Intel XE#455]) -> [SKIP][277] ([Intel XE#2890]) [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt: - shard-dg2-set2: [SKIP][278] ([Intel XE#651]) -> [SKIP][279] ([Intel XE#2351] / [Intel XE#2890]) [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt.html [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-bmg: [SKIP][280] ([Intel XE#2311]) -> [SKIP][281] ([Intel XE#2231]) +1 other test skip [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render: - shard-bmg: [SKIP][282] ([Intel XE#2231]) -> [SKIP][283] ([Intel XE#2311]) +1 other test skip [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html - shard-dg2-set2: [SKIP][284] ([Intel XE#2890]) -> [SKIP][285] ([Intel XE#651]) +2 other tests skip [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render: - shard-bmg: [SKIP][286] ([Intel XE#2231]) -> [FAIL][287] ([Intel XE#2333]) [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt: - shard-bmg: [FAIL][288] ([Intel XE#2333]) -> [SKIP][289] ([Intel XE#2231] / [Intel XE#2890]) +2 other tests skip [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-bmg: [FAIL][290] ([Intel XE#2333]) -> [SKIP][291] ([Intel XE#2231]) [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt: - shard-bmg: [SKIP][292] ([Intel XE#2311]) -> [SKIP][293] ([Intel XE#2231] / [Intel XE#2890]) +3 other tests skip [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt.html [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt: - shard-bmg: [SKIP][294] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][295] ([Intel XE#2311]) [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt.html [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt: - shard-dg2-set2: [SKIP][296] ([Intel XE#651]) -> [SKIP][297] ([Intel XE#2890]) +4 other tests skip [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt.html [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: - shard-bmg: [SKIP][298] ([Intel XE#2313]) -> [SKIP][299] ([Intel XE#2231] / [Intel XE#2890]) +3 other tests skip [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt: - shard-bmg: [SKIP][300] ([Intel XE#2231]) -> [SKIP][301] ([Intel XE#2313]) +1 other test skip [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html - shard-dg2-set2: [SKIP][302] ([Intel XE#2890]) -> [SKIP][303] ([Intel XE#653]) +2 other tests skip [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: [SKIP][304] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][305] ([Intel XE#653]) [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move: - shard-dg2-set2: [SKIP][306] ([Intel XE#653]) -> [SKIP][307] ([Intel XE#2890]) +3 other tests skip [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move.html [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-render: - shard-bmg: [SKIP][308] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][309] ([Intel XE#2313]) +1 other test skip [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html * igt@kms_getfb@getfb2-accept-ccs: - shard-bmg: [SKIP][310] ([Intel XE#3007]) -> [SKIP][311] ([Intel XE#2340]) [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_getfb@getfb2-accept-ccs.html [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-8/igt@kms_getfb@getfb2-accept-ccs.html * igt@kms_hdr@invalid-metadata-sizes: - shard-lnl: [SKIP][312] ([Intel XE#1503] / [Intel XE#599]) -> [SKIP][313] ([Intel XE#1503]) +4 other tests skip [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_hdr@invalid-metadata-sizes.html [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_invalid_mode@clock-too-high: - shard-lnl: [SKIP][314] ([Intel XE#1450] / [Intel XE#2568] / [Intel XE#599]) -> [SKIP][315] ([Intel XE#1450] / [Intel XE#2568]) [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_invalid_mode@clock-too-high.html [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@kms_invalid_mode@clock-too-high.html * igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1: - shard-lnl: [SKIP][316] ([Intel XE#1450] / [Intel XE#599]) -> [SKIP][317] ([Intel XE#1450]) [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1.html [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-bmg: [SKIP][318] ([Intel XE#2231]) -> [SKIP][319] ([Intel XE#346]) [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_joiner@invalid-modeset-big-joiner.html [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_joiner@invalid-modeset-big-joiner.html - shard-dg2-set2: [SKIP][320] ([Intel XE#2890]) -> [SKIP][321] ([Intel XE#346]) [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_joiner@invalid-modeset-big-joiner.html [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_plane_lowres@tiling-yf: - shard-bmg: [SKIP][322] ([Intel XE#2393]) -> [SKIP][323] ([Intel XE#3007]) [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_plane_lowres@tiling-yf.html [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_plane_lowres@tiling-yf.html - shard-dg2-set2: [SKIP][324] ([Intel XE#455]) -> [SKIP][325] ([Intel XE#2423] / [i915#2575]) [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-433/igt@kms_plane_lowres@tiling-yf.html [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_plane_lowres@tiling-yf.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-bmg: [SKIP][326] ([Intel XE#1489]) -> [SKIP][327] ([Intel XE#2231]) [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html - shard-dg2-set2: [SKIP][328] ([Intel XE#1489]) -> [SKIP][329] ([Intel XE#2890]) [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-464/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - shard-dg2-set2: [SKIP][330] ([Intel XE#2890]) -> [SKIP][331] ([Intel XE#1489]) +1 other test skip [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf: - shard-bmg: [SKIP][332] ([Intel XE#2231]) -> [SKIP][333] ([Intel XE#1489]) +1 other test skip [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html * igt@kms_psr@fbc-pr-primary-render: - shard-bmg: [SKIP][334] ([Intel XE#2231]) -> [SKIP][335] ([Intel XE#2234] / [Intel XE#2850]) [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_psr@fbc-pr-primary-render.html [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_psr@fbc-pr-primary-render.html - shard-dg2-set2: [SKIP][336] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][337] ([Intel XE#2850] / [Intel XE#929]) [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_psr@fbc-pr-primary-render.html [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_psr@fbc-pr-primary-render.html * igt@kms_psr@pr-no-drrs: - shard-bmg: [SKIP][338] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][339] ([Intel XE#2234] / [Intel XE#2850]) [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_psr@pr-no-drrs.html [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-3/igt@kms_psr@pr-no-drrs.html - shard-dg2-set2: [SKIP][340] ([Intel XE#2890]) -> [SKIP][341] ([Intel XE#2850] / [Intel XE#929]) [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_psr@pr-no-drrs.html [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_psr@pr-no-drrs.html * igt@kms_psr@psr2-cursor-plane-onoff: - shard-dg2-set2: [SKIP][342] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][343] ([Intel XE#2890]) [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@kms_psr@psr2-cursor-plane-onoff.html [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_psr@psr2-cursor-plane-onoff.html - shard-bmg: [SKIP][344] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][345] ([Intel XE#2231] / [Intel XE#2890]) [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_psr@psr2-cursor-plane-onoff.html [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_psr@psr2-cursor-plane-onoff.html * igt@kms_scaling_modes@scaling-mode-none: - shard-lnl: [SKIP][346] ([Intel XE#2413] / [Intel XE#374] / [Intel XE#599]) -> [SKIP][347] ([Intel XE#2413] / [Intel XE#374]) [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-7/igt@kms_scaling_modes@scaling-mode-none.html [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_scaling_modes@scaling-mode-none.html * igt@kms_vrr@negative-basic: - shard-lnl: [SKIP][348] ([Intel XE#1499] / [Intel XE#599]) -> [SKIP][349] ([Intel XE#1499]) +2 other tests skip [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-6/igt@kms_vrr@negative-basic.html [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@kms_vrr@negative-basic.html * igt@xe_copy_basic@mem-copy-linear-0xfffe: - shard-dg2-set2: [SKIP][350] ([Intel XE#1123]) -> [SKIP][351] ([Intel XE#1130]) [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@xe_copy_basic@mem-copy-linear-0xfffe.html [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_copy_basic@mem-copy-linear-0xfffe.html * igt@xe_eudebug@discovery-empty-clients: - shard-bmg: [SKIP][352] ([Intel XE#2905]) -> [SKIP][353] ([Intel XE#1130]) [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@xe_eudebug@discovery-empty-clients.html [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_eudebug@discovery-empty-clients.html - shard-dg2-set2: [SKIP][354] ([Intel XE#2905]) -> [SKIP][355] ([Intel XE#1130]) [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@xe_eudebug@discovery-empty-clients.html [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_eudebug@discovery-empty-clients.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr: - shard-bmg: [SKIP][356] ([Intel XE#2322]) -> [SKIP][357] ([Intel XE#1130]) [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html * igt@xe_exec_fault_mode@many-execqueues-rebind: - shard-dg2-set2: [SKIP][358] ([Intel XE#288]) -> [SKIP][359] ([Intel XE#1130]) +2 other tests skip [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-434/igt@xe_exec_fault_mode@many-execqueues-rebind.html [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_exec_fault_mode@many-execqueues-rebind.html * igt@xe_exec_fault_mode@many-userptr-imm: - shard-dg2-set2: [SKIP][360] ([Intel XE#1130]) -> [SKIP][361] ([Intel XE#288]) +3 other tests skip [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@xe_exec_fault_mode@many-userptr-imm.html [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@xe_exec_fault_mode@many-userptr-imm.html * igt@xe_oa@missing-sample-flags: - shard-dg2-set2: [SKIP][362] ([Intel XE#2541]) -> [SKIP][363] ([Intel XE#1130]) [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-434/igt@xe_oa@missing-sample-flags.html [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_oa@missing-sample-flags.html * igt@xe_pat@pat-index-xelp: - shard-bmg: [SKIP][364] ([Intel XE#1130]) -> [SKIP][365] ([Intel XE#2237] / [Intel XE#2245]) [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@xe_pat@pat-index-xelp.html [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_pat@pat-index-xelp.html * igt@xe_pm@d3cold-mocs: - shard-bmg: [SKIP][366] ([Intel XE#1130]) -> [SKIP][367] ([Intel XE#2284]) [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@xe_pm@d3cold-mocs.html [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-4/igt@xe_pm@d3cold-mocs.html - shard-dg2-set2: [SKIP][368] ([Intel XE#1130]) -> [SKIP][369] ([Intel XE#2284]) [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@xe_pm@d3cold-mocs.html [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@xe_pm@d3cold-mocs.html * igt@xe_query@multigpu-query-uc-fw-version-huc: - shard-bmg: [SKIP][370] ([Intel XE#944]) -> [SKIP][371] ([Intel XE#1130]) [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@xe_query@multigpu-query-uc-fw-version-huc.html [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_query@multigpu-query-uc-fw-version-huc.html - shard-dg2-set2: [SKIP][372] ([Intel XE#944]) -> [SKIP][373] ([Intel XE#1130]) [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@xe_query@multigpu-query-uc-fw-version-huc.html [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_query@multigpu-query-uc-fw-version-huc.html [Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000 [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#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128 [Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1204]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420 [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#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430 [Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437 [Intel XE#1450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1450 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508 [Intel XE#1541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1541 [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#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [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#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [Intel XE#2055]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2055 [Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105 [Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2237]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2237 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [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#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2323 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [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#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351 [Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393 [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413 [Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#2568]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2568 [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2635]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635 [Intel XE#2667]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2667 [Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669 [Intel XE#2692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2692 [Intel XE#2754]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2754 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2791]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2791 [Intel XE#2808]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2808 [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890 [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#2948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2948 [Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#3036]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3036 [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#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113 [Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314 [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#3184]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184 [Intel XE#3217]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3217 [Intel XE#3230]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3230 [Intel XE#3255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3255 [Intel XE#3267]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3267 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/358 [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#374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/374 [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#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619 [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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701 [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908 [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#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 Build changes ------------- * IGT: IGT_8082 -> IGTPW_11977 * Linux: xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 -> xe-2121-1feef4b713e6db15f3fb2ec11e8ce4a77892e731 IGTPW_11977: b803c3441a28e44c48cda92ad5c2d83c31f8d6c2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8082: c8379ec8b26f3c21bae5473706b23da78bd26ffa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52: beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 xe-2121-1feef4b713e6db15f3fb2ec11e8ce4a77892e731: 1feef4b713e6db15f3fb2ec11e8ce4a77892e731 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/index.html [-- Attachment #2: Type: text/html, Size: 109300 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* ✗ CI.xeFULL: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities 2024-10-24 21:03 [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities Alex Hung ` (6 preceding siblings ...) 2024-10-26 7:09 ` ✗ CI.xeFULL: " Patchwork @ 2024-10-29 12:14 ` Patchwork 2024-10-29 16:01 ` [PATCH 1/5] " Rodrigo Siqueira Jordao 8 siblings, 0 replies; 16+ messages in thread From: Patchwork @ 2024-10-29 12:14 UTC (permalink / raw) To: Hung, Alex; +Cc: igt-dev [-- Attachment #1: Type: text/plain, Size: 88964 bytes --] == Series Details == Series: series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities URL : https://patchwork.freedesktop.org/series/140459/ State : failure == Summary == CI Bug Log - changes from XEIGT_8082_full -> XEIGTPW_11977_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with XEIGTPW_11977_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in XEIGTPW_11977_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them to document this new failure mode, which will reduce false positives in CI. Participating hosts (4 -> 4) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in XEIGTPW_11977_full: ### IGT changes ### #### Possible regressions #### * igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1: - shard-lnl: [PASS][1] -> [DMESG-WARN][2] +3 other tests dmesg-warn [1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-2/igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1.html [2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_cursor_crc@cursor-suspend@pipe-a-edp-1.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3: - shard-bmg: [PASS][3] -> [INCOMPLETE][4] +2 other tests incomplete [3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_flip@2x-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3.html [4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_flip@2x-absolute-wf_vblank-interruptible@bc-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4: - shard-dg2-set2: NOTRUN -> [FAIL][5] [5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank@bc-hdmi-a6-dp4.html * igt@xe_evict@evict-beng-cm-threads-large-multi-vm: - shard-dg2-set2: [PASS][6] -> [DMESG-WARN][7] +2 other tests dmesg-warn [6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-434/igt@xe_evict@evict-beng-cm-threads-large-multi-vm.html [7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@xe_evict@evict-beng-cm-threads-large-multi-vm.html #### Warnings #### * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-lnl: [SKIP][8] ([Intel XE#599]) -> [SKIP][9] +3 other tests skip [8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html [9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html Known issues ------------ Here are the changes found in XEIGTPW_11977_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@kms_atomic_transition@modeset-transition-nonblocking: - shard-lnl: [PASS][10] -> [FAIL][11] ([Intel XE#1701]) +1 other test fail [10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-8/igt@kms_atomic_transition@modeset-transition-nonblocking.html [11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@kms_atomic_transition@modeset-transition-nonblocking.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-bmg: [PASS][12] -> [FAIL][13] ([Intel XE#1426]) +1 other test fail [12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html [13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#2351] / [Intel XE#2890]) [14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip: - shard-dg2-set2: [PASS][15] -> [SKIP][16] ([Intel XE#2890]) +1 other test skip [15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-433/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html - shard-bmg: [PASS][17] -> [SKIP][18] ([Intel XE#2231]) +1 other test skip [17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html [18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html * igt@kms_big_fb@x-tiled-32bpp-rotate-90: - shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#1407]) [19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html * igt@kms_big_fb@yf-tiled-32bpp-rotate-0: - shard-lnl: NOTRUN -> [SKIP][20] ([Intel XE#1124]) +1 other test skip [20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip: - shard-dg2-set2: NOTRUN -> [SKIP][21] ([Intel XE#1124]) +3 other tests skip [21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html * igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#2191]) [22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#2423] / [i915#2575]) +1 other test skip [23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_bw@linear-tiling-4-displays-2560x1440p: - shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#367]) +1 other test skip [24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#455] / [Intel XE#787]) +8 other tests skip [25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html * igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1: - shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#2669]) +3 other tests skip [26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1.html * igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs: - shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#2887]) +1 other test skip [27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-3/igt@kms_ccs@crc-primary-basic-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6: - shard-dg2-set2: NOTRUN -> [FAIL][28] ([Intel XE#616]) +8 other tests fail [28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc@pipe-c-hdmi-a-6.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4: - shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#787]) +34 other tests skip [29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-b-dp-4.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs: - shard-dg2-set2: [PASS][30] -> [INCOMPLETE][31] ([Intel XE#1195] / [Intel XE#1727]) [30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html [31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][32] ([Intel XE#1195] / [Intel XE#2692]) [32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4: - shard-dg2-set2: [PASS][33] -> [DMESG-WARN][34] ([Intel XE#3113]) [33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html [34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs@pipe-a-dp-4.html * igt@kms_chamelium_color@ctm-0-50: - shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#306]) [35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_chamelium_color@ctm-0-50.html * igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats: - shard-dg2-set2: NOTRUN -> [SKIP][36] ([Intel XE#373]) +3 other tests skip [36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_chamelium_frames@hdmi-crc-nonplanar-formats.html * igt@kms_chamelium_hpd@vga-hpd-for-each-pipe: - shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#373]) +2 other tests skip [37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html * igt@kms_cursor_crc@cursor-offscreen-128x42: - shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#1424]) +2 other tests skip [38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-3/igt@kms_cursor_crc@cursor-offscreen-128x42.html * igt@kms_cursor_crc@cursor-sliding-128x128: - shard-dg2-set2: [PASS][39] -> [SKIP][40] ([Intel XE#2423] / [i915#2575]) +9 other tests skip [39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@kms_cursor_crc@cursor-sliding-128x128.html [40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_cursor_crc@cursor-sliding-128x128.html * igt@kms_cursor_crc@cursor-sliding-512x170: - shard-dg2-set2: NOTRUN -> [SKIP][41] ([Intel XE#308]) [41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_cursor_crc@cursor-sliding-512x170.html * igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size: - shard-bmg: [PASS][42] -> [DMESG-WARN][43] ([Intel XE#877]) [42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html [43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-4/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html * igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions: - shard-lnl: [PASS][44] -> [FAIL][45] ([Intel XE#1541]) [44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-8/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions.html [45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_cursor_legacy@short-flip-before-cursor-atomic-transitions.html * igt@kms_dsc@dsc-with-bpc: - shard-dg2-set2: NOTRUN -> [SKIP][46] ([Intel XE#455]) +5 other tests skip [46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@kms_dsc@dsc-with-bpc.html * igt@kms_feature_discovery@chamelium: - shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#701]) [47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_feature_discovery@chamelium.html * igt@kms_feature_discovery@psr2: - shard-dg2-set2: NOTRUN -> [SKIP][48] ([Intel XE#1135]) [48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-absolute-wf_vblank-interruptible: - shard-dg2-set2: [PASS][49] -> [INCOMPLETE][50] ([Intel XE#1195]) +5 other tests incomplete [49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-434/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html [50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html - shard-bmg: [PASS][51] -> [INCOMPLETE][52] ([Intel XE#2635]) [51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html [52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html * igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3: - shard-bmg: [PASS][53] -> [FAIL][54] ([Intel XE#301]) +1 other test fail [53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3.html [54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3.html * igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4: - shard-dg2-set2: NOTRUN -> [FAIL][55] ([Intel XE#301]) +4 other tests fail [55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4.html * igt@kms_flip@2x-flip-vs-wf_vblank: - shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#1421]) +1 other test skip [56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@2x-flip-vs-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][57] ([Intel XE#1195]) +2 other tests incomplete [57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@kms_flip@flip-vs-absolute-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank@a-edp1: - shard-lnl: [PASS][58] -> [FAIL][59] ([Intel XE#886]) +8 other tests fail [58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-7/igt@kms_flip@flip-vs-absolute-wf_vblank@a-edp1.html [59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@kms_flip@flip-vs-absolute-wf_vblank@a-edp1.html * igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1: - shard-lnl: NOTRUN -> [FAIL][60] ([Intel XE#886]) +2 other tests fail [60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@flip-vs-blocking-wf-vblank@a-edp1.html * igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6: - shard-dg2-set2: [PASS][61] -> [FAIL][62] ([Intel XE#301]) [61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html [62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank@a-hdmi-a6.html * igt@kms_flip@flip-vs-rmfb-interruptible: - shard-dg2-set2: [PASS][63] -> [INCOMPLETE][64] ([Intel XE#1195] / [Intel XE#2049]) [63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@kms_flip@flip-vs-rmfb-interruptible.html [64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@flip-vs-rmfb-interruptible.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-lnl: NOTRUN -> [SKIP][65] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip [65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode: - shard-lnl: NOTRUN -> [SKIP][66] ([Intel XE#1401]) +1 other test skip [66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html * igt@kms_force_connector_basic@prune-stale-modes: - shard-dg2-set2: NOTRUN -> [SKIP][67] ([i915#5274]) [67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_force_connector_basic@prune-stale-modes.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render: - shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#656]) +7 other tests skip [68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-render.html * igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc: - shard-dg2-set2: NOTRUN -> [SKIP][69] ([Intel XE#651]) +12 other tests skip [69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-dg2-set2: [PASS][70] -> [SKIP][71] ([Intel XE#2351] / [Intel XE#2890]) +3 other tests skip [70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html [71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-plflip-blt: - shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#651]) +1 other test skip [72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt: - shard-dg2-set2: NOTRUN -> [SKIP][73] ([Intel XE#653]) +17 other tests skip [73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-blt.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#2927]) [74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#356]) [75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_plane_scaling@2x-scaler-multi-pipe: - shard-lnl: NOTRUN -> [SKIP][76] ([Intel XE#309]) [76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_plane_scaling@2x-scaler-multi-pipe.html * igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d: - shard-dg2-set2: NOTRUN -> [SKIP][77] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip [77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-d.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b: - shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#2763]) +7 other tests skip [78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-20x20@pipe-b.html * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b: - shard-dg2-set2: NOTRUN -> [SKIP][79] ([Intel XE#2763]) +5 other tests skip [79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-b.html * igt@kms_pm_dc@dc5-psr: - shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#1129]) [80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc6-dpms: - shard-dg2-set2: NOTRUN -> [SKIP][81] ([Intel XE#908]) [81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_pm_dc@dc6-dpms.html * igt@kms_pm_dc@dc6-psr: - shard-lnl: [PASS][82] -> [FAIL][83] ([Intel XE#1430]) [82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-3/igt@kms_pm_dc@dc6-psr.html [83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_pm_dc@dc6-psr.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf: - shard-lnl: NOTRUN -> [SKIP][84] ([Intel XE#2893]) [84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@kms_psr2_sf@fbc-pr-overlay-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area: - shard-dg2-set2: NOTRUN -> [SKIP][85] ([Intel XE#1489]) +3 other tests skip [85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_psr2_sf@fbc-pr-plane-move-sf-dmg-area.html * igt@kms_psr2_su@page_flip-p010: - shard-lnl: NOTRUN -> [SKIP][86] ([Intel XE#1128]) [86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_psr2_su@page_flip-p010.html * igt@kms_psr@fbc-psr2-cursor-blt@edp-1: - shard-lnl: [PASS][87] -> [FAIL][88] ([Intel XE#2948]) +3 other tests fail [87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-1/igt@kms_psr@fbc-psr2-cursor-blt@edp-1.html [88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@kms_psr@fbc-psr2-cursor-blt@edp-1.html * igt@kms_psr@psr-cursor-render@edp-1: - shard-lnl: [PASS][89] -> [FAIL][90] ([Intel XE#2808]) +1 other test fail [89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_psr@psr-cursor-render@edp-1.html [90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@kms_psr@psr-cursor-render@edp-1.html * igt@kms_psr@psr-dpms: - shard-dg2-set2: NOTRUN -> [SKIP][91] ([Intel XE#2850] / [Intel XE#929]) +9 other tests skip [91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_psr@psr-dpms.html * igt@kms_rotation_crc@sprite-rotation-90: - shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#1437]) [92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_rotation_crc@sprite-rotation-90.html * igt@kms_setmode@basic: - shard-bmg: [PASS][93] -> [SKIP][94] ([Intel XE#3007]) +9 other tests skip [93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_setmode@basic.html [94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_setmode@basic.html * igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1: - shard-lnl: [PASS][95] -> [FAIL][96] ([Intel XE#899]) [95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html [96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html * igt@kms_vrr@cmrr@pipe-a-edp-1: - shard-lnl: [PASS][97] -> [FAIL][98] ([Intel XE#2159]) +1 other test fail [97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_vrr@cmrr@pipe-a-edp-1.html [98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_vrr@cmrr@pipe-a-edp-1.html * igt@xe_compute_preempt@compute-preempt-many: - shard-dg2-set2: NOTRUN -> [SKIP][99] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip [99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@xe_compute_preempt@compute-preempt-many.html * igt@xe_create@create-invalid-mbz: - shard-dg2-set2: NOTRUN -> [SKIP][100] ([Intel XE#1130]) [100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_create@create-invalid-mbz.html * igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue: - shard-lnl: [PASS][101] -> [FAIL][102] ([Intel XE#2667]) [101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html [102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html * igt@xe_eudebug_online@interrupt-all-set-breakpoint: - shard-lnl: NOTRUN -> [SKIP][103] ([Intel XE#2905]) +1 other test skip [103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@xe_eudebug_online@interrupt-all-set-breakpoint.html * igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram: - shard-dg2-set2: NOTRUN -> [SKIP][104] ([Intel XE#2905]) +3 other tests skip [104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@xe_eudebug_online@writes-caching-sram-bb-vram-target-vram.html * igt@xe_evict@evict-beng-mixed-many-threads-small: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][105] ([Intel XE#1195] / [Intel XE#1473] / [Intel XE#402]) [105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@xe_evict@evict-beng-mixed-many-threads-small.html * igt@xe_evict@evict-cm-threads-small: - shard-lnl: NOTRUN -> [SKIP][106] ([Intel XE#688]) [106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@xe_evict@evict-cm-threads-small.html * igt@xe_evict@evict-mixed-many-threads-large: - shard-dg2-set2: NOTRUN -> [INCOMPLETE][107] ([Intel XE#1195] / [Intel XE#1473]) [107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@xe_evict@evict-mixed-many-threads-large.html * igt@xe_evict@evict-mixed-many-threads-small: - shard-dg2-set2: [PASS][108] -> [INCOMPLETE][109] ([Intel XE#1195] / [Intel XE#1473]) [108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@xe_evict@evict-mixed-many-threads-small.html [109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@xe_evict@evict-mixed-many-threads-small.html * igt@xe_evict@evict-threads-large: - shard-bmg: [PASS][110] -> [INCOMPLETE][111] ([Intel XE#1473]) +1 other test incomplete [110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-4/igt@xe_evict@evict-threads-large.html [111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-4/igt@xe_evict@evict-threads-large.html * igt@xe_exec_balancer@many-cm-parallel-basic: - shard-bmg: [PASS][112] -> [DMESG-WARN][113] ([Intel XE#3230]) +15 other tests dmesg-warn [112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@xe_exec_balancer@many-cm-parallel-basic.html [113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-3/igt@xe_exec_balancer@many-cm-parallel-basic.html * igt@xe_exec_basic@multigpu-no-exec-null-rebind: - shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#1392]) +1 other test skip [114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-3/igt@xe_exec_basic@multigpu-no-exec-null-rebind.html * igt@xe_exec_basic@once-null: - shard-bmg: [PASS][115] -> [SKIP][116] ([Intel XE#1130]) +17 other tests skip [115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@xe_exec_basic@once-null.html [116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_exec_basic@once-null.html * igt@xe_exec_fault_mode@twice-userptr-prefetch: - shard-dg2-set2: NOTRUN -> [SKIP][117] ([Intel XE#288]) +13 other tests skip [117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@xe_exec_fault_mode@twice-userptr-prefetch.html * igt@xe_exec_threads@threads-bal-mixed-shared-vm-basic: - shard-dg2-set2: [PASS][118] -> [DMESG-WARN][119] ([Intel XE#3230]) +7 other tests dmesg-warn [118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@xe_exec_threads@threads-bal-mixed-shared-vm-basic.html [119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@xe_exec_threads@threads-bal-mixed-shared-vm-basic.html * igt@xe_exec_threads@threads-hang-shared-vm-rebind: - shard-dg2-set2: [PASS][120] -> [DMESG-WARN][121] ([Intel XE#358]) +6 other tests dmesg-warn [120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@xe_exec_threads@threads-hang-shared-vm-rebind.html [121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_exec_threads@threads-hang-shared-vm-rebind.html * igt@xe_exec_threads@threads-hang-userptr-rebind-err: - shard-lnl: [PASS][122] -> [DMESG-WARN][123] ([Intel XE#3230]) +12 other tests dmesg-warn [122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-6/igt@xe_exec_threads@threads-hang-userptr-rebind-err.html [123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@xe_exec_threads@threads-hang-userptr-rebind-err.html * igt@xe_live_ktest@xe_bo: - shard-lnl: [PASS][124] -> [SKIP][125] ([Intel XE#1192]) [124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-3/igt@xe_live_ktest@xe_bo.html [125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@xe_live_ktest@xe_bo.html * igt@xe_oa@invalid-remove-userspace-config: - shard-dg2-set2: NOTRUN -> [SKIP][126] ([Intel XE#2541]) +2 other tests skip [126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@xe_oa@invalid-remove-userspace-config.html * igt@xe_pat@pat-index-xehpc: - shard-lnl: NOTRUN -> [SKIP][127] ([Intel XE#1420] / [Intel XE#2838]) [127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-3/igt@xe_pat@pat-index-xehpc.html * igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p: - shard-dg2-set2: NOTRUN -> [FAIL][128] ([Intel XE#1173]) +1 other test fail [128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html * igt@xe_pm@d3hot-basic-exec: - shard-lnl: [PASS][129] -> [DMESG-WARN][130] ([Intel XE#3184]) +2 other tests dmesg-warn [129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-3/igt@xe_pm@d3hot-basic-exec.html [130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@xe_pm@d3hot-basic-exec.html * igt@xe_pm@s3-d3cold-basic-exec: - shard-dg2-set2: NOTRUN -> [SKIP][131] ([Intel XE#2284] / [Intel XE#366]) [131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@xe_pm@s3-d3cold-basic-exec.html * igt@xe_pm@s4-basic: - shard-lnl: [PASS][132] -> [ABORT][133] ([Intel XE#1358] / [Intel XE#1607]) [132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@xe_pm@s4-basic.html [133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@xe_pm@s4-basic.html * igt@xe_pm_residency@toggle-gt-c6: - shard-lnl: [PASS][134] -> [FAIL][135] ([Intel XE#958]) [134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-6/igt@xe_pm_residency@toggle-gt-c6.html [135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@xe_pm_residency@toggle-gt-c6.html * igt@xe_query@multigpu-query-config: - shard-dg2-set2: NOTRUN -> [SKIP][136] ([Intel XE#944]) +2 other tests skip [136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@xe_query@multigpu-query-config.html * igt@xe_query@multigpu-query-gt-list: - shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#944]) [137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@xe_query@multigpu-query-gt-list.html * igt@xe_vm@large-binds-8388608: - shard-dg2-set2: [PASS][138] -> [SKIP][139] ([Intel XE#1130]) +12 other tests skip [138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@xe_vm@large-binds-8388608.html [139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_vm@large-binds-8388608.html #### Possible fixes #### * igt@intel_hwmon@hwmon-write: - shard-bmg: [SKIP][140] ([Intel XE#2231] / [Intel XE#2890]) -> [PASS][141] [140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@intel_hwmon@hwmon-write.html [141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-5/igt@intel_hwmon@hwmon-write.html - shard-dg2-set2: [SKIP][142] ([Intel XE#2890]) -> [PASS][143] +1 other test pass [142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@intel_hwmon@hwmon-write.html [143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@intel_hwmon@hwmon-write.html * igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear: - shard-lnl: [FAIL][144] ([Intel XE#911]) -> [PASS][145] +3 other tests pass [144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html [145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-bmg: [SKIP][146] ([Intel XE#2231]) -> [PASS][147] [146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_big_fb@linear-8bpp-rotate-180: - shard-lnl: [FAIL][148] ([Intel XE#1659]) -> [PASS][149] [148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_big_fb@linear-8bpp-rotate-180.html [149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_big_fb@linear-8bpp-rotate-180.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs: - shard-dg2-set2: [INCOMPLETE][150] ([Intel XE#1195] / [Intel XE#1727]) -> [PASS][151] [150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html [151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4: - shard-dg2-set2: [INCOMPLETE][152] ([Intel XE#1195] / [Intel XE#3113]) -> [PASS][153] [152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4.html [153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-dp-4.html * igt@kms_cursor_edge_walk@128x128-right-edge: - shard-lnl: [DMESG-WARN][154] ([Intel XE#2055]) -> [PASS][155] +1 other test pass [154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_cursor_edge_walk@128x128-right-edge.html [155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_cursor_edge_walk@128x128-right-edge.html * igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size: - shard-bmg: [DMESG-WARN][156] ([Intel XE#2791] / [Intel XE#877]) -> [PASS][157] [156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html [157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-1/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic-transitions-varying-size.html * igt@kms_cursor_legacy@torture-move@pipe-b: - shard-dg2-set2: [DMESG-WARN][158] -> [PASS][159] +1 other test pass [158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_cursor_legacy@torture-move@pipe-b.html [159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_cursor_legacy@torture-move@pipe-b.html * igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3: - shard-bmg: [FAIL][160] ([Intel XE#301]) -> [PASS][161] [160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html [161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html * igt@kms_flip@flip-vs-expired-vblank: - shard-lnl: [FAIL][162] ([Intel XE#301] / [Intel XE#3149] / [Intel XE#886]) -> [PASS][163] [162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank.html [163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank.html * igt@kms_flip@flip-vs-expired-vblank@a-edp1: - shard-lnl: [FAIL][164] ([Intel XE#301]) -> [PASS][165] [164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html [165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@a-edp1.html * igt@kms_flip@flip-vs-expired-vblank@c-edp1: - shard-lnl: [FAIL][166] ([Intel XE#3149] / [Intel XE#886]) -> [PASS][167] [166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html [167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@flip-vs-expired-vblank@c-edp1.html * igt@kms_flip@flip-vs-suspend: - shard-dg2-set2: [INCOMPLETE][168] ([Intel XE#1195] / [Intel XE#2049] / [Intel XE#2597]) -> [PASS][169] [168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-464/igt@kms_flip@flip-vs-suspend.html [169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@flip-vs-suspend.html * igt@kms_flip@flip-vs-suspend@b-dp4: - shard-dg2-set2: [INCOMPLETE][170] ([Intel XE#1195]) -> [PASS][171] [170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-464/igt@kms_flip@flip-vs-suspend@b-dp4.html [171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@flip-vs-suspend@b-dp4.html * igt@kms_flip@nonexisting-fb: - shard-bmg: [SKIP][172] ([Intel XE#3007]) -> [PASS][173] +13 other tests pass [172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_flip@nonexisting-fb.html [173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_flip@nonexisting-fb.html - shard-dg2-set2: [SKIP][174] ([Intel XE#2423] / [i915#2575]) -> [PASS][175] +14 other tests pass [174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_flip@nonexisting-fb.html [175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_flip@nonexisting-fb.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1: - shard-lnl: [FAIL][176] ([Intel XE#886]) -> [PASS][177] +5 other tests pass [176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-3/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html [177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc: - shard-dg2-set2: [FAIL][178] ([Intel XE#3217]) -> [PASS][179] [178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html [179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_pm_dc@dc5-dpms: - shard-lnl: [FAIL][180] ([Intel XE#718]) -> [PASS][181] [180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_pm_dc@dc5-dpms.html [181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@kms_pm_dc@dc5-dpms.html * igt@kms_psr@psr2-cursor-plane-onoff: - shard-lnl: [FAIL][182] ([Intel XE#2948]) -> [PASS][183] +1 other test pass [182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_psr@psr2-cursor-plane-onoff.html [183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@kms_psr@psr2-cursor-plane-onoff.html * igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1: - shard-lnl: [FAIL][184] ([Intel XE#899]) -> [PASS][185] [184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html [185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-edp-1.html * igt@xe_evict@evict-beng-threads-large: - shard-bmg: [FAIL][186] ([Intel XE#1000]) -> [PASS][187] [186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@xe_evict@evict-beng-threads-large.html [187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-3/igt@xe_evict@evict-beng-threads-large.html * igt@xe_exec_compute_mode@many-bindexecqueue-userptr-invalidate-race: - shard-lnl: [FAIL][188] ([Intel XE#2754]) -> [PASS][189] [188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-2/igt@xe_exec_compute_mode@many-bindexecqueue-userptr-invalidate-race.html [189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@xe_exec_compute_mode@many-bindexecqueue-userptr-invalidate-race.html * igt@xe_exec_compute_mode@many-execqueues-basic: - shard-dg2-set2: [SKIP][190] ([Intel XE#1130]) -> [PASS][191] +15 other tests pass [190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@xe_exec_compute_mode@many-execqueues-basic.html [191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@xe_exec_compute_mode@many-execqueues-basic.html * igt@xe_exec_reset@parallel-gt-reset: - shard-dg2-set2: [TIMEOUT][192] ([Intel XE#2105]) -> [PASS][193] [192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@xe_exec_reset@parallel-gt-reset.html [193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@xe_exec_reset@parallel-gt-reset.html * igt@xe_pm@s4-vm-bind-unbind-all: - shard-lnl: [ABORT][194] ([Intel XE#1794]) -> [PASS][195] [194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-2/igt@xe_pm@s4-vm-bind-unbind-all.html [195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@xe_pm@s4-vm-bind-unbind-all.html * igt@xe_vm@bind-once: - shard-bmg: [SKIP][196] ([Intel XE#1130]) -> [PASS][197] +19 other tests pass [196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@xe_vm@bind-once.html [197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-2/igt@xe_vm@bind-once.html #### Warnings #### * igt@kms_atomic_transition@plane-all-modeset-transition-fencing: - shard-lnl: [SKIP][198] ([Intel XE#599]) -> [SKIP][199] ([Intel XE#3279]) +1 other test skip [198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html [199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html * igt@kms_big_fb@4-tiled-16bpp-rotate-90: - shard-bmg: [SKIP][200] ([Intel XE#2327]) -> [SKIP][201] ([Intel XE#2231] / [Intel XE#2890]) [200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-7/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html [201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-bmg: [SKIP][202] ([Intel XE#2327]) -> [SKIP][203] ([Intel XE#2231]) [202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-7/igt@kms_big_fb@linear-8bpp-rotate-270.html [203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_big_fb@linear-8bpp-rotate-270.html - shard-dg2-set2: [SKIP][204] ([Intel XE#316]) -> [SKIP][205] ([Intel XE#2890]) [204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-433/igt@kms_big_fb@linear-8bpp-rotate-270.html [205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@y-tiled-32bpp-rotate-180: - shard-bmg: [SKIP][206] ([Intel XE#2231]) -> [SKIP][207] ([Intel XE#1124]) [206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html [207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-2/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html - shard-dg2-set2: [SKIP][208] ([Intel XE#2890]) -> [SKIP][209] ([Intel XE#1124]) [208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html [209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_big_fb@y-tiled-32bpp-rotate-180.html * igt@kms_big_fb@y-tiled-addfb: - shard-bmg: [SKIP][210] ([Intel XE#2231]) -> [SKIP][211] ([Intel XE#2328]) [210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_big_fb@y-tiled-addfb.html [211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-8/igt@kms_big_fb@y-tiled-addfb.html - shard-dg2-set2: [SKIP][212] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][213] ([Intel XE#619]) [212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_big_fb@y-tiled-addfb.html [213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_bw@linear-tiling-2-displays-3840x2160p: - shard-bmg: [SKIP][214] ([Intel XE#367]) -> [SKIP][215] ([Intel XE#3007]) [214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-7/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html [215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html * igt@kms_bw@linear-tiling-4-displays-3840x2160p: - shard-bmg: [SKIP][216] ([Intel XE#3007]) -> [SKIP][217] ([Intel XE#367]) [216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html [217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-8/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html - shard-dg2-set2: [SKIP][218] ([Intel XE#2423] / [i915#2575]) -> [SKIP][219] ([Intel XE#367]) [218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html [219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_bw@linear-tiling-4-displays-3840x2160p.html * igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs: - shard-bmg: [SKIP][220] ([Intel XE#2887]) -> [SKIP][221] ([Intel XE#2231] / [Intel XE#2890]) [220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html [221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html - shard-dg2-set2: [SKIP][222] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][223] ([Intel XE#2890]) [222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html [223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_ccs@crc-primary-rotation-180-y-tiled-gen12-rc-ccs.html * igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs: - shard-bmg: [SKIP][224] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][225] ([Intel XE#2887]) [224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html [225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-1/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html - shard-dg2-set2: [SKIP][226] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][227] ([Intel XE#455] / [Intel XE#787]) [226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html [227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs.html * igt@kms_cdclk@mode-transition: - shard-lnl: [SKIP][228] ([Intel XE#314] / [Intel XE#599]) -> [SKIP][229] ([Intel XE#314]) [228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-8/igt@kms_cdclk@mode-transition.html [229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@kms_cdclk@mode-transition.html * igt@kms_chamelium_audio@dp-audio-edid: - shard-bmg: [SKIP][230] ([Intel XE#2252]) -> [SKIP][231] ([Intel XE#3007]) [230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@kms_chamelium_audio@dp-audio-edid.html [231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_chamelium_audio@dp-audio-edid.html - shard-dg2-set2: [SKIP][232] ([Intel XE#373]) -> [SKIP][233] ([Intel XE#2423] / [i915#2575]) [232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_chamelium_audio@dp-audio-edid.html [233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_chamelium_audio@dp-audio-edid.html * igt@kms_chamelium_frames@hdmi-crc-planes-random: - shard-bmg: [SKIP][234] ([Intel XE#3007]) -> [SKIP][235] ([Intel XE#2252]) [234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_chamelium_frames@hdmi-crc-planes-random.html [235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_chamelium_frames@hdmi-crc-planes-random.html - shard-dg2-set2: [SKIP][236] ([Intel XE#2423] / [i915#2575]) -> [SKIP][237] ([Intel XE#373]) [236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_chamelium_frames@hdmi-crc-planes-random.html [237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_chamelium_frames@hdmi-crc-planes-random.html * igt@kms_content_protection@dp-mst-type-0: - shard-bmg: [SKIP][238] ([Intel XE#2390]) -> [SKIP][239] ([Intel XE#3007]) [238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-4/igt@kms_content_protection@dp-mst-type-0.html [239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_content_protection@dp-mst-type-0.html - shard-dg2-set2: [SKIP][240] ([Intel XE#307]) -> [SKIP][241] ([Intel XE#2423] / [i915#2575]) +1 other test skip [240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-435/igt@kms_content_protection@dp-mst-type-0.html [241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_content_protection@dp-mst-type-0.html * igt@kms_content_protection@lic-type-1: - shard-dg2-set2: [SKIP][242] ([Intel XE#2423] / [i915#2575]) -> [SKIP][243] ([Intel XE#455]) [242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_content_protection@lic-type-1.html [243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@kms_content_protection@lic-type-1.html - shard-bmg: [SKIP][244] ([Intel XE#3007]) -> [SKIP][245] ([Intel XE#2341]) [244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_content_protection@lic-type-1.html [245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-2/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@uevent: - shard-lnl: [SKIP][246] ([Intel XE#599]) -> [SKIP][247] ([Intel XE#3278]) +8 other tests skip [246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_content_protection@uevent.html [247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-onscreen-64x21: - shard-bmg: [SKIP][248] ([Intel XE#2320]) -> [SKIP][249] ([Intel XE#3007]) [248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_cursor_crc@cursor-onscreen-64x21.html [249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_cursor_crc@cursor-onscreen-64x21.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-lnl: [SKIP][250] ([Intel XE#1508] / [Intel XE#599]) -> [SKIP][251] ([Intel XE#1508]) [250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-1/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html [251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-1/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-bmg: [SKIP][252] ([Intel XE#2323]) -> [SKIP][253] ([Intel XE#3007]) [252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-7/igt@kms_display_modes@mst-extended-mode-negative.html [253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-lnl: [SKIP][254] ([Intel XE#599]) -> [SKIP][255] ([Intel XE#2244]) +6 other tests skip [254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-3/igt@kms_dsc@dsc-with-bpc-formats.html [255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-5/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-dg2-set2: [SKIP][256] ([Intel XE#2890]) -> [SKIP][257] ([Intel XE#455]) [256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_dsc@dsc-with-output-formats-with-bpc.html [257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-464/igt@kms_dsc@dsc-with-output-formats-with-bpc.html - shard-bmg: [SKIP][258] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][259] ([Intel XE#2244]) [258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_dsc@dsc-with-output-formats-with-bpc.html [259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-2/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_flip@2x-flip-vs-expired-vblank-interruptible: - shard-bmg: [FAIL][260] ([Intel XE#301]) -> [SKIP][261] ([Intel XE#3007]) [260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html - shard-dg2-set2: [FAIL][262] ([Intel XE#301]) -> [SKIP][263] ([Intel XE#2423] / [i915#2575]) [262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html [263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html * igt@kms_flip@blocking-wf_vblank: - shard-lnl: [FAIL][264] ([Intel XE#886]) -> [FAIL][265] ([Intel XE#3255] / [Intel XE#886]) [264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-6/igt@kms_flip@blocking-wf_vblank.html [265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_flip@blocking-wf_vblank.html * igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible: - shard-lnl: [FAIL][266] ([Intel XE#886]) -> [FAIL][267] ([Intel XE#3149] / [Intel XE#886]) [266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-5/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html [267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible.html * igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1: - shard-lnl: [FAIL][268] ([Intel XE#3036]) -> [FAIL][269] ([Intel XE#886]) [268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-7/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html [269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-2/igt@kms_flip@flip-vs-absolute-wf_vblank@b-edp1.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a6: - shard-dg2-set2: [FAIL][270] ([Intel XE#1204]) -> [FAIL][271] ([Intel XE#3267]) [270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a6.html [271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-hdmi-a6.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-bmg: [SKIP][272] ([Intel XE#2293] / [Intel XE#2380]) -> [SKIP][273] ([Intel XE#2231]) [272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html [273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html - shard-dg2-set2: [SKIP][274] ([Intel XE#455]) -> [SKIP][275] ([Intel XE#2890]) [274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html [275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt: - shard-dg2-set2: [SKIP][276] ([Intel XE#651]) -> [SKIP][277] ([Intel XE#2351] / [Intel XE#2890]) [276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt.html [277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-shrfb-draw-blt.html * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc: - shard-bmg: [SKIP][278] ([Intel XE#2311]) -> [SKIP][279] ([Intel XE#2231]) +1 other test skip [278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-1/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html [279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render: - shard-bmg: [SKIP][280] ([Intel XE#2231]) -> [SKIP][281] ([Intel XE#2311]) +1 other test skip [280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html [281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-8/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html - shard-dg2-set2: [SKIP][282] ([Intel XE#2890]) -> [SKIP][283] ([Intel XE#651]) +2 other tests skip [282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html [283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-433/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render: - shard-bmg: [SKIP][284] ([Intel XE#2231]) -> [FAIL][285] ([Intel XE#2333]) [284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html [285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt: - shard-bmg: [FAIL][286] ([Intel XE#2333]) -> [SKIP][287] ([Intel XE#2231] / [Intel XE#2890]) +2 other tests skip [286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html [287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff: - shard-bmg: [FAIL][288] ([Intel XE#2333]) -> [SKIP][289] ([Intel XE#2231]) [288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html [289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt: - shard-bmg: [SKIP][290] ([Intel XE#2311]) -> [SKIP][291] ([Intel XE#2231] / [Intel XE#2890]) +3 other tests skip [290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt.html [291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt: - shard-bmg: [SKIP][292] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][293] ([Intel XE#2311]) [292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt.html [293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt.html * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt: - shard-dg2-set2: [SKIP][294] ([Intel XE#651]) -> [SKIP][295] ([Intel XE#2890]) +4 other tests skip [294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt.html [295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move: - shard-bmg: [SKIP][296] ([Intel XE#2313]) -> [SKIP][297] ([Intel XE#2231] / [Intel XE#2890]) +3 other tests skip [296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html [297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt: - shard-bmg: [SKIP][298] ([Intel XE#2231]) -> [SKIP][299] ([Intel XE#2313]) +1 other test skip [298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html [299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html - shard-dg2-set2: [SKIP][300] ([Intel XE#2890]) -> [SKIP][301] ([Intel XE#653]) +2 other tests skip [300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html [301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-466/igt@kms_frontbuffer_tracking@psr-1p-primscrn-indfb-plflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt: - shard-dg2-set2: [SKIP][302] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][303] ([Intel XE#653]) [302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html [303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move: - shard-dg2-set2: [SKIP][304] ([Intel XE#653]) -> [SKIP][305] ([Intel XE#2890]) +3 other tests skip [304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move.html [305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-move.html * igt@kms_frontbuffer_tracking@psr-rgb565-draw-render: - shard-bmg: [SKIP][306] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][307] ([Intel XE#2313]) +1 other test skip [306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html [307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-render.html * igt@kms_getfb@getfb2-accept-ccs: - shard-bmg: [SKIP][308] ([Intel XE#3007]) -> [SKIP][309] ([Intel XE#2340]) [308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_getfb@getfb2-accept-ccs.html [309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-8/igt@kms_getfb@getfb2-accept-ccs.html * igt@kms_hdr@invalid-metadata-sizes: - shard-lnl: [SKIP][310] ([Intel XE#1503] / [Intel XE#599]) -> [SKIP][311] ([Intel XE#1503]) +4 other tests skip [310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_hdr@invalid-metadata-sizes.html [311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-6/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_invalid_mode@clock-too-high: - shard-lnl: [SKIP][312] ([Intel XE#1450] / [Intel XE#2568] / [Intel XE#599]) -> [SKIP][313] ([Intel XE#1450] / [Intel XE#2568]) [312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_invalid_mode@clock-too-high.html [313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@kms_invalid_mode@clock-too-high.html * igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1: - shard-lnl: [SKIP][314] ([Intel XE#1450] / [Intel XE#599]) -> [SKIP][315] ([Intel XE#1450]) [314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-4/igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1.html [315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-8/igt@kms_invalid_mode@clock-too-high@pipe-c-edp-1.html * igt@kms_joiner@invalid-modeset-big-joiner: - shard-bmg: [SKIP][316] ([Intel XE#2231]) -> [SKIP][317] ([Intel XE#346]) [316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_joiner@invalid-modeset-big-joiner.html [317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_joiner@invalid-modeset-big-joiner.html - shard-dg2-set2: [SKIP][318] ([Intel XE#2890]) -> [SKIP][319] ([Intel XE#346]) [318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_joiner@invalid-modeset-big-joiner.html [319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@kms_joiner@invalid-modeset-big-joiner.html * igt@kms_plane_lowres@tiling-yf: - shard-bmg: [SKIP][320] ([Intel XE#2393]) -> [SKIP][321] ([Intel XE#3007]) [320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@kms_plane_lowres@tiling-yf.html [321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_plane_lowres@tiling-yf.html - shard-dg2-set2: [SKIP][322] ([Intel XE#455]) -> [SKIP][323] ([Intel XE#2423] / [i915#2575]) [322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-433/igt@kms_plane_lowres@tiling-yf.html [323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_plane_lowres@tiling-yf.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf: - shard-bmg: [SKIP][324] ([Intel XE#1489]) -> [SKIP][325] ([Intel XE#2231]) [324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html [325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html - shard-dg2-set2: [SKIP][326] ([Intel XE#1489]) -> [SKIP][327] ([Intel XE#2890]) [326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-464/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html [327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html * igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area: - shard-dg2-set2: [SKIP][328] ([Intel XE#2890]) -> [SKIP][329] ([Intel XE#1489]) +1 other test skip [328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html [329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html * igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf: - shard-bmg: [SKIP][330] ([Intel XE#2231]) -> [SKIP][331] ([Intel XE#1489]) +1 other test skip [330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html [331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_psr2_sf@psr2-overlay-plane-update-continuous-sf.html * igt@kms_psr@fbc-pr-primary-render: - shard-bmg: [SKIP][332] ([Intel XE#2231]) -> [SKIP][333] ([Intel XE#2234] / [Intel XE#2850]) [332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_psr@fbc-pr-primary-render.html [333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_psr@fbc-pr-primary-render.html - shard-dg2-set2: [SKIP][334] ([Intel XE#2351] / [Intel XE#2890]) -> [SKIP][335] ([Intel XE#2850] / [Intel XE#929]) [334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_psr@fbc-pr-primary-render.html [335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_psr@fbc-pr-primary-render.html * igt@kms_psr@pr-no-drrs: - shard-bmg: [SKIP][336] ([Intel XE#2231] / [Intel XE#2890]) -> [SKIP][337] ([Intel XE#2234] / [Intel XE#2850]) [336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_psr@pr-no-drrs.html [337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-3/igt@kms_psr@pr-no-drrs.html - shard-dg2-set2: [SKIP][338] ([Intel XE#2890]) -> [SKIP][339] ([Intel XE#2850] / [Intel XE#929]) [338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@kms_psr@pr-no-drrs.html [339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-435/igt@kms_psr@pr-no-drrs.html * igt@kms_psr@psr2-cursor-plane-onoff: - shard-dg2-set2: [SKIP][340] ([Intel XE#2850] / [Intel XE#929]) -> [SKIP][341] ([Intel XE#2890]) [340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@kms_psr@psr2-cursor-plane-onoff.html [341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@kms_psr@psr2-cursor-plane-onoff.html - shard-bmg: [SKIP][342] ([Intel XE#2234] / [Intel XE#2850]) -> [SKIP][343] ([Intel XE#2231] / [Intel XE#2890]) [342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@kms_psr@psr2-cursor-plane-onoff.html [343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@kms_psr@psr2-cursor-plane-onoff.html * igt@kms_scaling_modes@scaling-mode-none: - shard-lnl: [SKIP][344] ([Intel XE#2413] / [Intel XE#374] / [Intel XE#599]) -> [SKIP][345] ([Intel XE#2413] / [Intel XE#374]) [344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-7/igt@kms_scaling_modes@scaling-mode-none.html [345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-7/igt@kms_scaling_modes@scaling-mode-none.html * igt@kms_vrr@negative-basic: - shard-lnl: [SKIP][346] ([Intel XE#1499] / [Intel XE#599]) -> [SKIP][347] ([Intel XE#1499]) +2 other tests skip [346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-lnl-6/igt@kms_vrr@negative-basic.html [347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-lnl-4/igt@kms_vrr@negative-basic.html * igt@xe_copy_basic@mem-copy-linear-0xfffe: - shard-dg2-set2: [SKIP][348] ([Intel XE#1123]) -> [SKIP][349] ([Intel XE#1130]) [348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@xe_copy_basic@mem-copy-linear-0xfffe.html [349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_copy_basic@mem-copy-linear-0xfffe.html * igt@xe_eudebug@discovery-empty-clients: - shard-bmg: [SKIP][350] ([Intel XE#2905]) -> [SKIP][351] ([Intel XE#1130]) [350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-8/igt@xe_eudebug@discovery-empty-clients.html [351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_eudebug@discovery-empty-clients.html - shard-dg2-set2: [SKIP][352] ([Intel XE#2905]) -> [SKIP][353] ([Intel XE#1130]) [352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-463/igt@xe_eudebug@discovery-empty-clients.html [353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_eudebug@discovery-empty-clients.html * igt@xe_evict@evict-beng-large-multi-vm-cm: - shard-bmg: [FAIL][354] ([Intel XE#2364]) -> [DMESG-FAIL][355] ([Intel XE#3230]) [354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@xe_evict@evict-beng-large-multi-vm-cm.html [355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-5/igt@xe_evict@evict-beng-large-multi-vm-cm.html - shard-dg2-set2: [FAIL][356] ([Intel XE#1600]) -> [DMESG-FAIL][357] ([Intel XE#3230]) [356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@xe_evict@evict-beng-large-multi-vm-cm.html [357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-434/igt@xe_evict@evict-beng-large-multi-vm-cm.html * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr: - shard-bmg: [SKIP][358] ([Intel XE#2322]) -> [SKIP][359] ([Intel XE#1130]) [358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html [359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr.html * igt@xe_exec_fault_mode@many-execqueues-rebind: - shard-dg2-set2: [SKIP][360] ([Intel XE#288]) -> [SKIP][361] ([Intel XE#1130]) +2 other tests skip [360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-434/igt@xe_exec_fault_mode@many-execqueues-rebind.html [361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_exec_fault_mode@many-execqueues-rebind.html * igt@xe_exec_fault_mode@many-userptr-imm: - shard-dg2-set2: [SKIP][362] ([Intel XE#1130]) -> [SKIP][363] ([Intel XE#288]) +3 other tests skip [362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@xe_exec_fault_mode@many-userptr-imm.html [363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@xe_exec_fault_mode@many-userptr-imm.html * igt@xe_oa@missing-sample-flags: - shard-dg2-set2: [SKIP][364] ([Intel XE#2541]) -> [SKIP][365] ([Intel XE#1130]) [364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-434/igt@xe_oa@missing-sample-flags.html [365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_oa@missing-sample-flags.html * igt@xe_pat@pat-index-xelp: - shard-bmg: [SKIP][366] ([Intel XE#1130]) -> [SKIP][367] ([Intel XE#2237] / [Intel XE#2245]) [366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@xe_pat@pat-index-xelp.html [367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_pat@pat-index-xelp.html * igt@xe_pm@d3cold-mocs: - shard-bmg: [SKIP][368] ([Intel XE#1130]) -> [SKIP][369] ([Intel XE#2284]) [368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-5/igt@xe_pm@d3cold-mocs.html [369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-4/igt@xe_pm@d3cold-mocs.html - shard-dg2-set2: [SKIP][370] ([Intel XE#1130]) -> [SKIP][371] ([Intel XE#2284]) [370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-436/igt@xe_pm@d3cold-mocs.html [371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-436/igt@xe_pm@d3cold-mocs.html * igt@xe_query@multigpu-query-uc-fw-version-huc: - shard-bmg: [SKIP][372] ([Intel XE#944]) -> [SKIP][373] ([Intel XE#1130]) [372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-bmg-2/igt@xe_query@multigpu-query-uc-fw-version-huc.html [373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-bmg-7/igt@xe_query@multigpu-query-uc-fw-version-huc.html - shard-dg2-set2: [SKIP][374] ([Intel XE#944]) -> [SKIP][375] ([Intel XE#1130]) [374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8082/shard-dg2-466/igt@xe_query@multigpu-query-uc-fw-version-huc.html [375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/shard-dg2-463/igt@xe_query@multigpu-query-uc-fw-version-huc.html [Intel XE#1000]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1000 [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#1128]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128 [Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129 [Intel XE#1130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1130 [Intel XE#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135 [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173 [Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192 [Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195 [Intel XE#1204]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1204 [Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280 [Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358 [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392 [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401 [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407 [Intel XE#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420 [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#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430 [Intel XE#1437]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1437 [Intel XE#1450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1450 [Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473 [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489 [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499 [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503 [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508 [Intel XE#1541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1541 [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#1701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1701 [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727 [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#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049 [Intel XE#2055]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2055 [Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105 [Intel XE#2159]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159 [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191 [Intel XE#2231]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2231 [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234 [Intel XE#2237]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2237 [Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244 [Intel XE#2245]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2245 [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252 [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#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320 [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322 [Intel XE#2323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2323 [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327 [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#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340 [Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341 [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351 [Intel XE#2364]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2364 [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380 [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390 [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393 [Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413 [Intel XE#2423]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2423 [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541 [Intel XE#2568]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2568 [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597 [Intel XE#2635]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2635 [Intel XE#2667]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2667 [Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669 [Intel XE#2692]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2692 [Intel XE#2754]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2754 [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763 [Intel XE#2791]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2791 [Intel XE#2808]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2808 [Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838 [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850 [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288 [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887 [Intel XE#2890]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2890 [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893 [Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905 [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927 [Intel XE#2948]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2948 [Intel XE#3007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3007 [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301 [Intel XE#3036]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3036 [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#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113 [Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314 [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149 [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316 [Intel XE#3184]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3184 [Intel XE#3217]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3217 [Intel XE#3230]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3230 [Intel XE#3255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3255 [Intel XE#3267]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3267 [Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278 [Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279 [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346 [Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356 [Intel XE#358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/358 [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#374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/374 [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#599]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/599 [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616 [Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619 [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#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688 [Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701 [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718 [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787 [Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877 [Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886 [Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899 [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908 [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#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958 [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575 [i915#5274]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5274 Build changes ------------- * IGT: IGT_8082 -> IGTPW_11977 * Linux: xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 -> xe-2121-1feef4b713e6db15f3fb2ec11e8ce4a77892e731 IGTPW_11977: b803c3441a28e44c48cda92ad5c2d83c31f8d6c2 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git IGT_8082: c8379ec8b26f3c21bae5473706b23da78bd26ffa @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git xe-2107-beaeaccd284ba3b69b6dbfdc18bb89441fc99a52: beaeaccd284ba3b69b6dbfdc18bb89441fc99a52 xe-2121-1feef4b713e6db15f3fb2ec11e8ce4a77892e731: 1feef4b713e6db15f3fb2ec11e8ce4a77892e731 == Logs == For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11977/index.html [-- Attachment #2: Type: text/html, Size: 110406 bytes --] ^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities 2024-10-24 21:03 [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities Alex Hung ` (7 preceding siblings ...) 2024-10-29 12:14 ` Patchwork @ 2024-10-29 16:01 ` Rodrigo Siqueira Jordao 8 siblings, 0 replies; 16+ messages in thread From: Rodrigo Siqueira Jordao @ 2024-10-29 16:01 UTC (permalink / raw) To: Alex Hung, igt-dev; +Cc: harry.wentland, mark.broadworth, sunpeng.li On 10/24/24 3:03 PM, Alex Hung wrote: > From: Wayne Lin <Wayne.Lin@amd.com> > > It needs different timings, pixel format and color depth combination > to pass CTS under different HDMI versions. As the result, we extend > this to: > > - Add additional timings and info. Especially aspect ratio which > will impact the VIC code. > - Can specify the connector to display the test pattern. > - Set connector property "max bpc" to force bpc. > - Set connector debugfs entry "force_yuv420_output" to enable > using yuv420 pixel format. > > Signed-off-by: Wayne Lin <wayne.lin@amd.com> > Signed-off-by: Alex Hung <alex.hung@amd.com> > Signed-off-by: Stylon Wang <stylon.wang@amd.com> > --- > tools/amd_hdmi_compliance.c | 422 ++++++++++++++++++++++++++++++++---- > 1 file changed, 380 insertions(+), 42 deletions(-) > > diff --git a/tools/amd_hdmi_compliance.c b/tools/amd_hdmi_compliance.c > index 1a7592995..633d980bc 100644 > --- a/tools/amd_hdmi_compliance.c > +++ b/tools/amd_hdmi_compliance.c > @@ -21,6 +21,8 @@ > */ > > #include "igt.h" > +#include "igt_sysfs.h" > +#include <fcntl.h> > > /* Common test data */ > typedef struct data { > @@ -36,52 +38,328 @@ typedef struct data { > > /* Video modes indexed by VIC */ > static drmModeModeInfo test_modes[] = { > - [1] = { 25175, > + [0] = { 25175, > 640, 656, 752, 800, 0, > 480, 489, 492, 525, 0, > - 60, 0xa, 0x40, > - "640x480", /* VIC 1 */ > + 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_4_3, > + 0x40, "640x480", /* VIC 0 */ > + }, > + [1] = { 25175, > + 640, 656, 752, 800, 0, > + 480, 490, 492, 525, 0, > + 60, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PIC_AR_4_3, > + 0x40, "640x480", /* VIC 1 */ > + }, > + [2] = { 27000, > + 720, 736, 798, 858, 0, > + 480, 489, 495, 525, 0, > + 60, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PIC_AR_4_3, > + 0x40, "720x480", /* VIC 2 */ > + }, > + [3] = { 27000, > + 720, 736, 798, 858, 0, > + 480, 489, 495, 525, 0, > + 60, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "720x480", /* VIC 3 */ > + }, > + [4] = { 74250, > + 1280, 1390, 1430, 1650, 0, > + 720, 725, 730, 750, 0, > + 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "1280x720", /* VIC 4 */ > + }, > + [16] = { 148500, > + 1920, 2008, 2052, 2200, 0, > + 1080, 1084, 1089, 1125, 0, > + 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "1920x1080", /* VIC 16 */ > + }, > + [17] = { 27000, > + 720, 732, 796, 864, 0, > + 576, 581, 586, 625, 0, > + 60, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PIC_AR_4_3, > + 0x40, "720x576", /* VIC 17 */ > + }, > + [18] = { 27000, > + 720, 732, 796, 864, 0, > + 576, 581, 586, 625, 0, > + 60, DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "720x576", /* VIC 18 */ > + }, > + [19] = { 74250, > + 1280, 1720, 1760, 1980, 0, > + 720, 725, 730, 750, 0, > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "1280x720", /* VIC 19 */ > + }, > + [31] = { 148500, > + 1920, 2448, 2492, 2640, 0, > + 1080, 1084, 1089, 1125, 0, > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "1920x1080", /* VIC 31 */ > + }, > + [63] = { 297000, > + 1920, 2008, 2052, 2200, 0, > + 1080, 1084, 1089, 1125, 0, > + 120, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "1920x1080", /* VIC 63 */ > + }, > + [64] = { 297000, > + 1920, 2448, 2492, 2640, 0, > + 1080, 1084, 1089, 1125, 0, > + 100, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "1920x1080", /* VIC 64 */ > + }, > + [65] = { 59400, > + 1280, 3040, 3080, 3300, 0, > + 720, 725, 730, 750, 0, > + 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1280x720", /* VIC 65 */ > + }, > + [66] = { 74250, > + 1280, 3700, 3740, 3960, 0, > + 720, 725, 730, 750, 0, > + 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1280x720", /* VIC 66 */ > + }, > + [67] = { 74250, > + 1280, 3040, 3080, 3300, 0, > + 720, 725, 730, 750, 0, > + 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1280x720", /* VIC 67 */ > + }, > + [68] = { 74250, > + 1280, 1720, 1760, 1980, 0, > + 720, 725, 730, 750, 0, > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1280x720", /* VIC 68 */ > + }, > + [69] = { 74250, > + 1280, 1390, 1430, 1650, 0, > + 720, 725, 730, 750, 0, > + 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1280x720", /* VIC 69 */ > + }, > + [70] = { 148500, > + 1280, 1720, 1760, 1980, 0, > + 720, 725, 730, 750, 0, > + 100, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1280x720", /* VIC 70 */ > + }, > + [71] = { 148500, > + 1280, 1390, 1430, 1650, 0, > + 720, 725, 730, 750, 0, > + 120, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1280x720", /* VIC 71 */ > + }, > + [72] = { 74250, > + 1920, 2558, 2602, 2750, 0, > + 1080, 1084, 1089, 1125, 0, > + 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1920x1080", /* VIC 72 */ > + }, > + [73] = { 74250, > + 1920, 2448, 2492, 2640, 0, > + 1080, 1084, 1089, 1125, 0, > + 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1920x1080", /* VIC 74 */ > + }, > + [74] = { 74250, > + 1920, 2008, 2052, 2200, 0, > + 1080, 1084, 1089, 1125, 0, > + 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1920x1080", /* VIC 74 */ > + }, > + [75] = { 148500, > + 1920, 2448, 2492, 2640, 0, > + 1080, 1084, 1089, 1125, 0, > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1920x1080", /* VIC 75 */ > + }, > + [76] = { 148500, > + 1920, 2008, 2052, 2200, 0, > + 1080, 1084, 1089, 1125, 0, > + 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1920x1080", /* VIC 76 */ > + }, > + [77] = { 297000, > + 1920, 2448, 2492, 2640, 0, > + 1080, 1084, 1089, 1125, 0, > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1920x1080", /* VIC 77 */ > + }, > + [78] = { 297000, > + 1920, 2008, 2052, 2200, 0, > + 1080, 1084, 1089, 1125, 0, > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1920x1080", /* VIC 78 */ > + }, > + [79] = { 59400, > + 1680, 3040, 3080, 3300, 0, > + 720, 725, 730, 750, 0, > + 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1680x720", /* VIC 79 */ > + }, > + [80] = { 59400, > + 1680, 2908, 2948, 3168, 0, > + 720, 725, 730, 750, 0, > + 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1680x720", /* VIC 80 */ > + }, > + [81] = { 59400, > + 1680, 2380, 2420, 2640, 0, > + 720, 725, 730, 750, 0, > + 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1680x720", /* VIC 81 */ > + }, > + [82] = { 82500, > + 1680, 1940, 1980, 2200, 0, > + 720, 725, 730, 750, 0, > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1680x720", /* VIC 82 */ > + }, > + [83] = { 99000, > + 1680, 1940, 1980, 2200, 0, > + 720, 725, 730, 750, 0, > + 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1680x720", /* VIC 83 */ > + }, > + [84] = { 165000, > + 1680, 1740, 1780, 2000, 0, > + 720, 725, 730, 825, 0, > + 100, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1680x720", /* VIC 84 */ > + }, > + [85] = { 198000, > + 1680, 1740, 1780, 2000, 0, > + 720, 725, 730, 825, 0, > + 120, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "1680x720", /* VIC 85 */ > + }, > + [86] = { 99000, > + 2560, 3558, 3602, 3750, 0, > + 1080, 1084, 1089, 1100, 0, > + 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "2560x1080", /* VIC 86 */ > + }, > + [87] = { 90000, > + 2560, 3008, 3052, 3200, 0, > + 1080, 1084, 1089, 1125, 0, > + 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "2560x1080", /* VIC 87 */ > + }, > + [88] = { 118800, > + 2560, 3328, 3372, 3520, 0, > + 1080, 1084, 1089, 1125, 0, > + 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "2560x1080", /* VIC 88 */ > + }, > + [89] = { 185625, > + 2560, 3108, 3152, 3300, 0, > + 1080, 1084, 1089, 1125, 0, > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "2560x1080", /* VIC 89 */ > + }, > + [90] = { 198000, > + 2560, 2808, 2852, 3000, 0, > + 1080, 1084, 1089, 1100, 0, > + 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "2560x1080", /* VIC 90 */ > + }, > + [93] = { 297000, > + 3840, 5116, 5204, 5500, 0, > + 2160, 2168, 2178, 2250, 0, > + 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "4096x2160", /* VIC 93 */ > + }, > + [94] = { 297000, > + 3840, 4896, 4984, 5280, 0, > + 2160, 2168, 2178, 2250, 0, > + 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "3840x2160", /* VIC 94 */ > + }, > + [95] = { 297000, > + 3840, 4016, 4104, 4400, 0, > + 2160, 2168, 2178, 2250, 0, > + 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "3840x2160", /* VIC 95 */ > }, > [96] = { 594000, > 3840, 4896, 4984, 5280, 0, > 2160, 2168, 2178, 2250, 0, > - 50, 0x5|DRM_MODE_FLAG_PIC_AR_16_9, 0x40, > - "3840x2160", /* VIC 96 */ > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "3840x2160", /* VIC 96 */ > }, > [97] = { 594000, > 3840, 4016, 4104, 4400, 0, > 2160, 2168, 2178, 2250, 0, > - 60, 0x5|DRM_MODE_FLAG_PIC_AR_16_9, 0x40, > - "3840x2160", /* VIC 97 */ > + 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_16_9, > + 0x40, "3840x2160", /* VIC 97 */ > + }, > + [98] = { 297000, > + 4096, 5116, 5204, 5500, 0, > + 2160, 2168, 2178, 2250, 0, > + 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_256_135, > + 0x40, "4096x2160", /* VIC 98 */ > + }, > + [99] = { 297000, > + 4096, 5064, 5152, 5280, 0, > + 2160, 2168, 2178, 2250, 0, > + 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_256_135, > + 0x40, "4096x2160", /* VIC 99 */ > + }, > + [100] = { 297000, > + 4096, 4184, 4272, 4400, 0, > + 2160, 2168, 2178, 2250, 0, > + 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_256_135, > + 0x40, "4096x2160", /* VIC 100 */ > }, > [101] = { 594000, > 4096, 5064, 5152, 5280, 0, > 2160, 2168, 2178, 2250, 0, > - 50, 0x5|DRM_MODE_FLAG_PIC_AR_256_135, 0x40, > - "4096x2160", /* VIC 101 */ > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_256_135, > + 0x40, "4096x2160", /* VIC 101 */ > }, > [102] = { 594000, > 4096, 4184, 4272, 4400, 0, > 2160, 2168, 2178, 2250, 0, > - 60, 0x5|DRM_MODE_FLAG_PIC_AR_256_135, 0x40, > - "4096x2160", /* VIC 102 */ > + 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_256_135, > + 0x40, "4096x2160", /* VIC 102 */ > + }, > + [103] = { 297000, > + 3840, 5116, 5204, 5500, 0, > + 2160, 2168, 2178, 2250, 0, > + 24, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "4096x2160", /* VIC 103 */ > + }, > + [104] = { 297000, > + 3840, 4896, 4984, 5280, 0, > + 2160, 2168, 2178, 2250, 0, > + 25, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "3840x2160", /* VIC 104 */ > + }, > + [105] = { 297000, > + 3840, 4016, 4104, 4400, 0, > + 2160, 2168, 2178, 2250, 0, > + 30, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "3840x2160", /* VIC 105 */ > }, > [106] = { 594000, > 3840, 4896, 4984, 5280, 0, > 2160, 2168, 2178, 2250, 0, > - 50, 0x5|DRM_MODE_FLAG_PIC_AR_64_27, 0x40, > - "3840x2160", /* VIC 106 */ > + 50, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "3840x2160", /* VIC 106 */ > }, > [107] = { 594000, > 3840, 4016, 4104, 4400, 0, > 2160, 2168, 2178, 2250, 0, > - 60, 0x5|DRM_MODE_FLAG_PIC_AR_64_27, 0x40, > - "3840x2160", /* VIC 107 */ > + 60, DRM_MODE_FLAG_PHSYNC | DRM_MODE_FLAG_PVSYNC | DRM_MODE_FLAG_PIC_AR_64_27, > + 0x40, "3840x2160", /* VIC 107 */ > }, > }; > > /* Common test setup. */ > -static void test_init(data_t *data) > +static void test_init(data_t *data, int conn_id) > { > igt_display_t *display = &data->display; > > @@ -90,19 +368,22 @@ static void test_init(data_t *data) > > igt_display_reset(display); > > - /* find a connected HDMI output */ > + /* find a connected output */ > data->output = NULL; > for (int i=0; i < data->display.n_outputs; ++i) { > - drmModeConnector *connector = data->display.outputs[i].config.connector; > - if (connector->connection == DRM_MODE_CONNECTED && > - (connector->connector_type == DRM_MODE_CONNECTOR_HDMIA || > - (data->use_virtual_connector && > - connector->connector_type == DRM_MODE_CONNECTOR_VIRTUAL))) { > + drmModeConnector *conn = data->display.outputs[i].config.connector; > + > + if ((data->use_virtual_connector && > + conn->connector_type == DRM_MODE_CONNECTOR_VIRTUAL) || > + (conn->connector_type == DRM_MODE_CONNECTOR_HDMIA && > + conn->connection == DRM_MODE_CONNECTED && > + (conn_id == 0 || conn->connector_id == conn_id))) { > data->output = &data->display.outputs[i]; > + break; > } > } > > - igt_require(data->output); > + igt_require_f(data->output, "No valid connectors found\n"); > > data->primary = > igt_pipe_get_plane_type(data->pipe, DRM_PLANE_TYPE_PRIMARY); > @@ -123,22 +404,57 @@ static void wait_for_keypress(void) > ; > } > > -static void test_vic_mode(data_t *data, int vic) > +/* Write 0 or 1 to debugfs entry "force_yuv420_output" of connector */ > +static void set_force_yuv420(data_t *data, int force, int conn_id) > +{ > + int fd, res; > + > + test_init(data, conn_id); > + > + igt_info("Setting force_yuv420_output to %d on connector id %d\n", > + force ? 1 : 0, data->output->config.connector->connector_id); > + > + fd = igt_debugfs_connector_dir(data->fd, data->output->name, O_RDONLY); > + igt_assert(fd >= 0); > + > + res = igt_sysfs_write(fd, "force_yuv420_output", force ? "1" : "0", 2); > + igt_require(res > 0); > + > + close(fd); > + test_fini(data); > +} > + > +/* Set "max bpc" property of connector */ > +static void set_max_bpc(data_t *data, int max_bpc, int conn_id) > +{ > + igt_display_t *display = &data->display; > + > + test_init(data, conn_id); > + > + igt_info("Setting max bpc to %d on connector id %d\n", > + max_bpc, data->output->config.connector->connector_id); > + igt_output_set_prop_value(data->output, IGT_CONNECTOR_MAX_BPC, max_bpc); > + igt_display_commit_atomic(display, DRM_MODE_ATOMIC_ALLOW_MODESET, NULL); > + > + test_fini(data); > +} > + > +/* Override video mode with specified VIC. */ > +static void test_vic_mode(data_t *data, int vic, int conn_id) > { > igt_display_t *display = &data->display; > drmModeModeInfo *mode; > igt_fb_t afb; > > - test_init(data); > + test_init(data, conn_id); > > mode = &test_modes[vic]; > > + igt_info("Setting mode %s on connector id %d\n", > + mode->name, data->output->config.connector->connector_id); > igt_output_override_mode(data->output, mode); > - > igt_create_pattern_fb(data->fd, mode->hdisplay, mode->vdisplay, DRM_FORMAT_XRGB8888, 0, &afb); > - > igt_plane_set_fb(data->primary, &afb); > - > igt_display_commit_atomic(display, DRM_MODE_ATOMIC_ALLOW_MODESET, NULL); > > igt_info("Press [Enter] to finish\n"); > @@ -147,20 +463,27 @@ static void test_vic_mode(data_t *data, int vic) > test_fini(data); > } > > -const char *optstr = "hvt:"; > +const char *optstr = "hvt:i:b:y:"; > static void usage(const char *name) > { > - igt_info("Usage: %s [options]\n", name); > - igt_info("-h Show help\n"); > - igt_info("-t vic Select video mode based on VIC\n"); > - igt_info("-v Test on 'Virtual' connector as well, for debugging.\n"); > + igt_info("Usage: %s options\n", name); > + igt_info("-h Show help\n"); > + igt_info("-t vic Select video mode based on VIC\n"); > + igt_info("-v Test on 'Virtual' connector as well, for debugging.\n"); > + igt_info("-i conn_id Use connector by ID\n"); > + igt_info("-b max_bpc Set \"max bpc\" connector property\n"); > + igt_info("-y 0|1 Write 0 or 1 to connector's debugfs force_yuv420_output\n"); > + igt_info("NOTE: if -i is not specified, first connected HDMI connector will be used for -t, -b and -y\n"); > } > > int main(int argc, char **argv) > { > data_t data; > int c; > - int vic = 1; /* default to VIC 1 (640x480) */ > + int vic = 0; > + int conn_id = 0; > + int max_bpc = 0; > + int force_yuv_420 = -1; > > memset(&data, 0, sizeof(data)); > > @@ -169,9 +492,18 @@ int main(int argc, char **argv) > case 't': > vic = atoi(optarg); > break; > + case 'i': > + conn_id = atoi(optarg); > + break; > case 'v': > data.use_virtual_connector = true; > break; > + case 'b': > + max_bpc = atoi(optarg); > + break; > + case 'y': > + force_yuv_420 = atoi(optarg); > + break; > default: > case 'h': > usage(argv[0]); > @@ -179,13 +511,6 @@ int main(int argc, char **argv) > } > } > > - if (vic < 1 || > - vic > ARRAY_SIZE(test_modes) || > - !test_modes[vic].name[0]) { > - igt_warn("VIC %d is not supported\n", vic); > - exit(EXIT_FAILURE); > - } > - > data.fd = drm_open_driver_master(DRIVER_ANY); > kmstest_set_vt_graphics_mode(); > > @@ -193,7 +518,20 @@ int main(int argc, char **argv) > igt_require(data.display.is_atomic); > igt_display_require_output(&data.display); > > - test_vic_mode(&data, vic); > + if (force_yuv_420 >= 0) > + set_force_yuv420(&data, force_yuv_420, conn_id); > + > + if (max_bpc) > + set_max_bpc(&data, max_bpc, conn_id); > + > + if (vic) { > + if (vic > ARRAY_SIZE(test_modes) || > + !test_modes[vic].name[0]) { I think it would be more readable if this check were in the same line. Also, you can drop all braces in these conditions. With those changes: Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> > + igt_warn("VIC %d is not supported\n", vic); > + } else { > + test_vic_mode(&data, vic, conn_id); > + } > + } > > igt_display_fini(&data.display); > } ^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2024-10-29 17:27 UTC | newest] Thread overview: 16+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-10-24 21:03 [PATCH 1/5] tools/amd_hdmi_compliance: Additional functionalities Alex Hung 2024-10-24 21:03 ` [PATCH 2/5] tools/amd_hdmi_compliance: Fix atomic commit failure Alex Hung 2024-10-29 16:02 ` Rodrigo Siqueira Jordao 2024-10-24 21:03 ` [PATCH 3/5] tools/amd_hdmi_compliance: Fix VIC 0 not working Alex Hung 2024-10-29 16:03 ` Rodrigo Siqueira Jordao 2024-10-24 21:03 ` [PATCH 4/5] tools/amd_hdmi_compliance: Support VIC 91 and 92 Alex Hung 2024-10-29 16:04 ` Rodrigo Siqueira Jordao 2024-10-24 21:03 ` [PATCH 5/5] tools/amd_hdmi_compliance: Add timeout option Alex Hung 2024-10-29 16:06 ` Rodrigo Siqueira Jordao 2024-10-24 22:46 ` ✗ Fi.CI.BAT: failure for series starting with [1/5] tools/amd_hdmi_compliance: Additional functionalities Patchwork 2024-10-24 23:25 ` ✗ CI.xeBAT: " Patchwork 2024-10-28 13:39 ` Hung, Alex 2024-10-29 17:27 ` Kamil Konieczny 2024-10-26 7:09 ` ✗ CI.xeFULL: " Patchwork 2024-10-29 12:14 ` Patchwork 2024-10-29 16:01 ` [PATCH 1/5] " Rodrigo Siqueira Jordao
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox