* [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl
@ 2025-02-13 19:19 sai.gowtham.ch
0 siblings, 0 replies; 12+ messages in thread
From: sai.gowtham.ch @ 2025-02-13 19:19 UTC (permalink / raw)
To: igt-dev, sai.gowtham.ch
From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
Current compute square kernel tests dosen't support on PTL, this enables
tests to work on PTL.
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
---
lib/intel_compute.c | 10 ++++++++
lib/intel_compute_square_kernels.c | 41 ++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/lib/intel_compute.c b/lib/intel_compute.c
index 233835c6c..5350389df 100644
--- a/lib/intel_compute.c
+++ b/lib/intel_compute.c
@@ -1729,6 +1729,16 @@ static const struct {
.compute_exec = xe2lpg_compute_exec,
.compat = COMPAT_DRIVER_XE,
},
+ {
+ .ip_ver = IP_VER(30, 00),
+ .compute_exec = xe2lpg_compute_exec,
+ .compat = COMPAT_DRIVER_XE,
+ },
+ {
+ .ip_ver = IP_VER(30, 01),
+ .compute_exec = xe2lpg_compute_exec,
+ .compat = COMPAT_DRIVER_XE,
+ },
};
static bool __run_intel_compute_kernel(int fd,
diff --git a/lib/intel_compute_square_kernels.c b/lib/intel_compute_square_kernels.c
index b0912e7e4..08b07b58a 100644
--- a/lib/intel_compute_square_kernels.c
+++ b/lib/intel_compute_square_kernels.c
@@ -3889,6 +3889,37 @@ unsigned char xelpg_kernel_square_bin[] = {
0x00, 0x00, 0x00, 0x00
};
+static const unsigned char ptl_kernel_square_bin[] = {
+ 0x65, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x1f, 0x04, 0x00, 0x00, 0x02,
+ 0xc0, 0xff, 0xff, 0xff, 0x40, 0x19, 0x00, 0x80, 0x20, 0x82, 0x05, 0x1f,
+ 0x04, 0x1f, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x31, 0x22, 0x03, 0x80,
+ 0x00, 0x00, 0x0c, 0x05, 0x8f, 0x1f, 0x00, 0xfa, 0x03, 0x00, 0x70, 0xf6,
+ 0x61, 0x80, 0x24, 0x2c, 0x02, 0x00, 0x10, 0x00, 0x66, 0x09, 0x00, 0x80,
+ 0x20, 0x82, 0x01, 0x80, 0x00, 0x80, 0x00, 0x02, 0xc0, 0x04, 0x00, 0x40,
+ 0x41, 0x22, 0x03, 0x80, 0x60, 0x06, 0x01, 0x20, 0x54, 0x05, 0x00, 0x01,
+ 0x14, 0x02, 0x00, 0x00, 0x53, 0x81, 0x00, 0x80, 0x60, 0x06, 0x05, 0x03,
+ 0x54, 0x05, 0x00, 0x06, 0x14, 0x02, 0x00, 0x00, 0x70, 0x00, 0x14, 0x80,
+ 0x60, 0x86, 0x01, 0x00, 0x44, 0x05, 0x00, 0x15, 0x00, 0x00, 0x00, 0x00,
+ 0x52, 0x1a, 0x14, 0x00, 0x60, 0x06, 0x04, 0x06, 0x04, 0x03, 0x0e, 0x01,
+ 0x04, 0x01, 0x04, 0x04, 0x20, 0x00, 0x00, 0x84, 0x00, 0x40, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0xb0, 0x00, 0x00, 0x00, 0x61, 0x1a, 0x00, 0xb4,
+ 0x0f, 0x06, 0x10, 0x00, 0x61, 0x00, 0x08, 0xb4, 0x11, 0x07, 0x10, 0x00,
+ 0x69, 0x1a, 0x10, 0x00, 0x70, 0x86, 0x05, 0x13, 0x04, 0x0f, 0x20, 0x05,
+ 0x02, 0x00, 0x02, 0x00, 0x69, 0x1a, 0x10, 0x02, 0x70, 0x86, 0x05, 0x15,
+ 0x04, 0x11, 0x20, 0x05, 0x02, 0x00, 0x02, 0x00, 0x40, 0x1a, 0x00, 0x38,
+ 0x08, 0x13, 0x30, 0x05, 0x40, 0x1a, 0x08, 0x38, 0x0a, 0x15, 0x30, 0x05,
+ 0x31, 0x23, 0x17, 0x00, 0x00, 0x00, 0x14, 0x0c, 0x24, 0x08, 0x00, 0xfb,
+ 0x00, 0x00, 0x00, 0x00, 0x61, 0x00, 0x84, 0xf4, 0x03, 0x00, 0x02, 0x00,
+ 0x40, 0x19, 0x00, 0x80, 0x60, 0x86, 0x15, 0x03, 0x14, 0x03, 0x00, 0x05,
+ 0x01, 0x00, 0x01, 0x00, 0x40, 0x83, 0x20, 0x30, 0x0c, 0x0c, 0x80, 0x3f,
+ 0x70, 0x19, 0x54, 0x80, 0x20, 0x02, 0x01, 0x00, 0x14, 0x03, 0x00, 0x52,
+ 0x44, 0x05, 0x00, 0x00, 0x20, 0x00, 0x40, 0x84, 0x00, 0x40, 0x00, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0xd8, 0xff, 0xff, 0xff, 0x31, 0x24, 0x16, 0x00,
+ 0x00, 0x00, 0x00, 0x00, 0x24, 0x08, 0x08, 0xfb, 0x14, 0x0c, 0x00, 0x00,
+ 0x61, 0x00, 0x10, 0x28, 0x0e, 0x02, 0x10, 0x00, 0x31, 0x20, 0x02, 0x80,
+ 0x04, 0x00, 0x00, 0x00, 0x0c, 0x0e, 0x20, 0x30, 0x00, 0x00, 0x00, 0x00
+};
+
const struct intel_compute_kernels intel_compute_square_kernels[] = {
{
.ip_ver = IP_VER(12, 0),
@@ -3933,5 +3964,15 @@ const struct intel_compute_kernels intel_compute_square_kernels[] = {
.sip_kernel = xe2lpg_kernel_sip_bin,
.sip_kernel_size = sizeof(xe2lpg_kernel_sip_bin),
},
+ {
+ .ip_ver = IP_VER(30, 00),
+ .size = sizeof(ptl_kernel_square_bin),
+ .kernel = ptl_kernel_square_bin,
+ },
+ {
+ .ip_ver = IP_VER(30, 01),
+ .size = sizeof(ptl_kernel_square_bin),
+ .kernel = ptl_kernel_square_bin,
+ },
{}
};
--
2.43.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl
@ 2025-02-14 7:05 sai.gowtham.ch
2025-02-14 10:10 ` Zbigniew Kempczyński
2025-02-15 4:49 ` Dandamudi, Priyanka
0 siblings, 2 replies; 12+ messages in thread
From: sai.gowtham.ch @ 2025-02-14 7:05 UTC (permalink / raw)
To: igt-dev, sai.gowtham.ch, zbigniew.kempczynski
From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
Current compute square kernel tests dosen't support on PTL, this enables
tests to work on PTL.
CC: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
---
lib/intel_compute.c | 10 +++++++
lib/intel_compute_square_kernels.c | 42 ++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/lib/intel_compute.c b/lib/intel_compute.c
index 233835c6c..5350389df 100644
--- a/lib/intel_compute.c
+++ b/lib/intel_compute.c
@@ -1729,6 +1729,16 @@ static const struct {
.compute_exec = xe2lpg_compute_exec,
.compat = COMPAT_DRIVER_XE,
},
+ {
+ .ip_ver = IP_VER(30, 00),
+ .compute_exec = xe2lpg_compute_exec,
+ .compat = COMPAT_DRIVER_XE,
+ },
+ {
+ .ip_ver = IP_VER(30, 01),
+ .compute_exec = xe2lpg_compute_exec,
+ .compat = COMPAT_DRIVER_XE,
+ },
};
static bool __run_intel_compute_kernel(int fd,
diff --git a/lib/intel_compute_square_kernels.c b/lib/intel_compute_square_kernels.c
index b0912e7e4..18f90c4fe 100644
--- a/lib/intel_compute_square_kernels.c
+++ b/lib/intel_compute_square_kernels.c
@@ -3889,6 +3889,38 @@ unsigned char xelpg_kernel_square_bin[] = {
0x00, 0x00, 0x00, 0x00
};
+static const unsigned char ptl_kernel_square_bin[] = {
+ 0x65, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x1f, 0x04, 0x00, 0x00,
+ 0x02, 0xc0, 0xff, 0xff, 0xff, 0x40, 0x19, 0x00, 0x80, 0x20, 0x82,
+ 0x05, 0x1f, 0x04, 0x1f, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x31,
+ 0x22, 0x03, 0x80, 0x00, 0x00, 0x0c, 0x05, 0x8f, 0x1f, 0x00, 0xfa,
+ 0x03, 0x00, 0x70, 0xf6, 0x61, 0x80, 0x24, 0x2c, 0x02, 0x00, 0x10,
+ 0x00, 0x66, 0x09, 0x00, 0x80, 0x20, 0x82, 0x01, 0x80, 0x00, 0x80,
+ 0x00, 0x02, 0xc0, 0x04, 0x00, 0x40, 0x41, 0x22, 0x03, 0x80, 0x60,
+ 0x06, 0x01, 0x20, 0x54, 0x05, 0x00, 0x01, 0x14, 0x02, 0x00, 0x00,
+ 0x53, 0x81, 0x00, 0x80, 0x60, 0x06, 0x05, 0x03, 0x54, 0x05, 0x00,
+ 0x06, 0x14, 0x02, 0x00, 0x00, 0x52, 0x19, 0x14, 0x00, 0x60, 0x06,
+ 0x04, 0x06, 0x04, 0x03, 0x0e, 0x01, 0x04, 0x01, 0x04, 0x04, 0x70,
+ 0x19, 0x14, 0x00, 0x20, 0x02, 0x01, 0x00, 0x04, 0x06, 0x10, 0x52,
+ 0x44, 0x05, 0x00, 0x00, 0x2e, 0x00, 0x14, 0x14, 0x00, 0xc0, 0x00,
+ 0x00, 0x88, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x61, 0x00,
+ 0x00, 0xb4, 0x15, 0x06, 0x10, 0x00, 0x61, 0x00, 0x08, 0xb4, 0x17,
+ 0x07, 0x10, 0x00, 0x69, 0x1a, 0x10, 0x00, 0x70, 0x86, 0x05, 0x19,
+ 0x04, 0x15, 0x20, 0x05, 0x02, 0x00, 0x02, 0x00, 0x69, 0x1a, 0x10,
+ 0x02, 0x70, 0x86, 0x05, 0x1b, 0x04, 0x17, 0x20, 0x05, 0x02, 0x00,
+ 0x02, 0x00, 0x40, 0x1a, 0x00, 0x38, 0x08, 0x19, 0x10, 0x05, 0x40,
+ 0x1a, 0x08, 0x38, 0x0a, 0x1b, 0x10, 0x05, 0x31, 0x23, 0x17, 0x00,
+ 0x00, 0x00, 0x14, 0x0c, 0x24, 0x08, 0x00, 0xfb, 0x00, 0x00, 0x00,
+ 0x00, 0x40, 0x00, 0x00, 0x38, 0x10, 0x19, 0x30, 0x05, 0x40, 0x00,
+ 0x08, 0x38, 0x12, 0x1b, 0x30, 0x05, 0x41, 0x83, 0x20, 0x20, 0x0e,
+ 0x0c, 0x00, 0x0c, 0x31, 0x24, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x24, 0x10, 0x08, 0xfb, 0x14, 0x0e, 0x00, 0x00, 0x2f, 0x00, 0x14,
+ 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
+ 0x00, 0x00, 0x61, 0x00, 0x10, 0x28, 0x14, 0x02, 0x10, 0x00, 0x31,
+ 0x20, 0x02, 0x80, 0x04, 0x00, 0x00, 0x00, 0x0c, 0x14, 0x20, 0x30,
+ 0x00, 0x00, 0x00, 0x00
+};
+
const struct intel_compute_kernels intel_compute_square_kernels[] = {
{
.ip_ver = IP_VER(12, 0),
@@ -3933,5 +3965,15 @@ const struct intel_compute_kernels intel_compute_square_kernels[] = {
.sip_kernel = xe2lpg_kernel_sip_bin,
.sip_kernel_size = sizeof(xe2lpg_kernel_sip_bin),
},
+ {
+ .ip_ver = IP_VER(30, 00),
+ .size = sizeof(ptl_kernel_square_bin),
+ .kernel = ptl_kernel_square_bin,
+ },
+ {
+ .ip_ver = IP_VER(30, 01),
+ .size = sizeof(ptl_kernel_square_bin),
+ .kernel = ptl_kernel_square_bin,
+ },
{}
};
--
2.43.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl
2025-02-14 7:05 [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl sai.gowtham.ch
@ 2025-02-14 10:10 ` Zbigniew Kempczyński
2025-02-14 11:17 ` Ch, Sai Gowtham
2025-02-15 4:49 ` Dandamudi, Priyanka
1 sibling, 1 reply; 12+ messages in thread
From: Zbigniew Kempczyński @ 2025-02-14 10:10 UTC (permalink / raw)
To: sai.gowtham.ch; +Cc: igt-dev
On Fri, Feb 14, 2025 at 07:05:18AM +0000, sai.gowtham.ch@intel.com wrote:
> From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
>
> Current compute square kernel tests dosen't support on PTL, this enables
> tests to work on PTL.
>
> CC: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
> ---
> lib/intel_compute.c | 10 +++++++
> lib/intel_compute_square_kernels.c | 42 ++++++++++++++++++++++++++++++
> 2 files changed, 52 insertions(+)
>
> diff --git a/lib/intel_compute.c b/lib/intel_compute.c
> index 233835c6c..5350389df 100644
> --- a/lib/intel_compute.c
> +++ b/lib/intel_compute.c
> @@ -1729,6 +1729,16 @@ static const struct {
> .compute_exec = xe2lpg_compute_exec,
> .compat = COMPAT_DRIVER_XE,
> },
> + {
> + .ip_ver = IP_VER(30, 00),
> + .compute_exec = xe2lpg_compute_exec,
> + .compat = COMPAT_DRIVER_XE,
> + },
> + {
> + .ip_ver = IP_VER(30, 01),
> + .compute_exec = xe2lpg_compute_exec,
> + .compat = COMPAT_DRIVER_XE,
This entry seems to be unused at the moment.
> + },
> };
>
> static bool __run_intel_compute_kernel(int fd,
> diff --git a/lib/intel_compute_square_kernels.c b/lib/intel_compute_square_kernels.c
> index b0912e7e4..18f90c4fe 100644
> --- a/lib/intel_compute_square_kernels.c
> +++ b/lib/intel_compute_square_kernels.c
> @@ -3889,6 +3889,38 @@ unsigned char xelpg_kernel_square_bin[] = {
> 0x00, 0x00, 0x00, 0x00
> };
>
> +static const unsigned char ptl_kernel_square_bin[] = {
> + 0x65, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x1f, 0x04, 0x00, 0x00,
> + 0x02, 0xc0, 0xff, 0xff, 0xff, 0x40, 0x19, 0x00, 0x80, 0x20, 0x82,
> + 0x05, 0x1f, 0x04, 0x1f, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x31,
> + 0x22, 0x03, 0x80, 0x00, 0x00, 0x0c, 0x05, 0x8f, 0x1f, 0x00, 0xfa,
> + 0x03, 0x00, 0x70, 0xf6, 0x61, 0x80, 0x24, 0x2c, 0x02, 0x00, 0x10,
> + 0x00, 0x66, 0x09, 0x00, 0x80, 0x20, 0x82, 0x01, 0x80, 0x00, 0x80,
> + 0x00, 0x02, 0xc0, 0x04, 0x00, 0x40, 0x41, 0x22, 0x03, 0x80, 0x60,
> + 0x06, 0x01, 0x20, 0x54, 0x05, 0x00, 0x01, 0x14, 0x02, 0x00, 0x00,
> + 0x53, 0x81, 0x00, 0x80, 0x60, 0x06, 0x05, 0x03, 0x54, 0x05, 0x00,
> + 0x06, 0x14, 0x02, 0x00, 0x00, 0x52, 0x19, 0x14, 0x00, 0x60, 0x06,
> + 0x04, 0x06, 0x04, 0x03, 0x0e, 0x01, 0x04, 0x01, 0x04, 0x04, 0x70,
> + 0x19, 0x14, 0x00, 0x20, 0x02, 0x01, 0x00, 0x04, 0x06, 0x10, 0x52,
> + 0x44, 0x05, 0x00, 0x00, 0x2e, 0x00, 0x14, 0x14, 0x00, 0xc0, 0x00,
> + 0x00, 0x88, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x61, 0x00,
> + 0x00, 0xb4, 0x15, 0x06, 0x10, 0x00, 0x61, 0x00, 0x08, 0xb4, 0x17,
> + 0x07, 0x10, 0x00, 0x69, 0x1a, 0x10, 0x00, 0x70, 0x86, 0x05, 0x19,
> + 0x04, 0x15, 0x20, 0x05, 0x02, 0x00, 0x02, 0x00, 0x69, 0x1a, 0x10,
> + 0x02, 0x70, 0x86, 0x05, 0x1b, 0x04, 0x17, 0x20, 0x05, 0x02, 0x00,
> + 0x02, 0x00, 0x40, 0x1a, 0x00, 0x38, 0x08, 0x19, 0x10, 0x05, 0x40,
> + 0x1a, 0x08, 0x38, 0x0a, 0x1b, 0x10, 0x05, 0x31, 0x23, 0x17, 0x00,
> + 0x00, 0x00, 0x14, 0x0c, 0x24, 0x08, 0x00, 0xfb, 0x00, 0x00, 0x00,
> + 0x00, 0x40, 0x00, 0x00, 0x38, 0x10, 0x19, 0x30, 0x05, 0x40, 0x00,
> + 0x08, 0x38, 0x12, 0x1b, 0x30, 0x05, 0x41, 0x83, 0x20, 0x20, 0x0e,
> + 0x0c, 0x00, 0x0c, 0x31, 0x24, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00,
> + 0x24, 0x10, 0x08, 0xfb, 0x14, 0x0e, 0x00, 0x00, 0x2f, 0x00, 0x14,
> + 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
> + 0x00, 0x00, 0x61, 0x00, 0x10, 0x28, 0x14, 0x02, 0x10, 0x00, 0x31,
> + 0x20, 0x02, 0x80, 0x04, 0x00, 0x00, 0x00, 0x0c, 0x14, 0x20, 0x30,
> + 0x00, 0x00, 0x00, 0x00
> +};
Shader looks correct.
> +
> const struct intel_compute_kernels intel_compute_square_kernels[] = {
> {
> .ip_ver = IP_VER(12, 0),
> @@ -3933,5 +3965,15 @@ const struct intel_compute_kernels intel_compute_square_kernels[] = {
> .sip_kernel = xe2lpg_kernel_sip_bin,
> .sip_kernel_size = sizeof(xe2lpg_kernel_sip_bin),
> },
> + {
> + .ip_ver = IP_VER(30, 00),
> + .size = sizeof(ptl_kernel_square_bin),
> + .kernel = ptl_kernel_square_bin,
> + },
> + {
> + .ip_ver = IP_VER(30, 01),
> + .size = sizeof(ptl_kernel_square_bin),
> + .kernel = ptl_kernel_square_bin,
Same as first comment, there's no rel = 1 for PTL defined
(good argument to start rework for getting ver/rel from hw).
--
Zbigniew
> + },
> {}
> };
> --
> 2.43.0
>
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl
2025-02-14 10:10 ` Zbigniew Kempczyński
@ 2025-02-14 11:17 ` Ch, Sai Gowtham
2025-02-14 11:30 ` Zbigniew Kempczyński
0 siblings, 1 reply; 12+ messages in thread
From: Ch, Sai Gowtham @ 2025-02-14 11:17 UTC (permalink / raw)
To: Kempczynski, Zbigniew; +Cc: igt-dev@lists.freedesktop.org
>-----Original Message-----
>From: Kempczynski, Zbigniew <zbigniew.kempczynski@intel.com>
>Sent: Friday, February 14, 2025 3:40 PM
>To: Ch, Sai Gowtham <sai.gowtham.ch@intel.com>
>Cc: igt-dev@lists.freedesktop.org
>Subject: Re: [PATCH] lib/intel_compute_square_kernels: Extend compute test for
>ptl
>
>On Fri, Feb 14, 2025 at 07:05:18AM +0000, sai.gowtham.ch@intel.com wrote:
>> From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
>>
>> Current compute square kernel tests dosen't support on PTL, this
>> enables tests to work on PTL.
>>
>> CC: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
>> Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
>> ---
>> lib/intel_compute.c | 10 +++++++
>> lib/intel_compute_square_kernels.c | 42
>> ++++++++++++++++++++++++++++++
>> 2 files changed, 52 insertions(+)
>>
>> diff --git a/lib/intel_compute.c b/lib/intel_compute.c index
>> 233835c6c..5350389df 100644
>> --- a/lib/intel_compute.c
>> +++ b/lib/intel_compute.c
>> @@ -1729,6 +1729,16 @@ static const struct {
>> .compute_exec = xe2lpg_compute_exec,
>> .compat = COMPAT_DRIVER_XE,
>> },
>> + {
>> + .ip_ver = IP_VER(30, 00),
>> + .compute_exec = xe2lpg_compute_exec,
>> + .compat = COMPAT_DRIVER_XE,
>> + },
>> + {
>> + .ip_ver = IP_VER(30, 01),
>> + .compute_exec = xe2lpg_compute_exec,
>> + .compat = COMPAT_DRIVER_XE,
>
>This entry seems to be unused at the moment.
This entry is implemented for the future use as we had two ver's for ptl, this can be removed if needed.
>
>> + },
>> };
>>
>> static bool __run_intel_compute_kernel(int fd, diff --git
>> a/lib/intel_compute_square_kernels.c
>> b/lib/intel_compute_square_kernels.c
>> index b0912e7e4..18f90c4fe 100644
>> --- a/lib/intel_compute_square_kernels.c
>> +++ b/lib/intel_compute_square_kernels.c
>> @@ -3889,6 +3889,38 @@ unsigned char xelpg_kernel_square_bin[] = {
>> 0x00, 0x00, 0x00, 0x00
>> };
>>
>> +static const unsigned char ptl_kernel_square_bin[] = {
>> + 0x65, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x1f, 0x04, 0x00, 0x00,
>> + 0x02, 0xc0, 0xff, 0xff, 0xff, 0x40, 0x19, 0x00, 0x80, 0x20, 0x82,
>> + 0x05, 0x1f, 0x04, 0x1f, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x31,
>> + 0x22, 0x03, 0x80, 0x00, 0x00, 0x0c, 0x05, 0x8f, 0x1f, 0x00, 0xfa,
>> + 0x03, 0x00, 0x70, 0xf6, 0x61, 0x80, 0x24, 0x2c, 0x02, 0x00, 0x10,
>> + 0x00, 0x66, 0x09, 0x00, 0x80, 0x20, 0x82, 0x01, 0x80, 0x00, 0x80,
>> + 0x00, 0x02, 0xc0, 0x04, 0x00, 0x40, 0x41, 0x22, 0x03, 0x80, 0x60,
>> + 0x06, 0x01, 0x20, 0x54, 0x05, 0x00, 0x01, 0x14, 0x02, 0x00, 0x00,
>> + 0x53, 0x81, 0x00, 0x80, 0x60, 0x06, 0x05, 0x03, 0x54, 0x05, 0x00,
>> + 0x06, 0x14, 0x02, 0x00, 0x00, 0x52, 0x19, 0x14, 0x00, 0x60, 0x06,
>> + 0x04, 0x06, 0x04, 0x03, 0x0e, 0x01, 0x04, 0x01, 0x04, 0x04, 0x70,
>> + 0x19, 0x14, 0x00, 0x20, 0x02, 0x01, 0x00, 0x04, 0x06, 0x10, 0x52,
>> + 0x44, 0x05, 0x00, 0x00, 0x2e, 0x00, 0x14, 0x14, 0x00, 0xc0, 0x00,
>> + 0x00, 0x88, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x61, 0x00,
>> + 0x00, 0xb4, 0x15, 0x06, 0x10, 0x00, 0x61, 0x00, 0x08, 0xb4, 0x17,
>> + 0x07, 0x10, 0x00, 0x69, 0x1a, 0x10, 0x00, 0x70, 0x86, 0x05, 0x19,
>> + 0x04, 0x15, 0x20, 0x05, 0x02, 0x00, 0x02, 0x00, 0x69, 0x1a, 0x10,
>> + 0x02, 0x70, 0x86, 0x05, 0x1b, 0x04, 0x17, 0x20, 0x05, 0x02, 0x00,
>> + 0x02, 0x00, 0x40, 0x1a, 0x00, 0x38, 0x08, 0x19, 0x10, 0x05, 0x40,
>> + 0x1a, 0x08, 0x38, 0x0a, 0x1b, 0x10, 0x05, 0x31, 0x23, 0x17, 0x00,
>> + 0x00, 0x00, 0x14, 0x0c, 0x24, 0x08, 0x00, 0xfb, 0x00, 0x00, 0x00,
>> + 0x00, 0x40, 0x00, 0x00, 0x38, 0x10, 0x19, 0x30, 0x05, 0x40, 0x00,
>> + 0x08, 0x38, 0x12, 0x1b, 0x30, 0x05, 0x41, 0x83, 0x20, 0x20, 0x0e,
>> + 0x0c, 0x00, 0x0c, 0x31, 0x24, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00,
>> + 0x24, 0x10, 0x08, 0xfb, 0x14, 0x0e, 0x00, 0x00, 0x2f, 0x00, 0x14,
>> + 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
>> + 0x00, 0x00, 0x61, 0x00, 0x10, 0x28, 0x14, 0x02, 0x10, 0x00, 0x31,
>> + 0x20, 0x02, 0x80, 0x04, 0x00, 0x00, 0x00, 0x0c, 0x14, 0x20, 0x30,
>> + 0x00, 0x00, 0x00, 0x00
>> +};
>
>Shader looks correct.
>
>> +
>> const struct intel_compute_kernels intel_compute_square_kernels[] = {
>> {
>> .ip_ver = IP_VER(12, 0),
>> @@ -3933,5 +3965,15 @@ const struct intel_compute_kernels
>intel_compute_square_kernels[] = {
>> .sip_kernel = xe2lpg_kernel_sip_bin,
>> .sip_kernel_size = sizeof(xe2lpg_kernel_sip_bin),
>> },
>> + {
>> + .ip_ver = IP_VER(30, 00),
>> + .size = sizeof(ptl_kernel_square_bin),
>> + .kernel = ptl_kernel_square_bin,
>> + },
>> + {
>> + .ip_ver = IP_VER(30, 01),
>> + .size = sizeof(ptl_kernel_square_bin),
>> + .kernel = ptl_kernel_square_bin,
>
>Same as first comment, there's no rel = 1 for PTL defined (good argument to start
>rework for getting ver/rel from hw).
>
Sure, Will be removing this entry.
Thanks for your comments, will be sending an other patch without these entries
>--
>Zbigniew
>
>> + },
>> {}
>> };
>> --
>> 2.43.0
>>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl
2025-02-14 11:17 ` Ch, Sai Gowtham
@ 2025-02-14 11:30 ` Zbigniew Kempczyński
0 siblings, 0 replies; 12+ messages in thread
From: Zbigniew Kempczyński @ 2025-02-14 11:30 UTC (permalink / raw)
To: Ch, Sai Gowtham; +Cc: igt-dev@lists.freedesktop.org
On Fri, Feb 14, 2025 at 12:17:17PM +0100, Ch, Sai Gowtham wrote:
>
>
> >-----Original Message-----
> >From: Kempczynski, Zbigniew <zbigniew.kempczynski@intel.com>
> >Sent: Friday, February 14, 2025 3:40 PM
> >To: Ch, Sai Gowtham <sai.gowtham.ch@intel.com>
> >Cc: igt-dev@lists.freedesktop.org
> >Subject: Re: [PATCH] lib/intel_compute_square_kernels: Extend compute test for
> >ptl
> >
> >On Fri, Feb 14, 2025 at 07:05:18AM +0000, sai.gowtham.ch@intel.com wrote:
> >> From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
> >>
> >> Current compute square kernel tests dosen't support on PTL, this
> >> enables tests to work on PTL.
> >>
> >> CC: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> >> Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
> >> ---
> >> lib/intel_compute.c | 10 +++++++
> >> lib/intel_compute_square_kernels.c | 42
> >> ++++++++++++++++++++++++++++++
> >> 2 files changed, 52 insertions(+)
> >>
> >> diff --git a/lib/intel_compute.c b/lib/intel_compute.c index
> >> 233835c6c..5350389df 100644
> >> --- a/lib/intel_compute.c
> >> +++ b/lib/intel_compute.c
> >> @@ -1729,6 +1729,16 @@ static const struct {
> >> .compute_exec = xe2lpg_compute_exec,
> >> .compat = COMPAT_DRIVER_XE,
> >> },
> >> + {
> >> + .ip_ver = IP_VER(30, 00),
> >> + .compute_exec = xe2lpg_compute_exec,
> >> + .compat = COMPAT_DRIVER_XE,
> >> + },
> >> + {
> >> + .ip_ver = IP_VER(30, 01),
> >> + .compute_exec = xe2lpg_compute_exec,
> >> + .compat = COMPAT_DRIVER_XE,
> >
> >This entry seems to be unused at the moment.
> This entry is implemented for the future use as we had two ver's for ptl, this can be removed if needed.
> >
> >> + },
> >> };
> >>
> >> static bool __run_intel_compute_kernel(int fd, diff --git
> >> a/lib/intel_compute_square_kernels.c
> >> b/lib/intel_compute_square_kernels.c
> >> index b0912e7e4..18f90c4fe 100644
> >> --- a/lib/intel_compute_square_kernels.c
> >> +++ b/lib/intel_compute_square_kernels.c
> >> @@ -3889,6 +3889,38 @@ unsigned char xelpg_kernel_square_bin[] = {
> >> 0x00, 0x00, 0x00, 0x00
> >> };
> >>
> >> +static const unsigned char ptl_kernel_square_bin[] = {
I think this should be renamed to xe3lpg_kernel_square_bin.
After rename:
Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
--
Zbigniew
> >> + 0x65, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x1f, 0x04, 0x00, 0x00,
> >> + 0x02, 0xc0, 0xff, 0xff, 0xff, 0x40, 0x19, 0x00, 0x80, 0x20, 0x82,
> >> + 0x05, 0x1f, 0x04, 0x1f, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x31,
> >> + 0x22, 0x03, 0x80, 0x00, 0x00, 0x0c, 0x05, 0x8f, 0x1f, 0x00, 0xfa,
> >> + 0x03, 0x00, 0x70, 0xf6, 0x61, 0x80, 0x24, 0x2c, 0x02, 0x00, 0x10,
> >> + 0x00, 0x66, 0x09, 0x00, 0x80, 0x20, 0x82, 0x01, 0x80, 0x00, 0x80,
> >> + 0x00, 0x02, 0xc0, 0x04, 0x00, 0x40, 0x41, 0x22, 0x03, 0x80, 0x60,
> >> + 0x06, 0x01, 0x20, 0x54, 0x05, 0x00, 0x01, 0x14, 0x02, 0x00, 0x00,
> >> + 0x53, 0x81, 0x00, 0x80, 0x60, 0x06, 0x05, 0x03, 0x54, 0x05, 0x00,
> >> + 0x06, 0x14, 0x02, 0x00, 0x00, 0x52, 0x19, 0x14, 0x00, 0x60, 0x06,
> >> + 0x04, 0x06, 0x04, 0x03, 0x0e, 0x01, 0x04, 0x01, 0x04, 0x04, 0x70,
> >> + 0x19, 0x14, 0x00, 0x20, 0x02, 0x01, 0x00, 0x04, 0x06, 0x10, 0x52,
> >> + 0x44, 0x05, 0x00, 0x00, 0x2e, 0x00, 0x14, 0x14, 0x00, 0xc0, 0x00,
> >> + 0x00, 0x88, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x61, 0x00,
> >> + 0x00, 0xb4, 0x15, 0x06, 0x10, 0x00, 0x61, 0x00, 0x08, 0xb4, 0x17,
> >> + 0x07, 0x10, 0x00, 0x69, 0x1a, 0x10, 0x00, 0x70, 0x86, 0x05, 0x19,
> >> + 0x04, 0x15, 0x20, 0x05, 0x02, 0x00, 0x02, 0x00, 0x69, 0x1a, 0x10,
> >> + 0x02, 0x70, 0x86, 0x05, 0x1b, 0x04, 0x17, 0x20, 0x05, 0x02, 0x00,
> >> + 0x02, 0x00, 0x40, 0x1a, 0x00, 0x38, 0x08, 0x19, 0x10, 0x05, 0x40,
> >> + 0x1a, 0x08, 0x38, 0x0a, 0x1b, 0x10, 0x05, 0x31, 0x23, 0x17, 0x00,
> >> + 0x00, 0x00, 0x14, 0x0c, 0x24, 0x08, 0x00, 0xfb, 0x00, 0x00, 0x00,
> >> + 0x00, 0x40, 0x00, 0x00, 0x38, 0x10, 0x19, 0x30, 0x05, 0x40, 0x00,
> >> + 0x08, 0x38, 0x12, 0x1b, 0x30, 0x05, 0x41, 0x83, 0x20, 0x20, 0x0e,
> >> + 0x0c, 0x00, 0x0c, 0x31, 0x24, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00,
> >> + 0x24, 0x10, 0x08, 0xfb, 0x14, 0x0e, 0x00, 0x00, 0x2f, 0x00, 0x14,
> >> + 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
> >> + 0x00, 0x00, 0x61, 0x00, 0x10, 0x28, 0x14, 0x02, 0x10, 0x00, 0x31,
> >> + 0x20, 0x02, 0x80, 0x04, 0x00, 0x00, 0x00, 0x0c, 0x14, 0x20, 0x30,
> >> + 0x00, 0x00, 0x00, 0x00
> >> +};
> >
> >Shader looks correct.
> >
> >> +
> >> const struct intel_compute_kernels intel_compute_square_kernels[] = {
> >> {
> >> .ip_ver = IP_VER(12, 0),
> >> @@ -3933,5 +3965,15 @@ const struct intel_compute_kernels
> >intel_compute_square_kernels[] = {
> >> .sip_kernel = xe2lpg_kernel_sip_bin,
> >> .sip_kernel_size = sizeof(xe2lpg_kernel_sip_bin),
> >> },
> >> + {
> >> + .ip_ver = IP_VER(30, 00),
> >> + .size = sizeof(ptl_kernel_square_bin),
> >> + .kernel = ptl_kernel_square_bin,
> >> + },
> >> + {
> >> + .ip_ver = IP_VER(30, 01),
> >> + .size = sizeof(ptl_kernel_square_bin),
> >> + .kernel = ptl_kernel_square_bin,
> >
> >Same as first comment, there's no rel = 1 for PTL defined (good argument to start
> >rework for getting ver/rel from hw).
> >
> Sure, Will be removing this entry.
>
> Thanks for your comments, will be sending an other patch without these entries
> >--
> >Zbigniew
> >
> >> + },
> >> {}
> >> };
> >> --
> >> 2.43.0
> >>
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl
@ 2025-02-14 11:45 sai.gowtham.ch
2025-02-14 12:16 ` ✓ Xe.CI.BAT: success for lib/intel_compute_square_kernels: Extend compute test for ptl (rev3) Patchwork
` (3 more replies)
0 siblings, 4 replies; 12+ messages in thread
From: sai.gowtham.ch @ 2025-02-14 11:45 UTC (permalink / raw)
To: igt-dev, sai.gowtham.ch, zbigniew.kempczynski
From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
Current compute square kernel tests dosen't support on PTL, this enables
tests to work on PTL.
CC: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
---
lib/intel_compute.c | 5 ++++
lib/intel_compute_square_kernels.c | 37 ++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/lib/intel_compute.c b/lib/intel_compute.c
index 233835c6c..bca763328 100644
--- a/lib/intel_compute.c
+++ b/lib/intel_compute.c
@@ -1729,6 +1729,11 @@ static const struct {
.compute_exec = xe2lpg_compute_exec,
.compat = COMPAT_DRIVER_XE,
},
+ {
+ .ip_ver = IP_VER(30, 00),
+ .compute_exec = xe2lpg_compute_exec,
+ .compat = COMPAT_DRIVER_XE,
+ },
};
static bool __run_intel_compute_kernel(int fd,
diff --git a/lib/intel_compute_square_kernels.c b/lib/intel_compute_square_kernels.c
index b0912e7e4..aa608eab8 100644
--- a/lib/intel_compute_square_kernels.c
+++ b/lib/intel_compute_square_kernels.c
@@ -3889,6 +3889,38 @@ unsigned char xelpg_kernel_square_bin[] = {
0x00, 0x00, 0x00, 0x00
};
+static const unsigned char xe3lpg_kernel_square_bin[] = {
+ 0x65, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x1f, 0x04, 0x00, 0x00,
+ 0x02, 0xc0, 0xff, 0xff, 0xff, 0x40, 0x19, 0x00, 0x80, 0x20, 0x82,
+ 0x05, 0x1f, 0x04, 0x1f, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x31,
+ 0x22, 0x03, 0x80, 0x00, 0x00, 0x0c, 0x05, 0x8f, 0x1f, 0x00, 0xfa,
+ 0x03, 0x00, 0x70, 0xf6, 0x61, 0x80, 0x24, 0x2c, 0x02, 0x00, 0x10,
+ 0x00, 0x66, 0x09, 0x00, 0x80, 0x20, 0x82, 0x01, 0x80, 0x00, 0x80,
+ 0x00, 0x02, 0xc0, 0x04, 0x00, 0x40, 0x41, 0x22, 0x03, 0x80, 0x60,
+ 0x06, 0x01, 0x20, 0x54, 0x05, 0x00, 0x01, 0x14, 0x02, 0x00, 0x00,
+ 0x53, 0x81, 0x00, 0x80, 0x60, 0x06, 0x05, 0x03, 0x54, 0x05, 0x00,
+ 0x06, 0x14, 0x02, 0x00, 0x00, 0x52, 0x19, 0x14, 0x00, 0x60, 0x06,
+ 0x04, 0x06, 0x04, 0x03, 0x0e, 0x01, 0x04, 0x01, 0x04, 0x04, 0x70,
+ 0x19, 0x14, 0x00, 0x20, 0x02, 0x01, 0x00, 0x04, 0x06, 0x10, 0x52,
+ 0x44, 0x05, 0x00, 0x00, 0x2e, 0x00, 0x14, 0x14, 0x00, 0xc0, 0x00,
+ 0x00, 0x88, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x61, 0x00,
+ 0x00, 0xb4, 0x15, 0x06, 0x10, 0x00, 0x61, 0x00, 0x08, 0xb4, 0x17,
+ 0x07, 0x10, 0x00, 0x69, 0x1a, 0x10, 0x00, 0x70, 0x86, 0x05, 0x19,
+ 0x04, 0x15, 0x20, 0x05, 0x02, 0x00, 0x02, 0x00, 0x69, 0x1a, 0x10,
+ 0x02, 0x70, 0x86, 0x05, 0x1b, 0x04, 0x17, 0x20, 0x05, 0x02, 0x00,
+ 0x02, 0x00, 0x40, 0x1a, 0x00, 0x38, 0x08, 0x19, 0x10, 0x05, 0x40,
+ 0x1a, 0x08, 0x38, 0x0a, 0x1b, 0x10, 0x05, 0x31, 0x23, 0x17, 0x00,
+ 0x00, 0x00, 0x14, 0x0c, 0x24, 0x08, 0x00, 0xfb, 0x00, 0x00, 0x00,
+ 0x00, 0x40, 0x00, 0x00, 0x38, 0x10, 0x19, 0x30, 0x05, 0x40, 0x00,
+ 0x08, 0x38, 0x12, 0x1b, 0x30, 0x05, 0x41, 0x83, 0x20, 0x20, 0x0e,
+ 0x0c, 0x00, 0x0c, 0x31, 0x24, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00,
+ 0x24, 0x10, 0x08, 0xfb, 0x14, 0x0e, 0x00, 0x00, 0x2f, 0x00, 0x14,
+ 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
+ 0x00, 0x00, 0x61, 0x00, 0x10, 0x28, 0x14, 0x02, 0x10, 0x00, 0x31,
+ 0x20, 0x02, 0x80, 0x04, 0x00, 0x00, 0x00, 0x0c, 0x14, 0x20, 0x30,
+ 0x00, 0x00, 0x00, 0x00
+};
+
const struct intel_compute_kernels intel_compute_square_kernels[] = {
{
.ip_ver = IP_VER(12, 0),
@@ -3933,5 +3965,10 @@ const struct intel_compute_kernels intel_compute_square_kernels[] = {
.sip_kernel = xe2lpg_kernel_sip_bin,
.sip_kernel_size = sizeof(xe2lpg_kernel_sip_bin),
},
+ {
+ .ip_ver = IP_VER(30, 00),
+ .size = sizeof(xe3lpg_kernel_square_bin),
+ .kernel = xe3lpg_kernel_square_bin,
+ },
{}
};
--
2.43.0
^ permalink raw reply related [flat|nested] 12+ messages in thread
* ✓ Xe.CI.BAT: success for lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
2025-02-14 11:45 [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl sai.gowtham.ch
@ 2025-02-14 12:16 ` Patchwork
2025-02-14 12:34 ` ✓ i915.CI.BAT: " Patchwork
` (2 subsequent siblings)
3 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2025-02-14 12:16 UTC (permalink / raw)
To: sai.gowtham.ch; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 796 bytes --]
== Series Details ==
Series: lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
URL : https://patchwork.freedesktop.org/series/144820/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8230_BAT -> XEIGTPW_12596_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Changes
-------
No changes found
Build changes
-------------
* IGT: IGT_8230 -> IGTPW_12596
IGTPW_12596: 12596
IGT_8230: 8230
xe-2665-57457d93f156d8b4bdff8d138127d81b8f97d8c9: 57457d93f156d8b4bdff8d138127d81b8f97d8c9
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/index.html
[-- Attachment #2: Type: text/html, Size: 1341 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* ✓ i915.CI.BAT: success for lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
2025-02-14 11:45 [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl sai.gowtham.ch
2025-02-14 12:16 ` ✓ Xe.CI.BAT: success for lib/intel_compute_square_kernels: Extend compute test for ptl (rev3) Patchwork
@ 2025-02-14 12:34 ` Patchwork
2025-02-14 14:27 ` ✗ i915.CI.Full: failure " Patchwork
2025-02-15 9:31 ` ✗ Xe.CI.Full: " Patchwork
3 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2025-02-14 12:34 UTC (permalink / raw)
To: sai.gowtham.ch; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 7090 bytes --]
== Series Details ==
Series: lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
URL : https://patchwork.freedesktop.org/series/144820/
State : success
== Summary ==
CI Bug Log - changes from IGT_8230 -> IGTPW_12596
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/index.html
Participating hosts (42 -> 41)
------------------------------
Additional (1): bat-twl-1
Missing (2): fi-glk-j4005 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_12596 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- bat-twl-1: NOTRUN -> [SKIP][1] ([i915#9318])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@debugfs_test@basic-hwmon.html
* igt@gem_exec_fence@nb-await@vecs0:
- bat-rpls-4: [PASS][2] -> [DMESG-WARN][3] ([i915#13400]) +1 other test dmesg-warn
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/bat-rpls-4/igt@gem_exec_fence@nb-await@vecs0.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-rpls-4/igt@gem_exec_fence@nb-await@vecs0.html
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-twl-1: NOTRUN -> [SKIP][4] ([i915#10213] / [i915#11671]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_tiled_pread_basic:
- bat-twl-1: NOTRUN -> [SKIP][5] ([i915#11031])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-twl-1: NOTRUN -> [SKIP][6] ([i915#10209] / [i915#11681])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@requests:
- bat-atsm-1: [PASS][7] -> [INCOMPLETE][8] ([i915#12445])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/bat-atsm-1/igt@i915_selftest@live@requests.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-atsm-1/igt@i915_selftest@live@requests.html
* igt@i915_selftest@live@workarounds:
- bat-arls-5: [PASS][9] -> [DMESG-FAIL][10] ([i915#12061]) +1 other test dmesg-fail
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/bat-arls-5/igt@i915_selftest@live@workarounds.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-arls-5/igt@i915_selftest@live@workarounds.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-twl-1: NOTRUN -> [SKIP][11] ([i915#11030] / [i915#11731]) +1 other test skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-twl-1: NOTRUN -> [SKIP][12] ([i915#9886])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@kms_dsc@dsc-basic.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-twl-1: NOTRUN -> [SKIP][13] ([i915#11032])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-twl-1: NOTRUN -> [SKIP][14] ([i915#8809])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-read:
- bat-twl-1: NOTRUN -> [SKIP][15] ([i915#10212] / [i915#3708])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-read:
- bat-twl-1: NOTRUN -> [SKIP][16] ([i915#10214] / [i915#3708])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- bat-twl-1: NOTRUN -> [SKIP][17] ([i915#10216] / [i915#3708])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-twl-1/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@i915_selftest@live@workarounds:
- bat-arlh-2: [DMESG-FAIL][18] ([i915#12061]) -> [PASS][19] +1 other test pass
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/bat-arlh-2/igt@i915_selftest@live@workarounds.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-arlh-2/igt@i915_selftest@live@workarounds.html
- bat-mtlp-6: [DMESG-FAIL][20] ([i915#12061]) -> [PASS][21] +1 other test pass
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-mtlp-6/igt@i915_selftest@live@workarounds.html
#### Warnings ####
* igt@i915_selftest@live:
- bat-atsm-1: [ABORT][22] ([i915#13679]) -> [INCOMPLETE][23] ([i915#12445])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/bat-atsm-1/igt@i915_selftest@live.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/bat-atsm-1/igt@i915_selftest@live.html
[i915#10209]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10209
[i915#10212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10212
[i915#10213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10213
[i915#10214]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10214
[i915#10216]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10216
[i915#11030]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11030
[i915#11031]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11031
[i915#11032]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11032
[i915#11671]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11671
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11731]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11731
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12445]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12445
[i915#13400]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13400
[i915#13679]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13679
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318
[i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8230 -> IGTPW_12596
CI-20190529: 20190529
CI_DRM_16134: 57457d93f156d8b4bdff8d138127d81b8f97d8c9 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12596: 12596
IGT_8230: 8230
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/index.html
[-- Attachment #2: Type: text/html, Size: 8434 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* ✗ i915.CI.Full: failure for lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
2025-02-14 11:45 [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl sai.gowtham.ch
2025-02-14 12:16 ` ✓ Xe.CI.BAT: success for lib/intel_compute_square_kernels: Extend compute test for ptl (rev3) Patchwork
2025-02-14 12:34 ` ✓ i915.CI.BAT: " Patchwork
@ 2025-02-14 14:27 ` Patchwork
2025-02-15 9:31 ` ✗ Xe.CI.Full: " Patchwork
3 siblings, 0 replies; 12+ messages in thread
From: Patchwork @ 2025-02-14 14:27 UTC (permalink / raw)
To: sai.gowtham.ch; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 131957 bytes --]
== Series Details ==
Series: lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
URL : https://patchwork.freedesktop.org/series/144820/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8230_full -> IGTPW_12596_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12596_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12596_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/index.html
Participating hosts (10 -> 10)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12596_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_suspend@basic-s4-devices:
- shard-glk: NOTRUN -> [ABORT][1] +1 other test abort
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk3/igt@gem_exec_suspend@basic-s4-devices.html
* igt@gem_softpin@noreloc-s3:
- shard-glk: NOTRUN -> [INCOMPLETE][2]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk8/igt@gem_softpin@noreloc-s3.html
* igt@kms_vblank@ts-continuation-dpms-rpm@pipe-a-hdmi-a-1:
- shard-rkl: [PASS][3] -> [SKIP][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-4/igt@kms_vblank@ts-continuation-dpms-rpm@pipe-a-hdmi-a-1.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-4/igt@kms_vblank@ts-continuation-dpms-rpm@pipe-a-hdmi-a-1.html
New tests
---------
New tests have been introduced between IGT_8230_full and IGTPW_12596_full:
### New IGT tests (2) ###
* igt@kms_cursor_edge_walk@256x256-top-bottom@pipe-c-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [3.49] s
* igt@kms_cursor_edge_walk@64x64-top-bottom@pipe-c-hdmi-a-1:
- Statuses : 1 pass(s)
- Exec time: [3.44] s
Known issues
------------
Here are the changes found in IGTPW_12596_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-dg2: NOTRUN -> [SKIP][5] ([i915#8411]) +1 other test skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@api_intel_bb@blit-reloc-purge-cache:
- shard-dg2-9: NOTRUN -> [SKIP][6] ([i915#8411])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@api_intel_bb@blit-reloc-purge-cache.html
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#8411]) +1 other test skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-2/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@device_reset@cold-reset-bound:
- shard-dg2: NOTRUN -> [SKIP][8] ([i915#11078])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-5/igt@device_reset@cold-reset-bound.html
- shard-rkl: NOTRUN -> [SKIP][9] ([i915#11078])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@device_reset@cold-reset-bound.html
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: NOTRUN -> [ABORT][10] ([i915#11814] / [i915#11815] / [i915#9413])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-15/igt@device_reset@unbind-reset-rebind.html
* igt@drm_fdinfo@busy-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#8414]) +7 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-3/igt@drm_fdinfo@busy-check-all@ccs0.html
* igt@drm_fdinfo@busy-check-all@vecs1:
- shard-dg2: NOTRUN -> [SKIP][12] ([i915#8414]) +8 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@drm_fdinfo@busy-check-all@vecs1.html
* igt@drm_fdinfo@busy@rcs0:
- shard-dg2-9: NOTRUN -> [SKIP][13] ([i915#8414]) +16 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@drm_fdinfo@busy@rcs0.html
* igt@gem_caching@writes:
- shard-mtlp: NOTRUN -> [SKIP][14] ([i915#4873]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-5/igt@gem_caching@writes.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-dg1: NOTRUN -> [SKIP][15] ([i915#13008])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-12/igt@gem_ccs@large-ctrl-surf-copy.html
- shard-tglu: NOTRUN -> [SKIP][16] ([i915#13008])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-7/igt@gem_ccs@large-ctrl-surf-copy.html
- shard-mtlp: NOTRUN -> [SKIP][17] ([i915#13008])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-1/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_close_race@multigpu-basic-process:
- shard-rkl: NOTRUN -> [SKIP][18] ([i915#7697])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-2/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_compute@compute-square:
- shard-mtlp: NOTRUN -> [FAIL][19] ([i915#13664])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@gem_compute@compute-square.html
* igt@gem_create@busy-create:
- shard-rkl: NOTRUN -> [DMESG-WARN][20] ([i915#12964]) +6 other tests dmesg-warn
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-4/igt@gem_create@busy-create.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-tglu-1: NOTRUN -> [SKIP][21] ([i915#6335])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@gem_create@create-ext-cpu-access-sanity-check.html
- shard-mtlp: NOTRUN -> [SKIP][22] ([i915#6335])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@gem_create@create-ext-cpu-access-sanity-check.html
- shard-rkl: NOTRUN -> [SKIP][23] ([i915#6335])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-4/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_ctx_isolation@preservation-s3@rcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][24] ([i915#12353]) +1 other test incomplete
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk9/igt@gem_ctx_isolation@preservation-s3@rcs0.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#8555]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-7/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_persistence@heartbeat-many:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#8555])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-8/igt@gem_ctx_persistence@heartbeat-many.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs0:
- shard-mtlp: NOTRUN -> [SKIP][27] ([i915#5882]) +6 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-2/igt@gem_ctx_persistence@saturated-hostile-nopreempt@vcs0.html
* igt@gem_ctx_sseu@engines:
- shard-tglu-1: NOTRUN -> [SKIP][28] ([i915#280])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][29] ([i915#280])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-2/igt@gem_ctx_sseu@mmap-args.html
- shard-rkl: NOTRUN -> [SKIP][30] ([i915#280]) +1 other test skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-1/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@in-flight-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][31] ([i915#13390])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk1/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@reset-stress:
- shard-dg1: [PASS][32] -> [FAIL][33] ([i915#12543] / [i915#5784])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-14/igt@gem_eio@reset-stress.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@gem_eio@reset-stress.html
* igt@gem_eio@wait-wedge-10ms:
- shard-mtlp: [PASS][34] -> [ABORT][35] ([i915#13193])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-2/igt@gem_eio@wait-wedge-10ms.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-7/igt@gem_eio@wait-wedge-10ms.html
* igt@gem_exec_balancer@bonded-dual:
- shard-dg2-9: NOTRUN -> [SKIP][36] ([i915#4771])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@bonded-semaphore:
- shard-mtlp: NOTRUN -> [SKIP][37] ([i915#4812])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-8/igt@gem_exec_balancer@bonded-semaphore.html
* igt@gem_exec_balancer@parallel:
- shard-tglu: NOTRUN -> [SKIP][38] ([i915#4525])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-3/igt@gem_exec_balancer@parallel.html
* igt@gem_exec_balancer@parallel-keep-in-fence:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#4525]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-4/igt@gem_exec_balancer@parallel-keep-in-fence.html
- shard-tglu-1: NOTRUN -> [SKIP][40] ([i915#4525])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@gem_exec_balancer@parallel-keep-in-fence.html
* igt@gem_exec_big@single:
- shard-tglu: NOTRUN -> [ABORT][41] ([i915#11713])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-4/igt@gem_exec_big@single.html
* igt@gem_exec_capture@capture-invisible:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#6334]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-2/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_fence@submit67:
- shard-dg2-9: NOTRUN -> [SKIP][43] ([i915#4812])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gem_exec_fence@submit67.html
* igt@gem_exec_flush@basic-batch-kernel-default-uc:
- shard-dg2: NOTRUN -> [SKIP][44] ([i915#3539] / [i915#4852]) +1 other test skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@gem_exec_flush@basic-batch-kernel-default-uc.html
* igt@gem_exec_flush@basic-batch-kernel-default-wb:
- shard-dg2-9: NOTRUN -> [SKIP][45] ([i915#3539] / [i915#4852])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gem_exec_flush@basic-batch-kernel-default-wb.html
* igt@gem_exec_reloc@basic-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][46] ([i915#3281]) +9 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-2/igt@gem_exec_reloc@basic-cpu-noreloc.html
* igt@gem_exec_reloc@basic-wc-gtt-noreloc:
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#3281]) +4 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-18/igt@gem_exec_reloc@basic-wc-gtt-noreloc.html
* igt@gem_exec_reloc@basic-write-gtt:
- shard-dg2-9: NOTRUN -> [SKIP][48] ([i915#3281]) +4 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gem_exec_reloc@basic-write-gtt.html
* igt@gem_exec_reloc@basic-write-read-active:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#3281]) +12 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@gem_exec_reloc@basic-write-read-active.html
* igt@gem_exec_reloc@basic-write-read-noreloc:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#3281]) +14 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@gem_exec_reloc@basic-write-read-noreloc.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#7276])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_fence_thrash@bo-write-verify-none:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4860]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-17/igt@gem_fence_thrash@bo-write-verify-none.html
* igt@gem_fence_thrash@bo-write-verify-x:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#4860]) +2 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-6/igt@gem_fence_thrash@bo-write-verify-x.html
* igt@gem_fenced_exec_thrash@no-spare-fences:
- shard-dg2-9: NOTRUN -> [SKIP][54] ([i915#4860]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gem_fenced_exec_thrash@no-spare-fences.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][55] ([i915#4860]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-8/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-rkl: NOTRUN -> [SKIP][56] ([i915#4613] / [i915#7582])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@gem_lmem_evict@dontneed-evict-race.html
- shard-tglu: NOTRUN -> [SKIP][57] ([i915#4613] / [i915#7582])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-4/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@basic:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4613]) +3 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-1/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@massive-random:
- shard-tglu-1: NOTRUN -> [SKIP][59] ([i915#4613])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@gem_lmem_swapping@massive-random.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][60] ([i915#4613]) +6 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@random-engines:
- shard-glk: NOTRUN -> [SKIP][61] ([i915#4613]) +6 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk3/igt@gem_lmem_swapping@random-engines.html
* igt@gem_lmem_swapping@smem-oom:
- shard-tglu: NOTRUN -> [SKIP][62] ([i915#4613]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-7/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: NOTRUN -> [TIMEOUT][63] ([i915#5493]) +1 other test timeout
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-2/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_media_fill@media-fill:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#8289])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-4/igt@gem_media_fill@media-fill.html
* igt@gem_media_vme:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#284])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-4/igt@gem_media_vme.html
* igt@gem_mmap@big-bo:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#4083]) +3 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-8/igt@gem_mmap@big-bo.html
* igt@gem_mmap_gtt@basic-wc:
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#4077]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-12/igt@gem_mmap_gtt@basic-wc.html
* igt@gem_mmap_gtt@basic-write:
- shard-dg2-9: NOTRUN -> [SKIP][68] ([i915#4077]) +5 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gem_mmap_gtt@basic-write.html
* igt@gem_mmap_gtt@big-copy:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#4077]) +8 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-2/igt@gem_mmap_gtt@big-copy.html
* igt@gem_mmap_gtt@cpuset-big-copy-xy:
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4077]) +4 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-3/igt@gem_mmap_gtt@cpuset-big-copy-xy.html
* igt@gem_mmap_wc@read-write-distinct:
- shard-dg2-9: NOTRUN -> [SKIP][71] ([i915#4083]) +1 other test skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gem_mmap_wc@read-write-distinct.html
* igt@gem_mmap_wc@write-read:
- shard-mtlp: NOTRUN -> [SKIP][72] ([i915#4083]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-2/igt@gem_mmap_wc@write-read.html
* igt@gem_partial_pwrite_pread@reads-display:
- shard-mtlp: NOTRUN -> [SKIP][73] ([i915#3282]) +5 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-4/igt@gem_partial_pwrite_pread@reads-display.html
* igt@gem_pwrite@basic-self:
- shard-rkl: NOTRUN -> [SKIP][74] ([i915#3282]) +9 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-7/igt@gem_pwrite@basic-self.html
* igt@gem_pxp@create-protected-buffer:
- shard-rkl: NOTRUN -> [TIMEOUT][75] ([i915#12964])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-4/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#4270]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-6/igt@gem_pxp@display-protected-crc.html
- shard-rkl: NOTRUN -> [TIMEOUT][77] ([i915#12917] / [i915#12964]) +2 other tests timeout
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@gem_pxp@display-protected-crc.html
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#4270])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-14/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg2-9: NOTRUN -> [SKIP][79] ([i915#4270]) +2 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_readwrite@beyond-eob:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#3282]) +4 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-8/igt@gem_readwrite@beyond-eob.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs:
- shard-glk: NOTRUN -> [SKIP][81] +454 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk2/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html
* igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs:
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#8428]) +5 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-8/igt@gem_render_copy@y-tiled-ccs-to-yf-tiled-mc-ccs.html
* igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs:
- shard-dg2-9: NOTRUN -> [SKIP][83] ([i915#5190] / [i915#8428]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html
* igt@gem_render_copy@y-tiled-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#5190] / [i915#8428]) +9 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-6/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html
* igt@gem_tiled_pread_pwrite:
- shard-dg1: NOTRUN -> [SKIP][85] ([i915#4079])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-12/igt@gem_tiled_pread_pwrite.html
- shard-mtlp: NOTRUN -> [SKIP][86] ([i915#4079])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-1/igt@gem_tiled_pread_pwrite.html
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#4079]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@gem_tiled_pread_pwrite.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#3297])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@gem_userptr_blits@coherency-unsync.html
- shard-rkl: NOTRUN -> [SKIP][89] ([i915#3297]) +2 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@gem_userptr_blits@coherency-unsync.html
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#3297])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-15/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy:
- shard-mtlp: NOTRUN -> [SKIP][91] ([i915#3297]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-2/igt@gem_userptr_blits@map-fixed-invalidate-busy.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-dg2-9: NOTRUN -> [SKIP][92] ([i915#3297]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: NOTRUN -> [SKIP][93] ([i915#3281] / [i915#3297])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-6/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-tglu: NOTRUN -> [SKIP][94] ([i915#3297]) +2 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-3/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gen3_render_tiledx_blits:
- shard-dg2: NOTRUN -> [SKIP][95] +13 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-4/igt@gen3_render_tiledx_blits.html
* igt@gen3_render_tiledy_blits:
- shard-mtlp: NOTRUN -> [SKIP][96] +20 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-8/igt@gen3_render_tiledy_blits.html
* igt@gen9_exec_parse@basic-rejected:
- shard-tglu: NOTRUN -> [SKIP][97] ([i915#2527] / [i915#2856]) +3 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-9/igt@gen9_exec_parse@basic-rejected.html
- shard-mtlp: NOTRUN -> [SKIP][98] ([i915#2856]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-7/igt@gen9_exec_parse@basic-rejected.html
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#2527])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-14/igt@gen9_exec_parse@basic-rejected.html
* igt@gen9_exec_parse@batch-zero-length:
- shard-dg2-9: NOTRUN -> [SKIP][100] ([i915#2856]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@gen9_exec_parse@batch-zero-length.html
* igt@gen9_exec_parse@bb-oversize:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#2527]) +4 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@bb-start-param:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#2856]) +2 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@gen9_exec_parse@bb-start-param.html
- shard-tglu-1: NOTRUN -> [SKIP][103] ([i915#2527] / [i915#2856])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@gen9_exec_parse@bb-start-param.html
* igt@i915_fb_tiling:
- shard-dg2: NOTRUN -> [SKIP][104] ([i915#4881])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@i915_fb_tiling.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg1: [PASS][105] -> [ABORT][106] ([i915#9820])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-12/igt@i915_module_load@reload-with-fault-injection.html
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-14/igt@i915_module_load@reload-with-fault-injection.html
- shard-glk: NOTRUN -> [ABORT][107] ([i915#9820])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk9/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rc6_residency@rc6-accuracy:
- shard-rkl: [PASS][108] -> [FAIL][109] ([i915#12942]) +1 other test fail
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-1/igt@i915_pm_rc6_residency@rc6-accuracy.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@i915_pm_rc6_residency@rc6-accuracy.html
* igt@i915_pm_rc6_residency@rc6-idle:
- shard-tglu: NOTRUN -> [WARN][110] ([i915#2681]) +4 other tests warn
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0:
- shard-dg1: NOTRUN -> [FAIL][111] ([i915#3591]) +1 other test fail
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@gt0-bcs0.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-dg1: NOTRUN -> [FAIL][112] ([i915#12739] / [i915#3591])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@i915_pm_sseu@full-enable:
- shard-rkl: NOTRUN -> [SKIP][113] ([i915#4387])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@i915_pm_sseu@full-enable.html
* igt@i915_selftest@mock:
- shard-tglu: NOTRUN -> [DMESG-WARN][114] ([i915#9311]) +1 other test dmesg-warn
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-9/igt@i915_selftest@mock.html
- shard-glk: NOTRUN -> [DMESG-WARN][115] ([i915#1982] / [i915#9311])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk8/igt@i915_selftest@mock.html
* igt@i915_selftest@mock@memory_region:
- shard-glk: NOTRUN -> [DMESG-WARN][116] ([i915#9311])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk8/igt@i915_selftest@mock@memory_region.html
* igt@i915_suspend@basic-s2idle-without-i915:
- shard-snb: [PASS][117] -> [ABORT][118] ([i915#11703])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-snb6/igt@i915_suspend@basic-s2idle-without-i915.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-snb4/igt@i915_suspend@basic-s2idle-without-i915.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-tglu-1: NOTRUN -> [INCOMPLETE][119] ([i915#7443])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@forcewake:
- shard-glk: NOTRUN -> [INCOMPLETE][120] ([i915#4817])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk4/igt@i915_suspend@forcewake.html
* igt@intel_hwmon@hwmon-read:
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#7707])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-2/igt@intel_hwmon@hwmon-read.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- shard-dg2: NOTRUN -> [SKIP][122] ([i915#4212]) +1 other test skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#5190])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-3-y-rc-ccs-cc:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#8709]) +3 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-12/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-3-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#8709]) +4 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#8709]) +7 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-10/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-c-dp-4-4-rc-ccs-cc.html
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#12967])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-5/igt@kms_async_flips@invalid-async-flip-atomic.html
- shard-dg2-9: NOTRUN -> [SKIP][128] ([i915#12967])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_async_flips@test-cursor@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][129] ([i915#12105])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-2/igt@kms_async_flips@test-cursor@pipe-b-edp-1.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-dg2: NOTRUN -> [SKIP][130] ([i915#9531])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-mtlp: NOTRUN -> [SKIP][131] ([i915#1769] / [i915#3555])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-5/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-dg2: [PASS][132] -> [FAIL][133] ([i915#5956]) +1 other test fail
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: NOTRUN -> [SKIP][134] ([i915#1769] / [i915#3555]) +1 other test skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
- shard-glk: NOTRUN -> [SKIP][135] ([i915#1769])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk3/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][136] ([i915#5286])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-addfb-size-offset-overflow:
- shard-tglu: NOTRUN -> [SKIP][137] ([i915#5286]) +6 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-6/igt@kms_big_fb@4-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: NOTRUN -> [SKIP][138] ([i915#5286]) +8 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#4538] / [i915#5286])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-dg2-9: NOTRUN -> [SKIP][140] +5 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][141] ([i915#3638]) +8 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-7/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
- shard-dg1: NOTRUN -> [SKIP][142] ([i915#3638]) +1 other test skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#4538] / [i915#5190]) +8 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-1/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#5190]) +1 other test skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#6187]) +1 other test skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-4/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
- shard-dg2-9: NOTRUN -> [SKIP][146] ([i915#4538] / [i915#5190]) +3 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg2-9: NOTRUN -> [SKIP][147] ([i915#5190])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-dg1: NOTRUN -> [SKIP][148] ([i915#4538]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-15/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][149] ([i915#12313]) +2 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-5/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][150] ([i915#12313]) +3 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [SKIP][151] ([i915#6095]) +24 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_ccs@bad-rotation-90-4-tiled-dg2-rc-ccs-cc@pipe-b-hdmi-a-1.html
* igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#12313]) +5 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@kms_ccs@bad-rotation-90-4-tiled-lnl-ccs.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][153] ([i915#10307] / [i915#6095]) +145 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-4/igt@kms_ccs@ccs-on-another-bo-y-tiled-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs:
- shard-dg2-9: NOTRUN -> [SKIP][154] ([i915#10307] / [i915#6095]) +19 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_ccs@ccs-on-another-bo-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][155] ([i915#6095]) +104 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-7/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][156] ([i915#6095]) +54 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-mc-ccs@pipe-c-edp-1.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc:
- shard-tglu: NOTRUN -> [SKIP][157] ([i915#6095]) +59 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-3/igt@kms_ccs@crc-primary-rotation-180-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs:
- shard-dg2: NOTRUN -> [SKIP][158] ([i915#12313]) +3 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
- shard-dg1: NOTRUN -> [SKIP][159] ([i915#12313]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-12/igt@kms_ccs@crc-primary-rotation-180-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#12805])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-10/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-2:
- shard-dg2-9: NOTRUN -> [SKIP][161] ([i915#6095]) +4 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-4:
- shard-dg1: [PASS][162] -> [DMESG-WARN][163] ([i915#4423]) +3 other tests dmesg-warn
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-14/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-4.html
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-18/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-4.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-c-dp-3:
- shard-dg2: NOTRUN -> [SKIP][164] ([i915#6095]) +17 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs@pipe-c-dp-3.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#6095]) +111 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-a-hdmi-a-3.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][166] ([i915#10307] / [i915#10434] / [i915#6095]) +2 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-4/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@mode-transition:
- shard-mtlp: NOTRUN -> [SKIP][167] ([i915#7213] / [i915#9010]) +4 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-8/igt@kms_cdclk@mode-transition.html
- shard-dg1: NOTRUN -> [SKIP][168] ([i915#3742])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-14/igt@kms_cdclk@mode-transition.html
- shard-tglu: NOTRUN -> [SKIP][169] ([i915#3742])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-6/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][170] ([i915#11616] / [i915#7213]) +4 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-8/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-1.html
* igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2:
- shard-dg2-9: NOTRUN -> [SKIP][171] ([i915#4087]) +4 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2.html
* igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k:
- shard-tglu: NOTRUN -> [SKIP][172] ([i915#11151] / [i915#7828]) +10 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-2/igt@kms_chamelium_edid@hdmi-edid-stress-resolution-4k.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#11151] / [i915#7828]) +9 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode:
- shard-rkl: NOTRUN -> [SKIP][174] ([i915#11151] / [i915#7828]) +15 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd-enable-disable-mode.html
* igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
- shard-mtlp: NOTRUN -> [SKIP][175] ([i915#11151] / [i915#7828]) +8 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html
* igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
- shard-dg1: NOTRUN -> [SKIP][176] ([i915#11151] / [i915#7828]) +2 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-15/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
- shard-dg2-9: NOTRUN -> [SKIP][177] ([i915#11151] / [i915#7828]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html
* igt@kms_chamelium_hpd@vga-hpd-for-each-pipe:
- shard-tglu-1: NOTRUN -> [SKIP][178] ([i915#11151] / [i915#7828]) +2 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_chamelium_hpd@vga-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic:
- shard-dg2-9: NOTRUN -> [SKIP][179] ([i915#7118] / [i915#9424])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#9424]) +1 other test skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-2/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-1:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#9424])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-4/igt@kms_content_protection@lic-type-1.html
- shard-tglu-1: NOTRUN -> [SKIP][182] ([i915#6944] / [i915#9424])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@srm:
- shard-rkl: NOTRUN -> [SKIP][183] ([i915#7118])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-7/igt@kms_content_protection@srm.html
* igt@kms_content_protection@srm@pipe-a-dp-3:
- shard-dg2: NOTRUN -> [FAIL][184] ([i915#7173])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@kms_content_protection@srm@pipe-a-dp-3.html
* igt@kms_content_protection@type1:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#7118] / [i915#9424]) +1 other test skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_content_protection@type1.html
- shard-mtlp: NOTRUN -> [SKIP][186] ([i915#3555] / [i915#6944] / [i915#9424])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-4/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-32x10:
- shard-dg2-9: NOTRUN -> [SKIP][187] ([i915#3555]) +1 other test skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_cursor_crc@cursor-offscreen-32x10.html
* igt@kms_cursor_crc@cursor-offscreen-max-size:
- shard-tglu: NOTRUN -> [SKIP][188] ([i915#3555]) +2 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-6/igt@kms_cursor_crc@cursor-offscreen-max-size.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-tglu-1: NOTRUN -> [SKIP][189] ([i915#3555]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_crc@cursor-random-256x85:
- shard-rkl: [PASS][190] -> [FAIL][191] ([i915#13566]) +1 other test fail
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-2/igt@kms_cursor_crc@cursor-random-256x85.html
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@kms_cursor_crc@cursor-random-256x85.html
- shard-tglu: [PASS][192] -> [FAIL][193] ([i915#13566]) +1 other test fail
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-tglu-10/igt@kms_cursor_crc@cursor-random-256x85.html
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-5/igt@kms_cursor_crc@cursor-random-256x85.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-mtlp: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#8814]) +3 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-rkl: NOTRUN -> [SKIP][195] ([i915#13049]) +2 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#13049]) +2 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@kms_cursor_crc@cursor-random-512x512.html
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#13049]) +1 other test skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-tglu-1: NOTRUN -> [SKIP][198] ([i915#13049])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-sliding-128x42:
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#8814]) +1 other test skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-128x42.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][200] ([i915#13566]) +7 other tests fail
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-6/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-mtlp: NOTRUN -> [SKIP][201] ([i915#13049]) +1 other test skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-1/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-tglu: NOTRUN -> [SKIP][202] ([i915#13049]) +2 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-5/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-dg2-9: NOTRUN -> [SKIP][203] ([i915#13046] / [i915#5354]) +2 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-rkl: NOTRUN -> [SKIP][204] +41 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy:
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#13046] / [i915#5354]) +3 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-tglu-1: NOTRUN -> [SKIP][206] ([i915#4103])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-mtlp: NOTRUN -> [SKIP][207] ([i915#9809]) +2 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-5/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-tglu: NOTRUN -> [SKIP][208] ([i915#4103])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#4213])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#4103])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-mtlp: NOTRUN -> [SKIP][211] ([i915#9833])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-1/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_display_modes@extended-mode-basic:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#13691])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@kms_display_modes@extended-mode-basic.html
- shard-rkl: NOTRUN -> [SKIP][213] ([i915#13691])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-2/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][214] ([i915#8588])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-rkl: NOTRUN -> [SKIP][215] ([i915#8588])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-7/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-dg1: NOTRUN -> [SKIP][216] ([i915#8588])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-tglu: NOTRUN -> [SKIP][217] ([i915#8588])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-9/igt@kms_display_modes@mst-extended-mode-negative.html
- shard-mtlp: NOTRUN -> [SKIP][218] ([i915#8588])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-3/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dp_aux_dev:
- shard-rkl: NOTRUN -> [SKIP][219] ([i915#1257])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@kms_dp_aux_dev.html
- shard-tglu: NOTRUN -> [SKIP][220] ([i915#1257])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-5/igt@kms_dp_aux_dev.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-rkl: NOTRUN -> [SKIP][221] ([i915#12402])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_draw_crc@draw-method-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][222] ([i915#8812])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-5/igt@kms_draw_crc@draw-method-mmap-wc.html
* igt@kms_dsc@dsc-basic:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#3555] / [i915#3840]) +1 other test skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@kms_dsc@dsc-basic.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-dg2-9: NOTRUN -> [SKIP][224] ([i915#3840] / [i915#9688])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-mtlp: NOTRUN -> [SKIP][225] ([i915#3555] / [i915#3840]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-5/igt@kms_dsc@dsc-with-bpc-formats.html
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#3555] / [i915#3840])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-2/igt@kms_dsc@dsc-with-bpc-formats.html
- shard-dg1: NOTRUN -> [SKIP][227] ([i915#3555] / [i915#3840])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-19/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-formats:
- shard-tglu: NOTRUN -> [SKIP][228] ([i915#3555] / [i915#3840]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-7/igt@kms_dsc@dsc-with-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-dg2-9: NOTRUN -> [SKIP][229] ([i915#3555] / [i915#3840])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-tglu-1: NOTRUN -> [SKIP][230] ([i915#3840] / [i915#9053])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-tglu-1: NOTRUN -> [SKIP][231] ([i915#3469])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-2x:
- shard-dg2: NOTRUN -> [SKIP][232] ([i915#1839])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-6/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-3x:
- shard-rkl: NOTRUN -> [SKIP][233] ([i915#1839])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-7/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-9: NOTRUN -> [SKIP][234] ([i915#1839])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_feature_discovery@display-4x.html
* igt@kms_fence_pin_leak:
- shard-dg2-9: NOTRUN -> [SKIP][235] ([i915#4881])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-flip-vs-dpms:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#9934]) +8 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@kms_flip@2x-flip-vs-dpms.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][237] ([i915#8381]) +1 other test skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-1/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-mtlp: NOTRUN -> [SKIP][238] ([i915#3637]) +5 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-1/igt@kms_flip@2x-flip-vs-suspend.html
- shard-glk: NOTRUN -> [INCOMPLETE][239] ([i915#12745] / [i915#4839])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk7/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2:
- shard-glk: NOTRUN -> [INCOMPLETE][240] ([i915#4839])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk7/igt@kms_flip@2x-flip-vs-suspend@ab-hdmi-a1-hdmi-a2.html
* igt@kms_flip@2x-plain-flip:
- shard-tglu: NOTRUN -> [SKIP][241] ([i915#3637]) +5 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-7/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset:
- shard-dg2: NOTRUN -> [SKIP][242] ([i915#9934]) +5 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html
- shard-dg1: NOTRUN -> [SKIP][243] ([i915#9934]) +1 other test skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-18/igt@kms_flip@2x-single-buffer-flip-vs-dpms-off-vs-modeset.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-dg2-9: NOTRUN -> [SKIP][244] ([i915#9934]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@blocking-wf_vblank:
- shard-dg2: [PASS][245] -> [FAIL][246] ([i915#11989]) +2 other tests fail
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-6/igt@kms_flip@blocking-wf_vblank.html
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-5/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@blocking-wf_vblank@b-hdmi-a1:
- shard-tglu: [PASS][247] -> [FAIL][248] ([i915#11989]) +4 other tests fail
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-tglu-5/igt@kms_flip@blocking-wf_vblank@b-hdmi-a1.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-3/igt@kms_flip@blocking-wf_vblank@b-hdmi-a1.html
* igt@kms_flip@blocking-wf_vblank@b-vga1:
- shard-snb: [PASS][249] -> [FAIL][250] ([i915#11989]) +2 other tests fail
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-snb5/igt@kms_flip@blocking-wf_vblank@b-vga1.html
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-snb1/igt@kms_flip@blocking-wf_vblank@b-vga1.html
* igt@kms_flip@flip-vs-fences-interruptible:
- shard-dg2: NOTRUN -> [SKIP][251] ([i915#8381])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@kms_flip@flip-vs-fences-interruptible.html
- shard-dg1: NOTRUN -> [SKIP][252] ([i915#8381])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-18/igt@kms_flip@flip-vs-fences-interruptible.html
* igt@kms_flip@wf_vblank-ts-check:
- shard-glk: [PASS][253] -> [DMESG-WARN][254] ([i915#118] / [i915#1982])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-glk4/igt@kms_flip@wf_vblank-ts-check.html
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk8/igt@kms_flip@wf_vblank-ts-check.html
* igt@kms_flip@wf_vblank-ts-check@b-hdmi-a1:
- shard-glk: [PASS][255] -> [DMESG-WARN][256] ([i915#118]) +1 other test dmesg-warn
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-glk4/igt@kms_flip@wf_vblank-ts-check@b-hdmi-a1.html
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk8/igt@kms_flip@wf_vblank-ts-check@b-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling:
- shard-rkl: NOTRUN -> [SKIP][257] ([i915#2672] / [i915#3555]) +3 other tests skip
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][258] ([i915#2672] / [i915#3555])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][259] ([i915#2587] / [i915#2672]) +1 other test skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling:
- shard-tglu-1: NOTRUN -> [SKIP][260] ([i915#2587] / [i915#2672] / [i915#3555])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][261] ([i915#2672]) +3 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling:
- shard-dg2-9: NOTRUN -> [SKIP][262] ([i915#2672] / [i915#3555] / [i915#5190])
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2-9: NOTRUN -> [SKIP][263] ([i915#2672]) +1 other test skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling:
- shard-tglu: NOTRUN -> [SKIP][264] ([i915#2672] / [i915#3555]) +1 other test skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][265] ([i915#2587] / [i915#2672]) +1 other test skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
- shard-dg2: NOTRUN -> [SKIP][266] ([i915#2672] / [i915#3555]) +1 other test skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][267] ([i915#2672] / [i915#8813]) +1 other test skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][268] ([i915#2672]) +1 other test skip
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
- shard-dg2-9: NOTRUN -> [SKIP][269] ([i915#2672] / [i915#3555])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][270] ([i915#2672] / [i915#3555] / [i915#8813]) +3 other tests skip
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt:
- shard-dg2: [PASS][271] -> [FAIL][272] ([i915#6880]) +1 other test fail
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt:
- shard-dg2: NOTRUN -> [FAIL][273] ([i915#6880])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2-9: NOTRUN -> [SKIP][274] ([i915#5354]) +9 other tests skip
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][275] ([i915#8708]) +18 other tests skip
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
- shard-dg2: NOTRUN -> [SKIP][276] ([i915#5354]) +33 other tests skip
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][277] ([i915#8708]) +4 other tests skip
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
- shard-rkl: NOTRUN -> [SKIP][278] ([i915#1825]) +69 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-tglu-1: NOTRUN -> [SKIP][279] ([i915#5439])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbc-tiling-y:
- shard-dg2-9: NOTRUN -> [SKIP][280] ([i915#10055])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_frontbuffer_tracking@fbc-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][281] ([i915#3458]) +16 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
- shard-dg1: NOTRUN -> [SKIP][282] ([i915#3458]) +6 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-9: NOTRUN -> [SKIP][283] ([i915#8708]) +6 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
- shard-mtlp: NOTRUN -> [SKIP][284] ([i915#1825]) +30 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
- shard-rkl: NOTRUN -> [SKIP][285] ([i915#3023]) +38 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][286] ([i915#5439])
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-7/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render:
- shard-dg2-9: NOTRUN -> [SKIP][287] ([i915#3458]) +9 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][288] +61 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-3/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][289] ([i915#8708]) +10 other tests skip
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@kms_frontbuffer_tracking@psr-rgb565-draw-mmap-gtt.html
* igt@kms_hdr@bpc-switch-dpms:
- shard-rkl: NOTRUN -> [SKIP][290] ([i915#3555] / [i915#8228]) +3 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_hdr@bpc-switch-dpms.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-dg2: [PASS][291] -> [SKIP][292] ([i915#3555] / [i915#8228])
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-10/igt@kms_hdr@bpc-switch-suspend.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2-9: NOTRUN -> [SKIP][293] ([i915#3555] / [i915#8228]) +1 other test skip
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-toggle-dpms:
- shard-mtlp: NOTRUN -> [SKIP][294] ([i915#3555] / [i915#8228]) +1 other test skip
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-8/igt@kms_hdr@static-toggle-dpms.html
- shard-dg2: NOTRUN -> [SKIP][295] ([i915#3555] / [i915#8228])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-4/igt@kms_hdr@static-toggle-dpms.html
- shard-dg1: NOTRUN -> [SKIP][296] ([i915#3555] / [i915#8228])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_hdr@static-toggle-suspend:
- shard-tglu: NOTRUN -> [SKIP][297] ([i915#3555] / [i915#8228]) +1 other test skip
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-2/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@basic-big-joiner:
- shard-dg2: NOTRUN -> [SKIP][298] ([i915#10656]) +1 other test skip
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-1/igt@kms_joiner@basic-big-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][299] ([i915#10656])
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-dg1: NOTRUN -> [SKIP][300] ([i915#10656])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-19/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-tglu: NOTRUN -> [SKIP][301] ([i915#10656])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-3/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-mtlp: NOTRUN -> [SKIP][302] ([i915#10656])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-5/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][303] ([i915#12388])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-rkl: NOTRUN -> [SKIP][304] ([i915#12339])
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
- shard-rkl: NOTRUN -> [SKIP][305] ([i915#13522])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-7/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg2: NOTRUN -> [SKIP][306] ([i915#4816])
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-tglu: NOTRUN -> [SKIP][307] ([i915#1839])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-tglu-1: NOTRUN -> [SKIP][308] ([i915#6301])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes:
- shard-tglu-1: NOTRUN -> [SKIP][309] +31 other tests skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html
- shard-dg1: NOTRUN -> [SKIP][310] +19 other tests skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-14/igt@kms_pipe_b_c_ivb@enable-pipe-c-while-b-has-3-lanes.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][311] ([i915#13026]) +1 other test incomplete
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk8/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_alpha_blend@constant-alpha-max:
- shard-glk: NOTRUN -> [FAIL][312] ([i915#10647] / [i915#12169])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk1/igt@kms_plane_alpha_blend@constant-alpha-max.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][313] ([i915#10647]) +1 other test fail
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk1/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-y:
- shard-dg2: NOTRUN -> [SKIP][314] ([i915#8821])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-10/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_multiple@tiling-y:
- shard-dg2-9: NOTRUN -> [SKIP][315] ([i915#8806])
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_plane_multiple@tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][316] ([i915#3555]) +9 other tests skip
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-7/igt@kms_plane_multiple@tiling-yf.html
- shard-dg2: NOTRUN -> [SKIP][317] ([i915#3555] / [i915#8806])
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-mtlp: NOTRUN -> [SKIP][318] ([i915#6953])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-4/igt@kms_plane_scaling@intel-max-src-size.html
- shard-dg2: NOTRUN -> [SKIP][319] ([i915#6953] / [i915#9423])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-1/igt@kms_plane_scaling@intel-max-src-size.html
- shard-dg1: NOTRUN -> [SKIP][320] ([i915#6953])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-17/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a:
- shard-tglu-1: NOTRUN -> [SKIP][321] ([i915#12247]) +9 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25:
- shard-rkl: NOTRUN -> [SKIP][322] ([i915#12247] / [i915#6953]) +1 other test skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_plane_scaling@planes-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b:
- shard-rkl: NOTRUN -> [SKIP][323] ([i915#12247]) +10 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-d:
- shard-mtlp: NOTRUN -> [SKIP][324] ([i915#12247]) +6 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-7/igt@kms_plane_scaling@planes-downscale-factor-0-5-unity-scaling@pipe-d.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-dg2-9: NOTRUN -> [SKIP][325] ([i915#12247] / [i915#3555] / [i915#9423])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d:
- shard-dg2-9: NOTRUN -> [SKIP][326] ([i915#12247]) +3 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-d.html
* igt@kms_pm_backlight@bad-brightness:
- shard-rkl: NOTRUN -> [SKIP][327] ([i915#5354]) +1 other test skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-1/igt@kms_pm_backlight@bad-brightness.html
* igt@kms_pm_backlight@brightness-with-dpms:
- shard-rkl: NOTRUN -> [SKIP][328] ([i915#12343])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-2/igt@kms_pm_backlight@brightness-with-dpms.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2: NOTRUN -> [SKIP][329] ([i915#9685]) +1 other test skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@kms_pm_dc@dc3co-vpb-simulation.html
- shard-tglu: NOTRUN -> [SKIP][330] ([i915#9685]) +1 other test skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-10/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-psr:
- shard-dg2-9: NOTRUN -> [SKIP][331] ([i915#9685])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-rkl: NOTRUN -> [SKIP][332] ([i915#3828])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-psr:
- shard-mtlp: NOTRUN -> [FAIL][333] ([i915#12912])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-8/igt@kms_pm_dc@dc6-psr.html
- shard-rkl: NOTRUN -> [SKIP][334] ([i915#9685])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-6/igt@kms_pm_dc@dc6-psr.html
- shard-dg1: NOTRUN -> [SKIP][335] ([i915#9685])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-tglu-1: NOTRUN -> [SKIP][336] ([i915#9519])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-tglu: NOTRUN -> [SKIP][337] ([i915#9519])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-6/igt@kms_pm_rpm@modeset-non-lpsp.html
- shard-mtlp: NOTRUN -> [SKIP][338] ([i915#9519])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-8/igt@kms_pm_rpm@modeset-non-lpsp.html
- shard-dg2: NOTRUN -> [SKIP][339] ([i915#9519])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-8/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress:
- shard-rkl: NOTRUN -> [SKIP][340] ([i915#9519])
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress.html
* igt@kms_prime@basic-crc-vgem:
- shard-dg2: NOTRUN -> [SKIP][341] ([i915#6524] / [i915#6805])
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@kms_prime@basic-crc-vgem.html
- shard-dg1: NOTRUN -> [SKIP][342] ([i915#6524])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-12/igt@kms_prime@basic-crc-vgem.html
* igt@kms_prime@d3hot:
- shard-rkl: NOTRUN -> [SKIP][343] ([i915#6524]) +1 other test skip
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-1/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf:
- shard-rkl: NOTRUN -> [SKIP][344] ([i915#11520]) +13 other tests skip
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@kms_psr2_sf@fbc-psr2-cursor-plane-update-sf.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf:
- shard-tglu: NOTRUN -> [SKIP][345] ([i915#11520]) +4 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-6/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg1: NOTRUN -> [SKIP][346] ([i915#11520]) +1 other test skip
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-15/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
- shard-snb: NOTRUN -> [SKIP][347] ([i915#11520])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-snb2/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf:
- shard-mtlp: NOTRUN -> [SKIP][348] ([i915#12316]) +4 other tests skip
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-4/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@pr-plane-move-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][349] ([i915#11520]) +12 other tests skip
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk2/igt@kms_psr2_sf@pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-cursor-plane-update-sf:
- shard-dg2-9: NOTRUN -> [SKIP][350] ([i915#11520]) +4 other tests skip
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_psr2_sf@psr2-cursor-plane-update-sf.html
* igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][351] ([i915#11520]) +3 other tests skip
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area:
- shard-dg2: NOTRUN -> [SKIP][352] ([i915#11520]) +9 other tests skip
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-2/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-mtlp: NOTRUN -> [SKIP][353] ([i915#4348])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-2/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-dg2: NOTRUN -> [SKIP][354] ([i915#9683])
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-rkl: NOTRUN -> [SKIP][355] ([i915#9683])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-dg1: NOTRUN -> [SKIP][356] ([i915#9683])
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-15/igt@kms_psr2_su@frontbuffer-xrgb8888.html
- shard-tglu: NOTRUN -> [SKIP][357] ([i915#9683])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-4/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@fbc-pr-primary-mmap-gtt:
- shard-dg2-9: NOTRUN -> [SKIP][358] ([i915#1072] / [i915#9732]) +9 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_psr@fbc-pr-primary-mmap-gtt.html
* igt@kms_psr@fbc-psr-cursor-plane-move:
- shard-dg2: NOTRUN -> [SKIP][359] ([i915#1072] / [i915#9732]) +19 other tests skip
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-1/igt@kms_psr@fbc-psr-cursor-plane-move.html
- shard-dg1: NOTRUN -> [SKIP][360] ([i915#1072] / [i915#9732]) +6 other tests skip
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-18/igt@kms_psr@fbc-psr-cursor-plane-move.html
* igt@kms_psr@fbc-psr-cursor-render:
- shard-tglu: NOTRUN -> [SKIP][361] ([i915#9732]) +20 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-7/igt@kms_psr@fbc-psr-cursor-render.html
* igt@kms_psr@fbc-psr2-sprite-plane-onoff:
- shard-mtlp: NOTRUN -> [SKIP][362] ([i915#9688]) +20 other tests skip
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-2/igt@kms_psr@fbc-psr2-sprite-plane-onoff.html
* igt@kms_psr@fbc-psr2-sprite-render:
- shard-rkl: NOTRUN -> [SKIP][363] ([i915#1072] / [i915#9732]) +36 other tests skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@kms_psr@fbc-psr2-sprite-render.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-tglu-1: NOTRUN -> [SKIP][364] ([i915#9732]) +5 other tests skip
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-mtlp: NOTRUN -> [SKIP][365] ([i915#4235])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-4/igt@kms_rotation_crc@exhaust-fences.html
- shard-dg2: NOTRUN -> [SKIP][366] ([i915#4235])
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-1/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2: NOTRUN -> [SKIP][367] ([i915#12755])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-2/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-rkl: NOTRUN -> [SKIP][368] ([i915#5289]) +3 other tests skip
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][369] ([i915#12755] / [i915#5190]) +1 other test skip
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-dg1: NOTRUN -> [SKIP][370] ([i915#5289])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-18/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-tglu: NOTRUN -> [SKIP][371] ([i915#5289])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-mtlp: NOTRUN -> [SKIP][372] ([i915#12755]) +1 other test skip
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-3/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_selftest@drm_framebuffer:
- shard-tglu: NOTRUN -> [ABORT][373] ([i915#13179]) +1 other test abort
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-5/igt@kms_selftest@drm_framebuffer.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-dg2: NOTRUN -> [SKIP][374] ([i915#3555]) +4 other tests skip
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@kms_setmode@basic-clone-single-crtc.html
- shard-mtlp: NOTRUN -> [SKIP][375] ([i915#3555] / [i915#8809])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_vblank@ts-continuation-dpms-rpm:
- shard-rkl: [PASS][376] -> [DMESG-WARN][377] ([i915#12917] / [i915#12964]) +1 other test dmesg-warn
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-4/igt@kms_vblank@ts-continuation-dpms-rpm.html
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-4/igt@kms_vblank@ts-continuation-dpms-rpm.html
* igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1:
- shard-glk: [PASS][378] -> [INCOMPLETE][379] ([i915#12276])
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-glk1/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk6/igt@kms_vblank@ts-continuation-suspend@pipe-a-hdmi-a-1.html
* igt@kms_vrr@flip-basic-fastset:
- shard-rkl: NOTRUN -> [SKIP][380] ([i915#9906])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_writeback@writeback-check-output:
- shard-tglu-1: NOTRUN -> [SKIP][381] ([i915#2437])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-dg2-9: NOTRUN -> [SKIP][382] ([i915#2437] / [i915#9412])
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-rkl: NOTRUN -> [SKIP][383] ([i915#2437])
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-2/igt@kms_writeback@writeback-invalid-parameters.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-glk: NOTRUN -> [SKIP][384] ([i915#2437]) +1 other test skip
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk1/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@global-sseu-config:
- shard-dg2: NOTRUN -> [SKIP][385] ([i915#7387])
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-5/igt@perf@global-sseu-config.html
* igt@perf@global-sseu-config-invalid:
- shard-mtlp: NOTRUN -> [SKIP][386] ([i915#7387])
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@perf@global-sseu-config-invalid.html
* igt@perf@mi-rpc:
- shard-dg2: NOTRUN -> [SKIP][387] ([i915#2434])
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@perf@mi-rpc.html
* igt@perf_pmu@busy-double-start@ccs0:
- shard-mtlp: [PASS][388] -> [FAIL][389] ([i915#4349])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-4/igt@perf_pmu@busy-double-start@ccs0.html
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-8/igt@perf_pmu@busy-double-start@ccs0.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: [PASS][390] -> [FAIL][391] ([i915#4349]) +4 other tests fail
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-4/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@enable-race@vcs0:
- shard-rkl: [PASS][392] -> [DMESG-WARN][393] ([i915#12964]) +12 other tests dmesg-warn
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-3/igt@perf_pmu@enable-race@vcs0.html
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-1/igt@perf_pmu@enable-race@vcs0.html
* igt@perf_pmu@frequency@gt0:
- shard-dg2: NOTRUN -> [FAIL][394] ([i915#12549] / [i915#6806]) +1 other test fail
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-6/igt@perf_pmu@frequency@gt0.html
- shard-dg1: NOTRUN -> [FAIL][395] ([i915#12549] / [i915#6806]) +1 other test fail
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-14/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@invalid-init:
- shard-dg2: NOTRUN -> [FAIL][396] ([i915#13663])
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-5/igt@perf_pmu@invalid-init.html
- shard-rkl: NOTRUN -> [FAIL][397] ([i915#13663])
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@perf_pmu@invalid-init.html
- shard-dg1: NOTRUN -> [FAIL][398] ([i915#13663])
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@perf_pmu@invalid-init.html
- shard-tglu: NOTRUN -> [FAIL][399] ([i915#13663])
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-3/igt@perf_pmu@invalid-init.html
- shard-mtlp: NOTRUN -> [FAIL][400] ([i915#13663])
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-4/igt@perf_pmu@invalid-init.html
* igt@perf_pmu@module-unload:
- shard-dg2: [PASS][401] -> [INCOMPLETE][402] ([i915#13520])
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-7/igt@perf_pmu@module-unload.html
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-10/igt@perf_pmu@module-unload.html
* igt@perf_pmu@rc6-all-gts:
- shard-tglu-1: NOTRUN -> [SKIP][403] ([i915#8516])
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-1/igt@perf_pmu@rc6-all-gts.html
- shard-dg2: NOTRUN -> [SKIP][404] ([i915#8516])
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-3/igt@perf_pmu@rc6-all-gts.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-rkl: NOTRUN -> [SKIP][405] ([i915#8516]) +1 other test skip
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-7/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@perf_pmu@semaphore-busy@vcs1:
- shard-dg1: [PASS][406] -> [FAIL][407] ([i915#4349]) +3 other tests fail
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-17/igt@perf_pmu@semaphore-busy@vcs1.html
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@perf_pmu@semaphore-busy@vcs1.html
* igt@prime_vgem@basic-gtt:
- shard-dg2: NOTRUN -> [SKIP][408] ([i915#3708] / [i915#4077])
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@prime_vgem@basic-gtt.html
* igt@prime_vgem@fence-write-hang:
- shard-dg2-9: NOTRUN -> [SKIP][409] ([i915#3708])
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@bind-unbind-vf:
- shard-dg2-9: NOTRUN -> [SKIP][410] ([i915#9917])
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@sriov_basic@bind-unbind-vf.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-rkl: NOTRUN -> [SKIP][411] ([i915#9917])
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@sysfs_timeslice_duration@invalid@bcs0:
- shard-snb: NOTRUN -> [SKIP][412] +36 other tests skip
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-snb1/igt@sysfs_timeslice_duration@invalid@bcs0.html
* igt@tools_test@sysfs_l3_parity:
- shard-mtlp: NOTRUN -> [SKIP][413] ([i915#4818])
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-5/igt@tools_test@sysfs_l3_parity.html
- shard-dg2-9: NOTRUN -> [SKIP][414] ([i915#4818])
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-9/igt@tools_test@sysfs_l3_parity.html
#### Possible fixes ####
* igt@gem_ccs@suspend-resume:
- shard-dg2: [INCOMPLETE][415] ([i915#13356]) -> [PASS][416]
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-10/igt@gem_ccs@suspend-resume.html
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: [INCOMPLETE][417] ([i915#12392] / [i915#13356]) -> [PASS][418]
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-10/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_eio@in-flight-suspend:
- shard-dg1: [DMESG-WARN][419] ([i915#4391] / [i915#4423]) -> [PASS][420]
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-15/igt@gem_eio@in-flight-suspend.html
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@gem_eio@in-flight-suspend.html
* igt@gem_pxp@create-regular-context-2:
- shard-rkl: [TIMEOUT][421] ([i915#12917] / [i915#12964]) -> [PASS][422] +2 other tests pass
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-5/igt@gem_pxp@create-regular-context-2.html
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@gem_pxp@create-regular-context-2.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-mtlp: [ABORT][423] ([i915#10131] / [i915#10887] / [i915#9820]) -> [PASS][424]
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-7/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_selftest@live:
- shard-rkl: [DMESG-FAIL][425] ([i915#13550]) -> [PASS][426] +1 other test pass
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-1/igt@i915_selftest@live.html
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-1/igt@i915_selftest@live.html
* igt@kms_async_flips@test-cursor:
- shard-mtlp: [SKIP][427] ([i915#10333]) -> [PASS][428]
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-8/igt@kms_async_flips@test-cursor.html
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-2/igt@kms_async_flips@test-cursor.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-dg1: [FAIL][429] ([i915#5956]) -> [PASS][430]
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-17/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-12/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: [FAIL][431] ([i915#5138]) -> [PASS][432]
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_cursor_crc@cursor-onscreen-256x85:
- shard-tglu: [FAIL][433] ([i915#13566]) -> [PASS][434] +1 other test pass
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-256x85.html
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-4/igt@kms_cursor_crc@cursor-onscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-64x21:
- shard-rkl: [FAIL][435] ([i915#13566]) -> [PASS][436] +1 other test pass
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-64x21.html
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-64x21.html
* igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions-varying-size:
- shard-dg1: [DMESG-WARN][437] ([i915#4423]) -> [PASS][438] +1 other test pass
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-14/igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions-varying-size.html
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-19/igt@kms_cursor_legacy@short-flip-after-cursor-atomic-transitions-varying-size.html
* igt@kms_draw_crc@draw-method-pwrite:
- shard-rkl: [DMESG-WARN][439] ([i915#12964]) -> [PASS][440] +18 other tests pass
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-7/igt@kms_draw_crc@draw-method-pwrite.html
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-6/igt@kms_draw_crc@draw-method-pwrite.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-mtlp: [FAIL][441] ([i915#11989]) -> [PASS][442] +2 other tests pass
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-6/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-1/igt@kms_flip@flip-vs-absolute-wf_vblank.html
- shard-dg2: [FAIL][443] ([i915#11989]) -> [PASS][444] +1 other test pass
[443]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-4/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[444]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-8/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1:
- shard-snb: [FAIL][445] ([i915#11989]) -> [PASS][446] +7 other tests pass
[445]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-snb6/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1.html
[446]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-snb7/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@a-vga1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a4:
- shard-dg1: [FAIL][447] ([i915#11989]) -> [PASS][448] +3 other tests pass
[447]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-14/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a4.html
[448]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-19/igt@kms_flip@flip-vs-absolute-wf_vblank-interruptible@b-hdmi-a4.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1:
- shard-tglu: [FAIL][449] ([i915#11989]) -> [PASS][450] +7 other tests pass
[449]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-tglu-5/igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1.html
[450]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-4/igt@kms_flip@flip-vs-blocking-wf-vblank@c-hdmi-a1.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-snb: [DMESG-WARN][451] -> [PASS][452] +1 other test pass
[451]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-snb6/igt@kms_flip@flip-vs-suspend-interruptible.html
[452]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-snb5/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render:
- shard-dg2: [FAIL][453] ([i915#6880]) -> [PASS][454]
[453]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html
[454]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-render.html
* igt@kms_pipe_crc_basic@hang-read-crc@pipe-a-edp-1:
- shard-mtlp: [ABORT][455] ([i915#13193]) -> [PASS][456] +2 other tests pass
[455]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-7/igt@kms_pipe_crc_basic@hang-read-crc@pipe-a-edp-1.html
[456]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-4/igt@kms_pipe_crc_basic@hang-read-crc@pipe-a-edp-1.html
* igt@kms_plane_alpha_blend@constant-alpha-max:
- shard-mtlp: [INCOMPLETE][457] -> [PASS][458] +1 other test pass
[457]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-4/igt@kms_plane_alpha_blend@constant-alpha-max.html
[458]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-6/igt@kms_plane_alpha_blend@constant-alpha-max.html
* igt@kms_pm_dc@dc6-dpms:
- shard-mtlp: [FAIL][459] ([i915#12913]) -> [PASS][460]
[459]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-6/igt@kms_pm_dc@dc6-dpms.html
[460]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-7/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_lpsp@kms-lpsp:
- shard-dg2: [SKIP][461] ([i915#9340]) -> [PASS][462]
[461]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-10/igt@kms_pm_lpsp@kms-lpsp.html
[462]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-8/igt@kms_pm_lpsp@kms-lpsp.html
* igt@kms_pm_rpm@dpms-mode-unset-lpsp:
- shard-dg2: [SKIP][463] ([i915#9519]) -> [PASS][464]
[463]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-11/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
[464]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-8/igt@kms_pm_rpm@dpms-mode-unset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [SKIP][465] ([i915#9519]) -> [PASS][466]
[465]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[466]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-8/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_setmode@basic:
- shard-tglu: [FAIL][467] ([i915#5465]) -> [PASS][468] +2 other tests pass
[467]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-tglu-7/igt@kms_setmode@basic.html
[468]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-3/igt@kms_setmode@basic.html
* igt@kms_setmode@basic@pipe-b-edp-1:
- shard-mtlp: [FAIL][469] ([i915#5465]) -> [PASS][470] +2 other tests pass
[469]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-5/igt@kms_setmode@basic@pipe-b-edp-1.html
[470]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-5/igt@kms_setmode@basic@pipe-b-edp-1.html
* igt@kms_vrr@negative-basic:
- shard-dg2: [SKIP][471] ([i915#3555] / [i915#9906]) -> [PASS][472]
[471]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-4/igt@kms_vrr@negative-basic.html
[472]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-10/igt@kms_vrr@negative-basic.html
* igt@perf_pmu@module-unload:
- shard-tglu: [INCOMPLETE][473] -> [PASS][474]
[473]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-tglu-3/igt@perf_pmu@module-unload.html
[474]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-tglu-10/igt@perf_pmu@module-unload.html
- shard-mtlp: [ABORT][475] -> [PASS][476]
[475]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-3/igt@perf_pmu@module-unload.html
[476]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-3/igt@perf_pmu@module-unload.html
* igt@perf_pmu@most-busy-idle-check-all@rcs0:
- shard-dg1: [FAIL][477] ([i915#11943]) -> [PASS][478] +1 other test pass
[477]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-17/igt@perf_pmu@most-busy-idle-check-all@rcs0.html
[478]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-15/igt@perf_pmu@most-busy-idle-check-all@rcs0.html
- shard-mtlp: [FAIL][479] ([i915#11943]) -> [PASS][480] +1 other test pass
[479]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-mtlp-6/igt@perf_pmu@most-busy-idle-check-all@rcs0.html
[480]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-mtlp-2/igt@perf_pmu@most-busy-idle-check-all@rcs0.html
* igt@perf_pmu@semaphore-busy@vecs0:
- shard-dg2: [FAIL][481] ([i915#4349]) -> [PASS][482] +5 other tests pass
[481]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-11/igt@perf_pmu@semaphore-busy@vecs0.html
[482]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@perf_pmu@semaphore-busy@vecs0.html
#### Warnings ####
* igt@gem_pxp@create-regular-buffer:
- shard-rkl: [SKIP][483] ([i915#4270]) -> [TIMEOUT][484] ([i915#12917] / [i915#12964])
[483]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-8/igt@gem_pxp@create-regular-buffer.html
[484]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@gem_pxp@create-regular-buffer.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-dg2: [ABORT][485] ([i915#9820]) -> [ABORT][486] ([i915#10887] / [i915#9820])
[485]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-2/igt@i915_module_load@reload-with-fault-injection.html
[486]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-7/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_selftest@mock:
- shard-rkl: [DMESG-WARN][487] ([i915#12964] / [i915#9311]) -> [DMESG-WARN][488] ([i915#9311])
[487]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-5/igt@i915_selftest@mock.html
[488]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-3/igt@i915_selftest@mock.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
- shard-dg1: [SKIP][489] ([i915#4538] / [i915#5286]) -> [SKIP][490] ([i915#4423] / [i915#4538] / [i915#5286])
[489]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-15/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
[490]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-18/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][491] ([i915#9433]) -> [SKIP][492] ([i915#9424])
[491]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-12/igt@kms_content_protection@mei-interface.html
[492]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-19/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-dg2: [SKIP][493] ([i915#7118]) -> [FAIL][494] ([i915#7173])
[493]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-6/igt@kms_content_protection@srm.html
[494]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-11/igt@kms_content_protection@srm.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-glk: [INCOMPLETE][495] ([i915#12314] / [i915#12745] / [i915#4839]) -> [INCOMPLETE][496] ([i915#12745] / [i915#4839])
[495]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-glk8/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[496]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-glk: [INCOMPLETE][497] ([i915#12745] / [i915#4839]) -> [INCOMPLETE][498] ([i915#12745] / [i915#1982] / [i915#4839])
[497]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-glk2/igt@kms_flip@flip-vs-suspend-interruptible.html
[498]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk2/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1:
- shard-glk: [INCOMPLETE][499] ([i915#12745]) -> [INCOMPLETE][500] ([i915#12745] / [i915#1982])
[499]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-glk2/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
[500]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-glk2/igt@kms_flip@flip-vs-suspend-interruptible@a-hdmi-a1.html
* igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary:
- shard-dg2: [SKIP][501] ([i915#10433] / [i915#3458]) -> [SKIP][502] ([i915#3458]) +1 other test skip
[501]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
[502]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-shrfb-scaledprimary.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite:
- shard-dg1: [SKIP][503] ([i915#3458] / [i915#4423]) -> [SKIP][504] ([i915#3458])
[503]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-13/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
[504]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-pwrite.html
* igt@kms_hdr@brightness-with-hdr:
- shard-rkl: [SKIP][505] ([i915#1187] / [i915#12713]) -> [SKIP][506] ([i915#12713])
[505]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-3/igt@kms_hdr@brightness-with-hdr.html
[506]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_hdr@brightness-with-hdr.html
- shard-dg1: [SKIP][507] ([i915#12713]) -> [SKIP][508] ([i915#1187] / [i915#12713])
[507]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-19/igt@kms_hdr@brightness-with-hdr.html
[508]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-13/igt@kms_hdr@brightness-with-hdr.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][509] ([i915#4816]) -> [SKIP][510] ([i915#4070] / [i915#4816])
[509]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[510]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pm_dc@dc6-dpms:
- shard-rkl: [SKIP][511] ([i915#3361]) -> [FAIL][512] ([i915#9295])
[511]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-2/igt@kms_pm_dc@dc6-dpms.html
[512]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: [SKIP][513] ([i915#3361]) -> [SKIP][514] ([i915#4281])
[513]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-rkl-7/igt@kms_pm_dc@dc9-dpms.html
[514]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_psr@psr2-suspend:
- shard-dg1: [SKIP][515] ([i915#1072] / [i915#9732]) -> [SKIP][516] ([i915#1072] / [i915#4423] / [i915#9732])
[515]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8230/shard-dg1-19/igt@kms_psr@psr2-suspend.html
[516]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/shard-dg1-18/igt@kms_psr@psr2-suspend.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10055]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10055
[i915#10131]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10131
[i915#10307]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10307
[i915#10333]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10333
[i915#10433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10433
[i915#10434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10434
[i915#10647]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10647
[i915#10656]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10656
[i915#1072]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1072
[i915#10887]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10887
[i915#11078]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11078
[i915#11151]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11151
[i915#11520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11520
[i915#11616]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11616
[i915#11703]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11703
[i915#11713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11713
[i915#118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/118
[i915#11814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11814
[i915#11815]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11815
[i915#1187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1187
[i915#11943]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11943
[i915#11989]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11989
[i915#12105]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12105
[i915#12169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12169
[i915#12247]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12247
[i915#12276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12276
[i915#12313]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12313
[i915#12314]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12314
[i915#12316]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12316
[i915#12339]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12339
[i915#12343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12343
[i915#12353]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12353
[i915#12388]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12388
[i915#12392]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12392
[i915#12402]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12402
[i915#12543]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12543
[i915#12549]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12549
[i915#1257]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1257
[i915#12713]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12713
[i915#12739]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12739
[i915#12745]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12745
[i915#12755]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12755
[i915#12805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12805
[i915#12912]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12912
[i915#12913]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12913
[i915#12917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12917
[i915#12942]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12942
[i915#12964]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12964
[i915#12967]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12967
[i915#13008]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13008
[i915#13026]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13026
[i915#13046]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13046
[i915#13049]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13049
[i915#13179]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13179
[i915#13193]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13193
[i915#13356]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13356
[i915#13390]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13390
[i915#13520]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13520
[i915#13522]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13522
[i915#13550]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13550
[i915#13566]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13566
[i915#13663]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13663
[i915#13664]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13664
[i915#13691]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13691
[i915#1769]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1839
[i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982
[i915#2434]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2434
[i915#2437]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2527
[i915#2587]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2587
[i915#2672]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2681
[i915#280]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/284
[i915#2856]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3282
[i915#3297]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3297
[i915#3361]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3742
[i915#3828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3828
[i915#3840]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3840
[i915#4070]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4281
[i915#4348]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4348
[i915#4349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4387
[i915#4391]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4391
[i915#4423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4423
[i915#4525]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4538
[i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4816
[i915#4817]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4817
[i915#4818]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4818
[i915#4839]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4839
[i915#4852]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4860
[i915#4873]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4873
[i915#4881]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4881
[i915#5138]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5138
[i915#5190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5190
[i915#5286]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5439
[i915#5465]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5465
[i915#5493]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5493
[i915#5784]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5784
[i915#5882]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5882
[i915#5956]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/5956
[i915#6095]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6095
[i915#6187]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6187
[i915#6301]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6301
[i915#6334]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6334
[i915#6335]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6335
[i915#6524]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6524
[i915#6805]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6805
[i915#6806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6806
[i915#6880]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6880
[i915#6944]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6944
[i915#6953]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6953
[i915#7118]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7118
[i915#7173]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7173
[i915#7213]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7213
[i915#7276]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7276
[i915#7387]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7387
[i915#7443]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7443
[i915#7582]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7582
[i915#7697]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7697
[i915#7707]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7707
[i915#7828]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/7828
[i915#8228]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8228
[i915#8289]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8289
[i915#8381]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8381
[i915#8411]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8428
[i915#8516]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8555
[i915#8588]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8588
[i915#8708]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8709
[i915#8806]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8806
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#8812]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8812
[i915#8813]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8813
[i915#8814]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8814
[i915#8821]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8821
[i915#9010]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9010
[i915#9053]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9053
[i915#9295]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9295
[i915#9311]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9311
[i915#9340]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9340
[i915#9412]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9412
[i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413
[i915#9423]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9433
[i915#9519]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9519
[i915#9531]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9531
[i915#9683]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9688
[i915#9732]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9732
[i915#9809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9809
[i915#9820]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9820
[i915#9833]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9833
[i915#9906]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8230 -> IGTPW_12596
CI-20190529: 20190529
CI_DRM_16134: 57457d93f156d8b4bdff8d138127d81b8f97d8c9 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12596: 12596
IGT_8230: 8230
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12596/index.html
[-- Attachment #2: Type: text/html, Size: 168700 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl
2025-02-14 7:05 [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl sai.gowtham.ch
2025-02-14 10:10 ` Zbigniew Kempczyński
@ 2025-02-15 4:49 ` Dandamudi, Priyanka
1 sibling, 0 replies; 12+ messages in thread
From: Dandamudi, Priyanka @ 2025-02-15 4:49 UTC (permalink / raw)
To: Ch, Sai Gowtham, igt-dev@lists.freedesktop.org, Ch, Sai Gowtham,
Kempczynski, Zbigniew
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of
> sai.gowtham.ch@intel.com
> Sent: 14 February 2025 12:35 PM
> To: igt-dev@lists.freedesktop.org; Ch, Sai Gowtham
> <sai.gowtham.ch@intel.com>; Kempczynski, Zbigniew
> <zbigniew.kempczynski@intel.com>
> Subject: [PATCH] lib/intel_compute_square_kernels: Extend compute test for
> ptl
>
> From: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
>
> Current compute square kernel tests dosen't support on PTL, this enables
> tests to work on PTL.
>
> CC: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
> Signed-off-by: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
> ---
> lib/intel_compute.c | 10 +++++++
> lib/intel_compute_square_kernels.c | 42
> ++++++++++++++++++++++++++++++
> 2 files changed, 52 insertions(+)
>
> diff --git a/lib/intel_compute.c b/lib/intel_compute.c index
> 233835c6c..5350389df 100644
> --- a/lib/intel_compute.c
> +++ b/lib/intel_compute.c
> @@ -1729,6 +1729,16 @@ static const struct {
> .compute_exec = xe2lpg_compute_exec,
> .compat = COMPAT_DRIVER_XE,
> },
> + {
> + .ip_ver = IP_VER(30, 00),
> + .compute_exec = xe2lpg_compute_exec,
> + .compat = COMPAT_DRIVER_XE,
> + },
> + {
> + .ip_ver = IP_VER(30, 01),
> + .compute_exec = xe2lpg_compute_exec,
> + .compat = COMPAT_DRIVER_XE,
> + },
> };
>
> static bool __run_intel_compute_kernel(int fd, diff --git
> a/lib/intel_compute_square_kernels.c b/lib/intel_compute_square_kernels.c
> index b0912e7e4..18f90c4fe 100644
> --- a/lib/intel_compute_square_kernels.c
> +++ b/lib/intel_compute_square_kernels.c
> @@ -3889,6 +3889,38 @@ unsigned char xelpg_kernel_square_bin[] = {
> 0x00, 0x00, 0x00, 0x00
> };
>
> +static const unsigned char ptl_kernel_square_bin[] = {
> + 0x65, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x1f, 0x04, 0x00, 0x00,
> + 0x02, 0xc0, 0xff, 0xff, 0xff, 0x40, 0x19, 0x00, 0x80, 0x20, 0x82,
> + 0x05, 0x1f, 0x04, 0x1f, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x31,
> + 0x22, 0x03, 0x80, 0x00, 0x00, 0x0c, 0x05, 0x8f, 0x1f, 0x00, 0xfa,
> + 0x03, 0x00, 0x70, 0xf6, 0x61, 0x80, 0x24, 0x2c, 0x02, 0x00, 0x10,
> + 0x00, 0x66, 0x09, 0x00, 0x80, 0x20, 0x82, 0x01, 0x80, 0x00, 0x80,
> + 0x00, 0x02, 0xc0, 0x04, 0x00, 0x40, 0x41, 0x22, 0x03, 0x80, 0x60,
> + 0x06, 0x01, 0x20, 0x54, 0x05, 0x00, 0x01, 0x14, 0x02, 0x00, 0x00,
> + 0x53, 0x81, 0x00, 0x80, 0x60, 0x06, 0x05, 0x03, 0x54, 0x05, 0x00,
> + 0x06, 0x14, 0x02, 0x00, 0x00, 0x52, 0x19, 0x14, 0x00, 0x60, 0x06,
> + 0x04, 0x06, 0x04, 0x03, 0x0e, 0x01, 0x04, 0x01, 0x04, 0x04, 0x70,
> + 0x19, 0x14, 0x00, 0x20, 0x02, 0x01, 0x00, 0x04, 0x06, 0x10, 0x52,
> + 0x44, 0x05, 0x00, 0x00, 0x2e, 0x00, 0x14, 0x14, 0x00, 0xc0, 0x00,
> + 0x00, 0x88, 0x00, 0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x61, 0x00,
> + 0x00, 0xb4, 0x15, 0x06, 0x10, 0x00, 0x61, 0x00, 0x08, 0xb4, 0x17,
> + 0x07, 0x10, 0x00, 0x69, 0x1a, 0x10, 0x00, 0x70, 0x86, 0x05, 0x19,
> + 0x04, 0x15, 0x20, 0x05, 0x02, 0x00, 0x02, 0x00, 0x69, 0x1a, 0x10,
> + 0x02, 0x70, 0x86, 0x05, 0x1b, 0x04, 0x17, 0x20, 0x05, 0x02, 0x00,
> + 0x02, 0x00, 0x40, 0x1a, 0x00, 0x38, 0x08, 0x19, 0x10, 0x05, 0x40,
> + 0x1a, 0x08, 0x38, 0x0a, 0x1b, 0x10, 0x05, 0x31, 0x23, 0x17, 0x00,
> + 0x00, 0x00, 0x14, 0x0c, 0x24, 0x08, 0x00, 0xfb, 0x00, 0x00, 0x00,
> + 0x00, 0x40, 0x00, 0x00, 0x38, 0x10, 0x19, 0x30, 0x05, 0x40, 0x00,
> + 0x08, 0x38, 0x12, 0x1b, 0x30, 0x05, 0x41, 0x83, 0x20, 0x20, 0x0e,
> + 0x0c, 0x00, 0x0c, 0x31, 0x24, 0x15, 0x00, 0x00, 0x00, 0x00, 0x00,
> + 0x24, 0x10, 0x08, 0xfb, 0x14, 0x0e, 0x00, 0x00, 0x2f, 0x00, 0x14,
> + 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00,
> + 0x00, 0x00, 0x61, 0x00, 0x10, 0x28, 0x14, 0x02, 0x10, 0x00, 0x31,
> + 0x20, 0x02, 0x80, 0x04, 0x00, 0x00, 0x00, 0x0c, 0x14, 0x20, 0x30,
> + 0x00, 0x00, 0x00, 0x00
> +};
> +
> const struct intel_compute_kernels intel_compute_square_kernels[] = {
> {
> .ip_ver = IP_VER(12, 0),
> @@ -3933,5 +3965,15 @@ const struct intel_compute_kernels
> intel_compute_square_kernels[] = {
> .sip_kernel = xe2lpg_kernel_sip_bin,
> .sip_kernel_size = sizeof(xe2lpg_kernel_sip_bin),
> },
> + {
> + .ip_ver = IP_VER(30, 00),
> + .size = sizeof(ptl_kernel_square_bin),
> + .kernel = ptl_kernel_square_bin,
> + },
> + {
> + .ip_ver = IP_VER(30, 01),
> + .size = sizeof(ptl_kernel_square_bin),
> + .kernel = ptl_kernel_square_bin,
> + },
> {}
> };
> --
> 2.43.0
LGTM
Reviewed-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
^ permalink raw reply [flat|nested] 12+ messages in thread
* ✗ Xe.CI.Full: failure for lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
2025-02-14 11:45 [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl sai.gowtham.ch
` (2 preceding siblings ...)
2025-02-14 14:27 ` ✗ i915.CI.Full: failure " Patchwork
@ 2025-02-15 9:31 ` Patchwork
2025-02-17 5:31 ` Ch, Sai Gowtham
3 siblings, 1 reply; 12+ messages in thread
From: Patchwork @ 2025-02-15 9:31 UTC (permalink / raw)
To: sai.gowtham.ch; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 82489 bytes --]
== Series Details ==
Series: lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
URL : https://patchwork.freedesktop.org/series/144820/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8230_full -> XEIGTPW_12596_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12596_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12596_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_12596_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][1] +1 other test dmesg-warn
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs.html
* igt@kms_color@deep-color:
- shard-bmg: NOTRUN -> [DMESG-WARN][2]
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_color@deep-color.html
* igt@xe_exec_compute_mode@many-execqueues-bindexecqueue:
- shard-dg2-set2: [PASS][3] -> [FAIL][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@kms_pipe_stress@stress-xrgb8888-ytiled}:
- shard-bmg: NOTRUN -> [SKIP][5]
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
- shard-dg2-set2: NOTRUN -> [SKIP][6]
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
- shard-lnl: NOTRUN -> [SKIP][7]
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html
Known issues
------------
Here are the changes found in XEIGTPW_12596_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@core_hotunplug@hotreplug-lateclose:
- shard-lnl: NOTRUN -> [ABORT][8] ([Intel XE#3914])
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@core_hotunplug@hotreplug-lateclose.html
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
- shard-lnl: NOTRUN -> [SKIP][9] ([Intel XE#3157])
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
- shard-lnl: [PASS][10] -> [FAIL][11] ([Intel XE#3719] / [Intel XE#911]) +3 other tests fail
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-lnl-6/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-2-4-rc-ccs-cc:
- shard-dg2-set2: NOTRUN -> [SKIP][12] ([Intel XE#3767]) +15 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-2-4-rc-ccs-cc.html
* igt@kms_async_flips@invalid-async-flip:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#873])
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_async_flips@invalid-async-flip.html
- shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#873])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_async_flips@invalid-async-flip.html
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#873])
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_atomic_transition@plane-all-modeset-transition:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#3279])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][17] ([Intel XE#316]) +6 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][18] ([Intel XE#3658])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#1407]) +8 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][20] ([Intel XE#2327]) +6 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-bmg: NOTRUN -> [SKIP][21] ([Intel XE#607])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#607])
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#1477])
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-bmg: NOTRUN -> [SKIP][24] ([Intel XE#1124]) +13 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-dg2-set2: NOTRUN -> [SKIP][25] ([Intel XE#1124]) +15 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
- shard-lnl: NOTRUN -> [SKIP][26] ([Intel XE#1124]) +12 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html
* igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
- shard-bmg: [PASS][27] -> [SKIP][28] ([Intel XE#2314] / [Intel XE#2894])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#2191]) +2 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#2314] / [Intel XE#2894]) +2 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html
* igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
- shard-dg2-set2: NOTRUN -> [SKIP][31] ([Intel XE#2191]) +2 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#1512]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-3-displays-3840x2160p:
- shard-dg2-set2: NOTRUN -> [SKIP][33] ([Intel XE#367]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
- shard-lnl: NOTRUN -> [SKIP][34] ([Intel XE#367]) +1 other test skip
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-4-displays-2160x1440p:
- shard-bmg: NOTRUN -> [SKIP][35] ([Intel XE#367]) +2 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#2669]) +7 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#787]) +203 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#2907])
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][39] ([Intel XE#3442])
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][40] ([Intel XE#3433]) +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#3432]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
- shard-lnl: NOTRUN -> [SKIP][42] ([Intel XE#3432]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#2887]) +15 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs.html
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][44] ([Intel XE#455] / [Intel XE#787]) +48 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs:
- shard-bmg: NOTRUN -> [SKIP][45] ([Intel XE#2887]) +15 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4:
- shard-dg2-set2: [PASS][46] -> [DMESG-WARN][47] ([Intel XE#1727] / [Intel XE#3113])
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: [PASS][48] -> [INCOMPLETE][49] ([Intel XE#3124] / [Intel XE#4010])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: [PASS][50] -> [INCOMPLETE][51] ([Intel XE#1727] / [Intel XE#4010])
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][52] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4010])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_chamelium_audio@hdmi-audio-edid:
- shard-bmg: NOTRUN -> [SKIP][53] ([Intel XE#2252]) +15 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_chamelium_audio@hdmi-audio-edid.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2325]) +1 other test skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_chamelium_color@ctm-red-to-blue.html
- shard-dg2-set2: NOTRUN -> [SKIP][55] ([Intel XE#306]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_chamelium_color@ctm-red-to-blue.html
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#306]) +1 other test skip
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: NOTRUN -> [SKIP][57] ([Intel XE#373]) +13 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#373]) +16 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#307])
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_content_protection@dp-mst-lic-type-0.html
- shard-bmg: NOTRUN -> [SKIP][60] ([Intel XE#2390])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@legacy:
- shard-bmg: NOTRUN -> [FAIL][61] ([Intel XE#1178]) +1 other test fail
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2-set2: NOTRUN -> [FAIL][62] ([Intel XE#1178]) +4 other tests fail
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: NOTRUN -> [FAIL][63] ([Intel XE#1188]) +1 other test fail
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_content_protection@uevent.html
- shard-lnl: NOTRUN -> [SKIP][64] ([Intel XE#3278]) +2 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_content_protection@uevent.html
- shard-bmg: NOTRUN -> [FAIL][65] ([Intel XE#1188]) +1 other test fail
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-random-32x32:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#2320]) +4 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_cursor_crc@cursor-random-32x32.html
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#1424]) +4 other tests skip
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_cursor_crc@cursor-random-32x32.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-bmg: NOTRUN -> [SKIP][68] ([Intel XE#2291])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
- shard-bmg: [PASS][69] -> [SKIP][70] ([Intel XE#2291]) +5 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-dg2-set2: NOTRUN -> [SKIP][71] ([Intel XE#309]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
- shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#309]) +6 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
- shard-bmg: NOTRUN -> [DMESG-WARN][73] ([Intel XE#877])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-dg2-set2: [PASS][74] -> [SKIP][75] ([Intel XE#309]) +3 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg2-set2: NOTRUN -> [SKIP][76] ([Intel XE#323])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
- shard-lnl: NOTRUN -> [SKIP][77] ([Intel XE#323])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
- shard-bmg: NOTRUN -> [SKIP][78] ([Intel XE#2286])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-basic:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2244])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_dsc@dsc-basic.html
- shard-lnl: NOTRUN -> [SKIP][80] ([Intel XE#2244])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_dsc@dsc-basic.html
* igt@kms_feature_discovery@psr1:
- shard-bmg: NOTRUN -> [SKIP][81] ([Intel XE#2374])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_feature_discovery@psr1.html
- shard-dg2-set2: NOTRUN -> [SKIP][82] ([Intel XE#1135])
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-busy-flip:
- shard-bmg: [PASS][83] -> [SKIP][84] ([Intel XE#2316]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-1/igt@kms_flip@2x-busy-flip.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@2x-busy-flip.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-dg2-set2: [PASS][85] -> [DMESG-WARN][86] ([Intel XE#2955]) +2 other tests dmesg-warn
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3:
- shard-bmg: NOTRUN -> [FAIL][87] ([Intel XE#3321]) +3 other tests fail
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3:
- shard-bmg: [PASS][88] -> [FAIL][89] ([Intel XE#3321]) +2 other tests fail
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4:
- shard-dg2-set2: NOTRUN -> [FAIL][90] ([Intel XE#301]) +6 other tests fail
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-bmg: NOTRUN -> [SKIP][91] ([Intel XE#2316]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-lnl: NOTRUN -> [SKIP][92] ([Intel XE#1421]) +7 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
- shard-dg2-set2: NOTRUN -> [SKIP][93] ([Intel XE#310])
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-plain-flip:
- shard-dg2-set2: [PASS][94] -> [SKIP][95] ([Intel XE#310]) +3 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-434/igt@kms_flip@2x-plain-flip.html
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@absolute-wf_vblank:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][96] ([Intel XE#1033]) +20 other tests dmesg-warn
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_flip@absolute-wf_vblank.html
* igt@kms_flip@dpms-vs-vblank-race-interruptible:
- shard-bmg: [PASS][97] -> [DMESG-WARN][98] ([Intel XE#2955]) +2 other tests dmesg-warn
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_flip@dpms-vs-vblank-race-interruptible.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_flip@dpms-vs-vblank-race-interruptible.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-dg2-set2: [PASS][99] -> [DMESG-WARN][100] ([Intel XE#1033]) +47 other tests dmesg-warn
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-blocking-wf-vblank:
- shard-bmg: [PASS][101] -> [DMESG-FAIL][102] ([Intel XE#4172])
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-1/igt@kms_flip@flip-vs-blocking-wf-vblank.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@flip-vs-blocking-wf-vblank.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2:
- shard-bmg: [PASS][103] -> [FAIL][104] ([Intel XE#2882]) +3 other tests fail
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-1/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2.html
* igt@kms_flip@flip-vs-expired-vblank@d-dp2:
- shard-dg2-set2: NOTRUN -> [FAIL][105] ([Intel XE#301] / [Intel XE#3321])
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank@d-dp2.html
* igt@kms_flip@flip-vs-suspend:
- shard-dg2-set2: [PASS][106] -> [INCOMPLETE][107] ([Intel XE#2049] / [Intel XE#2597])
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_flip@flip-vs-suspend.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_flip@flip-vs-suspend.html
* igt@kms_flip@flip-vs-suspend@d-dp4:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][108] ([Intel XE#2049] / [Intel XE#2597])
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_flip@flip-vs-suspend@d-dp4.html
* igt@kms_flip@modeset-vs-vblank-race:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][109] ([Intel XE#2955])
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_flip@modeset-vs-vblank-race.html
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1:
- shard-lnl: [PASS][110] -> [FAIL][111] ([Intel XE#886]) +2 other tests fail
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-lnl-7/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][112] ([Intel XE#1397]) +1 other test skip
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
- shard-bmg: NOTRUN -> [SKIP][113] ([Intel XE#2293] / [Intel XE#2380]) +3 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
- shard-lnl: NOTRUN -> [SKIP][114] ([Intel XE#1397] / [Intel XE#1745]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][115] ([Intel XE#455]) +19 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html
- shard-lnl: NOTRUN -> [SKIP][116] ([Intel XE#1401] / [Intel XE#1745]) +2 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/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][117] ([Intel XE#1401]) +2 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][118] ([Intel XE#2293]) +3 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff:
- shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#651]) +17 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render:
- shard-bmg: NOTRUN -> [SKIP][120] ([Intel XE#2311]) +24 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][121] ([Intel XE#4141]) +12 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt:
- shard-dg2-set2: [PASS][122] -> [SKIP][123] ([Intel XE#656]) +4 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
- shard-bmg: NOTRUN -> [SKIP][124] ([Intel XE#2312]) +11 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#651]) +28 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-render:
- shard-lnl: NOTRUN -> [SKIP][126] ([Intel XE#656]) +46 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][127] ([Intel XE#656]) +8 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: NOTRUN -> [SKIP][128] ([Intel XE#2313]) +30 other tests skip
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move:
- shard-dg2-set2: NOTRUN -> [SKIP][129] ([Intel XE#653]) +26 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html
* igt@kms_hdmi_inject@inject-audio:
- shard-lnl: NOTRUN -> [SKIP][130] ([Intel XE#1470] / [Intel XE#2853])
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_hdr@static-toggle-suspend:
- shard-lnl: NOTRUN -> [SKIP][131] ([Intel XE#1503])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][132] ([Intel XE#2934])
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_joiner@basic-force-ultra-joiner.html
- shard-dg2-set2: NOTRUN -> [SKIP][133] ([Intel XE#2925])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_joiner@basic-force-ultra-joiner.html
- shard-lnl: NOTRUN -> [SKIP][134] ([Intel XE#2934])
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-big-joiner:
- shard-bmg: NOTRUN -> [SKIP][135] ([Intel XE#346])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-dg2-set2: NOTRUN -> [SKIP][136] ([Intel XE#346])
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_joiner@invalid-modeset-big-joiner.html
- shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#346])
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_joiner@invalid-modeset-big-joiner.html
* igt@kms_panel_fitting@legacy:
- shard-bmg: NOTRUN -> [SKIP][138] ([Intel XE#2486]) +1 other test skip
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_panel_fitting@legacy.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-dp-2:
- shard-bmg: NOTRUN -> [INCOMPLETE][139] ([Intel XE#4016])
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-dp-2.html
* igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256:
- shard-dg2-set2: NOTRUN -> [FAIL][140] ([Intel XE#616]) +3 other tests fail
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256.html
* igt@kms_plane_multiple@tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][141] ([Intel XE#2493])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_plane_multiple@tiling-yf.html
- shard-lnl: NOTRUN -> [SKIP][142] ([Intel XE#2493])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
- shard-dg2-set2: NOTRUN -> [SKIP][143] ([Intel XE#2763] / [Intel XE#455]) +7 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][144] ([Intel XE#2763]) +11 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c:
- shard-lnl: NOTRUN -> [SKIP][145] ([Intel XE#2763]) +23 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d:
- shard-bmg: NOTRUN -> [SKIP][146] ([Intel XE#2763]) +14 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html
* igt@kms_pm_backlight@fade:
- shard-bmg: NOTRUN -> [SKIP][147] ([Intel XE#870]) +1 other test skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_pm_backlight@fade.html
- shard-dg2-set2: NOTRUN -> [SKIP][148] ([Intel XE#870]) +1 other test skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_pm_backlight@fade.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-dg2-set2: NOTRUN -> [SKIP][149] ([Intel XE#3309])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-lnl: NOTRUN -> [SKIP][150] ([Intel XE#1439] / [Intel XE#3141])
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-bmg: NOTRUN -> [SKIP][151] ([Intel XE#1439] / [Intel XE#3141] / [Intel XE#836])
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-dg2-set2: [PASS][152] -> [SKIP][153] ([Intel XE#836]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_pm_rpm@modeset-non-lpsp.html
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][154] ([Intel XE#1489]) +9 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf:
- shard-dg2-set2: NOTRUN -> [SKIP][155] ([Intel XE#1489]) +11 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf:
- shard-lnl: NOTRUN -> [SKIP][156] ([Intel XE#2893]) +3 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-bmg: NOTRUN -> [SKIP][157] ([Intel XE#2387])
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_psr2_su@page_flip-p010.html
- shard-dg2-set2: NOTRUN -> [SKIP][158] ([Intel XE#1122])
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_psr2_su@page_flip-p010.html
- shard-lnl: NOTRUN -> [SKIP][159] ([Intel XE#1128])
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr-sprite-render:
- shard-dg2-set2: NOTRUN -> [SKIP][160] ([Intel XE#2850] / [Intel XE#929]) +21 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_psr@fbc-psr-sprite-render.html
* igt@kms_psr@pr-no-drrs:
- shard-lnl: NOTRUN -> [SKIP][161] ([Intel XE#1406]) +6 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_psr@pr-no-drrs.html
* igt@kms_psr@psr-primary-page-flip:
- shard-bmg: NOTRUN -> [SKIP][162] ([Intel XE#2234] / [Intel XE#2850]) +18 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_psr@psr-primary-page-flip.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2-set2: NOTRUN -> [SKIP][163] ([Intel XE#3414]) +2 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-bmg: NOTRUN -> [SKIP][164] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_rotation_crc@primary-rotation-90.html
- shard-lnl: NOTRUN -> [SKIP][165] ([Intel XE#3414] / [Intel XE#3904]) +2 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_scaling_modes@scaling-mode-none:
- shard-bmg: NOTRUN -> [SKIP][166] ([Intel XE#2413])
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_scaling_modes@scaling-mode-none.html
- shard-lnl: NOTRUN -> [SKIP][167] ([Intel XE#2413] / [Intel XE#374])
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_scaling_modes@scaling-mode-none.html
* igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [SKIP][168] ([Intel XE#374]) +2 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-bmg: NOTRUN -> [SKIP][169] ([Intel XE#1435])
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_setmode@invalid-clone-exclusive-crtc.html
- shard-lnl: NOTRUN -> [SKIP][170] ([Intel XE#1435]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing@pipe-a-hdmi-a-6-dp-4:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][171] ([Intel XE#4212]) +2 other tests dmesg-warn
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_setmode@invalid-clone-single-crtc-stealing@pipe-a-hdmi-a-6-dp-4.html
* igt@kms_tv_load_detect@load-detect:
- shard-dg2-set2: NOTRUN -> [SKIP][172] ([Intel XE#330])
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_tv_load_detect@load-detect.html
- shard-lnl: NOTRUN -> [SKIP][173] ([Intel XE#330])
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_tv_load_detect@load-detect.html
- shard-bmg: NOTRUN -> [SKIP][174] ([Intel XE#2450])
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_tv_load_detect@load-detect.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [FAIL][175] ([Intel XE#899]) +3 other tests fail
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html
* igt@kms_vrr@cmrr@pipe-a-edp-1:
- shard-lnl: NOTRUN -> [FAIL][176] ([Intel XE#2159]) +1 other test fail
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_vrr@cmrr@pipe-a-edp-1.html
* igt@xe_compute@ccs-mode-compute-kernel:
- shard-lnl: NOTRUN -> [SKIP][177] ([Intel XE#1447])
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@xe_compute@ccs-mode-compute-kernel.html
* igt@xe_eudebug@basic-close:
- shard-dg2-set2: NOTRUN -> [SKIP][178] ([Intel XE#2905]) +10 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@xe_eudebug@basic-close.html
* igt@xe_eudebug@basic-read-event:
- shard-bmg: NOTRUN -> [SKIP][179] ([Intel XE#2905]) +12 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@xe_eudebug@basic-read-event.html
* igt@xe_eudebug@discovery-empty-clients:
- shard-lnl: NOTRUN -> [SKIP][180] ([Intel XE#2905]) +13 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@xe_eudebug@discovery-empty-clients.html
* igt@xe_eudebug@discovery-race-sigint:
- shard-dg2-set2: NOTRUN -> [SKIP][181] ([Intel XE#4259])
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@xe_eudebug@discovery-race-sigint.html
* igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen:
- shard-lnl: NOTRUN -> [SKIP][182] ([Intel XE#688]) +5 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
- shard-bmg: NOTRUN -> [SKIP][183] ([Intel XE#2322]) +12 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html
- shard-dg2-set2: NOTRUN -> [SKIP][184] ([Intel XE#1392]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind:
- shard-dg2-set2: [PASS][185] -> [SKIP][186] ([Intel XE#1392]) +2 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html
* igt@xe_exec_basic@multigpu-once-userptr-invalidate:
- shard-lnl: NOTRUN -> [SKIP][187] ([Intel XE#1392]) +11 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@xe_exec_basic@multigpu-once-userptr-invalidate.html
* igt@xe_exec_fault_mode@many-userptr:
- shard-dg2-set2: NOTRUN -> [SKIP][188] ([Intel XE#288]) +25 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@xe_exec_fault_mode@many-userptr.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence:
- shard-dg2-set2: NOTRUN -> [SKIP][189] ([Intel XE#2360])
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html
* igt@xe_live_ktest@xe_migrate:
- shard-lnl: NOTRUN -> [SKIP][190] ([Intel XE#1192])
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@xe_live_ktest@xe_migrate.html
* igt@xe_mmap@vram:
- shard-lnl: NOTRUN -> [SKIP][191] ([Intel XE#1416])
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@xe_mmap@vram.html
* igt@xe_module_load@force-load:
- shard-lnl: NOTRUN -> [SKIP][192] ([Intel XE#378])
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@xe_module_load@force-load.html
* igt@xe_oa@non-privileged-access-vaddr:
- shard-dg2-set2: NOTRUN -> [SKIP][193] ([Intel XE#2541] / [Intel XE#3573]) +5 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@xe_oa@non-privileged-access-vaddr.html
* igt@xe_pat@display-vs-wb-transient:
- shard-dg2-set2: NOTRUN -> [SKIP][194] ([Intel XE#1337])
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@xe_pat@display-vs-wb-transient.html
* igt@xe_pat@pat-index-xe2:
- shard-bmg: [PASS][195] -> [DMESG-WARN][196] ([Intel XE#4172]) +47 other tests dmesg-warn
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@xe_pat@pat-index-xe2.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@xe_pat@pat-index-xe2.html
* igt@xe_pm@d3cold-multiple-execs:
- shard-dg2-set2: NOTRUN -> [SKIP][197] ([Intel XE#2284] / [Intel XE#366])
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@xe_pm@d3cold-multiple-execs.html
* igt@xe_pm@s2idle-vm-bind-unbind-all:
- shard-bmg: NOTRUN -> [DMESG-WARN][198] ([Intel XE#4172]) +24 other tests dmesg-warn
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@xe_pm@s2idle-vm-bind-unbind-all.html
* igt@xe_pm@s3-basic-exec:
- shard-dg2-set2: [PASS][199] -> [DMESG-WARN][200] ([Intel XE#1033] / [Intel XE#569]) +2 other tests dmesg-warn
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@xe_pm@s3-basic-exec.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@xe_pm@s3-basic-exec.html
* igt@xe_pm@s3-multiple-execs:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][201] ([Intel XE#1033] / [Intel XE#569])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@xe_pm@s3-multiple-execs.html
* igt@xe_pm@s3-vm-bind-userptr:
- shard-bmg: [PASS][202] -> [DMESG-WARN][203] ([Intel XE#4172] / [Intel XE#569]) +3 other tests dmesg-warn
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@xe_pm@s3-vm-bind-userptr.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@xe_pm@s3-vm-bind-userptr.html
* igt@xe_query@multigpu-query-invalid-extension:
- shard-bmg: NOTRUN -> [SKIP][204] ([Intel XE#944]) +1 other test skip
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@xe_query@multigpu-query-invalid-extension.html
* igt@xe_query@multigpu-query-uc-fw-version-guc:
- shard-dg2-set2: NOTRUN -> [SKIP][205] ([Intel XE#944]) +2 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@xe_query@multigpu-query-uc-fw-version-guc.html
- shard-lnl: NOTRUN -> [SKIP][206] ([Intel XE#944]) +2 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@xe_query@multigpu-query-uc-fw-version-guc.html
* igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling:
- shard-bmg: NOTRUN -> [SKIP][207] ([Intel XE#4130]) +1 other test skip
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html
- shard-dg2-set2: NOTRUN -> [SKIP][208] ([Intel XE#4130])
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html
- shard-lnl: NOTRUN -> [SKIP][209] ([Intel XE#4130]) +1 other test skip
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html
#### Possible fixes ####
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
- shard-bmg: [SKIP][210] ([Intel XE#2291]) -> [PASS][211]
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
- shard-dg2-set2: [SKIP][212] ([Intel XE#309]) -> [PASS][213] +2 other tests pass
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-dg2-set2: [SKIP][214] ([Intel XE#455]) -> [PASS][215]
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dp_aux_dev:
- shard-dg2-set2: [SKIP][216] ([Intel XE#3009]) -> [PASS][217]
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_dp_aux_dev.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_dp_aux_dev.html
* igt@kms_flip@2x-dpms-vs-vblank-race-interruptible:
- shard-dg2-set2: [SKIP][218] ([Intel XE#310]) -> [PASS][219] +2 other tests pass
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4:
- shard-dg2-set2: [FAIL][220] ([Intel XE#301] / [Intel XE#3321]) -> [PASS][221]
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3:
- shard-bmg: [FAIL][222] ([Intel XE#3321]) -> [PASS][223]
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3.html
* igt@kms_flip@2x-nonexisting-fb:
- shard-bmg: [SKIP][224] ([Intel XE#2316]) -> [PASS][225] +5 other tests pass
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_flip@2x-nonexisting-fb.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_flip@2x-nonexisting-fb.html
* igt@kms_flip@basic-flip-vs-dpms:
- shard-dg2-set2: [DMESG-WARN][226] ([Intel XE#2955]) -> [PASS][227]
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_flip@basic-flip-vs-dpms.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a3:
- shard-bmg: [DMESG-FAIL][228] ([Intel XE#4172]) -> [PASS][229] +1 other test pass
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a3.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a3.html
* igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-bmg: [DMESG-WARN][230] -> [PASS][231]
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
- shard-dg2-set2: [DMESG-WARN][232] -> [PASS][233]
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-dg2-set2: [SKIP][234] ([Intel XE#656]) -> [PASS][235] +5 other tests pass
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_pipe_crc_basic@disable-crc-after-crtc:
- shard-bmg: [DMESG-WARN][236] ([Intel XE#4172]) -> [PASS][237] +25 other tests pass
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@kms_pipe_crc_basic@disable-crc-after-crtc.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_pipe_crc_basic@disable-crc-after-crtc.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-2:
- shard-bmg: [INCOMPLETE][238] ([Intel XE#3663]) -> [PASS][239]
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-2.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-2.html
* igt@kms_psr@psr2-sprite-plane-onoff:
- shard-lnl: [FAIL][240] ([Intel XE#3924]) -> [PASS][241] +1 other test pass
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-lnl-6/igt@kms_psr@psr2-sprite-plane-onoff.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@kms_psr@psr2-sprite-plane-onoff.html
* igt@kms_vblank@query-busy-hang:
- shard-dg2-set2: [DMESG-WARN][242] ([Intel XE#1033]) -> [PASS][243] +29 other tests pass
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-466/igt@kms_vblank@query-busy-hang.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_vblank@query-busy-hang.html
* igt@xe_evict@evict-large-multi-vm:
- shard-dg2-set2: [DMESG-WARN][244] ([Intel XE#1033] / [Intel XE#1473]) -> [PASS][245] +2 other tests pass
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@xe_evict@evict-large-multi-vm.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@xe_evict@evict-large-multi-vm.html
* igt@xe_exec_basic@multigpu-no-exec-null-defer-bind:
- shard-dg2-set2: [SKIP][246] ([Intel XE#1392]) -> [PASS][247] +4 other tests pass
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html
* igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit:
- shard-dg2-set2: [FAIL][248] ([Intel XE#1999]) -> [PASS][249] +2 other tests pass
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html
* igt@xe_module_load@many-reload:
- shard-dg2-set2: [INCOMPLETE][250] -> [PASS][251]
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@xe_module_load@many-reload.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@xe_module_load@many-reload.html
* igt@xe_pm@s3-d3hot-basic-exec:
- shard-bmg: [DMESG-WARN][252] ([Intel XE#4172] / [Intel XE#569]) -> [PASS][253]
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@xe_pm@s3-d3hot-basic-exec.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@xe_pm@s3-d3hot-basic-exec.html
- shard-dg2-set2: [DMESG-WARN][254] ([Intel XE#1033] / [Intel XE#569]) -> [PASS][255] +1 other test pass
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-434/igt@xe_pm@s3-d3hot-basic-exec.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@xe_pm@s3-d3hot-basic-exec.html
#### Warnings ####
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][256] ([Intel XE#787]) -> [SKIP][257] ([Intel XE#455] / [Intel XE#787]) +5 other tests skip
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-6.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][258] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][259] ([Intel XE#787]) +4 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-6.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-6.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2-set2: [FAIL][260] ([Intel XE#1178]) -> [SKIP][261] ([Intel XE#455])
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_content_protection@atomic-dpms.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_content_protection@atomic-dpms.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][262] ([Intel XE#455] / [i915#3804]) -> [SKIP][263] ([i915#3804])
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-dg2-set2: [DMESG-WARN][264] ([Intel XE#1033]) -> [SKIP][265] ([Intel XE#310]) +2 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
- shard-bmg: [SKIP][266] ([Intel XE#2316]) -> [DMESG-WARN][267] ([Intel XE#2955]) +1 other test dmesg-warn
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-bmg: [SKIP][268] ([Intel XE#2316]) -> [DMESG-FAIL][269] ([Intel XE#4172])
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: [FAIL][270] ([Intel XE#301]) -> [DMESG-FAIL][271] ([Intel XE#1033]) +1 other test dmesg-fail
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-dg2-set2: [DMESG-WARN][272] ([Intel XE#2955]) -> [SKIP][273] ([Intel XE#310])
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-466/igt@kms_flip@2x-flip-vs-suspend.html
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
- shard-bmg: [DMESG-WARN][274] ([Intel XE#4172]) -> [SKIP][275] ([Intel XE#2316])
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-1/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-expired-vblank:
- shard-dg2-set2: [DMESG-FAIL][276] ([Intel XE#1033]) -> [FAIL][277] ([Intel XE#301])
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@kms_flip@flip-vs-expired-vblank.html
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-dg2-set2: [DMESG-WARN][278] ([Intel XE#1033] / [Intel XE#2955]) -> [INCOMPLETE][279] ([Intel XE#2049] / [Intel XE#2597])
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible.html
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip@flip-vs-suspend-interruptible@d-dp4:
- shard-dg2-set2: [DMESG-WARN][280] ([Intel XE#1033]) -> [INCOMPLETE][281] ([Intel XE#2049] / [Intel XE#2597])
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
- shard-bmg: [SKIP][282] ([Intel XE#2311]) -> [SKIP][283] ([Intel XE#2312]) +14 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render:
- shard-bmg: [SKIP][284] ([Intel XE#2312]) -> [SKIP][285] ([Intel XE#2311]) +11 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-bmg: [SKIP][286] ([Intel XE#4141]) -> [SKIP][287] ([Intel XE#2312]) +8 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move:
- shard-bmg: [SKIP][288] ([Intel XE#2312]) -> [SKIP][289] ([Intel XE#4141]) +5 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move.html
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-blt:
- shard-dg2-set2: [SKIP][290] ([Intel XE#656]) -> [SKIP][291] ([Intel XE#651]) +7 other tests skip
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-blt.html
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt:
- shard-dg2-set2: [SKIP][292] ([Intel XE#651]) -> [SKIP][293] ([Intel XE#656]) +10 other tests skip
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw:
- shard-bmg: [SKIP][294] ([Intel XE#2312]) -> [SKIP][295] ([Intel XE#2313]) +9 other tests skip
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
- shard-bmg: [SKIP][296] ([Intel XE#2313]) -> [SKIP][297] ([Intel XE#2312]) +14 other tests skip
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt:
- shard-dg2-set2: [SKIP][298] ([Intel XE#653]) -> [SKIP][299] ([Intel XE#656]) +13 other tests skip
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen:
- shard-dg2-set2: [SKIP][300] ([Intel XE#656]) -> [SKIP][301] ([Intel XE#653]) +7 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html
* igt@testdisplay:
- shard-dg2-set2: [DMESG-WARN][302] ([Intel XE#2705] / [Intel XE#4212]) -> [DMESG-WARN][303] ([Intel XE#1033] / [Intel XE#2705] / [Intel XE#4212])
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-434/igt@testdisplay.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@testdisplay.html
* igt@xe_pm@s4-mocs:
- shard-dg2-set2: [ABORT][304] ([Intel XE#1033] / [Intel XE#4268]) -> [ABORT][305] ([Intel XE#4268])
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@xe_pm@s4-mocs.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@xe_pm@s4-mocs.html
* igt@xe_pm@s4-vm-bind-unbind-all:
- shard-bmg: [ABORT][306] ([Intel XE#4268]) -> [ABORT][307] ([Intel XE#4172] / [Intel XE#4268]) +1 other test abort
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-1/igt@xe_pm@s4-vm-bind-unbind-all.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@xe_pm@s4-vm-bind-unbind-all.html
- shard-dg2-set2: [ABORT][308] ([Intel XE#4268]) -> [ABORT][309] ([Intel XE#1033] / [Intel XE#4268]) +1 other test abort
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@xe_pm@s4-vm-bind-unbind-all.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@xe_pm@s4-vm-bind-unbind-all.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[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#1135]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1337]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1397]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#1416]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416
[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#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
[Intel XE#1439]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439
[Intel XE#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447
[Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1477]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[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#1999]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1999
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[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#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[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#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
[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#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[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#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
[Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
[Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#2853]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
[Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
[Intel XE#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
[Intel XE#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
[Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
[Intel XE#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934
[Intel XE#2955]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955
[Intel XE#3009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[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#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
[Intel XE#3141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141
[Intel XE#3157]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3157
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279
[Intel XE#330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/330
[Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
[Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3433]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3433
[Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#3658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#3663]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3663
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#3719]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719
[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#3767]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3767
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#3914]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3914
[Intel XE#3924]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3924
[Intel XE#4010]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010
[Intel XE#4016]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4016
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4172]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172
[Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
[Intel XE#4259]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4259
[Intel XE#4268]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[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#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#836]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/836
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873
[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#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
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
Build changes
-------------
* IGT: IGT_8230 -> IGTPW_12596
IGTPW_12596: 12596
IGT_8230: 8230
xe-2665-57457d93f156d8b4bdff8d138127d81b8f97d8c9: 57457d93f156d8b4bdff8d138127d81b8f97d8c9
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/index.html
[-- Attachment #2: Type: text/html, Size: 98670 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: ✗ Xe.CI.Full: failure for lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
2025-02-15 9:31 ` ✗ Xe.CI.Full: " Patchwork
@ 2025-02-17 5:31 ` Ch, Sai Gowtham
0 siblings, 0 replies; 12+ messages in thread
From: Ch, Sai Gowtham @ 2025-02-17 5:31 UTC (permalink / raw)
To: igt-dev@lists.freedesktop.org; +Cc: I915-ci-infra@lists.freedesktop.org
[-- Attachment #1: Type: text/plain, Size: 84755 bytes --]
From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Saturday, February 15, 2025 3:02 PM
To: Ch, Sai Gowtham <sai.gowtham.ch@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: ✗ Xe.CI.Full: failure for lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
Patch Details
Series:
lib/intel_compute_square_kernels: Extend compute test for ptl (rev3)
URL:
https://patchwork.freedesktop.org/series/144820/
State:
failure
Details:
https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/index.html
CI Bug Log - changes from XEIGT_8230_full -> XEIGTPW_12596_full
Summary
FAILURE
Serious unknown changes coming with XEIGTPW_12596_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12596_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org<mailto: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_12596_full:
IGT changes
Possible regressions
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs:
* shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-rc-ccs.html> +1 other test dmesg-warn
* igt@kms_color@deep-color:
* shard-bmg: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_color@deep-color.html>
* igt@xe_exec_compute_mode@many-execqueues-bindexecqueue:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@xe_exec_compute_mode@many-execqueues-bindexecqueue.html>
Failures are Unrelated to the change.
Thanks,
Gowtham
Suppressed
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@kms_pipe_stress@stress-xrgb8888-ytiled}:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html>
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html>
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_pipe_stress@stress-xrgb8888-ytiled.html>
Known issues
Here are the changes found in XEIGTPW_12596_full that come from known issues:
IGT changes
Issues hit
* igt@core_hotunplug@hotreplug-lateclose:
* shard-lnl: NOTRUN -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@core_hotunplug@hotreplug-lateclose.html> (Intel XE#3914<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3914>)
* igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html> (Intel XE#3157<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3157>)
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-lnl-6/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events-atomic.html> (Intel XE#3719<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3719> / Intel XE#911<https://gitlab.freedesktop.org/drm/xe/kernel/issues/911>) +3 other tests fail
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-2-4-rc-ccs-cc:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-d-hdmi-a-2-4-rc-ccs-cc.html> (Intel XE#3767<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3767>) +15 other tests skip
* igt@kms_async_flips@invalid-async-flip:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_async_flips@invalid-async-flip.html> (Intel XE#873<https://gitlab.freedesktop.org/drm/xe/kernel/issues/873>)
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_async_flips@invalid-async-flip.html> (Intel XE#873<https://gitlab.freedesktop.org/drm/xe/kernel/issues/873>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_async_flips@invalid-async-flip.html> (Intel XE#873<https://gitlab.freedesktop.org/drm/xe/kernel/issues/873>)
* igt@kms_atomic_transition@plane-all-modeset-transition:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_atomic_transition@plane-all-modeset-transition.html> (Intel XE#3279<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279>)
* igt@kms_big_fb@4-tiled-32bpp-rotate-270:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_big_fb@4-tiled-32bpp-rotate-270.html> (Intel XE#316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/316>) +6 other tests skip
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html> (Intel XE#3658<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3658>)
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html> (Intel XE#1407<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407>) +8 other tests skip
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html> (Intel XE#2327<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327>) +6 other tests skip
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html> (Intel XE#607<https://gitlab.freedesktop.org/drm/xe/kernel/issues/607>)
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html> (Intel XE#607<https://gitlab.freedesktop.org/drm/xe/kernel/issues/607>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html> (Intel XE#1477<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1477>)
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +13 other tests skip
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +15 other tests skip
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html> (Intel XE#1124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124>) +12 other tests skip
* igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_bw@connected-linear-tiling-2-displays-2560x1440p.html> (Intel XE#2314<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314> / Intel XE#2894<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894>)
* igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_bw@connected-linear-tiling-3-displays-2160x1440p.html> (Intel XE#2191<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>) +2 other tests skip
* igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_bw@connected-linear-tiling-3-displays-3840x2160p.html> (Intel XE#2314<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314> / Intel XE#2894<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894>) +2 other tests skip
* igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html> (Intel XE#2191<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191>) +2 other tests skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_bw@connected-linear-tiling-4-displays-1920x1080p.html> (Intel XE#1512<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512>) +1 other test skip
* igt@kms_bw@linear-tiling-3-displays-3840x2160p:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +1 other test skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +1 other test skip
* igt@kms_bw@linear-tiling-4-displays-2160x1440p:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html> (Intel XE#367<https://gitlab.freedesktop.org/drm/xe/kernel/issues/367>) +2 other tests skip
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs@pipe-a-edp-1.html> (Intel XE#2669<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669>) +7 other tests skip
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +203 other tests skip
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html> (Intel XE#2907<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907>)
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html> (Intel XE#3442<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442>)
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs@pipe-a-edp-1.html> (Intel XE#3433<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3433>) +3 other tests skip
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html> (Intel XE#3432<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432>) +1 other test skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html> (Intel XE#3432<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432>) +1 other test skip
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +15 other tests skip
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-mc-ccs@pipe-d-dp-4.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +48 other tests skip
* igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-rc-ccs.html> (Intel XE#2887<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887>) +15 other tests skip
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html> (Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> / Intel XE#3113<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113>)
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-6.html> (Intel XE#3124<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124> / Intel XE#4010<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010>)
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html> (Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> / Intel XE#4010<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010>)
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6:
* shard-dg2-set2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-a-hdmi-a-6.html> (Intel XE#1727<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727> / Intel XE#3113<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113> / Intel XE#4010<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010>)
* igt@kms_chamelium_audio@hdmi-audio-edid:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_chamelium_audio@hdmi-audio-edid.html> (Intel XE#2252<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252>) +15 other tests skip
* igt@kms_chamelium_color@ctm-red-to-blue:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_chamelium_color@ctm-red-to-blue.html> (Intel XE#2325<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325>) +1 other test skip
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_chamelium_color@ctm-red-to-blue.html> (Intel XE#306<https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>) +1 other test skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_chamelium_color@ctm-red-to-blue.html> (Intel XE#306<https://gitlab.freedesktop.org/drm/xe/kernel/issues/306>) +1 other test skip
* igt@kms_chamelium_hpd@vga-hpd:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_chamelium_hpd@vga-hpd.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +13 other tests skip
* igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html> (Intel XE#373<https://gitlab.freedesktop.org/drm/xe/kernel/issues/373>) +16 other tests skip
* igt@kms_content_protection@dp-mst-lic-type-0:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_content_protection@dp-mst-lic-type-0.html> (Intel XE#307<https://gitlab.freedesktop.org/drm/xe/kernel/issues/307>)
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_content_protection@dp-mst-lic-type-0.html> (Intel XE#2390<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390>)
* igt@kms_content_protection@legacy:
* shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_content_protection@legacy.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) +1 other test fail
* igt@kms_content_protection@lic-type-0:
* shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_content_protection@lic-type-0.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) +4 other tests fail
* igt@kms_content_protection@uevent:
* shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_content_protection@uevent.html> (Intel XE#1188<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188>) +1 other test fail
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_content_protection@uevent.html> (Intel XE#3278<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278>) +2 other tests skip
* shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_content_protection@uevent.html> (Intel XE#1188<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188>) +1 other test fail
* igt@kms_cursor_crc@cursor-random-32x32:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_cursor_crc@cursor-random-32x32.html> (Intel XE#2320<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320>) +4 other tests skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_cursor_crc@cursor-random-32x32.html> (Intel XE#1424<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424>) +4 other tests skip
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html> (Intel XE#2291<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>)
* igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_cursor_legacy@cursora-vs-flipb-atomic-transitions-varying-size.html> (Intel XE#2291<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>) +5 other tests skip
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +2 other tests skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +6 other tests skip
* shard-bmg: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html> (Intel XE#877<https://gitlab.freedesktop.org/drm/xe/kernel/issues/877>)
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) +3 other tests skip
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> (Intel XE#323<https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> (Intel XE#323<https://gitlab.freedesktop.org/drm/xe/kernel/issues/323>)
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html> (Intel XE#2286<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286>)
* igt@kms_dsc@dsc-basic:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_dsc@dsc-basic.html> (Intel XE#2244<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_dsc@dsc-basic.html> (Intel XE#2244<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244>)
* igt@kms_feature_discovery@psr1:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_feature_discovery@psr1.html> (Intel XE#2374<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374>)
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_feature_discovery@psr1.html> (Intel XE#1135<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1135>)
* igt@kms_flip@2x-busy-flip:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-1/igt@kms_flip@2x-busy-flip.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@2x-busy-flip.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) +1 other test skip
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html> (Intel XE#2955<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955>) +2 other tests dmesg-warn
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3:
* shard-bmg: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-dp2-hdmi-a3.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) +3 other tests fail
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) +2 other tests fail
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4:
* shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a6-dp4.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) +6 other tests fail
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@2x-flip-vs-panning-vs-hang.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) +1 other test skip
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> (Intel XE#1421<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421>) +7 other tests skip
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@2x-flip-vs-suspend-interruptible.html> (Intel XE#310<https://gitlab.freedesktop.org/drm/xe/kernel/issues/310>)
* igt@kms_flip@2x-plain-flip:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-434/igt@kms_flip@2x-plain-flip.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@2x-plain-flip.html> (Intel XE#310<https://gitlab.freedesktop.org/drm/xe/kernel/issues/310>) +3 other tests skip
* igt@kms_flip@absolute-wf_vblank:
* shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_flip@absolute-wf_vblank.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) +20 other tests dmesg-warn
* igt@kms_flip@dpms-vs-vblank-race-interruptible:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_flip@dpms-vs-vblank-race-interruptible.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_flip@dpms-vs-vblank-race-interruptible.html> (Intel XE#2955<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955>) +2 other tests dmesg-warn
* igt@kms_flip@flip-vs-absolute-wf_vblank:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_flip@flip-vs-absolute-wf_vblank.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@flip-vs-absolute-wf_vblank.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) +47 other tests dmesg-warn
* igt@kms_flip@flip-vs-blocking-wf-vblank:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-1/igt@kms_flip@flip-vs-blocking-wf-vblank.html> -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@flip-vs-blocking-wf-vblank.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>)
* igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-1/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@flip-vs-blocking-wf-vblank@a-dp2.html> (Intel XE#2882<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882>) +3 other tests fail
* igt@kms_flip@flip-vs-expired-vblank@d-dp2:
* shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank@d-dp2.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301> / Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>)
* igt@kms_flip@flip-vs-suspend:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_flip@flip-vs-suspend.html> -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_flip@flip-vs-suspend.html> (Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049> / Intel XE#2597<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597>)
* igt@kms_flip@flip-vs-suspend@d-dp4:
* shard-dg2-set2: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_flip@flip-vs-suspend@d-dp4.html> (Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049> / Intel XE#2597<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597>)
* igt@kms_flip@modeset-vs-vblank-race:
* shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_flip@modeset-vs-vblank-race.html> (Intel XE#2955<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955>)
* igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1:
* shard-lnl: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-lnl-7/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html> -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-edp1.html> (Intel XE#886<https://gitlab.freedesktop.org/drm/xe/kernel/issues/886>) +2 other tests fail
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html> (Intel XE#1397<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397>) +1 other test skip
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-upscaling.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293> / Intel XE#2380<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380>) +3 other tests skip
* igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_flip_scaled_crc@flip-64bpp-linear-to-16bpp-linear-downscaling.html> (Intel XE#1397<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1397> / Intel XE#1745<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745>) +1 other test skip
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +19 other tests skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html> (Intel XE#1401<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401> / Intel XE#1745<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745>) +2 other tests skip
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-default-mode.html> (Intel XE#1401<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401>) +2 other tests skip
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling@pipe-a-valid-mode.html> (Intel XE#2293<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293>) +3 other tests skip
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-spr-indfb-onoff.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +17 other tests skip
* igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-rgb565-draw-render.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +24 other tests skip
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-pgflip-blt.html> (Intel XE#4141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) +12 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-blt.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +4 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-onoff.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +11 other tests skip
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-mmap-wc.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +28 other tests skip
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-render:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-render.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +46 other tests skip
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-onoff:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-spr-indfb-onoff.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +8 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-draw-mmap-wc.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +30 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-spr-indfb-move.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +26 other tests skip
* igt@kms_hdmi_inject@inject-audio:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_hdmi_inject@inject-audio.html> (Intel XE#1470<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470> / Intel XE#2853<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2853>)
* igt@kms_hdr@static-toggle-suspend:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_hdr@static-toggle-suspend.html> (Intel XE#1503<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503>)
* igt@kms_joiner@basic-force-ultra-joiner:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_joiner@basic-force-ultra-joiner.html> (Intel XE#2934<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934>)
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_joiner@basic-force-ultra-joiner.html> (Intel XE#2925<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-5/igt@kms_joiner@basic-force-ultra-joiner.html> (Intel XE#2934<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934>)
* igt@kms_joiner@invalid-modeset-big-joiner:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_joiner@invalid-modeset-big-joiner.html> (Intel XE#346<https://gitlab.freedesktop.org/drm/xe/kernel/issues/346>)
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_joiner@invalid-modeset-big-joiner.html> (Intel XE#346<https://gitlab.freedesktop.org/drm/xe/kernel/issues/346>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_joiner@invalid-modeset-big-joiner.html> (Intel XE#346<https://gitlab.freedesktop.org/drm/xe/kernel/issues/346>)
* igt@kms_panel_fitting@legacy:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_panel_fitting@legacy.html> (Intel XE#2486<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486>) +1 other test skip
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-dp-2:
* shard-bmg: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-dp-2.html> (Intel XE#4016<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4016>)
* igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256:
* shard-dg2-set2: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-6-size-256.html> (Intel XE#616<https://gitlab.freedesktop.org/drm/xe/kernel/issues/616>) +3 other tests fail
* igt@kms_plane_multiple@tiling-yf:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_plane_multiple@tiling-yf.html> (Intel XE#2493<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@kms_plane_multiple@tiling-yf.html> (Intel XE#2493<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493>)
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763> / Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) +7 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-b.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +11 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-c.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +23 other tests skip
* igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-unity-scaling@pipe-d.html> (Intel XE#2763<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763>) +14 other tests skip
* igt@kms_pm_backlight@fade:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_pm_backlight@fade.html> (Intel XE#870<https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>) +1 other test skip
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_pm_backlight@fade.html> (Intel XE#870<https://gitlab.freedesktop.org/drm/xe/kernel/issues/870>) +1 other test skip
* igt@kms_pm_dc@dc5-retention-flops:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_pm_dc@dc5-retention-flops.html> (Intel XE#3309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309>)
* igt@kms_pm_rpm@dpms-non-lpsp:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@kms_pm_rpm@dpms-non-lpsp.html> (Intel XE#1439<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439> / Intel XE#3141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141>)
* igt@kms_pm_rpm@modeset-lpsp:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_pm_rpm@modeset-lpsp.html> (Intel XE#1439<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1439> / Intel XE#3141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3141> / Intel XE#836<https://gitlab.freedesktop.org/drm/xe/kernel/issues/836>)
* igt@kms_pm_rpm@modeset-non-lpsp:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_pm_rpm@modeset-non-lpsp.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_pm_rpm@modeset-non-lpsp.html> (Intel XE#836<https://gitlab.freedesktop.org/drm/xe/kernel/issues/836>) +1 other test skip
* igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-sf.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +9 other tests skip
* igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_psr2_sf@pr-cursor-plane-move-continuous-sf.html> (Intel XE#1489<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489>) +11 other tests skip
* igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_psr2_sf@pr-overlay-plane-move-continuous-sf.html> (Intel XE#2893<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893>) +3 other tests skip
* igt@kms_psr2_su@page_flip-p010:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_psr2_su@page_flip-p010.html> (Intel XE#2387<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387>)
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_psr2_su@page_flip-p010.html> (Intel XE#1122<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_psr2_su@page_flip-p010.html> (Intel XE#1128<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1128>)
* igt@kms_psr@fbc-psr-sprite-render:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_psr@fbc-psr-sprite-render.html> (Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850> / Intel XE#929<https://gitlab.freedesktop.org/drm/xe/kernel/issues/929>) +21 other tests skip
* igt@kms_psr@pr-no-drrs:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_psr@pr-no-drrs.html> (Intel XE#1406<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406>) +6 other tests skip
* igt@kms_psr@psr-primary-page-flip:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_psr@psr-primary-page-flip.html> (Intel XE#2234<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234> / Intel XE#2850<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850>) +18 other tests skip
* igt@kms_rotation_crc@bad-tiling:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_rotation_crc@bad-tiling.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414>) +2 other tests skip
* igt@kms_rotation_crc@primary-rotation-90:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_rotation_crc@primary-rotation-90.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414> / Intel XE#3904<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904>) +1 other test skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@kms_rotation_crc@primary-rotation-90.html> (Intel XE#3414<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414> / Intel XE#3904<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904>) +2 other tests skip
* igt@kms_scaling_modes@scaling-mode-none:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_scaling_modes@scaling-mode-none.html> (Intel XE#2413<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_scaling_modes@scaling-mode-none.html> (Intel XE#2413<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413> / Intel XE#374<https://gitlab.freedesktop.org/drm/xe/kernel/issues/374>)
* igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_scaling_modes@scaling-mode-none@pipe-a-edp-1.html> (Intel XE#374<https://gitlab.freedesktop.org/drm/xe/kernel/issues/374>) +2 other tests skip
* igt@kms_setmode@invalid-clone-exclusive-crtc:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_setmode@invalid-clone-exclusive-crtc.html> (Intel XE#1435<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_setmode@invalid-clone-exclusive-crtc.html> (Intel XE#1435<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435>) +1 other test skip
* igt@kms_setmode@invalid-clone-single-crtc-stealing@pipe-a-hdmi-a-6-dp-4:
* shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_setmode@invalid-clone-single-crtc-stealing@pipe-a-hdmi-a-6-dp-4.html> (Intel XE#4212<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212>) +2 other tests dmesg-warn
* igt@kms_tv_load_detect@load-detect:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_tv_load_detect@load-detect.html> (Intel XE#330<https://gitlab.freedesktop.org/drm/xe/kernel/issues/330>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@kms_tv_load_detect@load-detect.html> (Intel XE#330<https://gitlab.freedesktop.org/drm/xe/kernel/issues/330>)
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_tv_load_detect@load-detect.html> (Intel XE#2450<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450>)
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1:
* shard-lnl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-7/igt@kms_universal_plane@cursor-fb-leak@pipe-a-edp-1.html> (Intel XE#899<https://gitlab.freedesktop.org/drm/xe/kernel/issues/899>) +3 other tests fail
* igt@kms_vrr@cmrr@pipe-a-edp-1:
* shard-lnl: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@kms_vrr@cmrr@pipe-a-edp-1.html> (Intel XE#2159<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2159>) +1 other test fail
* igt@xe_compute@ccs-mode-compute-kernel:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-3/igt@xe_compute@ccs-mode-compute-kernel.html> (Intel XE#1447<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447>)
* igt@xe_eudebug@basic-close:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@xe_eudebug@basic-close.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +10 other tests skip
* igt@xe_eudebug@basic-read-event:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@xe_eudebug@basic-read-event.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +12 other tests skip
* igt@xe_eudebug@discovery-empty-clients:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@xe_eudebug@discovery-empty-clients.html> (Intel XE#2905<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905>) +13 other tests skip
* igt@xe_eudebug@discovery-race-sigint:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@xe_eudebug@discovery-race-sigint.html> (Intel XE#4259<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4259>)
* igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-4/igt@xe_evict_ccs@evict-overcommit-standalone-instantfree-reopen.html> (Intel XE#688<https://gitlab.freedesktop.org/drm/xe/kernel/issues/688>) +5 other tests skip
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html> (Intel XE#2322<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322>) +12 other tests skip
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html> (Intel XE#1392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) +1 other test skip
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html> -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-rebind.html> (Intel XE#1392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) +2 other tests skip
* igt@xe_exec_basic@multigpu-once-userptr-invalidate:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-6/igt@xe_exec_basic@multigpu-once-userptr-invalidate.html> (Intel XE#1392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) +11 other tests skip
* igt@xe_exec_fault_mode@many-userptr:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@xe_exec_fault_mode@many-userptr.html> (Intel XE#288<https://gitlab.freedesktop.org/drm/xe/kernel/issues/288>) +25 other tests skip
* igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html> (Intel XE#2360<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360>)
* igt@xe_live_ktest@xe_migrate:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@xe_live_ktest@xe_migrate.html> (Intel XE#1192<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192>)
* igt@xe_mmap@vram:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@xe_mmap@vram.html> (Intel XE#1416<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1416>)
* igt@xe_module_load@force-load:
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@xe_module_load@force-load.html> (Intel XE#378<https://gitlab.freedesktop.org/drm/xe/kernel/issues/378>)
* igt@xe_oa@non-privileged-access-vaddr:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@xe_oa@non-privileged-access-vaddr.html> (Intel XE#2541<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541> / Intel XE#3573<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573>) +5 other tests skip
* igt@xe_pat@display-vs-wb-transient:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@xe_pat@display-vs-wb-transient.html> (Intel XE#1337<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1337>)
* igt@xe_pat@pat-index-xe2:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@xe_pat@pat-index-xe2.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@xe_pat@pat-index-xe2.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) +47 other tests dmesg-warn
* igt@xe_pm@d3cold-multiple-execs:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@xe_pm@d3cold-multiple-execs.html> (Intel XE#2284<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284> / Intel XE#366<https://gitlab.freedesktop.org/drm/xe/kernel/issues/366>)
* igt@xe_pm@s2idle-vm-bind-unbind-all:
* shard-bmg: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@xe_pm@s2idle-vm-bind-unbind-all.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) +24 other tests dmesg-warn
* igt@xe_pm@s3-basic-exec:
* shard-dg2-set2: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@xe_pm@s3-basic-exec.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@xe_pm@s3-basic-exec.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>) +2 other tests dmesg-warn
* igt@xe_pm@s3-multiple-execs:
* shard-dg2-set2: NOTRUN -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@xe_pm@s3-multiple-execs.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>)
* igt@xe_pm@s3-vm-bind-userptr:
* shard-bmg: PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@xe_pm@s3-vm-bind-userptr.html> -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@xe_pm@s3-vm-bind-userptr.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172> / Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>) +3 other tests dmesg-warn
* igt@xe_query@multigpu-query-invalid-extension:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@xe_query@multigpu-query-invalid-extension.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +1 other test skip
* igt@xe_query@multigpu-query-uc-fw-version-guc:
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@xe_query@multigpu-query-uc-fw-version-guc.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +2 other tests skip
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-2/igt@xe_query@multigpu-query-uc-fw-version-guc.html> (Intel XE#944<https://gitlab.freedesktop.org/drm/xe/kernel/issues/944>) +2 other tests skip
* igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling:
* shard-bmg: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html> (Intel XE#4130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130>) +1 other test skip
* shard-dg2-set2: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html> (Intel XE#4130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130>)
* shard-lnl: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@xe_sriov_auto_provisioning@resources-released-on-vfs-disabling.html> (Intel XE#4130<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130>) +1 other test skip
Possible fixes
* igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html> (Intel XE#2291<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html>
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html> (Intel XE#309<https://gitlab.freedesktop.org/drm/xe/kernel/issues/309>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html> +2 other tests pass
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html>
* igt@kms_dp_aux_dev:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_dp_aux_dev.html> (Intel XE#3009<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_dp_aux_dev.html>
* igt@kms_flip@2x-dpms-vs-vblank-race-interruptible:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html> (Intel XE#310<https://gitlab.freedesktop.org/drm/xe/kernel/issues/310>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html> +2 other tests pass
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4:
* shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301> / Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@ab-hdmi-a6-dp4.html>
* igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3:
* shard-bmg: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3.html> (Intel XE#3321<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank@ad-dp2-hdmi-a3.html>
* igt@kms_flip@2x-nonexisting-fb:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_flip@2x-nonexisting-fb.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_flip@2x-nonexisting-fb.html> +5 other tests pass
* igt@kms_flip@basic-flip-vs-dpms:
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_flip@basic-flip-vs-dpms.html> (Intel XE#2955<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@basic-flip-vs-dpms.html>
* igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a3:
* shard-bmg: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a3.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_flip@flip-vs-expired-vblank@d-hdmi-a3.html> +1 other test pass
* igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible:
* shard-bmg: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html>
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_flip@single-buffer-flip-vs-dpms-off-vs-modeset-interruptible.html>
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html> +5 other tests pass
* igt@kms_pipe_crc_basic@disable-crc-after-crtc:
* shard-bmg: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@kms_pipe_crc_basic@disable-crc-after-crtc.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_pipe_crc_basic@disable-crc-after-crtc.html> +25 other tests pass
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-2:
* shard-bmg: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-2.html> (Intel XE#3663<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3663>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-dp-2.html>
* igt@kms_psr@psr2-sprite-plane-onoff:
* shard-lnl: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-lnl-6/igt@kms_psr@psr2-sprite-plane-onoff.html> (Intel XE#3924<https://gitlab.freedesktop.org/drm/xe/kernel/issues/3924>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-lnl-8/igt@kms_psr@psr2-sprite-plane-onoff.html> +1 other test pass
* igt@kms_vblank@query-busy-hang:
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-466/igt@kms_vblank@query-busy-hang.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_vblank@query-busy-hang.html> +29 other tests pass
* igt@xe_evict@evict-large-multi-vm:
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@xe_evict@evict-large-multi-vm.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#1473<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@xe_evict@evict-large-multi-vm.html> +2 other tests pass
* igt@xe_exec_basic@multigpu-no-exec-null-defer-bind:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html> (Intel XE#1392<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@xe_exec_basic@multigpu-no-exec-null-defer-bind.html> +4 other tests pass
* igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit:
* shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html> (Intel XE#1999<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1999>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@xe_live_ktest@xe_mocs@xe_live_mocs_kernel_kunit.html> +2 other tests pass
* igt@xe_module_load@many-reload:
* shard-dg2-set2: INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@xe_module_load@many-reload.html> -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@xe_module_load@many-reload.html>
* igt@xe_pm@s3-d3hot-basic-exec:
* shard-bmg: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@xe_pm@s3-d3hot-basic-exec.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172> / Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@xe_pm@s3-d3hot-basic-exec.html>
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-434/igt@xe_pm@s3-d3hot-basic-exec.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#569<https://gitlab.freedesktop.org/drm/xe/kernel/issues/569>) -> PASS<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@xe_pm@s3-d3hot-basic-exec.html> +1 other test pass
Warnings
* igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-6:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_ccs@missing-ccs-buffer-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +5 other tests skip
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-6:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-6.html> (Intel XE#787<https://gitlab.freedesktop.org/drm/xe/kernel/issues/787>) +4 other tests skip
* igt@kms_content_protection@atomic-dpms:
* shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_content_protection@atomic-dpms.html> (Intel XE#1178<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_content_protection@atomic-dpms.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455>)
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html> (Intel XE#455<https://gitlab.freedesktop.org/drm/xe/kernel/issues/455> / i915#3804<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-466/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html> (i915#3804<https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804>)
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html> (Intel XE#310<https://gitlab.freedesktop.org/drm/xe/kernel/issues/310>) +2 other tests skip
* igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html> (Intel XE#2955<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955>) +1 other test dmesg-warn
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>) -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>)
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
* shard-dg2-set2: FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>) -> DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) +1 other test dmesg-fail
* igt@kms_flip@2x-flip-vs-suspend:
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-466/igt@kms_flip@2x-flip-vs-suspend.html> (Intel XE#2955<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_flip@2x-flip-vs-suspend.html> (Intel XE#310<https://gitlab.freedesktop.org/drm/xe/kernel/issues/310>)
* igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
* shard-bmg: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-1/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html> (Intel XE#2316<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316>)
* igt@kms_flip@flip-vs-expired-vblank:
* shard-dg2-set2: DMESG-FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-463/igt@kms_flip@flip-vs-expired-vblank.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) -> FAIL<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-432/igt@kms_flip@flip-vs-expired-vblank.html> (Intel XE#301<https://gitlab.freedesktop.org/drm/xe/kernel/issues/301>)
* igt@kms_flip@flip-vs-suspend-interruptible:
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#2955<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2955>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible.html> (Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049> / Intel XE#2597<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597>)
* igt@kms_flip@flip-vs-suspend-interruptible@d-dp4:
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_flip@flip-vs-suspend-interruptible@d-dp4.html> (Intel XE#2049<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049> / Intel XE#2597<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597>)
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-cur-indfb-draw-render.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +14 other tests skip
* igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-spr-indfb-draw-render.html> (Intel XE#2311<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311>) +11 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html> (Intel XE#4141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +8 other tests skip
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-move.html> (Intel XE#4141<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141>) +5 other tests skip
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-blt:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-blt.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-shrfb-draw-blt.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) +7 other tests skip
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html> (Intel XE#651<https://gitlab.freedesktop.org/drm/xe/kernel/issues/651>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-blt.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +10 other tests skip
* igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-pri-indfb-multidraw.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) +9 other tests skip
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt:
* shard-bmg: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html> (Intel XE#2313<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-plflip-blt.html> (Intel XE#2312<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312>) +14 other tests skip
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-blt.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) +13 other tests skip
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen:
* shard-dg2-set2: SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html> (Intel XE#656<https://gitlab.freedesktop.org/drm/xe/kernel/issues/656>) -> SKIP<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-fullscreen.html> (Intel XE#653<https://gitlab.freedesktop.org/drm/xe/kernel/issues/653>) +7 other tests skip
* igt@testdisplay:
* shard-dg2-set2: DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-434/igt@testdisplay.html> (Intel XE#2705<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705> / Intel XE#4212<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212>) -> DMESG-WARN<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@testdisplay.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#2705<https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705> / Intel XE#4212<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212>)
* igt@xe_pm@s4-mocs:
* shard-dg2-set2: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-433/igt@xe_pm@s4-mocs.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>) -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-434/igt@xe_pm@s4-mocs.html> (Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>)
* igt@xe_pm@s4-vm-bind-unbind-all:
* shard-bmg: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-bmg-1/igt@xe_pm@s4-vm-bind-unbind-all.html> (Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>) -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-bmg-4/igt@xe_pm@s4-vm-bind-unbind-all.html> (Intel XE#4172<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172> / Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>) +1 other test abort
* shard-dg2-set2: ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8230/shard-dg2-432/igt@xe_pm@s4-vm-bind-unbind-all.html> (Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>) -> ABORT<https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12596/shard-dg2-463/igt@xe_pm@s4-vm-bind-unbind-all.html> (Intel XE#1033<https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033> / Intel XE#4268<https://gitlab.freedesktop.org/drm/xe/kernel/issues/4268>) +1 other test abort
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
Build changes
* IGT: IGT_8230 -> IGTPW_12596
IGTPW_12596: 12596
IGT_8230: 8230
xe-2665-57457d93f156d8b4bdff8d138127d81b8f97d8c9: 57457d93f156d8b4bdff8d138127d81b8f97d8c9
[-- Attachment #2: Type: text/html, Size: 161879 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2025-02-17 5:31 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-14 11:45 [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl sai.gowtham.ch
2025-02-14 12:16 ` ✓ Xe.CI.BAT: success for lib/intel_compute_square_kernels: Extend compute test for ptl (rev3) Patchwork
2025-02-14 12:34 ` ✓ i915.CI.BAT: " Patchwork
2025-02-14 14:27 ` ✗ i915.CI.Full: failure " Patchwork
2025-02-15 9:31 ` ✗ Xe.CI.Full: " Patchwork
2025-02-17 5:31 ` Ch, Sai Gowtham
-- strict thread matches above, loose matches on Subject: below --
2025-02-14 7:05 [PATCH] lib/intel_compute_square_kernels: Extend compute test for ptl sai.gowtham.ch
2025-02-14 10:10 ` Zbigniew Kempczyński
2025-02-14 11:17 ` Ch, Sai Gowtham
2025-02-14 11:30 ` Zbigniew Kempczyński
2025-02-15 4:49 ` Dandamudi, Priyanka
2025-02-13 19:19 sai.gowtham.ch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox