* [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation
2023-11-30 13:20 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
@ 2023-11-30 13:20 ` Jeevan B
2023-12-01 5:06 ` B, Jeevan
0 siblings, 1 reply; 16+ messages in thread
From: Jeevan B @ 2023-11-30 13:20 UTC (permalink / raw)
To: igt-dev
From: Swati Sharma <swati2.sharma@intel.com>
Optimize documentation and update mega features accordingly.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/intel/kms_psr.c | 215 +++++++++++++++---------------------------
1 file changed, 74 insertions(+), 141 deletions(-)
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index 05bdd7b98..31d6f779c 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -43,143 +43,93 @@
#include "xe/xe_query.h"
/**
- * SUBTEST: psr_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr1
+ * SUBTEST: %s_basic
+ * Description: Basic check for %arg[1] if it is detecting changes made in planes
+ * Functionality: %arg[1]
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1]
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr1
- *
- * arg[1]:
- *
- * @cursor: Cursor plane
- * @primary: Primary plane
- * @sprite: Sprite plane
- *
- * arg[2]:
+ * SUBTEST: %s_dpms
+ * Description: Check if %arg[1] is detecting changes when rendering operation
+ * is performed with dpms enabled or disabled
+ * Functionality: %arg[1], dpms
*
- * @mmap_cpu: MMAP CPU
- * @mmap_gtt: MMAP GTT
- */
-
-/**
- * SUBTEST: psr_sprite_plane_move
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on sprite planes
- * Functionality: plane, psr1
+ * SUBTEST: %s_no_drrs
+ * Description: Check if %arg[1] is detecting changes when drrs is disabled
+ * Functionality: %arg[1], drrs
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr1
+ * SUBTEST: %s_suspend
+ * Description: Check if %arg[1] is detecting changes when plane operation is
+ * performed with suspend resume cycles
+ * Functionality: %arg[1], suspend
*
* arg[1]:
*
- * @cursor: Cursor plane
- * @sprite: Sprite plane
- *
- * arg[2]:
- *
- * @blt: Blitter
- * @render: Render
- * @plane_onoff: Plane On off
+ * @psr: psr1
+ * @psr2: psr2
*/
/**
- * SUBTEST: psr_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, psr1
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting memory mapping %arg[3] operations
+ * performed on %arg[2] planes
+ * Driver requirement: i915
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
- * @blt: Blitter
- * @render: Render
- */
-
-/**
- * SUBTEST: psr_dpms
- * Description: Check if psr is detecting changes when rendering operation is
- * performed with dpms enabled or disabled
- * Functionality: dpms, psr1
- *
- * SUBTEST: psr_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr1
- *
- * SUBTEST: psr_suspend
- * Description: Check if psr is detecting changes when plane operation
- * is performed with suspend resume cycles
- * Functionality: psr1, suspend
- *
- * SUBTEST: psr2_dpms
- * Description: Check if psr is detecting changes when rendering operation
- * is performed with dpms enabled or disabled
- * Functionality: dpms, psr2
- *
- * SUBTEST: psr2_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr2
- *
- * SUBTEST: psr2_suspend
- * Description: Check if psr is detecting changes when plane operation is
- * performed with suspend resume cycles
- * Functionality: psr2, suspend
- *
- * SUBTEST: psr2_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr2
+ * @psr: psr1
+ * @psr2: psr2
*
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr2 is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr2
- *
- * arg[1]:
+ * arg[2]:
*
* @cursor: Cursor plane
* @primary: Primary plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @mmap_cpu: MMAP CPU
* @mmap_gtt: MMAP GTT
*/
/**
- * SUBTEST: psr2_primary_page_flip
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, psr2
+ * SUBTEST: %s_primary_page_flip
+ * Description: Check if %arg[1] is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: %arg[1], plane
*
- * SUBTEST: psr2_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_primary_%s
+ * Description: Check if %arg[1] is detecting rendering operations %arg[2]
+ * when performed on primary plane
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @blt: Blitter
* @render: Render
*/
/**
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting rendering and plane
+ * operations %arg[3] performed on %arg[2] planes
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @cursor: Cursor plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @blt: Blitter
* @render: Render
@@ -188,36 +138,36 @@
*/
/**
+ * SUBTEST: pr_basic
+ * Description: Basic check for pr if it is detecting changes made in planes
+ * Functionality: pr
+ * Mega feature: DP2.0
+ *
* SUBTEST: pr_dpms
* Description: Check if pr is detecting changes when rendering operation
* is performed with dpms enabled or disabled
- * Functionality: dpms, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, dpms
+ * Mega feature: DP2.0
*
* SUBTEST: pr_no_drrs
* Description: Check if pr is detecting changes when drrs is disabled
- * Functionality: drrs, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, drrs
+ * Mega feature: DP2.0
*
* SUBTEST: pr_suspend
* Description: Check if pr is detecting changes when plane operation is
* performed with suspend resume cycles
* Functionality: pr, suspend
- * Mega feature: Panel Replay
- *
- * SUBTEST: pr_basic
- * Description: Basic check for pr if it is detecting changes made in planes
- * Functionality: pr
- * Mega feature: Panel Replay
+ * Mega feature: DP2.0
*/
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
+ * Description: Check if pr is detecting memory mapping %arg[2] operations
+ * performed on %arg[1] planes
* Driver requirement: i915
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -233,16 +183,16 @@
/**
* SUBTEST: pr_primary_page_flip
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* SUBTEST: pr_primary_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering operations %arg[1]
+ * when performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -252,10 +202,10 @@
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering and plane
+ * operations %arg[2] performed on %arg[1] planes
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -270,23 +220,6 @@
* @plane_move: Move plane position
*/
-/**
- * SUBTEST: psr_cursor_plane_move
- * Description: Check if psr is detecting the plane operations performed on
- * cursor planes
- * Functionality: psr1
- *
- * SUBTEST: psr_primary_page_flip
- * Description: Check if psr is detecting page-flipping operations performed
- * on primary planes
- * Functionality: psr1
- *
- * SUBTEST: psr_sprite_plane_onoff
- * Description: Check if psr is detecting the plane operations performed on
- * sprite planes
- * Functionality: psr1
- */
-
enum operations {
PAGE_FLIP,
MMAP_GTT,
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation
2023-11-30 13:20 ` [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation Jeevan B
@ 2023-12-01 5:06 ` B, Jeevan
0 siblings, 0 replies; 16+ messages in thread
From: B, Jeevan @ 2023-12-01 5:06 UTC (permalink / raw)
To: B, Jeevan, igt-dev@lists.freedesktop.org
LGTM
Reviewed-by: Jeevan B <jeevan.b@intel.com>
> -----Original Message-----
> From: igt-dev <igt-dev-bounces@lists.freedesktop.org> On Behalf Of Jeevan B
> Sent: Thursday, November 30, 2023 6:51 PM
> To: igt-dev@lists.freedesktop.org
> Subject: [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation
>
> From: Swati Sharma <swati2.sharma@intel.com>
>
> Optimize documentation and update mega features accordingly.
>
> Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
> ---
> tests/intel/kms_psr.c | 215 +++++++++++++++---------------------------
> 1 file changed, 74 insertions(+), 141 deletions(-)
>
> diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c index
> 05bdd7b98..31d6f779c 100644
> --- a/tests/intel/kms_psr.c
> +++ b/tests/intel/kms_psr.c
> @@ -43,143 +43,93 @@
> #include "xe/xe_query.h"
>
> /**
> - * SUBTEST: psr_basic
> - * Description: Basic check for psr if it is detecting changes made in planes
> - * Functionality: psr1
> + * SUBTEST: %s_basic
> + * Description: Basic check for %arg[1] if it is detecting changes made
> + in planes
> + * Functionality: %arg[1]
> *
> - * SUBTEST: psr_%s_%s
> - * Description: Check if psr is detecting memory mapping, rendering and plane
> - * operations performed on %arg[1]
> - * Driver requirement: i915
> - * Functionality: kms_core, plane, psr1
> - *
> - * arg[1]:
> - *
> - * @cursor: Cursor plane
> - * @primary: Primary plane
> - * @sprite: Sprite plane
> - *
> - * arg[2]:
> + * SUBTEST: %s_dpms
> + * Description: Check if %arg[1] is detecting changes when rendering operation
> + * is performed with dpms enabled or disabled
> + * Functionality: %arg[1], dpms
> *
> - * @mmap_cpu: MMAP CPU
> - * @mmap_gtt: MMAP GTT
> - */
> -
> -/**
> - * SUBTEST: psr_sprite_plane_move
> - * Description: Check if psr is detecting memory mapping, rendering and plane
> - * operations performed on sprite planes
> - * Functionality: plane, psr1
> + * SUBTEST: %s_no_drrs
> + * Description: Check if %arg[1] is detecting changes when drrs is
> + disabled
> + * Functionality: %arg[1], drrs
> *
> - * SUBTEST: psr_%s_%s
> - * Description: Check if psr is detecting memory mapping, rendering and plane
> - * operations performed on %arg[1] planes
> - * Functionality: kms_core, plane, psr1
> + * SUBTEST: %s_suspend
> + * Description: Check if %arg[1] is detecting changes when plane operation is
> + * performed with suspend resume cycles
> + * Functionality: %arg[1], suspend
> *
> * arg[1]:
> *
> - * @cursor: Cursor plane
> - * @sprite: Sprite plane
> - *
> - * arg[2]:
> - *
> - * @blt: Blitter
> - * @render: Render
> - * @plane_onoff: Plane On off
> + * @psr: psr1
> + * @psr2: psr2
> */
>
> /**
> - * SUBTEST: psr_primary_%s
> - * Description: Check if psr is detecting memory mapping, rendering and plane
> - * operations performed on %arg[1] planes
> - * Functionality: kms_core, psr1
> + * SUBTEST: %s_%s_%s
> + * Description: Check if %arg[1] is detecting memory mapping %arg[3]
> operations
> + * performed on %arg[2] planes
> + * Driver requirement: i915
> + * Functionality: %arg[1], plane
> *
> * arg[1]:
> *
> - * @blt: Blitter
> - * @render: Render
> - */
> -
> -/**
> - * SUBTEST: psr_dpms
> - * Description: Check if psr is detecting changes when rendering operation is
> - * performed with dpms enabled or disabled
> - * Functionality: dpms, psr1
> - *
> - * SUBTEST: psr_no_drrs
> - * Description: Check if psr is detecting changes when drrs is disabled
> - * Functionality: drrs, psr1
> - *
> - * SUBTEST: psr_suspend
> - * Description: Check if psr is detecting changes when plane operation
> - * is performed with suspend resume cycles
> - * Functionality: psr1, suspend
> - *
> - * SUBTEST: psr2_dpms
> - * Description: Check if psr is detecting changes when rendering operation
> - * is performed with dpms enabled or disabled
> - * Functionality: dpms, psr2
> - *
> - * SUBTEST: psr2_no_drrs
> - * Description: Check if psr is detecting changes when drrs is disabled
> - * Functionality: drrs, psr2
> - *
> - * SUBTEST: psr2_suspend
> - * Description: Check if psr is detecting changes when plane operation is
> - * performed with suspend resume cycles
> - * Functionality: psr2, suspend
> - *
> - * SUBTEST: psr2_basic
> - * Description: Basic check for psr if it is detecting changes made in planes
> - * Functionality: psr2
> + * @psr: psr1
> + * @psr2: psr2
> *
> - * SUBTEST: psr2_%s_%s
> - * Description: Check if psr2 is detecting memory mapping, rendering and plane
> - * operations performed on %arg[1] planes
> - * Driver requirement: i915
> - * Functionality: kms_core, plane, psr2
> - *
> - * arg[1]:
> + * arg[2]:
> *
> * @cursor: Cursor plane
> * @primary: Primary plane
> * @sprite: Sprite plane
> *
> - * arg[2]:
> + * arg[3]:
> *
> * @mmap_cpu: MMAP CPU
> * @mmap_gtt: MMAP GTT
> */
>
> /**
> - * SUBTEST: psr2_primary_page_flip
> - * Description: Check if psr is detecting memory mapping, rendering and plane
> - * operations performed on primary planes
> - * Functionality: plane, psr2
> + * SUBTEST: %s_primary_page_flip
> + * Description: Check if %arg[1] is detecting page-flipping operation
> + * performed on primary plane
> + * Functionality: %arg[1], plane
> *
> - * SUBTEST: psr2_primary_%s
> - * Description: Check if psr is detecting memory mapping, rendering and plane
> - * operations performed on primary planes
> - * Functionality: kms_core, plane, psr2
> + * SUBTEST: %s_primary_%s
> + * Description: Check if %arg[1] is detecting rendering operations %arg[2]
> + * when performed on primary plane
> + * Functionality: %arg[1], plane
> *
> * arg[1]:
> *
> + * @psr: psr1
> + * @psr2: psr2
> + *
> + * arg[2]:
> + *
> * @blt: Blitter
> * @render: Render
> */
>
> /**
> - * SUBTEST: psr2_%s_%s
> - * Description: Check if psr is detecting memory mapping, rendering and plane
> - * operations performed on %arg[1] planes
> - * Functionality: kms_core, plane, psr2
> + * SUBTEST: %s_%s_%s
> + * Description: Check if %arg[1] is detecting rendering and plane
> + * operations %arg[3] performed on %arg[2] planes
> + * Functionality: %arg[1], plane
> *
> * arg[1]:
> *
> + * @psr: psr1
> + * @psr2: psr2
> + *
> + * arg[2]:
> + *
> * @cursor: Cursor plane
> * @sprite: Sprite plane
> *
> - * arg[2]:
> + * arg[3]:
> *
> * @blt: Blitter
> * @render: Render
> @@ -188,36 +138,36 @@
> */
>
> /**
> + * SUBTEST: pr_basic
> + * Description: Basic check for pr if it is detecting changes made in
> + planes
> + * Functionality: pr
> + * Mega feature: DP2.0
> + *
> * SUBTEST: pr_dpms
> * Description: Check if pr is detecting changes when rendering operation
> * is performed with dpms enabled or disabled
> - * Functionality: dpms, pr
> - * Mega feature: Panel Replay
> + * Functionality: pr, dpms
> + * Mega feature: DP2.0
> *
> * SUBTEST: pr_no_drrs
> * Description: Check if pr is detecting changes when drrs is disabled
> - * Functionality: drrs, pr
> - * Mega feature: Panel Replay
> + * Functionality: pr, drrs
> + * Mega feature: DP2.0
> *
> * SUBTEST: pr_suspend
> * Description: Check if pr is detecting changes when plane operation is
> * performed with suspend resume cycles
> * Functionality: pr, suspend
> - * Mega feature: Panel Replay
> - *
> - * SUBTEST: pr_basic
> - * Description: Basic check for pr if it is detecting changes made in planes
> - * Functionality: pr
> - * Mega feature: Panel Replay
> + * Mega feature: DP2.0
> */
>
> /**
> * SUBTEST: pr_%s_%s
> - * Description: Check if pr is detecting memory mapping, rendering and plane
> - * operations performed on %arg[1] planes
> + * Description: Check if pr is detecting memory mapping %arg[2] operations
> + * performed on %arg[1] planes
> * Driver requirement: i915
> - * Functionality: kms_core, plane, pr
> - * Mega feature: Panel Replay
> + * Functionality: pr, plane
> + * Mega feature: DP2.0
> *
> * arg[1]:
> *
> @@ -233,16 +183,16 @@
>
> /**
> * SUBTEST: pr_primary_page_flip
> - * Description: Check if pr is detecting memory mapping, rendering and plane
> - * operations performed on primary planes
> - * Functionality: plane, pr
> - * Mega feature: Panel Replay
> + * Description: Check if pr is detecting page-flipping operation
> + * performed on primary plane
> + * Functionality: pr, plane
> + * Mega feature: DP2.0
> *
> * SUBTEST: pr_primary_%s
> - * Description: Check if pr is detecting memory mapping, rendering and plane
> - * operations performed on primary planes
> - * Functionality: kms_core, plane, pr
> - * Mega feature: Panel Replay
> + * Description: Check if pr is detecting rendering operations %arg[1]
> + * when performed on primary plane
> + * Functionality: pr, plane
> + * Mega feature: DP2.0
> *
> * arg[1]:
> *
> @@ -252,10 +202,10 @@
>
> /**
> * SUBTEST: pr_%s_%s
> - * Description: Check if pr is detecting memory mapping, rendering and plane
> - * operations performed on %arg[1] planes
> - * Functionality: kms_core, plane, pr
> - * Mega feature: Panel Replay
> + * Description: Check if pr is detecting rendering and plane
> + * operations %arg[2] performed on %arg[1] planes
> + * Functionality: pr, plane
> + * Mega feature: DP2.0
> *
> * arg[1]:
> *
> @@ -270,23 +220,6 @@
> * @plane_move: Move plane position
> */
>
> -/**
> - * SUBTEST: psr_cursor_plane_move
> - * Description: Check if psr is detecting the plane operations performed on
> - * cursor planes
> - * Functionality: psr1
> - *
> - * SUBTEST: psr_primary_page_flip
> - * Description: Check if psr is detecting page-flipping operations performed
> - * on primary planes
> - * Functionality: psr1
> - *
> - * SUBTEST: psr_sprite_plane_onoff
> - * Description: Check if psr is detecting the plane operations performed on
> - * sprite planes
> - * Functionality: psr1
> - */
> -
> enum operations {
> PAGE_FLIP,
> MMAP_GTT,
> --
> 2.25.1
^ permalink raw reply [flat|nested] 16+ messages in thread
* [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation
2023-12-01 11:22 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
@ 2023-12-01 11:22 ` Jeevan B
0 siblings, 0 replies; 16+ messages in thread
From: Jeevan B @ 2023-12-01 11:22 UTC (permalink / raw)
To: igt-dev
From: Swati Sharma <swati2.sharma@intel.com>
Optimize documentation and update mega features accordingly.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_psr.c | 215 +++++++++++++++---------------------------
1 file changed, 74 insertions(+), 141 deletions(-)
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index 05bdd7b98..31d6f779c 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -43,143 +43,93 @@
#include "xe/xe_query.h"
/**
- * SUBTEST: psr_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr1
+ * SUBTEST: %s_basic
+ * Description: Basic check for %arg[1] if it is detecting changes made in planes
+ * Functionality: %arg[1]
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1]
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr1
- *
- * arg[1]:
- *
- * @cursor: Cursor plane
- * @primary: Primary plane
- * @sprite: Sprite plane
- *
- * arg[2]:
+ * SUBTEST: %s_dpms
+ * Description: Check if %arg[1] is detecting changes when rendering operation
+ * is performed with dpms enabled or disabled
+ * Functionality: %arg[1], dpms
*
- * @mmap_cpu: MMAP CPU
- * @mmap_gtt: MMAP GTT
- */
-
-/**
- * SUBTEST: psr_sprite_plane_move
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on sprite planes
- * Functionality: plane, psr1
+ * SUBTEST: %s_no_drrs
+ * Description: Check if %arg[1] is detecting changes when drrs is disabled
+ * Functionality: %arg[1], drrs
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr1
+ * SUBTEST: %s_suspend
+ * Description: Check if %arg[1] is detecting changes when plane operation is
+ * performed with suspend resume cycles
+ * Functionality: %arg[1], suspend
*
* arg[1]:
*
- * @cursor: Cursor plane
- * @sprite: Sprite plane
- *
- * arg[2]:
- *
- * @blt: Blitter
- * @render: Render
- * @plane_onoff: Plane On off
+ * @psr: psr1
+ * @psr2: psr2
*/
/**
- * SUBTEST: psr_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, psr1
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting memory mapping %arg[3] operations
+ * performed on %arg[2] planes
+ * Driver requirement: i915
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
- * @blt: Blitter
- * @render: Render
- */
-
-/**
- * SUBTEST: psr_dpms
- * Description: Check if psr is detecting changes when rendering operation is
- * performed with dpms enabled or disabled
- * Functionality: dpms, psr1
- *
- * SUBTEST: psr_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr1
- *
- * SUBTEST: psr_suspend
- * Description: Check if psr is detecting changes when plane operation
- * is performed with suspend resume cycles
- * Functionality: psr1, suspend
- *
- * SUBTEST: psr2_dpms
- * Description: Check if psr is detecting changes when rendering operation
- * is performed with dpms enabled or disabled
- * Functionality: dpms, psr2
- *
- * SUBTEST: psr2_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr2
- *
- * SUBTEST: psr2_suspend
- * Description: Check if psr is detecting changes when plane operation is
- * performed with suspend resume cycles
- * Functionality: psr2, suspend
- *
- * SUBTEST: psr2_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr2
+ * @psr: psr1
+ * @psr2: psr2
*
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr2 is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr2
- *
- * arg[1]:
+ * arg[2]:
*
* @cursor: Cursor plane
* @primary: Primary plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @mmap_cpu: MMAP CPU
* @mmap_gtt: MMAP GTT
*/
/**
- * SUBTEST: psr2_primary_page_flip
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, psr2
+ * SUBTEST: %s_primary_page_flip
+ * Description: Check if %arg[1] is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: %arg[1], plane
*
- * SUBTEST: psr2_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_primary_%s
+ * Description: Check if %arg[1] is detecting rendering operations %arg[2]
+ * when performed on primary plane
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @blt: Blitter
* @render: Render
*/
/**
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting rendering and plane
+ * operations %arg[3] performed on %arg[2] planes
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @cursor: Cursor plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @blt: Blitter
* @render: Render
@@ -188,36 +138,36 @@
*/
/**
+ * SUBTEST: pr_basic
+ * Description: Basic check for pr if it is detecting changes made in planes
+ * Functionality: pr
+ * Mega feature: DP2.0
+ *
* SUBTEST: pr_dpms
* Description: Check if pr is detecting changes when rendering operation
* is performed with dpms enabled or disabled
- * Functionality: dpms, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, dpms
+ * Mega feature: DP2.0
*
* SUBTEST: pr_no_drrs
* Description: Check if pr is detecting changes when drrs is disabled
- * Functionality: drrs, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, drrs
+ * Mega feature: DP2.0
*
* SUBTEST: pr_suspend
* Description: Check if pr is detecting changes when plane operation is
* performed with suspend resume cycles
* Functionality: pr, suspend
- * Mega feature: Panel Replay
- *
- * SUBTEST: pr_basic
- * Description: Basic check for pr if it is detecting changes made in planes
- * Functionality: pr
- * Mega feature: Panel Replay
+ * Mega feature: DP2.0
*/
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
+ * Description: Check if pr is detecting memory mapping %arg[2] operations
+ * performed on %arg[1] planes
* Driver requirement: i915
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -233,16 +183,16 @@
/**
* SUBTEST: pr_primary_page_flip
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* SUBTEST: pr_primary_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering operations %arg[1]
+ * when performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -252,10 +202,10 @@
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering and plane
+ * operations %arg[2] performed on %arg[1] planes
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -270,23 +220,6 @@
* @plane_move: Move plane position
*/
-/**
- * SUBTEST: psr_cursor_plane_move
- * Description: Check if psr is detecting the plane operations performed on
- * cursor planes
- * Functionality: psr1
- *
- * SUBTEST: psr_primary_page_flip
- * Description: Check if psr is detecting page-flipping operations performed
- * on primary planes
- * Functionality: psr1
- *
- * SUBTEST: psr_sprite_plane_onoff
- * Description: Check if psr is detecting the plane operations performed on
- * sprite planes
- * Functionality: psr1
- */
-
enum operations {
PAGE_FLIP,
MMAP_GTT,
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation
2023-12-01 12:47 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
@ 2023-12-01 12:47 ` Jeevan B
0 siblings, 0 replies; 16+ messages in thread
From: Jeevan B @ 2023-12-01 12:47 UTC (permalink / raw)
To: igt-dev
From: Swati Sharma <swati2.sharma@intel.com>
Optimize documentation and update mega features accordingly.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_psr.c | 215 +++++++++++++++---------------------------
1 file changed, 74 insertions(+), 141 deletions(-)
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index 05bdd7b98..31d6f779c 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -43,143 +43,93 @@
#include "xe/xe_query.h"
/**
- * SUBTEST: psr_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr1
+ * SUBTEST: %s_basic
+ * Description: Basic check for %arg[1] if it is detecting changes made in planes
+ * Functionality: %arg[1]
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1]
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr1
- *
- * arg[1]:
- *
- * @cursor: Cursor plane
- * @primary: Primary plane
- * @sprite: Sprite plane
- *
- * arg[2]:
+ * SUBTEST: %s_dpms
+ * Description: Check if %arg[1] is detecting changes when rendering operation
+ * is performed with dpms enabled or disabled
+ * Functionality: %arg[1], dpms
*
- * @mmap_cpu: MMAP CPU
- * @mmap_gtt: MMAP GTT
- */
-
-/**
- * SUBTEST: psr_sprite_plane_move
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on sprite planes
- * Functionality: plane, psr1
+ * SUBTEST: %s_no_drrs
+ * Description: Check if %arg[1] is detecting changes when drrs is disabled
+ * Functionality: %arg[1], drrs
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr1
+ * SUBTEST: %s_suspend
+ * Description: Check if %arg[1] is detecting changes when plane operation is
+ * performed with suspend resume cycles
+ * Functionality: %arg[1], suspend
*
* arg[1]:
*
- * @cursor: Cursor plane
- * @sprite: Sprite plane
- *
- * arg[2]:
- *
- * @blt: Blitter
- * @render: Render
- * @plane_onoff: Plane On off
+ * @psr: psr1
+ * @psr2: psr2
*/
/**
- * SUBTEST: psr_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, psr1
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting memory mapping %arg[3] operations
+ * performed on %arg[2] planes
+ * Driver requirement: i915
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
- * @blt: Blitter
- * @render: Render
- */
-
-/**
- * SUBTEST: psr_dpms
- * Description: Check if psr is detecting changes when rendering operation is
- * performed with dpms enabled or disabled
- * Functionality: dpms, psr1
- *
- * SUBTEST: psr_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr1
- *
- * SUBTEST: psr_suspend
- * Description: Check if psr is detecting changes when plane operation
- * is performed with suspend resume cycles
- * Functionality: psr1, suspend
- *
- * SUBTEST: psr2_dpms
- * Description: Check if psr is detecting changes when rendering operation
- * is performed with dpms enabled or disabled
- * Functionality: dpms, psr2
- *
- * SUBTEST: psr2_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr2
- *
- * SUBTEST: psr2_suspend
- * Description: Check if psr is detecting changes when plane operation is
- * performed with suspend resume cycles
- * Functionality: psr2, suspend
- *
- * SUBTEST: psr2_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr2
+ * @psr: psr1
+ * @psr2: psr2
*
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr2 is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr2
- *
- * arg[1]:
+ * arg[2]:
*
* @cursor: Cursor plane
* @primary: Primary plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @mmap_cpu: MMAP CPU
* @mmap_gtt: MMAP GTT
*/
/**
- * SUBTEST: psr2_primary_page_flip
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, psr2
+ * SUBTEST: %s_primary_page_flip
+ * Description: Check if %arg[1] is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: %arg[1], plane
*
- * SUBTEST: psr2_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_primary_%s
+ * Description: Check if %arg[1] is detecting rendering operations %arg[2]
+ * when performed on primary plane
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @blt: Blitter
* @render: Render
*/
/**
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting rendering and plane
+ * operations %arg[3] performed on %arg[2] planes
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @cursor: Cursor plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @blt: Blitter
* @render: Render
@@ -188,36 +138,36 @@
*/
/**
+ * SUBTEST: pr_basic
+ * Description: Basic check for pr if it is detecting changes made in planes
+ * Functionality: pr
+ * Mega feature: DP2.0
+ *
* SUBTEST: pr_dpms
* Description: Check if pr is detecting changes when rendering operation
* is performed with dpms enabled or disabled
- * Functionality: dpms, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, dpms
+ * Mega feature: DP2.0
*
* SUBTEST: pr_no_drrs
* Description: Check if pr is detecting changes when drrs is disabled
- * Functionality: drrs, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, drrs
+ * Mega feature: DP2.0
*
* SUBTEST: pr_suspend
* Description: Check if pr is detecting changes when plane operation is
* performed with suspend resume cycles
* Functionality: pr, suspend
- * Mega feature: Panel Replay
- *
- * SUBTEST: pr_basic
- * Description: Basic check for pr if it is detecting changes made in planes
- * Functionality: pr
- * Mega feature: Panel Replay
+ * Mega feature: DP2.0
*/
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
+ * Description: Check if pr is detecting memory mapping %arg[2] operations
+ * performed on %arg[1] planes
* Driver requirement: i915
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -233,16 +183,16 @@
/**
* SUBTEST: pr_primary_page_flip
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* SUBTEST: pr_primary_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering operations %arg[1]
+ * when performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -252,10 +202,10 @@
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering and plane
+ * operations %arg[2] performed on %arg[1] planes
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -270,23 +220,6 @@
* @plane_move: Move plane position
*/
-/**
- * SUBTEST: psr_cursor_plane_move
- * Description: Check if psr is detecting the plane operations performed on
- * cursor planes
- * Functionality: psr1
- *
- * SUBTEST: psr_primary_page_flip
- * Description: Check if psr is detecting page-flipping operations performed
- * on primary planes
- * Functionality: psr1
- *
- * SUBTEST: psr_sprite_plane_onoff
- * Description: Check if psr is detecting the plane operations performed on
- * sprite planes
- * Functionality: psr1
- */
-
enum operations {
PAGE_FLIP,
MMAP_GTT,
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation
2023-12-01 12:49 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
@ 2023-12-01 12:49 ` Jeevan B
0 siblings, 0 replies; 16+ messages in thread
From: Jeevan B @ 2023-12-01 12:49 UTC (permalink / raw)
To: igt-dev
From: Swati Sharma <swati2.sharma@intel.com>
Optimize documentation and update mega features accordingly.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_psr.c | 215 +++++++++++++++---------------------------
1 file changed, 74 insertions(+), 141 deletions(-)
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index 05bdd7b98..31d6f779c 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -43,143 +43,93 @@
#include "xe/xe_query.h"
/**
- * SUBTEST: psr_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr1
+ * SUBTEST: %s_basic
+ * Description: Basic check for %arg[1] if it is detecting changes made in planes
+ * Functionality: %arg[1]
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1]
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr1
- *
- * arg[1]:
- *
- * @cursor: Cursor plane
- * @primary: Primary plane
- * @sprite: Sprite plane
- *
- * arg[2]:
+ * SUBTEST: %s_dpms
+ * Description: Check if %arg[1] is detecting changes when rendering operation
+ * is performed with dpms enabled or disabled
+ * Functionality: %arg[1], dpms
*
- * @mmap_cpu: MMAP CPU
- * @mmap_gtt: MMAP GTT
- */
-
-/**
- * SUBTEST: psr_sprite_plane_move
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on sprite planes
- * Functionality: plane, psr1
+ * SUBTEST: %s_no_drrs
+ * Description: Check if %arg[1] is detecting changes when drrs is disabled
+ * Functionality: %arg[1], drrs
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr1
+ * SUBTEST: %s_suspend
+ * Description: Check if %arg[1] is detecting changes when plane operation is
+ * performed with suspend resume cycles
+ * Functionality: %arg[1], suspend
*
* arg[1]:
*
- * @cursor: Cursor plane
- * @sprite: Sprite plane
- *
- * arg[2]:
- *
- * @blt: Blitter
- * @render: Render
- * @plane_onoff: Plane On off
+ * @psr: psr1
+ * @psr2: psr2
*/
/**
- * SUBTEST: psr_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, psr1
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting memory mapping %arg[3] operations
+ * performed on %arg[2] planes
+ * Driver requirement: i915
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
- * @blt: Blitter
- * @render: Render
- */
-
-/**
- * SUBTEST: psr_dpms
- * Description: Check if psr is detecting changes when rendering operation is
- * performed with dpms enabled or disabled
- * Functionality: dpms, psr1
- *
- * SUBTEST: psr_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr1
- *
- * SUBTEST: psr_suspend
- * Description: Check if psr is detecting changes when plane operation
- * is performed with suspend resume cycles
- * Functionality: psr1, suspend
- *
- * SUBTEST: psr2_dpms
- * Description: Check if psr is detecting changes when rendering operation
- * is performed with dpms enabled or disabled
- * Functionality: dpms, psr2
- *
- * SUBTEST: psr2_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr2
- *
- * SUBTEST: psr2_suspend
- * Description: Check if psr is detecting changes when plane operation is
- * performed with suspend resume cycles
- * Functionality: psr2, suspend
- *
- * SUBTEST: psr2_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr2
+ * @psr: psr1
+ * @psr2: psr2
*
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr2 is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr2
- *
- * arg[1]:
+ * arg[2]:
*
* @cursor: Cursor plane
* @primary: Primary plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @mmap_cpu: MMAP CPU
* @mmap_gtt: MMAP GTT
*/
/**
- * SUBTEST: psr2_primary_page_flip
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, psr2
+ * SUBTEST: %s_primary_page_flip
+ * Description: Check if %arg[1] is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: %arg[1], plane
*
- * SUBTEST: psr2_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_primary_%s
+ * Description: Check if %arg[1] is detecting rendering operations %arg[2]
+ * when performed on primary plane
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @blt: Blitter
* @render: Render
*/
/**
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting rendering and plane
+ * operations %arg[3] performed on %arg[2] planes
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @cursor: Cursor plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @blt: Blitter
* @render: Render
@@ -188,36 +138,36 @@
*/
/**
+ * SUBTEST: pr_basic
+ * Description: Basic check for pr if it is detecting changes made in planes
+ * Functionality: pr
+ * Mega feature: DP2.0
+ *
* SUBTEST: pr_dpms
* Description: Check if pr is detecting changes when rendering operation
* is performed with dpms enabled or disabled
- * Functionality: dpms, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, dpms
+ * Mega feature: DP2.0
*
* SUBTEST: pr_no_drrs
* Description: Check if pr is detecting changes when drrs is disabled
- * Functionality: drrs, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, drrs
+ * Mega feature: DP2.0
*
* SUBTEST: pr_suspend
* Description: Check if pr is detecting changes when plane operation is
* performed with suspend resume cycles
* Functionality: pr, suspend
- * Mega feature: Panel Replay
- *
- * SUBTEST: pr_basic
- * Description: Basic check for pr if it is detecting changes made in planes
- * Functionality: pr
- * Mega feature: Panel Replay
+ * Mega feature: DP2.0
*/
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
+ * Description: Check if pr is detecting memory mapping %arg[2] operations
+ * performed on %arg[1] planes
* Driver requirement: i915
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -233,16 +183,16 @@
/**
* SUBTEST: pr_primary_page_flip
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* SUBTEST: pr_primary_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering operations %arg[1]
+ * when performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -252,10 +202,10 @@
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering and plane
+ * operations %arg[2] performed on %arg[1] planes
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -270,23 +220,6 @@
* @plane_move: Move plane position
*/
-/**
- * SUBTEST: psr_cursor_plane_move
- * Description: Check if psr is detecting the plane operations performed on
- * cursor planes
- * Functionality: psr1
- *
- * SUBTEST: psr_primary_page_flip
- * Description: Check if psr is detecting page-flipping operations performed
- * on primary planes
- * Functionality: psr1
- *
- * SUBTEST: psr_sprite_plane_onoff
- * Description: Check if psr is detecting the plane operations performed on
- * sprite planes
- * Functionality: psr1
- */
-
enum operations {
PAGE_FLIP,
MMAP_GTT,
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation
2023-12-04 9:52 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
@ 2023-12-04 9:52 ` Jeevan B
0 siblings, 0 replies; 16+ messages in thread
From: Jeevan B @ 2023-12-04 9:52 UTC (permalink / raw)
To: igt-dev
From: Swati Sharma <swati2.sharma@intel.com>
Optimize documentation and update mega features accordingly.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_psr.c | 215 +++++++++++++++---------------------------
1 file changed, 74 insertions(+), 141 deletions(-)
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index 05bdd7b98..31d6f779c 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -43,143 +43,93 @@
#include "xe/xe_query.h"
/**
- * SUBTEST: psr_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr1
+ * SUBTEST: %s_basic
+ * Description: Basic check for %arg[1] if it is detecting changes made in planes
+ * Functionality: %arg[1]
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1]
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr1
- *
- * arg[1]:
- *
- * @cursor: Cursor plane
- * @primary: Primary plane
- * @sprite: Sprite plane
- *
- * arg[2]:
+ * SUBTEST: %s_dpms
+ * Description: Check if %arg[1] is detecting changes when rendering operation
+ * is performed with dpms enabled or disabled
+ * Functionality: %arg[1], dpms
*
- * @mmap_cpu: MMAP CPU
- * @mmap_gtt: MMAP GTT
- */
-
-/**
- * SUBTEST: psr_sprite_plane_move
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on sprite planes
- * Functionality: plane, psr1
+ * SUBTEST: %s_no_drrs
+ * Description: Check if %arg[1] is detecting changes when drrs is disabled
+ * Functionality: %arg[1], drrs
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr1
+ * SUBTEST: %s_suspend
+ * Description: Check if %arg[1] is detecting changes when plane operation is
+ * performed with suspend resume cycles
+ * Functionality: %arg[1], suspend
*
* arg[1]:
*
- * @cursor: Cursor plane
- * @sprite: Sprite plane
- *
- * arg[2]:
- *
- * @blt: Blitter
- * @render: Render
- * @plane_onoff: Plane On off
+ * @psr: psr1
+ * @psr2: psr2
*/
/**
- * SUBTEST: psr_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, psr1
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting memory mapping %arg[3] operations
+ * performed on %arg[2] planes
+ * Driver requirement: i915
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
- * @blt: Blitter
- * @render: Render
- */
-
-/**
- * SUBTEST: psr_dpms
- * Description: Check if psr is detecting changes when rendering operation is
- * performed with dpms enabled or disabled
- * Functionality: dpms, psr1
- *
- * SUBTEST: psr_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr1
- *
- * SUBTEST: psr_suspend
- * Description: Check if psr is detecting changes when plane operation
- * is performed with suspend resume cycles
- * Functionality: psr1, suspend
- *
- * SUBTEST: psr2_dpms
- * Description: Check if psr is detecting changes when rendering operation
- * is performed with dpms enabled or disabled
- * Functionality: dpms, psr2
- *
- * SUBTEST: psr2_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr2
- *
- * SUBTEST: psr2_suspend
- * Description: Check if psr is detecting changes when plane operation is
- * performed with suspend resume cycles
- * Functionality: psr2, suspend
- *
- * SUBTEST: psr2_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr2
+ * @psr: psr1
+ * @psr2: psr2
*
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr2 is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr2
- *
- * arg[1]:
+ * arg[2]:
*
* @cursor: Cursor plane
* @primary: Primary plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @mmap_cpu: MMAP CPU
* @mmap_gtt: MMAP GTT
*/
/**
- * SUBTEST: psr2_primary_page_flip
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, psr2
+ * SUBTEST: %s_primary_page_flip
+ * Description: Check if %arg[1] is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: %arg[1], plane
*
- * SUBTEST: psr2_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_primary_%s
+ * Description: Check if %arg[1] is detecting rendering operations %arg[2]
+ * when performed on primary plane
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @blt: Blitter
* @render: Render
*/
/**
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting rendering and plane
+ * operations %arg[3] performed on %arg[2] planes
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @cursor: Cursor plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @blt: Blitter
* @render: Render
@@ -188,36 +138,36 @@
*/
/**
+ * SUBTEST: pr_basic
+ * Description: Basic check for pr if it is detecting changes made in planes
+ * Functionality: pr
+ * Mega feature: DP2.0
+ *
* SUBTEST: pr_dpms
* Description: Check if pr is detecting changes when rendering operation
* is performed with dpms enabled or disabled
- * Functionality: dpms, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, dpms
+ * Mega feature: DP2.0
*
* SUBTEST: pr_no_drrs
* Description: Check if pr is detecting changes when drrs is disabled
- * Functionality: drrs, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, drrs
+ * Mega feature: DP2.0
*
* SUBTEST: pr_suspend
* Description: Check if pr is detecting changes when plane operation is
* performed with suspend resume cycles
* Functionality: pr, suspend
- * Mega feature: Panel Replay
- *
- * SUBTEST: pr_basic
- * Description: Basic check for pr if it is detecting changes made in planes
- * Functionality: pr
- * Mega feature: Panel Replay
+ * Mega feature: DP2.0
*/
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
+ * Description: Check if pr is detecting memory mapping %arg[2] operations
+ * performed on %arg[1] planes
* Driver requirement: i915
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -233,16 +183,16 @@
/**
* SUBTEST: pr_primary_page_flip
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* SUBTEST: pr_primary_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering operations %arg[1]
+ * when performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -252,10 +202,10 @@
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering and plane
+ * operations %arg[2] performed on %arg[1] planes
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -270,23 +220,6 @@
* @plane_move: Move plane position
*/
-/**
- * SUBTEST: psr_cursor_plane_move
- * Description: Check if psr is detecting the plane operations performed on
- * cursor planes
- * Functionality: psr1
- *
- * SUBTEST: psr_primary_page_flip
- * Description: Check if psr is detecting page-flipping operations performed
- * on primary planes
- * Functionality: psr1
- *
- * SUBTEST: psr_sprite_plane_onoff
- * Description: Check if psr is detecting the plane operations performed on
- * sprite planes
- * Functionality: psr1
- */
-
enum operations {
PAGE_FLIP,
MMAP_GTT,
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support
@ 2023-12-04 9:59 Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation Jeevan B
` (8 more replies)
0 siblings, 9 replies; 16+ messages in thread
From: Jeevan B @ 2023-12-04 9:59 UTC (permalink / raw)
To: igt-dev
fix kms_psr documentation, subtest naming and add fbc support/test
for kms_psr, kms_psr2_sf.
v2: rebase
v3: correct the skip logic for unsupported platform.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
Jeevan B (3):
tests/intel/kms_psr: fix subtest naming
tests/intel/kms_psr: Add FBC support to PSR/PSR2/PR tests
tests/intel/kms_psr2_sf: Add FBC support to PSR2 tests
Swati Sharma (1):
tests/intel/kms_psr: fix documentation
lib/igt_psr.h | 5 +
tests/intel/kms_psr.c | 572 +++++++++++++++++++----------------
tests/intel/kms_psr2_sf.c | 609 +++++++++++++++++++++-----------------
3 files changed, 652 insertions(+), 534 deletions(-)
--
2.25.1
^ permalink raw reply [flat|nested] 16+ messages in thread
* [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation
2023-12-04 9:59 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
@ 2023-12-04 9:59 ` Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 2/4] tests/intel/kms_psr: fix subtest naming Jeevan B
` (7 subsequent siblings)
8 siblings, 0 replies; 16+ messages in thread
From: Jeevan B @ 2023-12-04 9:59 UTC (permalink / raw)
To: igt-dev
From: Swati Sharma <swati2.sharma@intel.com>
Optimize documentation and update mega features accordingly.
Signed-off-by: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: Jeevan B <jeevan.b@intel.com>
---
tests/intel/kms_psr.c | 215 +++++++++++++++---------------------------
1 file changed, 74 insertions(+), 141 deletions(-)
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index 05bdd7b98..31d6f779c 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -43,143 +43,93 @@
#include "xe/xe_query.h"
/**
- * SUBTEST: psr_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr1
+ * SUBTEST: %s_basic
+ * Description: Basic check for %arg[1] if it is detecting changes made in planes
+ * Functionality: %arg[1]
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1]
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr1
- *
- * arg[1]:
- *
- * @cursor: Cursor plane
- * @primary: Primary plane
- * @sprite: Sprite plane
- *
- * arg[2]:
+ * SUBTEST: %s_dpms
+ * Description: Check if %arg[1] is detecting changes when rendering operation
+ * is performed with dpms enabled or disabled
+ * Functionality: %arg[1], dpms
*
- * @mmap_cpu: MMAP CPU
- * @mmap_gtt: MMAP GTT
- */
-
-/**
- * SUBTEST: psr_sprite_plane_move
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on sprite planes
- * Functionality: plane, psr1
+ * SUBTEST: %s_no_drrs
+ * Description: Check if %arg[1] is detecting changes when drrs is disabled
+ * Functionality: %arg[1], drrs
*
- * SUBTEST: psr_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr1
+ * SUBTEST: %s_suspend
+ * Description: Check if %arg[1] is detecting changes when plane operation is
+ * performed with suspend resume cycles
+ * Functionality: %arg[1], suspend
*
* arg[1]:
*
- * @cursor: Cursor plane
- * @sprite: Sprite plane
- *
- * arg[2]:
- *
- * @blt: Blitter
- * @render: Render
- * @plane_onoff: Plane On off
+ * @psr: psr1
+ * @psr2: psr2
*/
/**
- * SUBTEST: psr_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, psr1
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting memory mapping %arg[3] operations
+ * performed on %arg[2] planes
+ * Driver requirement: i915
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
- * @blt: Blitter
- * @render: Render
- */
-
-/**
- * SUBTEST: psr_dpms
- * Description: Check if psr is detecting changes when rendering operation is
- * performed with dpms enabled or disabled
- * Functionality: dpms, psr1
- *
- * SUBTEST: psr_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr1
- *
- * SUBTEST: psr_suspend
- * Description: Check if psr is detecting changes when plane operation
- * is performed with suspend resume cycles
- * Functionality: psr1, suspend
- *
- * SUBTEST: psr2_dpms
- * Description: Check if psr is detecting changes when rendering operation
- * is performed with dpms enabled or disabled
- * Functionality: dpms, psr2
- *
- * SUBTEST: psr2_no_drrs
- * Description: Check if psr is detecting changes when drrs is disabled
- * Functionality: drrs, psr2
- *
- * SUBTEST: psr2_suspend
- * Description: Check if psr is detecting changes when plane operation is
- * performed with suspend resume cycles
- * Functionality: psr2, suspend
- *
- * SUBTEST: psr2_basic
- * Description: Basic check for psr if it is detecting changes made in planes
- * Functionality: psr2
+ * @psr: psr1
+ * @psr2: psr2
*
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr2 is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Driver requirement: i915
- * Functionality: kms_core, plane, psr2
- *
- * arg[1]:
+ * arg[2]:
*
* @cursor: Cursor plane
* @primary: Primary plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @mmap_cpu: MMAP CPU
* @mmap_gtt: MMAP GTT
*/
/**
- * SUBTEST: psr2_primary_page_flip
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, psr2
+ * SUBTEST: %s_primary_page_flip
+ * Description: Check if %arg[1] is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: %arg[1], plane
*
- * SUBTEST: psr2_primary_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_primary_%s
+ * Description: Check if %arg[1] is detecting rendering operations %arg[2]
+ * when performed on primary plane
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @blt: Blitter
* @render: Render
*/
/**
- * SUBTEST: psr2_%s_%s
- * Description: Check if psr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, psr2
+ * SUBTEST: %s_%s_%s
+ * Description: Check if %arg[1] is detecting rendering and plane
+ * operations %arg[3] performed on %arg[2] planes
+ * Functionality: %arg[1], plane
*
* arg[1]:
*
+ * @psr: psr1
+ * @psr2: psr2
+ *
+ * arg[2]:
+ *
* @cursor: Cursor plane
* @sprite: Sprite plane
*
- * arg[2]:
+ * arg[3]:
*
* @blt: Blitter
* @render: Render
@@ -188,36 +138,36 @@
*/
/**
+ * SUBTEST: pr_basic
+ * Description: Basic check for pr if it is detecting changes made in planes
+ * Functionality: pr
+ * Mega feature: DP2.0
+ *
* SUBTEST: pr_dpms
* Description: Check if pr is detecting changes when rendering operation
* is performed with dpms enabled or disabled
- * Functionality: dpms, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, dpms
+ * Mega feature: DP2.0
*
* SUBTEST: pr_no_drrs
* Description: Check if pr is detecting changes when drrs is disabled
- * Functionality: drrs, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, drrs
+ * Mega feature: DP2.0
*
* SUBTEST: pr_suspend
* Description: Check if pr is detecting changes when plane operation is
* performed with suspend resume cycles
* Functionality: pr, suspend
- * Mega feature: Panel Replay
- *
- * SUBTEST: pr_basic
- * Description: Basic check for pr if it is detecting changes made in planes
- * Functionality: pr
- * Mega feature: Panel Replay
+ * Mega feature: DP2.0
*/
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
+ * Description: Check if pr is detecting memory mapping %arg[2] operations
+ * performed on %arg[1] planes
* Driver requirement: i915
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -233,16 +183,16 @@
/**
* SUBTEST: pr_primary_page_flip
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* SUBTEST: pr_primary_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on primary planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering operations %arg[1]
+ * when performed on primary plane
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -252,10 +202,10 @@
/**
* SUBTEST: pr_%s_%s
- * Description: Check if pr is detecting memory mapping, rendering and plane
- * operations performed on %arg[1] planes
- * Functionality: kms_core, plane, pr
- * Mega feature: Panel Replay
+ * Description: Check if pr is detecting rendering and plane
+ * operations %arg[2] performed on %arg[1] planes
+ * Functionality: pr, plane
+ * Mega feature: DP2.0
*
* arg[1]:
*
@@ -270,23 +220,6 @@
* @plane_move: Move plane position
*/
-/**
- * SUBTEST: psr_cursor_plane_move
- * Description: Check if psr is detecting the plane operations performed on
- * cursor planes
- * Functionality: psr1
- *
- * SUBTEST: psr_primary_page_flip
- * Description: Check if psr is detecting page-flipping operations performed
- * on primary planes
- * Functionality: psr1
- *
- * SUBTEST: psr_sprite_plane_onoff
- * Description: Check if psr is detecting the plane operations performed on
- * sprite planes
- * Functionality: psr1
- */
-
enum operations {
PAGE_FLIP,
MMAP_GTT,
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [igt-dev] [PATCH i-g-t 2/4] tests/intel/kms_psr: fix subtest naming
2023-12-04 9:59 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation Jeevan B
@ 2023-12-04 9:59 ` Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 3/4] tests/intel/kms_psr: Add FBC support to PSR/PSR2/PR tests Jeevan B
` (6 subsequent siblings)
8 siblings, 0 replies; 16+ messages in thread
From: Jeevan B @ 2023-12-04 9:59 UTC (permalink / raw)
To: igt-dev
update subtest naming from sub_test to sub-test.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/intel/kms_psr.c | 72 +++++++++++++++++++++----------------------
1 file changed, 36 insertions(+), 36 deletions(-)
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index 31d6f779c..aea8b0b3f 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -43,20 +43,20 @@
#include "xe/xe_query.h"
/**
- * SUBTEST: %s_basic
+ * SUBTEST: %s-basic
* Description: Basic check for %arg[1] if it is detecting changes made in planes
* Functionality: %arg[1]
*
- * SUBTEST: %s_dpms
+ * SUBTEST: %s-dpms
* Description: Check if %arg[1] is detecting changes when rendering operation
* is performed with dpms enabled or disabled
* Functionality: %arg[1], dpms
*
- * SUBTEST: %s_no_drrs
+ * SUBTEST: %s-no-drrs
* Description: Check if %arg[1] is detecting changes when drrs is disabled
* Functionality: %arg[1], drrs
*
- * SUBTEST: %s_suspend
+ * SUBTEST: %s-suspend
* Description: Check if %arg[1] is detecting changes when plane operation is
* performed with suspend resume cycles
* Functionality: %arg[1], suspend
@@ -68,7 +68,7 @@
*/
/**
- * SUBTEST: %s_%s_%s
+ * SUBTEST: %s-%s-%s
* Description: Check if %arg[1] is detecting memory mapping %arg[3] operations
* performed on %arg[2] planes
* Driver requirement: i915
@@ -87,17 +87,17 @@
*
* arg[3]:
*
- * @mmap_cpu: MMAP CPU
- * @mmap_gtt: MMAP GTT
+ * @mmap-cpu: MMAP CPU
+ * @mmap-gtt: MMAP GTT
*/
/**
- * SUBTEST: %s_primary_page_flip
+ * SUBTEST: %s-primary-page-flip
* Description: Check if %arg[1] is detecting page-flipping operation
* performed on primary plane
* Functionality: %arg[1], plane
*
- * SUBTEST: %s_primary_%s
+ * SUBTEST: %s-primary-%s
* Description: Check if %arg[1] is detecting rendering operations %arg[2]
* when performed on primary plane
* Functionality: %arg[1], plane
@@ -114,7 +114,7 @@
*/
/**
- * SUBTEST: %s_%s_%s
+ * SUBTEST: %s-%s-%s
* Description: Check if %arg[1] is detecting rendering and plane
* operations %arg[3] performed on %arg[2] planes
* Functionality: %arg[1], plane
@@ -133,28 +133,28 @@
*
* @blt: Blitter
* @render: Render
- * @plane_onoff: Plane On off
- * @plane_move: Move plane position
+ * @plane-onoff: Plane On off
+ * @plane-move: Move plane position
*/
/**
- * SUBTEST: pr_basic
+ * SUBTEST: pr-basic
* Description: Basic check for pr if it is detecting changes made in planes
* Functionality: pr
* Mega feature: DP2.0
*
- * SUBTEST: pr_dpms
+ * SUBTEST: pr-dpms
* Description: Check if pr is detecting changes when rendering operation
* is performed with dpms enabled or disabled
* Functionality: pr, dpms
* Mega feature: DP2.0
*
- * SUBTEST: pr_no_drrs
+ * SUBTEST: pr-no-drrs
* Description: Check if pr is detecting changes when drrs is disabled
* Functionality: pr, drrs
* Mega feature: DP2.0
*
- * SUBTEST: pr_suspend
+ * SUBTEST: pr-suspend
* Description: Check if pr is detecting changes when plane operation is
* performed with suspend resume cycles
* Functionality: pr, suspend
@@ -162,7 +162,7 @@
*/
/**
- * SUBTEST: pr_%s_%s
+ * SUBTEST: pr-%s-%s
* Description: Check if pr is detecting memory mapping %arg[2] operations
* performed on %arg[1] planes
* Driver requirement: i915
@@ -177,18 +177,18 @@
*
* arg[2]:
*
- * @mmap_cpu: MMAP CPU
- * @mmap_gtt: MMAP GTT
+ * @mmap-cpu: MMAP CPU
+ * @mmap-gtt: MMAP GTT
*/
/**
- * SUBTEST: pr_primary_page_flip
+ * SUBTEST: pr-primary-page-flip
* Description: Check if pr is detecting page-flipping operation
* performed on primary plane
* Functionality: pr, plane
* Mega feature: DP2.0
*
- * SUBTEST: pr_primary_%s
+ * SUBTEST: pr-primary-%s
* Description: Check if pr is detecting rendering operations %arg[1]
* when performed on primary plane
* Functionality: pr, plane
@@ -201,7 +201,7 @@
*/
/**
- * SUBTEST: pr_%s_%s
+ * SUBTEST: pr-%s-%s
* Description: Check if pr is detecting rendering and plane
* operations %arg[2] performed on %arg[1] planes
* Functionality: pr, plane
@@ -216,8 +216,8 @@
*
* @blt: Blitter
* @render: Render
- * @plane_onoff: Plane On off
- * @plane_move: Move plane position
+ * @plane-onoff: Plane On off
+ * @plane-move: Move plane position
*/
enum operations {
@@ -233,13 +233,13 @@ enum operations {
static const char *op_str(enum operations op)
{
static const char * const name[] = {
- [PAGE_FLIP] = "page_flip",
- [MMAP_GTT] = "mmap_gtt",
- [MMAP_CPU] = "mmap_cpu",
+ [PAGE_FLIP] = "page-flip",
+ [MMAP_GTT] = "mmap-gtt",
+ [MMAP_CPU] = "mmap-cpu",
[BLT] = "blt",
[RENDER] = "render",
- [PLANE_MOVE] = "plane_move",
- [PLANE_ONOFF] = "plane_onoff",
+ [PLANE_MOVE] = "plane-move",
+ [PLANE_ONOFF] = "plane-onoff",
};
return name[op];
@@ -682,9 +682,9 @@ igt_main
int z;
enum operations op;
const char *append_subtest_name[3] = {
- "psr_",
- "psr2_",
- "pr_"
+ "psr-",
+ "psr2-",
+ "pr-"
};
int modes[] = {PSR_MODE_1, PSR_MODE_2, PR_MODE};
igt_output_t *output;
@@ -719,7 +719,7 @@ igt_main
}
igt_describe("Check if psr is detecting changes when drrs is disabled");
- igt_subtest_with_dynamic_f("%sno_drrs", append_subtest_name[z]) {
+ igt_subtest_with_dynamic_f("%sno-drrs", append_subtest_name[z]) {
for_each_connected_output(&data.display, output) {
if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
data.op_psr_mode, output))
@@ -738,7 +738,7 @@ igt_main
for (op = PAGE_FLIP; op <= RENDER; op++) {
igt_describe("Check if psr is detecting page-flipping,memory mapping and "
"rendering operations performed on primary planes");
- igt_subtest_with_dynamic_f("%sprimary_%s",
+ igt_subtest_with_dynamic_f("%sprimary-%s",
append_subtest_name[z],
op_str(op)) {
igt_skip_on(is_xe_device(data.drm_fd) &&
@@ -763,7 +763,7 @@ igt_main
for (op = MMAP_GTT; op <= PLANE_ONOFF; op++) {
igt_describe("Check if psr is detecting memory mapping,rendering "
"and plane operations performed on sprite planes");
- igt_subtest_with_dynamic_f("%ssprite_%s",
+ igt_subtest_with_dynamic_f("%ssprite-%s",
append_subtest_name[z],
op_str(op)) {
igt_skip_on(is_xe_device(data.drm_fd) &&
@@ -786,7 +786,7 @@ igt_main
igt_describe("Check if psr is detecting memory mapping, rendering "
"and plane operations performed on cursor planes");
- igt_subtest_with_dynamic_f("%scursor_%s",
+ igt_subtest_with_dynamic_f("%scursor-%s",
append_subtest_name[z],
op_str(op)) {
igt_skip_on(is_xe_device(data.drm_fd) &&
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [igt-dev] [PATCH i-g-t 3/4] tests/intel/kms_psr: Add FBC support to PSR/PSR2/PR tests
2023-12-04 9:59 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 2/4] tests/intel/kms_psr: fix subtest naming Jeevan B
@ 2023-12-04 9:59 ` Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 4/4] tests/intel/kms_psr2_sf: Add FBC support to PSR2 tests Jeevan B
` (5 subsequent siblings)
8 siblings, 0 replies; 16+ messages in thread
From: Jeevan B @ 2023-12-04 9:59 UTC (permalink / raw)
To: igt-dev
For LunarLake (intel_display_ver 20), FBC can be enabled along with
PSR/PSR2/PR, thereby adding FBC checks to validate this scenario.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
---
lib/igt_psr.h | 5 +
tests/intel/kms_psr.c | 321 ++++++++++++++++++++++++++++--------------
2 files changed, 222 insertions(+), 104 deletions(-)
diff --git a/lib/igt_psr.h b/lib/igt_psr.h
index a30330e6c..36711c0d4 100644
--- a/lib/igt_psr.h
+++ b/lib/igt_psr.h
@@ -40,6 +40,11 @@ enum psr_mode {
PSR_DISABLED,
};
+enum fbc_mode {
+ FBC_DISABLED,
+ FBC_ENABLED,
+};
+
bool psr_disabled_check(int debugfs_fd);
bool psr2_selective_fetch_check(int debugfs_fd);
bool psr_wait_entry(int debugfs_fd, enum psr_mode mode, igt_output_t *output);
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index aea8b0b3f..349671b00 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -31,6 +31,7 @@
* Test category: functionality test
*/
+#include "i915/intel_fbc.h"
#include "igt.h"
#include "igt_sysfs.h"
#include "igt_psr.h"
@@ -47,24 +48,42 @@
* Description: Basic check for %arg[1] if it is detecting changes made in planes
* Functionality: %arg[1]
*
+ * SUBTEST: fbc-%s-basic
+ * Description: Basic check for fbc with %arg[1] if it is detecting changes made in planes
+ * Functionality: %arg[1], fbc
+ *
* SUBTEST: %s-dpms
* Description: Check if %arg[1] is detecting changes when rendering operation
* is performed with dpms enabled or disabled
* Functionality: %arg[1], dpms
*
+ * SUBTEST: fbc-%s-dpms
+ * Description: Check if fbc with %arg[1] is detecting changes when rendering operation
+ * is performed with dpms enabled or disabled
+ * Functionality: %arg[1], dpms, fbc
+ *
* SUBTEST: %s-no-drrs
* Description: Check if %arg[1] is detecting changes when drrs is disabled
* Functionality: %arg[1], drrs
*
+ * SUBTEST: fbc-%s-no-drrs
+ * Description: Check if fbc with %arg[1] is detecting changes when drrs is disabled
+ * Functionality: %arg[1], drrs, fbc
+ *
* SUBTEST: %s-suspend
* Description: Check if %arg[1] is detecting changes when plane operation is
* performed with suspend resume cycles
* Functionality: %arg[1], suspend
*
+ * SUBTEST: fbc-%s-suspend
+ * Description: Check if fbc with %arg[1] is detecting changes when plane operation is
+ * performed with suspend resume cycles
+ * Functionality: %arg[1], suspend, fbc
+ *
* arg[1]:
*
- * @psr: psr1
- * @psr2: psr2
+ * @psr: psr1
+ * @psr2: psr2
*/
/**
@@ -74,6 +93,12 @@
* Driver requirement: i915
* Functionality: %arg[1], plane
*
+ * SUBTEST: fbc-%s-%s-%s
+ * Description: Check if fbc with %arg[1] is detecting memory mapping %arg[3] operations
+ * performed on %arg[2] planes
+ * Driver requirement: i915
+ * Functionality: %arg[1], plane, fbc
+ *
* arg[1]:
*
* @psr: psr1
@@ -97,11 +122,21 @@
* performed on primary plane
* Functionality: %arg[1], plane
*
+ * SUBTEST: fbc-%s-primary-page-flip
+ * Description: Check if fbc with %arg[1] is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: %arg[1], plane, fbc
+ *
* SUBTEST: %s-primary-%s
* Description: Check if %arg[1] is detecting rendering operations %arg[2]
* when performed on primary plane
* Functionality: %arg[1], plane
*
+ * SUBTEST: fbc-%s-primary-%s
+ * Description: Check if %arg[1] is detecting rendering operations %arg[2]
+ * when performed on primary plane
+ * Functionality: %arg[1], plane, fbc
+ *
* arg[1]:
*
* @psr: psr1
@@ -119,6 +154,11 @@
* operations %arg[3] performed on %arg[2] planes
* Functionality: %arg[1], plane
*
+ * SUBTEST: fbc-%s-%s-%s
+ * Description: Check if fbc with %arg[1] is detecting rendering and plane
+ * operations %arg[3] performed on %arg[2] planes
+ * Functionality: %arg[1], plane, fbc
+ *
* arg[1]:
*
* @psr: psr1
@@ -143,22 +183,44 @@
* Functionality: pr
* Mega feature: DP2.0
*
+ * SUBTEST: fbc-pr-basic
+ * Description: Basic check for fbc with pr if it is detecting changes made in planes
+ * Functionality: pr, fbc
+ * Mega feature: DP2.0
+ *
* SUBTEST: pr-dpms
* Description: Check if pr is detecting changes when rendering operation
* is performed with dpms enabled or disabled
* Functionality: pr, dpms
* Mega feature: DP2.0
*
+ * SUBTEST: fbc-pr-dpms
+ * Description: Check if fbc with pr is detecting changes when rendering operation
+ * is performed with dpms enabled or disabled
+ * Functionality: pr, dpms, fbc
+ * Mega feature: DP2.0
+ *
* SUBTEST: pr-no-drrs
* Description: Check if pr is detecting changes when drrs is disabled
* Functionality: pr, drrs
* Mega feature: DP2.0
*
+ * SUBTEST: fbc-pr-no-drrs
+ * Description: Check if fbc with pr is detecting changes when drrs is disabled
+ * Functionality: pr, drrs, fbc
+ * Mega feature: DP2.0
+ *
* SUBTEST: pr-suspend
* Description: Check if pr is detecting changes when plane operation is
* performed with suspend resume cycles
* Functionality: pr, suspend
* Mega feature: DP2.0
+ *
+ * SUBTEST: fbc-pr-suspend
+ * Description: Check if fbc with pr is detecting changes when plane operation is
+ * performed with suspend resume cycles
+ * Functionality: pr, suspend, fbc
+ * Mega feature: DP2.0
*/
/**
@@ -169,6 +231,13 @@
* Functionality: pr, plane
* Mega feature: DP2.0
*
+ * SUBTEST: fbc-pr-%s-%s
+ * Description: Check if fbc with pr is detecting memory mapping %arg[2] operations
+ * performed on %arg[1] planes
+ * Driver requirement: i915
+ * Functionality: pr, plane, fbc
+ * Mega feature: DP2.0
+ *
* arg[1]:
*
* @cursor: Cursor plane
@@ -188,12 +257,24 @@
* Functionality: pr, plane
* Mega feature: DP2.0
*
+ * SUBTEST: fbc-pr-primary-page-flip
+ * Description: Check if fbc with pr is detecting page-flipping operation
+ * performed on primary plane
+ * Functionality: pr, plane, fbc
+ * Mega feature: DP2.0
+ *
* SUBTEST: pr-primary-%s
* Description: Check if pr is detecting rendering operations %arg[1]
* when performed on primary plane
* Functionality: pr, plane
* Mega feature: DP2.0
*
+ * SUBTEST: fbc-pr-primary-%s
+ * Description: Check if fbc with pr is detecting rendering operations %arg[1]
+ * when performed on primary plane
+ * Functionality: pr, plane, fbc
+ * Mega feature: DP2.0
+ *
* arg[1]:
*
* @blt: Blitter
@@ -207,6 +288,12 @@
* Functionality: pr, plane
* Mega feature: DP2.0
*
+ * SUBTEST: fbc-pr-%s-%s
+ * Description: Check if fbc with pr is detecting rendering and plane
+ * operations %arg[2] performed on %arg[1] planes
+ * Functionality: pr, plane, fbc
+ * Mega feature: DP2.0
+ *
* arg[1]:
*
* @cursor: Cursor plane
@@ -251,6 +338,7 @@ typedef struct {
enum operations op;
int test_plane_id;
enum psr_mode op_psr_mode;
+ enum fbc_mode op_fbc_mode;
uint32_t devid;
uint32_t crtc_id;
igt_display_t display;
@@ -261,6 +349,7 @@ typedef struct {
int mod_stride;
drmModeModeInfo *mode;
igt_output_t *output;
+ bool fbc_flag;
} data_t;
static void create_cursor_fb(data_t *data)
@@ -641,6 +730,9 @@ static void test_setup(data_t *data)
igt_require_f(data->output,
"No available output found\n");
+ if (data->op_fbc_mode == FBC_ENABLED)
+ igt_require_f(data->fbc_flag,
+ "Can't test FBC with PSR\n");
pipe = get_pipe_for_output(&data->display, data->output);
igt_output_set_pipe(data->output, pipe);
@@ -659,6 +751,10 @@ static void test_setup(data_t *data)
psr_enable_if_enabled(data);
setup_test_plane(data, data->test_plane_id);
if (psr_wait_entry_if_enabled(data)) {
+ if (data->fbc_flag == true && data->op_fbc_mode == FBC_ENABLED)
+ igt_assert_f(intel_fbc_wait_until_enabled(data->drm_fd,
+ pipe),
+ "FBC still disabled\n");
psr_entered = true;
break;
}
@@ -679,14 +775,20 @@ data_t data = {};
igt_main
{
- int z;
+ int z, y;
enum operations op;
+ enum pipe pipe;
const char *append_subtest_name[3] = {
"psr-",
"psr2-",
"pr-"
};
+ const char *append_fbc_subtest[2] = {
+ "",
+ "fbc-"
+ };
int modes[] = {PSR_MODE_1, PSR_MODE_2, PR_MODE};
+ int fbc_status[] = {FBC_DISABLED, FBC_ENABLED};
igt_output_t *output;
igt_fixture {
@@ -697,52 +799,38 @@ igt_main
data.bops = buf_ops_create(data.drm_fd);
igt_display_require(&data.display, data.drm_fd);
igt_require_f(output_supports_psr(&data), "Sink does not support PSR/PSR2/PR\n");
+ if ((intel_display_ver(intel_get_drm_devid(data.drm_fd)) >= 20) &&
+ (intel_fbc_supported_on_chipset(data.drm_fd, pipe))) {
+ data.fbc_flag = true;
+ }
}
- for (z = 0; z < ARRAY_SIZE(modes); z++) {
- data.op_psr_mode = modes[z];
-
- igt_describe("Basic check for psr if it is detecting changes made in planes");
- igt_subtest_with_dynamic_f("%sbasic", append_subtest_name[z]) {
- for_each_connected_output(&data.display, output) {
- if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
- data.op_psr_mode, output))
- continue;
- igt_display_reset(&data.display);
- data.output = output;
- igt_dynamic_f("%s", data.output->name) {
- data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
- test_setup(&data);
- test_cleanup(&data);
- }
- }
- }
+ for (y = 0; y < ARRAY_SIZE(fbc_status); y++) {
+ data.op_fbc_mode = fbc_status[y];
+ for (z = 0; z < ARRAY_SIZE(modes); z++) {
+ data.op_psr_mode = modes[z];
- igt_describe("Check if psr is detecting changes when drrs is disabled");
- igt_subtest_with_dynamic_f("%sno-drrs", append_subtest_name[z]) {
- for_each_connected_output(&data.display, output) {
- if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
- data.op_psr_mode, output))
- continue;
- igt_display_reset(&data.display);
- data.output = output;
- igt_dynamic_f("%s", data.output->name) {
- data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
- test_setup(&data);
- igt_assert(drrs_disabled(&data));
- test_cleanup(&data);
+ igt_describe("Basic check for psr if it is detecting changes made "
+ "in planes");
+ igt_subtest_with_dynamic_f("%s%sbasic", append_fbc_subtest[y],
+ append_subtest_name[z]) {
+ for_each_connected_output(&data.display, output) {
+ if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
+ data.op_psr_mode, output))
+ continue;
+ igt_display_reset(&data.display);
+ data.output = output;
+ igt_dynamic_f("%s", data.output->name) {
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+ test_setup(&data);
+ test_cleanup(&data);
+ }
}
}
- }
- for (op = PAGE_FLIP; op <= RENDER; op++) {
- igt_describe("Check if psr is detecting page-flipping,memory mapping and "
- "rendering operations performed on primary planes");
- igt_subtest_with_dynamic_f("%sprimary-%s",
- append_subtest_name[z],
- op_str(op)) {
- igt_skip_on(is_xe_device(data.drm_fd) &&
- (op == MMAP_CPU || op == MMAP_GTT));
+ igt_describe("Check if psr is detecting changes when drrs is disabled");
+ igt_subtest_with_dynamic_f("%s%sno-drrs", append_fbc_subtest[y],
+ append_subtest_name[z]) {
for_each_connected_output(&data.display, output) {
if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
data.op_psr_mode, output))
@@ -750,24 +838,88 @@ igt_main
igt_display_reset(&data.display);
data.output = output;
igt_dynamic_f("%s", data.output->name) {
- data.op = op;
data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
test_setup(&data);
- run_test(&data);
+ igt_assert(drrs_disabled(&data));
test_cleanup(&data);
}
}
}
+
+ for (op = PAGE_FLIP; op <= RENDER; op++) {
+ igt_describe("Check if psr is detecting page-flipping,memory "
+ "mapping and rendering operations performed on "
+ "primary planes");
+ igt_subtest_with_dynamic_f("%s%sprimary-%s", append_fbc_subtest[y],
+ append_subtest_name[z], op_str(op)) {
+ igt_skip_on(is_xe_device(data.drm_fd) &&
+ (op == MMAP_CPU || op == MMAP_GTT));
+ for_each_connected_output(&data.display, output) {
+ if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
+ data.op_psr_mode, output))
+ continue;
+ igt_display_reset(&data.display);
+ data.output = output;
+ igt_dynamic_f("%s", data.output->name) {
+ data.op = op;
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+ test_setup(&data);
+ run_test(&data);
+ test_cleanup(&data);
+ }
+ }
+ }
+ }
+
+ for (op = MMAP_GTT; op <= PLANE_ONOFF; op++) {
+ igt_describe("Check if psr is detecting memory mapping,rendering "
+ "and plane operations performed on sprite planes");
+ igt_subtest_with_dynamic_f("%s%ssprite-%s", append_fbc_subtest[y],
+ append_subtest_name[z], op_str(op)) {
+ igt_skip_on(is_xe_device(data.drm_fd) &&
+ (op == MMAP_CPU || op == MMAP_GTT));
+ for_each_connected_output(&data.display, output) {
+ if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
+ data.op_psr_mode, output))
+ continue;
+ igt_display_reset(&data.display);
+ data.output = output;
+ igt_dynamic_f("%s", data.output->name) {
+ data.op = op;
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ test_setup(&data);
+ run_test(&data);
+ test_cleanup(&data);
+ }
+ }
+ }
+
+ igt_describe("Check if psr is detecting memory mapping, rendering "
+ "and plane operations performed on cursor planes");
+ igt_subtest_with_dynamic_f("%s%scursor-%s", append_fbc_subtest[y],
+ append_subtest_name[z], op_str(op)) {
+ igt_skip_on(is_xe_device(data.drm_fd) &&
+ (op == MMAP_CPU || op == MMAP_GTT));
+ for_each_connected_output(&data.display, output) {
+ if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
+ data.op_psr_mode, output))
+ continue;
+ igt_display_reset(&data.display);
+ data.output = output;
+ igt_dynamic_f("%s", data.output->name) {
+ data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
+ test_setup(&data);
+ run_test(&data);
+ test_cleanup(&data);
+ }
+ }
+ }
}
- for (op = MMAP_GTT; op <= PLANE_ONOFF; op++) {
- igt_describe("Check if psr is detecting memory mapping,rendering "
- "and plane operations performed on sprite planes");
- igt_subtest_with_dynamic_f("%ssprite-%s",
- append_subtest_name[z],
- op_str(op)) {
- igt_skip_on(is_xe_device(data.drm_fd) &&
- (op == MMAP_CPU || op == MMAP_GTT));
+ igt_describe("Check if psr is detecting changes when rendering operation "
+ "is performed with dpms enabled or disabled");
+ igt_subtest_with_dynamic_f("%s%sdpms", append_fbc_subtest[y],
+ append_subtest_name[z]) {
for_each_connected_output(&data.display, output) {
if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
data.op_psr_mode, output))
@@ -775,22 +927,21 @@ igt_main
igt_display_reset(&data.display);
data.output = output;
igt_dynamic_f("%s", data.output->name) {
- data.op = op;
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ data.op = igt_get_render_copyfunc(data.devid) ?
+ RENDER : BLT;
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
test_setup(&data);
+ dpms_off_on(&data);
run_test(&data);
test_cleanup(&data);
}
}
}
- igt_describe("Check if psr is detecting memory mapping, rendering "
- "and plane operations performed on cursor planes");
- igt_subtest_with_dynamic_f("%scursor-%s",
- append_subtest_name[z],
- op_str(op)) {
- igt_skip_on(is_xe_device(data.drm_fd) &&
- (op == MMAP_CPU || op == MMAP_GTT));
+ igt_describe("Check if psr is detecting changes when plane operation is "
+ "performed with suspend resume cycles");
+ igt_subtest_with_dynamic_f("%s%ssuspend", append_fbc_subtest[y],
+ append_subtest_name[z]) {
for_each_connected_output(&data.display, output) {
if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
data.op_psr_mode, output))
@@ -798,56 +949,18 @@ igt_main
igt_display_reset(&data.display);
data.output = output;
igt_dynamic_f("%s", data.output->name) {
+ data.op = PLANE_ONOFF;
data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
test_setup(&data);
+ igt_system_suspend_autoresume(SUSPEND_STATE_MEM,
+ SUSPEND_TEST_NONE);
+ igt_assert(psr_wait_entry_if_enabled(&data));
run_test(&data);
test_cleanup(&data);
}
}
}
}
-
- igt_describe("Check if psr is detecting changes when rendering operation is performed"
- " with dpms enabled or disabled");
- igt_subtest_with_dynamic_f("%sdpms", append_subtest_name[z]) {
- for_each_connected_output(&data.display, output) {
- if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
- data.op_psr_mode, output))
- continue;
- igt_display_reset(&data.display);
- data.output = output;
- igt_dynamic_f("%s", data.output->name) {
- data.op = igt_get_render_copyfunc(data.devid) ? RENDER : BLT;
- data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
- test_setup(&data);
- dpms_off_on(&data);
- run_test(&data);
- test_cleanup(&data);
- }
- }
- }
-
- igt_describe("Check if psr is detecting changes when plane operation is performed "
- "with suspend resume cycles");
- igt_subtest_with_dynamic_f("%ssuspend", append_subtest_name[z]) {
- for_each_connected_output(&data.display, output) {
- if (!psr_sink_support(data.drm_fd, data.debugfs_fd,
- data.op_psr_mode, output))
- continue;
- igt_display_reset(&data.display);
- data.output = output;
- igt_dynamic_f("%s", data.output->name) {
- data.op = PLANE_ONOFF;
- data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
- test_setup(&data);
- igt_system_suspend_autoresume(SUSPEND_STATE_MEM,
- SUSPEND_TEST_NONE);
- igt_assert(psr_wait_entry_if_enabled(&data));
- run_test(&data);
- test_cleanup(&data);
- }
- }
- }
}
igt_fixture {
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [igt-dev] [PATCH i-g-t 4/4] tests/intel/kms_psr2_sf: Add FBC support to PSR2 tests
2023-12-04 9:59 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
` (2 preceding siblings ...)
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 3/4] tests/intel/kms_psr: Add FBC support to PSR/PSR2/PR tests Jeevan B
@ 2023-12-04 9:59 ` Jeevan B
2023-12-04 13:14 ` [igt-dev] ✓ Fi.CI.BAT: success for Update PSR/PSR2_SF documenation and Add FBC support (rev6) Patchwork
` (4 subsequent siblings)
8 siblings, 0 replies; 16+ messages in thread
From: Jeevan B @ 2023-12-04 9:59 UTC (permalink / raw)
To: igt-dev
For LunarLake (intel_display_ver 20), FBC can be enabled along with PSR2,
thereby adding FBC checks to validate this scenario.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>
---
tests/intel/kms_psr2_sf.c | 609 +++++++++++++++++++++-----------------
1 file changed, 338 insertions(+), 271 deletions(-)
diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
index 27faa93d9..76435f501 100644
--- a/tests/intel/kms_psr2_sf.c
+++ b/tests/intel/kms_psr2_sf.c
@@ -37,6 +37,7 @@
#include "igt_sysfs.h"
#include "igt_psr.h"
#include "kms_dsc_helper.h"
+#include "i915/intel_fbc.h"
#include <errno.h>
#include <stdbool.h>
#include <stdio.h>
@@ -47,6 +48,10 @@
* Description: Test that selective fetch works on moving %arg[1] plane %arg[2]
* visible area (no update)
*
+ * SUBTEST: fbc-%s-plane-move-continuous-%s
+ * Description: Test that fbc with selective fetch works on moving %arg[1] plane %arg[2]
+ * visible area (no update)
+ *
* arg[1]:
*
* @cursor: Cursor
@@ -63,24 +68,46 @@
* SUBTEST: cursor-plane-update-sf
* Description: Test that selective fetch works on cursor plane
*
+ * SUBTEST: fbc-cursor-plane-update-continuous-sf
+ * Description: Test that fbc with selective fetch works on cursor plane
+ *
* SUBTEST: overlay-plane-update-continuous-sf
* Description: Test that selective fetch works on overlay plane
*
+ * SUBTEST: fbc-overlay-plane-update-continuous-sf-dmg-area
+ * Description: Test that fbc with selective fetch works on overlay plane
+ *
* SUBTEST: overlay-plane-update-sf-dmg-area
* Description: Test that selective fetch works on overlay plane
*
+ * SUBTEST: fbc-overlay-plane-update-continuous-sf
+ * Description: Test that fbc with selective fetch works on overlay plane
+ *
* SUBTEST: overlay-primary-update-sf-dmg-area
* Description: Test that selective fetch works on primary plane with blended
* overlay plane
*
+ * SUBTEST: fbc-overlay-primary-update-sf-dmg-area
+ * Description: Test that fbc with selective fetch works on primary plane with blended
+ * overlay plane
+ *
* SUBTEST: plane-move-sf-dmg-area
* Description: Test that selective fetch works on moving overlay plane
*
+ * SUBTEST: fbc-plane-move-sf-dmg-area
+ * Description: Test that fbc with selective fetch works on moving overlay plane
+ *
* SUBTEST: primary-plane-update-sf-dmg-area
* Description: Test that selective fetch works on primary plane
*
+ * SUBTEST: fbc-primary-plane-update-continuous-sf-dmg-area
+ * Description: Test that fbc with selective fetch works on primary plane
+ *
* SUBTEST: primary-plane-update-sf-dmg-area-big-fb
* Description: Test that selective fetch works on primary plane with big fb
+ *
+ * SUBTEST: fbc-primary-plane-update-continuous-sf-dmg-area-big-fb
+ * Description: Test that fbc with selective fetch works on primary plane with big fb
*/
IGT_TEST_DESCRIPTION("Tests to varify PSR2 selective fetch by sending multiple"
@@ -131,10 +158,12 @@ typedef struct {
struct drm_mode_rect plane_move_clip;
struct drm_mode_rect cursor_clip;
enum operations op;
+ enum fbc_mode op_fbc_mode;
enum plane_move_postion pos;
int test_plane_id;
igt_plane_t *test_plane;
bool big_fb_test;
+ bool fbc_flag;
cairo_t *cr;
uint32_t screen_changes;
int cur_x, cur_y;
@@ -439,6 +468,9 @@ static void prepare(data_t *data)
if (data->coexist_feature & FEATURE_DSC)
igt_require_f(igt_is_dsc_enabled(data->drm_fd, output->name),
"DSC is not enabled\n");
+ if (data->op_fbc_mode == FBC_ENABLED)
+ igt_require_f(data->fbc_flag,
+ "Can't test FBC with PSR\n");
}
static inline void manual(const char *expected)
@@ -840,6 +872,11 @@ static void run(data_t *data)
igt_assert(psr_wait_entry(data->debugfs_fd, PSR_MODE_2, NULL));
+ if (data->fbc_flag == true && data->op_fbc_mode == FBC_ENABLED)
+ igt_assert_f(intel_fbc_wait_until_enabled(data->drm_fd,
+ data->pipe),
+ "FBC still disabled");
+
data->screen_changes = 0;
switch (data->op) {
@@ -942,10 +979,15 @@ igt_main
{
data_t data = {};
igt_output_t *outputs[IGT_MAX_PIPES * IGT_MAX_PIPES];
- int i, j, k;
+ int i, j, k, y;
int pipes[IGT_MAX_PIPES * IGT_MAX_PIPES];
int n_pipes = 0;
int coexist_features[IGT_MAX_PIPES * IGT_MAX_PIPES];
+ const char *append_fbc_subtest[2] = {
+ "",
+ "fbc-"
+ };
+ int fbc_status[] = {FBC_DISABLED, FBC_ENABLED};
igt_fixture {
drmModeResPtr res;
@@ -961,6 +1003,11 @@ igt_main
display_init(&data);
+ if ((intel_display_ver(intel_get_drm_devid(data.drm_fd)) >= 20) &&
+ (intel_fbc_supported_on_chipset(data.drm_fd, data.pipe))) {
+ data.fbc_flag = true;
+ }
+
/* Test if PSR2 can be enabled */
igt_require_f(psr_enable(data.drm_fd,
data.debugfs_fd, PSR_MODE_2_SEL_FETCH),
@@ -995,54 +1042,116 @@ igt_main
}
}
- /* Verify primary plane selective fetch */
- igt_describe("Test that selective fetch works on primary plane");
- igt_subtest_with_dynamic_f("primary-%s-sf-dmg-area", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
+ for (y = 0; y < ARRAY_SIZE(fbc_status); y++) {
+ data.op_fbc_mode = fbc_status[y];
+ /* Verify primary plane selective fetch */
+ igt_describe("Test that selective fetch works on primary plane");
+ igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
+ continue;
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+ data.coexist_feature = j;
+ for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
+ data.damage_area_count = k;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
+ }
+ }
+ }
+ }
+
+ /* Verify primary plane selective fetch with big fb */
+ data.big_fb_test = 1;
+ igt_describe("Test that selective fetch works on primary plane with big fb");
+ igt_subtest_with_dynamic_f("%sprimary-%s-sf-dmg-area-big-fb", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
- data.coexist_feature = j;
- for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
- data.damage_area_count = k;
- prepare(&data);
- run(&data);
- cleanup(&data);
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+ data.coexist_feature = j;
+ for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
+ data.damage_area_count = k;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
}
}
}
}
- }
- /* Verify primary plane selective fetch with big fb */
- data.big_fb_test = 1;
- igt_describe("Test that selective fetch works on primary plane with big fb");
- igt_subtest_with_dynamic_f("primary-%s-sf-dmg-area-big-fb", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
+ data.big_fb_test = 0;
+ /* Verify overlay plane selective fetch */
+ igt_describe("Test that selective fetch works on overlay plane");
+ igt_subtest_with_dynamic_f("%soverlay-%s-sf-dmg-area", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
+ continue;
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ data.coexist_feature = j;
+ for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
+ data.damage_area_count = k;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
+ }
+ }
+ }
+ }
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.damage_area_count = 1;
+ /* Verify cursor plane selective fetch */
+ igt_describe("Test that selective fetch works on cursor plane");
+ igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
- data.coexist_feature = j;
- for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
- data.damage_area_count = k;
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
+ data.coexist_feature = j;
prepare(&data);
run(&data);
cleanup(&data);
@@ -1050,28 +1159,25 @@ igt_main
}
}
}
- }
-
- data.big_fb_test = 0;
- /* Verify overlay plane selective fetch */
- igt_describe("Test that selective fetch works on overlay plane");
- igt_subtest_with_dynamic_f("overlay-%s-sf-dmg-area", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS;
+ igt_describe("Test that selective fetch works on moving cursor plane (no update)");
+ igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
- data.damage_area_count = k;
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
+ data.coexist_feature = j;
prepare(&data);
run(&data);
cleanup(&data);
@@ -1079,130 +1185,137 @@ igt_main
}
}
}
- }
- data.damage_area_count = 1;
- /* Verify cursor plane selective fetch */
- igt_describe("Test that selective fetch works on cursor plane");
- igt_subtest_with_dynamic_f("cursor-%s-sf", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS_EXCEED;
+ igt_describe("Test that selective fetch works on moving cursor plane exceeding "
+ "partially visible area (no update)");
+ igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
+ data.coexist_feature = j;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
}
}
}
- }
-
- data.op = PLANE_MOVE_CONTINUOUS;
- igt_describe("Test that selective fetch works on moving cursor plane (no update)");
- igt_subtest_with_dynamic_f("cursor-%s-sf", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY;
+ igt_describe("Test that selective fetch works on moving cursor plane exceeding "
+ "fully visible area (no update)");
+ igt_subtest_with_dynamic_f("%scursor-%s-sf", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
+ data.coexist_feature = j;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
}
}
}
- }
-
- data.op = PLANE_MOVE_CONTINUOUS_EXCEED;
- igt_describe("Test that selective fetch works on moving cursor plane exceeding partially visible area (no update)");
- igt_subtest_with_dynamic_f("cursor-%s-sf", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ /* Only for overlay plane */
+ data.op = PLANE_MOVE;
+ /* Verify overlay plane move selective fetch */
+ igt_describe("Test that selective fetch works on moving overlay plane");
+ igt_subtest_with_dynamic_f("%s%s-sf-dmg-area", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ data.coexist_feature = j;
+ for (k = POS_TOP_LEFT; k <= POS_BOTTOM_RIGHT ; k++) {
+ data.pos = k;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
+ }
}
}
}
- }
- data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY;
- igt_describe("Test that selective fetch works on moving cursor plane exceeding fully visible area (no update)");
- igt_subtest_with_dynamic_f("cursor-%s-sf", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS;
+ igt_describe("Test that selective fetch works on moving overlay plane (no update)");
+ igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
data.pipe = pipes[i];
data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_CURSOR;
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
data.coexist_feature = j;
prepare(&data);
run(&data);
cleanup(&data);
+ }
}
}
}
- }
- /* Only for overlay plane */
- data.op = PLANE_MOVE;
- /* Verify overlay plane move selective fetch */
- igt_describe("Test that selective fetch works on moving overlay plane");
- igt_subtest_with_dynamic_f("%s-sf-dmg-area", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS_EXCEED;
+ igt_describe("Test that selective fetch works on moving overlay plane partially "
+ "exceeding visible area (no update)");
+ igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- for (k = POS_TOP_LEFT; k <= POS_BOTTOM_RIGHT ; k++) {
- data.pos = k;
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ data.coexist_feature = j;
prepare(&data);
run(&data);
cleanup(&data);
@@ -1210,103 +1323,88 @@ igt_main
}
}
}
- }
-
- data.op = PLANE_MOVE_CONTINUOUS;
- igt_describe("Test that selective fetch works on moving overlay plane (no update)");
- igt_subtest_with_dynamic_f("overlay-%s-sf", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY;
+ igt_describe("Test that selective fetch works on moving overlay plane fully "
+ "exceeding visible area (no update)");
+ igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
- }
- }
- }
-
- data.op = PLANE_MOVE_CONTINUOUS_EXCEED;
- igt_describe("Test that selective fetch works on moving overlay plane partially exceeding visible area (no update)");
- igt_subtest_with_dynamic_f("overlay-%s-sf", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
- continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
+ data.coexist_feature = j;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
}
}
}
- }
- data.op = PLANE_MOVE_CONTINUOUS_EXCEED_FULLY;
- igt_describe("Test that selective fetch works on moving overlay plane fully exceeding visible area (no update)");
- igt_subtest_with_dynamic_f("overlay-%s-sf", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ /* Verify primary plane selective fetch with overplay plane blended */
+ data.op = OVERLAY_PRIM_UPDATE;
+ igt_describe("Test that selective fetch works on primary plane "
+ "with blended overlay plane");
+ igt_subtest_with_dynamic_f("%s%s-sf-dmg-area", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
+ data.damage_area_count = k;
+ data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+ data.coexist_feature = j;
+ prepare(&data);
+ run(&data);
+ cleanup(&data);
+ }
+ }
}
}
}
- }
- /* Verify primary plane selective fetch with overplay plane blended */
- data.op = OVERLAY_PRIM_UPDATE;
- igt_describe("Test that selective fetch works on primary plane "
- "with blended overlay plane");
- igt_subtest_with_dynamic_f("%s-sf-dmg-area", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ /*
+ * Verify overlay plane selective fetch using NV12 primary
+ * plane and continuous updates.
+ */
+ data.op = PLANE_UPDATE_CONTINUOUS;
+ data.primary_format = DRM_FORMAT_NV12;
+ igt_describe("Test that selective fetch works on overlay plane");
+ igt_subtest_with_dynamic_f("%soverlay-%s-sf", append_fbc_subtest[y],
+ op_str(data.op)) {
+ for (i = 0; i < n_pipes; i++) {
+ if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- for (k = 1; k <= MAX_DAMAGE_AREAS; k++) {
- data.damage_area_count = k;
- data.test_plane_id = DRM_PLANE_TYPE_PRIMARY;
+
+ for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
+ if (j != FEATURE_NONE && !(coexist_features[i] & j))
+ continue;
+ igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
+ igt_output_name(outputs[i]),
+ coexist_feature_str(j)) {
+ data.pipe = pipes[i];
+ data.output = outputs[i];
+ data.damage_area_count = 1;
+ data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
data.coexist_feature = j;
prepare(&data);
run(&data);
@@ -1317,37 +1415,6 @@ igt_main
}
}
- /*
- * Verify overlay plane selective fetch using NV12 primary
- * plane and continuous updates.
- */
- data.op = PLANE_UPDATE_CONTINUOUS;
- data.primary_format = DRM_FORMAT_NV12;
- igt_describe("Test that selective fetch works on overlay plane");
- igt_subtest_with_dynamic_f("overlay-%s-sf", op_str(data.op)) {
- for (i = 0; i < n_pipes; i++) {
- if (!pipe_output_combo_valid(&data.display, pipes[i], outputs[i]))
- continue;
-
- for (j = FEATURE_NONE; j < FEATURE_COUNT; j++) {
- if (j != FEATURE_NONE && !(coexist_features[i] & j))
- continue;
- igt_dynamic_f("pipe-%s-%s%s", kmstest_pipe_name(pipes[i]),
- igt_output_name(outputs[i]),
- coexist_feature_str(j)) {
- data.pipe = pipes[i];
- data.output = outputs[i];
- data.damage_area_count = 1;
- data.test_plane_id = DRM_PLANE_TYPE_OVERLAY;
- data.coexist_feature = j;
- prepare(&data);
- run(&data);
- cleanup(&data);
- }
- }
- }
- }
-
igt_fixture {
close(data.debugfs_fd);
display_fini(&data);
--
2.25.1
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for Update PSR/PSR2_SF documenation and Add FBC support (rev6)
2023-12-04 9:59 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
` (3 preceding siblings ...)
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 4/4] tests/intel/kms_psr2_sf: Add FBC support to PSR2 tests Jeevan B
@ 2023-12-04 13:14 ` Patchwork
2023-12-04 14:48 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
` (3 subsequent siblings)
8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2023-12-04 13:14 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 9422 bytes --]
== Series Details ==
Series: Update PSR/PSR2_SF documenation and Add FBC support (rev6)
URL : https://patchwork.freedesktop.org/series/127121/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13969 -> IGTPW_10329
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/index.html
Participating hosts (37 -> 35)
------------------------------
Missing (2): bat-adls-5 fi-snb-2520m
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_10329:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@kms_psr@psr_cursor_plane_move}:
- bat-mtlp-8: NOTRUN -> [SKIP][1] +3 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-mtlp-8/igt@kms_psr@psr_cursor_plane_move.html
Known issues
------------
Here are the changes found in IGTPW_10329 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- bat-adlp-11: NOTRUN -> [SKIP][2] ([i915#9318])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@debugfs_test@basic-hwmon.html
* igt@fbdev@info:
- bat-adlp-11: NOTRUN -> [SKIP][3] ([i915#1849] / [i915#2582])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@fbdev@info.html
* igt@fbdev@nullptr:
- bat-adlp-11: NOTRUN -> [SKIP][4] ([i915#2582]) +3 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@fbdev@nullptr.html
* igt@gem_exec_suspend@basic-s0@lmem0:
- bat-dg2-9: [PASS][5] -> [INCOMPLETE][6] ([i915#9275])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/bat-dg2-9/igt@gem_exec_suspend@basic-s0@lmem0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-dg2-9/igt@gem_exec_suspend@basic-s0@lmem0.html
* igt@gem_lmem_swapping@verify-random:
- bat-adlp-11: NOTRUN -> [SKIP][7] ([i915#4613]) +3 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@gem_lmem_swapping@verify-random.html
* igt@gem_tiled_pread_basic:
- bat-adlp-11: NOTRUN -> [SKIP][8] ([i915#3282])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@gem_tiled_pread_basic.html
* igt@i915_pm_rps@basic-api:
- bat-adlp-11: NOTRUN -> [SKIP][9] ([i915#6621])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@i915_pm_rps@basic-api.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
- bat-adlp-11: NOTRUN -> [SKIP][10] ([i915#1845] / [i915#3546] / [i915#5608]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html
* igt@kms_dsc@dsc-basic:
- bat-adlp-11: NOTRUN -> [SKIP][11] ([i915#3546]) +2 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@kms_dsc@dsc-basic.html
* igt@kms_flip@basic-flip-vs-dpms:
- bat-adlp-11: NOTRUN -> [SKIP][12] ([i915#3637]) +3 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@kms_flip@basic-flip-vs-dpms.html
* igt@kms_force_connector_basic@prune-stale-modes:
- bat-adlp-11: NOTRUN -> [SKIP][13] ([i915#4093]) +3 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@basic:
- bat-adlp-11: NOTRUN -> [SKIP][14] ([i915#4342] / [i915#5354])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_hdmi_inject@inject-audio:
- bat-adlp-11: NOTRUN -> [SKIP][15] ([i915#4369])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- bat-dg2-11: NOTRUN -> [SKIP][16] ([i915#1845] / [i915#9197]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
* igt@kms_pipe_crc_basic@read-crc:
- bat-adlp-11: NOTRUN -> [SKIP][17] ([i915#1845] / [i915#3546]) +12 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@kms_pipe_crc_basic@read-crc.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1:
- bat-rplp-1: [PASS][18] -> [ABORT][19] ([i915#8668])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-adlp-11: NOTRUN -> [SKIP][20] ([i915#3555])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-adlp-11: NOTRUN -> [SKIP][21] ([fdo#109295] / [i915#3546] / [i915#3708])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-fence-read:
- bat-adlp-11: NOTRUN -> [SKIP][22] ([fdo#109295] / [i915#3291] / [i915#3708]) +2 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/bat-adlp-11/igt@prime_vgem@basic-fence-read.html
#### Possible fixes ####
* igt@i915_selftest@live@execlists:
- fi-bsw-nick: [ABORT][23] ([i915#7911]) -> [PASS][24]
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/fi-bsw-nick/igt@i915_selftest@live@execlists.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/fi-bsw-nick/igt@i915_selftest@live@execlists.html
* igt@i915_selftest@live@hangcheck:
- fi-skl-guc: [DMESG-FAIL][25] ([i915#9549]) -> [PASS][26]
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/fi-skl-guc/igt@i915_selftest@live@hangcheck.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/fi-skl-guc/igt@i915_selftest@live@hangcheck.html
* igt@kms_hdmi_inject@inject-audio:
- fi-kbl-guc: [FAIL][27] ([IGT#3]) -> [PASS][28]
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
[i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4093]: https://gitlab.freedesktop.org/drm/intel/issues/4093
[i915#4342]: https://gitlab.freedesktop.org/drm/intel/issues/4342
[i915#4369]: https://gitlab.freedesktop.org/drm/intel/issues/4369
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#7911]: https://gitlab.freedesktop.org/drm/intel/issues/7911
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#9197]: https://gitlab.freedesktop.org/drm/intel/issues/9197
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
[i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318
[i915#9549]: https://gitlab.freedesktop.org/drm/intel/issues/9549
[i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7615 -> IGTPW_10329
CI-20190529: 20190529
CI_DRM_13969: 23957f503f1b51c5b38a25c7206b645bcabd0f22 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10329: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/index.html
IGT_7615: 2abe4128f4f8ad1130b9c7012536543243c6e3d9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Testlist changes
----------------
+++ 139 lines
--- 63 lines
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/index.html
[-- Attachment #2: Type: text/html, Size: 10932 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for Update PSR/PSR2_SF documenation and Add FBC support (rev6)
2023-12-04 9:59 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
` (4 preceding siblings ...)
2023-12-04 13:14 ` [igt-dev] ✓ Fi.CI.BAT: success for Update PSR/PSR2_SF documenation and Add FBC support (rev6) Patchwork
@ 2023-12-04 14:48 ` Patchwork
2023-12-04 17:15 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
` (2 subsequent siblings)
8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2023-12-04 14:48 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 8111 bytes --]
== Series Details ==
Series: Update PSR/PSR2_SF documenation and Add FBC support (rev6)
URL : https://patchwork.freedesktop.org/series/127121/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7615_BAT -> XEIGTPW_10329_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (3 -> 4)
------------------------------
Additional (1): bat-pvc-2
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_10329_BAT:
### IGT changes ###
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@kms_psr@psr_cursor_plane_move}:
- bat-adlp-7: [PASS][1] -> [SKIP][2] +2 other tests skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7615/bat-adlp-7/igt@kms_psr@psr_cursor_plane_move.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-adlp-7/igt@kms_psr@psr_cursor_plane_move.html
Known issues
------------
Here are the changes found in XEIGTPW_10329_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_addfb_basic@addfb25-x-tiled-legacy:
- bat-pvc-2: NOTRUN -> [SKIP][3] ([i915#6077]) +30 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html
* igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size:
- bat-pvc-2: NOTRUN -> [SKIP][4] ([Intel XE#782]) +5 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@kms_cursor_legacy@basic-flip-before-cursor-varying-size.html
* igt@kms_dsc@dsc-basic:
- bat-pvc-2: NOTRUN -> [SKIP][5] ([Intel XE#784])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@kms_dsc@dsc-basic.html
* igt@kms_flip@basic-flip-vs-wf_vblank:
- bat-pvc-2: NOTRUN -> [SKIP][6] ([Intel XE#947]) +3 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@kms_flip@basic-flip-vs-wf_vblank.html
* igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1:
- bat-adlp-7: [PASS][7] -> [FAIL][8] ([Intel XE#480]) +2 other tests fail
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7615/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-adlp-7/igt@kms_flip@basic-flip-vs-wf_vblank@d-edp1.html
* igt@kms_force_connector_basic@force-connector-state:
- bat-pvc-2: NOTRUN -> [SKIP][9] ([Intel XE#540]) +3 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@kms_force_connector_basic@force-connector-state.html
* igt@kms_frontbuffer_tracking@basic:
- bat-pvc-2: NOTRUN -> [SKIP][10] ([Intel XE#783])
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@kms_frontbuffer_tracking@basic.html
- bat-adlp-7: [PASS][11] -> [DMESG-FAIL][12] ([Intel XE#282] / [i915#2017])
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7615/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-adlp-7/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence:
- bat-pvc-2: NOTRUN -> [SKIP][13] ([Intel XE#829]) +6 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@kms_pipe_crc_basic@read-crc-frame-sequence.html
* igt@kms_prop_blob@basic:
- bat-pvc-2: NOTRUN -> [SKIP][14] ([Intel XE#780])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@kms_prop_blob@basic.html
* igt@xe_evict@evict-beng-small-cm:
- bat-pvc-2: NOTRUN -> [DMESG-FAIL][15] ([Intel XE#482]) +3 other tests dmesg-fail
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@xe_evict@evict-beng-small-cm.html
* igt@xe_evict@evict-beng-small-external:
- bat-pvc-2: NOTRUN -> [FAIL][16] ([Intel XE#936]) +3 other tests fail
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@xe_evict@evict-beng-small-external.html
* igt@xe_guc_pc@freq_fixed_idle:
- bat-pvc-2: NOTRUN -> [SKIP][17] ([Intel XE#533]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@xe_guc_pc@freq_fixed_idle.html
* igt@xe_huc_copy@huc_copy:
- bat-pvc-2: NOTRUN -> [SKIP][18] ([Intel XE#255])
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@xe_huc_copy@huc_copy.html
* igt@xe_intel_bb@render:
- bat-pvc-2: NOTRUN -> [SKIP][19] ([Intel XE#532])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@xe_intel_bb@render.html
* igt@xe_module_load@load:
- bat-pvc-2: NOTRUN -> [SKIP][20] ([Intel XE#378])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@xe_module_load@load.html
* igt@xe_pm_residency@gt-c6-on-idle:
- bat-pvc-2: NOTRUN -> [SKIP][21] ([Intel XE#531])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-pvc-2/igt@xe_pm_residency@gt-c6-on-idle.html
#### Possible fixes ####
* igt@kms_flip@basic-flip-vs-wf_vblank@b-dp3:
- bat-dg2-oem2: [FAIL][22] ([Intel XE#480]) -> [PASS][23] +1 other test pass
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7615/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@b-dp3.html
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/bat-dg2-oem2/igt@kms_flip@basic-flip-vs-wf_vblank@b-dp3.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#282]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/282
[Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/392
[Intel XE#480]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/480
[Intel XE#482]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/482
[Intel XE#524]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/524
[Intel XE#531]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/531
[Intel XE#532]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/532
[Intel XE#533]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/533
[Intel XE#540]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/540
[Intel XE#780]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/780
[Intel XE#782]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/782
[Intel XE#783]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/783
[Intel XE#784]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/784
[Intel XE#829]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/829
[Intel XE#926]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/926
[Intel XE#936]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/936
[Intel XE#947]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/947
[Intel XE#976]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/976
[Intel XE#977]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/977
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#6077]: https://gitlab.freedesktop.org/drm/intel/issues/6077
Build changes
-------------
* IGT: IGT_7615 -> IGTPW_10329
IGTPW_10329: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/index.html
IGT_7615: 2abe4128f4f8ad1130b9c7012536543243c6e3d9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-547-3cf2df8b17f8be54008581a37361e6ec36dc3d87: 3cf2df8b17f8be54008581a37361e6ec36dc3d87
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10329/index.html
[-- Attachment #2: Type: text/html, Size: 8744 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for Update PSR/PSR2_SF documenation and Add FBC support (rev6)
2023-12-04 9:59 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
` (5 preceding siblings ...)
2023-12-04 14:48 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
@ 2023-12-04 17:15 ` Patchwork
2023-12-06 4:38 ` Patchwork
2023-12-07 8:04 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2023-12-04 17:15 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100278 bytes --]
== Series Details ==
Series: Update PSR/PSR2_SF documenation and Add FBC support (rev6)
URL : https://patchwork.freedesktop.org/series/127121/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13969_full -> IGTPW_10329_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_10329_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_10329_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_10329/index.html
Participating hosts (11 -> 11)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_10329_full:
### IGT changes ###
#### Possible regressions ####
* igt@gem_exec_whisper@basic-contexts-forked:
- shard-snb: [PASS][1] -> [ABORT][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb7/igt@gem_exec_whisper@basic-contexts-forked.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@gem_exec_whisper@basic-contexts-forked.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: [PASS][3] -> [INCOMPLETE][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@i915_module_load@reload-with-fault-injection.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-2/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-rkl: [PASS][5] -> [SKIP][6] +8 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* {igt@kms_psr@fbc-pr-primary-blt} (NEW):
- shard-mtlp: NOTRUN -> [SKIP][7] +94 other tests skip
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-4/igt@kms_psr@fbc-pr-primary-blt.html
* {igt@kms_psr@fbc-psr-no-drrs} (NEW):
- shard-tglu: NOTRUN -> [SKIP][8] +136 other tests skip
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-9/igt@kms_psr@fbc-psr-no-drrs.html
* {igt@kms_psr@fbc-psr2-sprite-render} (NEW):
- shard-rkl: NOTRUN -> [SKIP][9] +134 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_psr@fbc-psr2-sprite-render.html
* {igt@kms_psr@psr-cursor-render} (NEW):
- shard-dg2: NOTRUN -> [SKIP][10] +92 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_psr@psr-cursor-render.html
* {igt@kms_psr@psr2-sprite-mmap-gtt} (NEW):
- shard-dg1: NOTRUN -> [SKIP][11] +127 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_psr@psr2-sprite-mmap-gtt.html
#### Warnings ####
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-rkl: [SKIP][12] ([i915#5286]) -> [SKIP][13] +2 other tests skip
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-rkl: [SKIP][14] ([fdo#111615]) -> [SKIP][15]
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-rkl: [SKIP][16] ([i915#3359]) -> [SKIP][17]
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-rkl: [SKIP][18] ([i915#3555]) -> [SKIP][19] +1 other test skip
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-max-size.html
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-rkl: [SKIP][20] ([fdo#111825]) -> [SKIP][21]
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-rkl: [SKIP][22] ([fdo#111767] / [fdo#111825]) -> [SKIP][23]
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_hdr@static-toggle-dpms:
- shard-rkl: [SKIP][24] ([i915#3555] / [i915#8228]) -> [SKIP][25]
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_hdr@static-toggle-dpms.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_hdr@static-toggle-dpms.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@kms_ccs@pipe-a-random-ccs-data-y-tiled-gen12-rc-ccs-cc}:
- shard-rkl: [PASS][26] -> [SKIP][27]
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_ccs@pipe-a-random-ccs-data-y-tiled-gen12-rc-ccs-cc.html
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_ccs@pipe-a-random-ccs-data-y-tiled-gen12-rc-ccs-cc.html
* {igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-rc-ccs-cc}:
- shard-rkl: [SKIP][28] ([i915#5354] / [i915#6095]) -> [SKIP][29] +4 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html
* {igt@kms_ccs@pipe-c-bad-rotation-90-yf-tiled-ccs}:
- shard-rkl: NOTRUN -> [SKIP][30] +3 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_ccs@pipe-c-bad-rotation-90-yf-tiled-ccs.html
* {igt@kms_ccs@pipe-d-crc-primary-basic-yf-tiled-ccs}:
- shard-rkl: [SKIP][31] ([i915#5354]) -> [SKIP][32] +12 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_ccs@pipe-d-crc-primary-basic-yf-tiled-ccs.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_ccs@pipe-d-crc-primary-basic-yf-tiled-ccs.html
New tests
---------
New tests have been introduced between CI_DRM_13969_full and IGTPW_10329_full:
### New IGT tests (234) ###
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-exceed-sf:
- Statuses : 4 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-cursor-plane-move-continuous-sf@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-cursor-plane-update-continuous-sf:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-cursor-plane-update-continuous-sf@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-cursor-plane-update-continuous-sf@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-sf:
- Statuses : 4 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-sf@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-sf@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-sf:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf-dmg-area:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf-dmg-area@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf-dmg-area@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-plane-update-continuous-sf@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-primary-update-sf-dmg-area:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-primary-update-sf-dmg-area@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-overlay-primary-update-sf-dmg-area@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-primary-plane-update-continuous-sf-dmg-area:
- Statuses : 4 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-primary-plane-update-continuous-sf-dmg-area-big-fb:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-primary-plane-update-continuous-sf-dmg-area-big-fb@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-primary-plane-update-continuous-sf-dmg-area-big-fb@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-primary-plane-update-continuous-sf-dmg-area@pipe-a-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr2_sf@fbc-primary-plane-update-continuous-sf-dmg-area@pipe-b-edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-basic:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-cursor-blt:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-cursor-mmap-cpu:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-cursor-mmap-gtt:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-cursor-plane-move:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-cursor-plane-onoff:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-cursor-render:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-dpms:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-no-drrs:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-primary-blt:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-primary-mmap-cpu:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-primary-mmap-gtt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-primary-page-flip:
- Statuses : 3 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-primary-render:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-sprite-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-sprite-mmap-cpu:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-sprite-mmap-gtt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-sprite-plane-move:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-sprite-plane-onoff:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-sprite-render:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-pr-suspend:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-basic:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-basic@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-blt:
- Statuses : 4 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-blt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-mmap-cpu:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-mmap-cpu@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-mmap-gtt:
- Statuses : 3 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-plane-move:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-plane-move@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-plane-onoff:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-plane-onoff@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-render:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-cursor-render@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-dpms:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-no-drrs:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-no-drrs@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-primary-blt:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-primary-blt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-primary-mmap-cpu:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-primary-mmap-cpu@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-primary-mmap-gtt:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-primary-mmap-gtt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-primary-page-flip:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-primary-page-flip@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-primary-render:
- Statuses : 4 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-blt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-mmap-cpu:
- Statuses : 3 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-mmap-gtt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-mmap-gtt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-plane-move:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-plane-move@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-plane-onoff:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-plane-onoff@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-render:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-sprite-render@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-suspend:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr-suspend@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-basic:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-basic@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-blt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-mmap-cpu:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-mmap-cpu@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-mmap-gtt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-mmap-gtt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-plane-move:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-plane-move@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-plane-onoff:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-plane-onoff@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-render:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-cursor-render@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-dpms:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-dpms@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-no-drrs:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-no-drrs@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-primary-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-primary-blt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-primary-mmap-cpu:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-primary-mmap-gtt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-primary-mmap-gtt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-primary-page-flip:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-primary-page-flip@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-primary-render:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-primary-render@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-blt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-mmap-cpu:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-mmap-cpu@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-mmap-gtt:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-mmap-gtt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-plane-move:
- Statuses : 4 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-plane-onoff:
- Statuses : 4 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-plane-onoff@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-render:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-sprite-render@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-suspend:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@fbc-psr2-suspend@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-basic:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-cursor-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-cursor-mmap-cpu:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-cursor-mmap-gtt:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-cursor-plane-move:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-cursor-plane-onoff:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-cursor-render:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-dpms:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-no-drrs:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-primary-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-primary-mmap-cpu:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-primary-mmap-gtt:
- Statuses : 3 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-primary-page-flip:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-primary-render:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-sprite-blt:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-sprite-mmap-cpu:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-sprite-mmap-gtt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-sprite-plane-move:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-sprite-plane-onoff:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-sprite-render:
- Statuses : 7 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@pr-suspend:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-basic:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-basic@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-blt@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-mmap-cpu:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-mmap-cpu@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-mmap-gtt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-mmap-gtt@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-plane-move:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-plane-move@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-plane-onoff:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-plane-onoff@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-render:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-cursor-render@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-dpms:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-dpms@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-no-drrs:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-no-drrs@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-primary-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-primary-blt@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-primary-mmap-cpu:
- Statuses : 4 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-primary-mmap-cpu@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-primary-mmap-gtt:
- Statuses : 4 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-primary-page-flip:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-primary-page-flip@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-primary-render:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-primary-render@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-blt@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-mmap-cpu:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-mmap-cpu@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-mmap-gtt:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-plane-move:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-plane-move@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-plane-onoff:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-plane-onoff@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-render:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-sprite-render@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-suspend:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr-suspend@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-basic:
- Statuses : 4 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-basic@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-blt:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-blt@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-mmap-cpu:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-mmap-cpu@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-mmap-gtt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-mmap-gtt@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-plane-move:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-plane-move@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-plane-onoff:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-render:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-cursor-render@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-dpms:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-dpms@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-no-drrs:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-no-drrs@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-primary-blt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-primary-blt@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-primary-mmap-cpu:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-primary-mmap-cpu@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-primary-mmap-gtt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-primary-mmap-gtt@edp-1:
- Statuses : 1 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-primary-page-flip:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-primary-page-flip@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-primary-render:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-primary-render@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-blt:
- Statuses : 3 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-mmap-cpu:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-mmap-cpu@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-mmap-gtt:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-plane-move:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-plane-move@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-plane-onoff:
- Statuses : 5 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-plane-onoff@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-render:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-sprite-render@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-suspend:
- Statuses : 6 skip(s)
- Exec time: [0.0] s
* igt@kms_psr@psr2-suspend@edp-1:
- Statuses : 1 pass(s)
- Exec time: [0.0] s
Known issues
------------
Here are the changes found in IGTPW_10329_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-rkl: NOTRUN -> [SKIP][33] ([i915#8411])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@debugfs_test@basic-hwmon:
- shard-mtlp: NOTRUN -> [SKIP][34] ([i915#9318])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@debugfs_test@basic-hwmon.html
* igt@drm_fdinfo@busy-idle-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][35] ([i915#8414]) +5 other tests skip
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@drm_fdinfo@busy-idle-check-all@ccs0.html
* igt@drm_fdinfo@busy-idle@bcs0:
- shard-dg2: NOTRUN -> [SKIP][36] ([i915#8414]) +19 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@drm_fdinfo@busy-idle@bcs0.html
* igt@gem_ccs@suspend-resume:
- shard-dg1: NOTRUN -> [SKIP][37] ([i915#9323])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][38] ([i915#7297])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
* igt@gem_close_race@multigpu-basic-process:
- shard-dg1: NOTRUN -> [SKIP][39] ([i915#7697])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-16/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [PASS][40] -> [INCOMPLETE][41] ([i915#9364])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-11/igt@gem_create@create-ext-cpu-access-big.html
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][42] ([i915#8562])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_freq@sysfs@gt0:
- shard-dg2: NOTRUN -> [FAIL][43] ([i915#9561])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@gem_ctx_freq@sysfs@gt0.html
* igt@gem_ctx_persistence@idempotent:
- shard-snb: NOTRUN -> [SKIP][44] ([fdo#109271] / [i915#1099])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@gem_ctx_persistence@idempotent.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][45] ([i915#280])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@gem_ctx_sseu@mmap-args.html
- shard-rkl: NOTRUN -> [SKIP][46] ([i915#280])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@hibernate:
- shard-dg2: NOTRUN -> [ABORT][47] ([i915#7975] / [i915#8213])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-dg1: NOTRUN -> [FAIL][48] ([i915#5784])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@gem_eio@kms.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [PASS][49] -> [FAIL][50] ([i915#5784])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-13/igt@gem_eio@unwedge-stress.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#4812])
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#4036])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#4525])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_capture@many-4k-zero:
- shard-mtlp: NOTRUN -> [FAIL][54] ([i915#9606])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gem_exec_capture@many-4k-zero.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-rkl: NOTRUN -> [FAIL][55] ([i915#2842])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-tglu: [PASS][56] -> [FAIL][57] ([i915#2842])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-8/igt@gem_exec_fair@basic-none-share@rcs0.html
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-10/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-glk: NOTRUN -> [FAIL][58] ([i915#2842])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk8/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-glk: [PASS][59] -> [FAIL][60] ([i915#2842])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk4/igt@gem_exec_fair@basic-pace@rcs0.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk9/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-rkl: [PASS][61] -> [FAIL][62] ([i915#2842]) +4 other tests fail
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@gem_exec_fair@basic-pace@vecs0.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_fair@basic-sync:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#3539])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@gem_exec_fair@basic-sync.html
* igt@gem_exec_fair@basic-throttle:
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#3539])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_exec_fair@basic-throttle.html
* igt@gem_exec_flush@basic-batch-kernel-default-uc:
- shard-dg1: NOTRUN -> [SKIP][65] ([i915#3539] / [i915#4852])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@gem_exec_flush@basic-batch-kernel-default-uc.html
* igt@gem_exec_flush@basic-wb-prw-default:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#3539] / [i915#4852]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@gem_exec_flush@basic-wb-prw-default.html
* igt@gem_exec_gttfill@multigpu-basic:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#7697])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@gem_exec_gttfill@multigpu-basic.html
* igt@gem_exec_params@secure-non-master:
- shard-dg1: NOTRUN -> [SKIP][68] ([fdo#112283]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@gem_exec_params@secure-non-master.html
* igt@gem_exec_params@secure-non-root:
- shard-mtlp: NOTRUN -> [SKIP][69] ([fdo#112283])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@gem_exec_params@secure-non-root.html
* igt@gem_exec_reloc@basic-cpu-gtt:
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#3281])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@gem_exec_reloc@basic-cpu-gtt.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-rkl: NOTRUN -> [SKIP][71] ([i915#3281]) +4 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_reloc@basic-wc:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#3281]) +3 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_schedule@preempt-queue:
- shard-dg1: NOTRUN -> [SKIP][73] ([i915#4812])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: [PASS][74] -> [ABORT][75] ([i915#7975] / [i915#8213])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#4860])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#4613])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-rkl: NOTRUN -> [SKIP][78] ([i915#4613]) +2 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][79] ([i915#4565]) +1 other test skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-glk: NOTRUN -> [SKIP][80] ([fdo#109271] / [i915#4613]) +3 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk3/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][81] ([i915#3282]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_mmap@bad-size:
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#4083]) +3 other tests skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@gem_mmap@bad-size.html
* igt@gem_mmap@big-bo:
- shard-dg2: NOTRUN -> [SKIP][83] ([i915#4083]) +4 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_mmap@big-bo.html
* igt@gem_mmap_gtt@cpuset-medium-copy-xy:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#4077]) +7 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
- shard-dg1: NOTRUN -> [SKIP][85] ([i915#4077]) +7 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
* igt@gem_mmap_wc@read:
- shard-dg1: NOTRUN -> [SKIP][86] ([i915#4083]) +5 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-16/igt@gem_mmap_wc@read.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#3282]) +4 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_partial_pwrite_pread@write-display:
- shard-rkl: NOTRUN -> [SKIP][88] ([i915#3282]) +3 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_partial_pwrite_pread@write-display.html
* igt@gem_pread@exhaustion:
- shard-glk: NOTRUN -> [WARN][89] ([i915#2658])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk3/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-random:
- shard-dg1: NOTRUN -> [SKIP][90] ([i915#3282]) +2 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@gem_pwrite@basic-random.html
* igt@gem_pxp@create-protected-buffer:
- shard-dg2: NOTRUN -> [SKIP][91] ([i915#4270]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@create-regular-context-1:
- shard-tglu: NOTRUN -> [SKIP][92] ([i915#4270])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@gem_pxp@create-regular-context-1.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-mtlp: NOTRUN -> [SKIP][93] ([i915#4270])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@reject-modify-context-protection-off-2:
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#4270]) +2 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_pxp@reject-modify-context-protection-off-2.html
* igt@gem_render_copy@yf-tiled-ccs-to-y-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][95] ([i915#8428]) +2 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled-ccs.html
* igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][96] ([i915#5190]) +10 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][97] ([i915#4079]) +1 other test skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
- shard-dg1: NOTRUN -> [SKIP][98] ([i915#4079])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_pwrite:
- shard-mtlp: NOTRUN -> [SKIP][99] ([i915#4079]) +1 other test skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][100] ([i915#4885])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-mtlp: NOTRUN -> [SKIP][101] ([i915#3297])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg1: NOTRUN -> [SKIP][102] ([i915#3297] / [i915#4880])
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-rkl: NOTRUN -> [SKIP][103] ([i915#3297])
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen3_mixed_blits:
- shard-dg2: NOTRUN -> [SKIP][104] ([fdo#109289])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@gen3_mixed_blits.html
* igt@gen7_exec_parse@basic-allocation:
- shard-dg1: NOTRUN -> [SKIP][105] ([fdo#109289])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@basic-allowed:
- shard-mtlp: NOTRUN -> [SKIP][106] ([fdo#109289]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@gen7_exec_parse@basic-allowed.html
* igt@gen7_exec_parse@load-register-reg:
- shard-rkl: NOTRUN -> [SKIP][107] ([fdo#109289])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@gen7_exec_parse@load-register-reg.html
* igt@gen9_exec_parse@allowed-single:
- shard-glk: [PASS][108] -> [INCOMPLETE][109] ([i915#5566])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk2/igt@gen9_exec_parse@allowed-single.html
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk6/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-without-end:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#2856]) +2 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@gen9_exec_parse@batch-without-end.html
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#2527])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-oversize:
- shard-dg1: NOTRUN -> [SKIP][112] ([i915#2527]) +1 other test skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-16/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@valid-registers:
- shard-mtlp: NOTRUN -> [SKIP][113] ([i915#2856]) +1 other test skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gen9_exec_parse@valid-registers.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][114] ([i915#8399]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][115] ([i915#6245])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-known-pci-ids:
- shard-mtlp: NOTRUN -> [SKIP][116] ([fdo#109303])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@i915_query@query-topology-known-pci-ids.html
* igt@i915_selftest@mock@memory_region:
- shard-snb: NOTRUN -> [DMESG-WARN][117] ([i915#9311])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@i915_selftest@mock@memory_region.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][118] ([i915#4212])
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@crc@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [FAIL][119] ([i915#8247]) +3 other tests fail
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html
* igt@kms_async_flips@crc@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [FAIL][120] ([i915#8247]) +3 other tests fail
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_async_flips@crc@pipe-d-dp-4.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#9531])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][122] ([fdo#109271] / [i915#1769]) +1 other test skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][123] ([fdo#111614]) +2 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][124] ([i915#5286]) +1 other test skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg1: NOTRUN -> [SKIP][125] ([i915#4538] / [i915#5286]) +2 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][126] ([fdo#111614]) +1 other test skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][127] ([i915#3638]) +2 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][128] ([fdo#111614] / [i915#3638]) +1 other test skip
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][129] ([fdo#111614])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-4/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: [PASS][130] -> [FAIL][131] ([i915#3743]) +1 other test fail
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-mtlp: NOTRUN -> [SKIP][132] ([fdo#111615]) +3 other tests skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][133] ([fdo#110723])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][134] ([fdo#111615])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#4538] / [i915#5190]) +2 other tests skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][136] ([i915#4538])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-rkl: NOTRUN -> [SKIP][137] ([fdo#111615])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_cdclk@plane-scaling@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][138] ([i915#4087]) +3 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-dg1: NOTRUN -> [SKIP][139] ([fdo#111827])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@degamma:
- shard-dg2: NOTRUN -> [SKIP][140] ([fdo#111827])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#7828]) +5 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][142] ([i915#7828]) +4 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#7828])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
- shard-mtlp: NOTRUN -> [SKIP][144] ([i915#7828]) +2 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#3299])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg1: NOTRUN -> [SKIP][146] ([i915#3299]) +1 other test skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#7118]) +1 other test skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#3555]) +12 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
- shard-tglu: NOTRUN -> [SKIP][149] ([i915#3555])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-10/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2: NOTRUN -> [SKIP][150] ([i915#3359])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-mtlp: NOTRUN -> [SKIP][151] ([i915#3359]) +1 other test skip
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#3555]) +4 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg1: NOTRUN -> [SKIP][153] ([i915#3359])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg1: NOTRUN -> [SKIP][154] ([i915#4103] / [i915#4213])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-mtlp: NOTRUN -> [SKIP][155] ([i915#3546]) +1 other test skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-dg2: NOTRUN -> [SKIP][156] ([fdo#109274] / [i915#5354]) +3 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-dg2: NOTRUN -> [SKIP][157] ([fdo#109274] / [fdo#111767] / [i915#5354])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#3804])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#8812])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-rkl: NOTRUN -> [SKIP][160] ([i915#3840])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp.html
- shard-tglu: NOTRUN -> [SKIP][161] ([i915#3840])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg2: NOTRUN -> [SKIP][162] ([i915#3555] / [i915#3840])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#3555] / [i915#3840]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-tglu: NOTRUN -> [SKIP][164] ([i915#3469])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-4/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-mtlp: NOTRUN -> [SKIP][165] ([i915#3637]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-dg1: NOTRUN -> [SKIP][166] ([fdo#111767] / [fdo#111825])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#8381]) +1 other test skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-dg2: NOTRUN -> [SKIP][168] ([fdo#109274] / [fdo#111767])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-dg2: NOTRUN -> [SKIP][169] ([fdo#109274]) +3 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_flip@2x-plain-flip-fb-recreate.html
- shard-rkl: NOTRUN -> [SKIP][170] ([fdo#111825]) +2 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip@bo-too-big-interruptible:
- shard-rkl: NOTRUN -> [SKIP][171] ([i915#3637]) +2 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_flip@bo-too-big-interruptible.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][172] ([i915#8381])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][173] ([i915#2672]) +8 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][174] ([i915#2672]) +3 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#2587] / [i915#2672]) +1 other test skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#8810])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-rkl: NOTRUN -> [SKIP][177] ([fdo#109285])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite:
- shard-rkl: [PASS][178] -> [SKIP][179] ([i915#1849] / [i915#5354]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#8708]) +17 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt:
- shard-dg1: NOTRUN -> [SKIP][181] ([fdo#111825]) +16 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][182] ([i915#1825]) +8 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][183] ([fdo#109280]) +6 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg2: NOTRUN -> [FAIL][184] ([i915#6880])
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#3458]) +12 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-rkl: NOTRUN -> [SKIP][186] ([i915#1849] / [i915#5354]) +1 other test skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][187] ([i915#8708]) +4 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][188] ([fdo#111825] / [i915#1825]) +14 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][189] ([i915#3023]) +10 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][190] ([i915#8708]) +6 other tests skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][191] ([fdo#110189])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
- shard-dg1: NOTRUN -> [SKIP][192] ([i915#3458]) +8 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt:
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#5354]) +23 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-dg2: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#8228])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#8228]) +1 other test skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle:
- shard-rkl: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#8228])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_hdr@static-toggle.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#6301])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_panel_fitting@atomic-fastset.html
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#6301]) +1 other test skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@pixel-format:
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#8825])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_plane@pixel-format.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][200] ([i915#4573]) +1 other test fail
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk4/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-x@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][201] ([i915#3582]) +3 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@kms_plane_lowres@tiling-x@pipe-c-edp-1.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg1: NOTRUN -> [SKIP][202] ([i915#3555]) +2 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [FAIL][203] ([i915#8292])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@invalid-num-scalers:
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#3555] / [i915#6953] / [i915#8152])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_plane_scaling@invalid-num-scalers.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][205] ([i915#5235]) +3 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#5235]) +7 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][207] ([i915#5235]) +5 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_prime@basic-crc-vgem:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#6524])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][209] ([i915#9683])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#9683]) +1 other test skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][211] ([fdo#111068] / [i915#9683])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#9683])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html
* {igt@kms_psr@fbc-psr2-cursor-mmap-gtt} (NEW):
- shard-glk: NOTRUN -> [SKIP][213] ([fdo#109271]) +228 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk8/igt@kms_psr@fbc-psr2-cursor-mmap-gtt.html
* {igt@kms_psr@psr-sprite-blt} (NEW):
- shard-snb: NOTRUN -> [SKIP][214] ([fdo#109271]) +247 other tests skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb4/igt@kms_psr@psr-sprite-blt.html
* {igt@kms_psr@psr2-primary-mmap-gtt@edp-1} (NEW):
- shard-mtlp: NOTRUN -> [SKIP][215] ([i915#4077]) +4 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@kms_psr@psr2-primary-mmap-gtt@edp-1.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][216] ([i915#5289])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#4235])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-rkl: [PASS][218] -> [ABORT][219] ([i915#8875])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg1: NOTRUN -> [SKIP][220] ([fdo#111615] / [i915#5289])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-mtlp: NOTRUN -> [SKIP][221] ([i915#4235])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_sysfs_edid_timing:
- shard-dg1: NOTRUN -> [FAIL][222] ([IGT#2] / [i915#6493])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_sysfs_edid_timing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#8623])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-rkl: NOTRUN -> [SKIP][224] ([i915#2437])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf_pmu@faulting-read@gtt:
- shard-mtlp: NOTRUN -> [SKIP][225] ([i915#8440])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-4/igt@perf_pmu@faulting-read@gtt.html
* igt@perf_pmu@frequency@gt0:
- shard-glk: [PASS][226] -> [SKIP][227] ([fdo#109271])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk9/igt@perf_pmu@frequency@gt0.html
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk1/igt@perf_pmu@frequency@gt0.html
- shard-snb: [PASS][228] -> [SKIP][229] ([fdo#109271])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb6/igt@perf_pmu@frequency@gt0.html
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb4/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: NOTRUN -> [SKIP][230] ([i915#5608] / [i915#8516])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@perf_pmu@rc6-all-gts.html
- shard-dg1: NOTRUN -> [SKIP][231] ([i915#8516])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@perf_pmu@rc6-all-gts.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg1: NOTRUN -> [SKIP][232] ([i915#3708] / [i915#4077])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][233] ([i915#3291] / [i915#3708]) +1 other test skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@prime_vgem@basic-fence-read.html
- shard-rkl: NOTRUN -> [SKIP][234] ([fdo#109295] / [i915#3291] / [i915#3708])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-read:
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#3708]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-4/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- shard-dg1: NOTRUN -> [SKIP][236] ([i915#3708])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@prime_vgem@basic-write.html
* igt@prime_vgem@fence-flip-hang:
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#3708])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@prime_vgem@fence-flip-hang.html
- shard-tglu: NOTRUN -> [SKIP][238] ([fdo#109295])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@prime_vgem@fence-flip-hang.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-snb: NOTRUN -> [FAIL][239] ([i915#9779])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@syncobj_wait@invalid-wait-zero-handles.html
* igt@v3d/v3d_job_submission@array-job-submission:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#2575]) +6 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@v3d/v3d_job_submission@array-job-submission.html
* igt@v3d/v3d_submit_csd@bad-multisync-extension:
- shard-dg1: NOTRUN -> [SKIP][241] ([i915#2575]) +2 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@v3d/v3d_submit_csd@bad-multisync-extension.html
* igt@v3d/v3d_submit_csd@single-out-sync:
- shard-rkl: NOTRUN -> [SKIP][242] ([fdo#109315]) +7 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@v3d/v3d_submit_csd@single-out-sync.html
* igt@v3d/v3d_wait_bo@used-bo:
- shard-mtlp: NOTRUN -> [SKIP][243] ([i915#2575]) +3 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@v3d/v3d_wait_bo@used-bo.html
* igt@vc4/vc4_perfmon@destroy-invalid-perfmon:
- shard-mtlp: NOTRUN -> [SKIP][244] ([i915#7711]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@vc4/vc4_perfmon@destroy-invalid-perfmon.html
* igt@vc4/vc4_perfmon@destroy-valid-perfmon:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#7711]) +6 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html
* igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged:
- shard-dg1: NOTRUN -> [SKIP][246] ([i915#7711]) +3 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged.html
* igt@vc4/vc4_tiling@set-get:
- shard-rkl: NOTRUN -> [SKIP][247] ([i915#7711]) +4 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@vc4/vc4_tiling@set-get.html
#### Possible fixes ####
* igt@fbdev@info:
- shard-rkl: [SKIP][248] ([i915#1849] / [i915#2582]) -> [PASS][249]
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@fbdev@info.html
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@fbdev@info.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
- shard-dg2: [INCOMPLETE][250] ([i915#7297]) -> [PASS][251]
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
* igt@gem_eio@create:
- shard-mtlp: [ABORT][252] ([i915#9262]) -> [PASS][253]
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-4/igt@gem_eio@create.html
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@gem_eio@create.html
* igt@gem_eio@reset-stress:
- shard-dg1: [FAIL][254] ([i915#5784]) -> [PASS][255]
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-18/igt@gem_eio@reset-stress.html
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_eio@reset-stress.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-rkl: [FAIL][256] ([i915#2842]) -> [PASS][257]
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@gem_exec_fair@basic-none@vcs0.html
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [FAIL][258] ([i915#2842]) -> [PASS][259]
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-tglu: [FAIL][260] ([i915#2842]) -> [PASS][261] +1 other test pass
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-5/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-snb: [INCOMPLETE][262] ([i915#9200]) -> [PASS][263]
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb1/igt@i915_module_load@reload-with-fault-injection.html
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing@pipe-a-edp-1:
- shard-mtlp: [DMESG-WARN][264] ([i915#2017] / [i915#9157]) -> [PASS][265]
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-7/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing@pipe-a-edp-1.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: [FAIL][266] ([i915#5138]) -> [PASS][267]
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_cursor_legacy@cursor-vs-flip-varying-size:
- shard-snb: [ABORT][268] -> [PASS][269]
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb2/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb6/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [FAIL][270] ([i915#2346]) -> [PASS][271]
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@single-bo@all-pipes:
- shard-mtlp: [DMESG-WARN][272] ([i915#2017]) -> [PASS][273]
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-4/igt@kms_cursor_legacy@single-bo@all-pipes.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@kms_cursor_legacy@single-bo@all-pipes.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-tglu: [INCOMPLETE][274] ([i915#8797]) -> [PASS][275]
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-3/igt@kms_fbcon_fbt@fbc-suspend.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-8/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-rkl: [SKIP][276] ([i915#1849] / [i915#5354]) -> [PASS][277] +18 other tests pass
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite:
- shard-dg2: [FAIL][278] ([i915#6880]) -> [PASS][279]
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html
* {igt@kms_pm_rpm@i2c}:
- shard-dg2: [FAIL][280] ([i915#8717]) -> [PASS][281]
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-2/igt@kms_pm_rpm@i2c.html
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_pm_rpm@i2c.html
* {igt@kms_pm_rpm@modeset-non-lpsp}:
- shard-rkl: [SKIP][282] ([i915#9519]) -> [PASS][283] +4 other tests pass
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html
* {igt@kms_pm_rpm@system-suspend-modeset}:
- shard-rkl: [SKIP][284] ([fdo#109308]) -> [PASS][285]
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_pm_rpm@system-suspend-modeset.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_properties@plane-properties-legacy:
- shard-rkl: [SKIP][286] ([i915#1849]) -> [PASS][287] +4 other tests pass
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_properties@plane-properties-legacy.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_properties@plane-properties-legacy.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-rkl: [SKIP][288] -> [PASS][289] +43 other tests pass
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_rotation_crc@primary-rotation-90.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][290] ([i915#9196]) -> [PASS][291]
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [FAIL][292] ([i915#4349]) -> [PASS][293]
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: [FAIL][294] ([i915#4349]) -> [PASS][295] +3 other tests pass
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-2/igt@perf_pmu@busy-double-start@vecs1.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@frequency@gt0:
- shard-dg2: [FAIL][296] ([i915#6806]) -> [PASS][297]
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-6/igt@perf_pmu@frequency@gt0.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@perf_pmu@frequency@gt0.html
* igt@prime_vgem@basic-fence-flip:
- shard-rkl: [SKIP][298] ([fdo#109295] / [i915#3708]) -> [PASS][299]
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@prime_vgem@basic-fence-flip.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@prime_vgem@basic-fence-flip.html
#### Warnings ####
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-tglu: [FAIL][300] ([i915#2842]) -> [FAIL][301] ([i915#2876])
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-10/igt@gem_exec_fair@basic-pace@rcs0.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-4/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: [SKIP][302] -> [SKIP][303] ([i915#1769] / [i915#3555])
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: [SKIP][304] -> [SKIP][305] ([i915#5286]) +5 other tests skip
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: [SKIP][306] -> [SKIP][307] ([fdo#111614] / [i915#3638]) +5 other tests skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_big_fb@linear-64bpp-rotate-90.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-rkl: [SKIP][308] -> [SKIP][309] ([fdo#110723]) +8 other tests skip
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_content_protection@atomic:
- shard-rkl: [SKIP][310] -> [SKIP][311] ([i915#7118]) +1 other test skip
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_content_protection@atomic.html
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_content_protection@atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-rkl: [SKIP][312] -> [SKIP][313] ([fdo#111825]) +7 other tests skip
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: [SKIP][314] -> [SKIP][315] ([i915#4103])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: [SKIP][316] -> [SKIP][317] ([i915#3555] / [i915#3840])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_dsc@dsc-with-bpc-formats.html
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_fbcon_fbt@psr:
- shard-rkl: [SKIP][318] ([i915#3955]) -> [SKIP][319] ([fdo#110189] / [i915#3955])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_fbcon_fbt@psr.html
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_fbcon_fbt@psr.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][320] ([fdo#110189] / [i915#3955]) -> [SKIP][321] ([i915#3955])
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt:
- shard-rkl: [SKIP][322] ([i915#1849] / [i915#5354]) -> [SKIP][323] ([i915#3023]) +31 other tests skip
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
- shard-rkl: [SKIP][324] ([i915#3023]) -> [SKIP][325] ([i915#1849] / [i915#5354]) +7 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: [SKIP][326] ([i915#1849] / [i915#5354]) -> [SKIP][327] ([fdo#111825])
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
- shard-rkl: [SKIP][328] ([fdo#111825] / [i915#1825]) -> [SKIP][329] ([i915#1849] / [i915#5354]) +14 other tests skip
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt:
- shard-rkl: [SKIP][330] ([i915#1849] / [i915#5354]) -> [SKIP][331] ([fdo#111825] / [i915#1825]) +47 other tests skip
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-rkl: [SKIP][332] -> [SKIP][333] ([i915#3555] / [i915#8228])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_hdr@invalid-metadata-sizes.html
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][334] ([i915#4070] / [i915#4816]) -> [SKIP][335] ([i915#4816])
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: [SKIP][336] -> [SKIP][337] ([i915#3555]) +5 other tests skip
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_plane_multiple@tiling-yf.html
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html
* igt@perf_pmu@frequency@gt0:
- shard-dg1: [FAIL][338] ([i915#6806]) -> [SKIP][339] ([i915#9432])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-18/igt@perf_pmu@frequency@gt0.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@perf_pmu@frequency@gt0.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303
[fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: h
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/index.html
[-- Attachment #2: Type: text/html, Size: 116479 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* [igt-dev] ✗ Fi.CI.IGT: failure for Update PSR/PSR2_SF documenation and Add FBC support (rev6)
2023-12-04 9:59 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
` (6 preceding siblings ...)
2023-12-04 17:15 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2023-12-06 4:38 ` Patchwork
2023-12-07 8:04 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2023-12-06 4:38 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 96981 bytes --]
== Series Details ==
Series: Update PSR/PSR2_SF documenation and Add FBC support (rev6)
URL : https://patchwork.freedesktop.org/series/127121/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_13969_full -> IGTPW_10329_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_10329_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_10329_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_10329/index.html
Participating hosts (11 -> 12)
------------------------------
Additional (1): shard-glk-0
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_10329_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@i915_module_load@reload-with-fault-injection.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-2/igt@i915_module_load@reload-with-fault-injection.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* {igt@kms_psr@fbc-pr-primary-blt}:
- shard-mtlp: NOTRUN -> [SKIP][3] +94 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-4/igt@kms_psr@fbc-pr-primary-blt.html
* {igt@kms_psr@fbc-psr-no-drrs}:
- shard-tglu: NOTRUN -> [SKIP][4] +136 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-9/igt@kms_psr@fbc-psr-no-drrs.html
* {igt@kms_psr@psr-cursor-render}:
- shard-dg2: NOTRUN -> [SKIP][5] +92 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_psr@psr-cursor-render.html
* {igt@kms_psr@psr2-sprite-mmap-gtt}:
- shard-dg1: NOTRUN -> [SKIP][6] +127 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_psr@psr2-sprite-mmap-gtt.html
Known issues
------------
Here are the changes found in IGTPW_10329_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#8411])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@debugfs_test@basic-hwmon:
- shard-mtlp: NOTRUN -> [SKIP][8] ([i915#9318])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@debugfs_test@basic-hwmon.html
* igt@drm_fdinfo@busy-idle-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8414]) +5 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@drm_fdinfo@busy-idle-check-all@ccs0.html
* igt@drm_fdinfo@busy-idle@bcs0:
- shard-dg2: NOTRUN -> [SKIP][10] ([i915#8414]) +19 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@drm_fdinfo@busy-idle@bcs0.html
* igt@gem_ccs@suspend-resume:
- shard-dg1: NOTRUN -> [SKIP][11] ([i915#9323])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][12] ([i915#7297])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
* igt@gem_close_race@multigpu-basic-process:
- shard-dg1: NOTRUN -> [SKIP][13] ([i915#7697])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-16/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [PASS][14] -> [INCOMPLETE][15] ([i915#9364])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-11/igt@gem_create@create-ext-cpu-access-big.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][16] ([i915#8562])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_freq@sysfs@gt0:
- shard-dg2: NOTRUN -> [FAIL][17] ([i915#9561])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@gem_ctx_freq@sysfs@gt0.html
* igt@gem_ctx_persistence@idempotent:
- shard-snb: NOTRUN -> [SKIP][18] ([fdo#109271] / [i915#1099])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@gem_ctx_persistence@idempotent.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#280])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@gem_ctx_sseu@mmap-args.html
- shard-rkl: NOTRUN -> [SKIP][20] ([i915#280])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@hibernate:
- shard-dg2: NOTRUN -> [ABORT][21] ([i915#7975] / [i915#8213])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-dg1: NOTRUN -> [FAIL][22] ([i915#5784])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@gem_eio@kms.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [PASS][23] -> [FAIL][24] ([i915#5784])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-13/igt@gem_eio@unwedge-stress.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#4812])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg1: NOTRUN -> [SKIP][26] ([i915#4036])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-rkl: NOTRUN -> [SKIP][27] ([i915#4525])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_capture@many-4k-zero:
- shard-mtlp: NOTRUN -> [FAIL][28] ([i915#9606])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gem_exec_capture@many-4k-zero.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-rkl: NOTRUN -> [FAIL][29] ([i915#2842])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-tglu: [PASS][30] -> [FAIL][31] ([i915#2842])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-8/igt@gem_exec_fair@basic-none-share@rcs0.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-10/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-glk: NOTRUN -> [FAIL][32] ([i915#2842])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk8/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-glk: [PASS][33] -> [FAIL][34] ([i915#2842])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk4/igt@gem_exec_fair@basic-pace@rcs0.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk9/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-rkl: [PASS][35] -> [FAIL][36] ([i915#2842]) +4 other tests fail
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@gem_exec_fair@basic-pace@vecs0.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_fair@basic-sync:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#3539])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@gem_exec_fair@basic-sync.html
* igt@gem_exec_fair@basic-throttle:
- shard-dg1: NOTRUN -> [SKIP][38] ([i915#3539])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_exec_fair@basic-throttle.html
* igt@gem_exec_flush@basic-batch-kernel-default-uc:
- shard-dg1: NOTRUN -> [SKIP][39] ([i915#3539] / [i915#4852])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@gem_exec_flush@basic-batch-kernel-default-uc.html
* igt@gem_exec_flush@basic-wb-prw-default:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#3539] / [i915#4852]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@gem_exec_flush@basic-wb-prw-default.html
* igt@gem_exec_gttfill@multigpu-basic:
- shard-dg2: NOTRUN -> [SKIP][41] ([i915#7697])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@gem_exec_gttfill@multigpu-basic.html
* igt@gem_exec_params@secure-non-master:
- shard-dg1: NOTRUN -> [SKIP][42] ([fdo#112283]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@gem_exec_params@secure-non-master.html
* igt@gem_exec_params@secure-non-root:
- shard-mtlp: NOTRUN -> [SKIP][43] ([fdo#112283])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@gem_exec_params@secure-non-root.html
* igt@gem_exec_reloc@basic-cpu-gtt:
- shard-dg1: NOTRUN -> [SKIP][44] ([i915#3281])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@gem_exec_reloc@basic-cpu-gtt.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-rkl: NOTRUN -> [SKIP][45] ([i915#3281]) +4 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_reloc@basic-wc:
- shard-dg2: NOTRUN -> [SKIP][46] ([i915#3281]) +3 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_schedule@preempt-queue:
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#4812])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: [PASS][48] -> [ABORT][49] ([i915#7975] / [i915#8213])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_exec_whisper@basic-contexts-forked:
- shard-snb: [PASS][50] -> [ABORT][51] ([i915#8852])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb7/igt@gem_exec_whisper@basic-contexts-forked.html
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@gem_exec_whisper@basic-contexts-forked.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4860])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4613])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-rkl: NOTRUN -> [SKIP][54] ([i915#4613]) +2 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][55] ([i915#4565]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-glk: NOTRUN -> [SKIP][56] ([fdo#109271] / [i915#4613]) +3 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk3/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#3282]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_mmap@bad-size:
- shard-mtlp: NOTRUN -> [SKIP][58] ([i915#4083]) +3 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@gem_mmap@bad-size.html
* igt@gem_mmap@big-bo:
- shard-dg2: NOTRUN -> [SKIP][59] ([i915#4083]) +4 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_mmap@big-bo.html
* igt@gem_mmap_gtt@cpuset-medium-copy-xy:
- shard-dg2: NOTRUN -> [SKIP][60] ([i915#4077]) +7 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
- shard-dg1: NOTRUN -> [SKIP][61] ([i915#4077]) +7 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
* igt@gem_mmap_wc@read:
- shard-dg1: NOTRUN -> [SKIP][62] ([i915#4083]) +5 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-16/igt@gem_mmap_wc@read.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#3282]) +4 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_partial_pwrite_pread@write-display:
- shard-rkl: NOTRUN -> [SKIP][64] ([i915#3282]) +3 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_partial_pwrite_pread@write-display.html
* igt@gem_pread@exhaustion:
- shard-glk: NOTRUN -> [WARN][65] ([i915#2658])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk3/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-random:
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#3282]) +2 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@gem_pwrite@basic-random.html
* igt@gem_pxp@create-protected-buffer:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4270]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@create-regular-context-1:
- shard-tglu: NOTRUN -> [SKIP][68] ([i915#4270])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@gem_pxp@create-regular-context-1.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4270])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@reject-modify-context-protection-off-2:
- shard-rkl: NOTRUN -> [SKIP][70] ([i915#4270]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_pxp@reject-modify-context-protection-off-2.html
* igt@gem_render_copy@yf-tiled-ccs-to-y-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#8428]) +2 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled-ccs.html
* igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#5190]) +10 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#4079]) +1 other test skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#4079])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_pwrite:
- shard-mtlp: NOTRUN -> [SKIP][75] ([i915#4079]) +1 other test skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#4885])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#3297])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg1: NOTRUN -> [SKIP][78] ([i915#3297] / [i915#4880])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-rkl: NOTRUN -> [SKIP][79] ([i915#3297])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen3_mixed_blits:
- shard-dg2: NOTRUN -> [SKIP][80] ([fdo#109289])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@gen3_mixed_blits.html
* igt@gen7_exec_parse@basic-allocation:
- shard-dg1: NOTRUN -> [SKIP][81] ([fdo#109289])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@basic-allowed:
- shard-mtlp: NOTRUN -> [SKIP][82] ([fdo#109289]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@gen7_exec_parse@basic-allowed.html
* igt@gen7_exec_parse@load-register-reg:
- shard-rkl: NOTRUN -> [SKIP][83] ([fdo#109289])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@gen7_exec_parse@load-register-reg.html
* igt@gen9_exec_parse@allowed-single:
- shard-glk: [PASS][84] -> [INCOMPLETE][85] ([i915#5566])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk2/igt@gen9_exec_parse@allowed-single.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk6/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-without-end:
- shard-dg2: NOTRUN -> [SKIP][86] ([i915#2856]) +2 other tests skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@gen9_exec_parse@batch-without-end.html
- shard-rkl: NOTRUN -> [SKIP][87] ([i915#2527])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-oversize:
- shard-dg1: NOTRUN -> [SKIP][88] ([i915#2527]) +1 other test skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-16/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@valid-registers:
- shard-mtlp: NOTRUN -> [SKIP][89] ([i915#2856]) +1 other test skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gen9_exec_parse@valid-registers.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][90] ([i915#8399]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0:
- shard-dg1: NOTRUN -> [FAIL][91] ([i915#3591])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][92] ([i915#6245])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-known-pci-ids:
- shard-mtlp: NOTRUN -> [SKIP][93] ([fdo#109303])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@i915_query@query-topology-known-pci-ids.html
* igt@i915_selftest@mock@memory_region:
- shard-snb: NOTRUN -> [DMESG-WARN][94] ([i915#9311])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@i915_selftest@mock@memory_region.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][95] ([i915#4212])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc:
- shard-mtlp: NOTRUN -> [SKIP][96] ([i915#8709]) +11 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-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][97] ([i915#8709]) +3 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/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-b-hdmi-a-4-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][98] ([i915#8709]) +7 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html
* igt@kms_async_flips@crc@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [FAIL][99] ([i915#8247]) +3 other tests fail
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html
* igt@kms_async_flips@crc@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [FAIL][100] ([i915#8247]) +3 other tests fail
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_async_flips@crc@pipe-d-dp-4.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#9531])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][102] ([fdo#109271] / [i915#1769]) +1 other test skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-transition:
- shard-rkl: NOTRUN -> [SKIP][103] ([CI#100]) +17 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_atomic_transition@plane-all-transition.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][104] ([fdo#111614]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][105] ([i915#5286]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg1: NOTRUN -> [SKIP][106] ([i915#4538] / [i915#5286]) +2 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][107] ([fdo#111614]) +1 other test skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][108] ([i915#3638]) +2 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][109] ([fdo#111614] / [i915#3638]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][110] ([fdo#111614])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-4/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-rkl: [PASS][111] -> [SKIP][112] ([CI#100]) +9 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: [PASS][113] -> [FAIL][114] ([i915#3743]) +1 other test fail
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-mtlp: NOTRUN -> [SKIP][115] ([fdo#111615]) +3 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][116] ([fdo#110723])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][117] ([fdo#111615])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][118] ([i915#4538] / [i915#5190]) +2 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][119] ([i915#4538])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-rkl: NOTRUN -> [SKIP][120] ([fdo#111615])
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_ccs@pipe-a-bad-aux-stride-4-tiled-mtl-rc-ccs-cc:
- shard-dg1: NOTRUN -> [SKIP][121] ([i915#5354] / [i915#6095]) +23 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_ccs@pipe-a-bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-yf-tiled-ccs:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#5354] / [i915#6095]) +8 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-yf-tiled-ccs.html
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-y-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#5354] / [i915#6095]) +9 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y-tiled-ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#5354]) +57 other tests skip
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
- shard-rkl: NOTRUN -> [SKIP][125] ([i915#5354]) +9 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_cdclk@mode-transition:
- shard-glk: NOTRUN -> [SKIP][126] ([fdo#109271]) +141 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk6/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@plane-scaling@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][127] ([i915#4087]) +3 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-dg1: NOTRUN -> [SKIP][128] ([fdo#111827])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@degamma:
- shard-dg2: NOTRUN -> [SKIP][129] ([fdo#111827])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-dg2: NOTRUN -> [SKIP][130] ([i915#7828]) +5 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][131] ([i915#7828]) +4 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-dg1: NOTRUN -> [SKIP][132] ([i915#7828])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
- shard-mtlp: NOTRUN -> [SKIP][133] ([i915#7828]) +2 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-mtlp: NOTRUN -> [SKIP][134] ([i915#3299])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg1: NOTRUN -> [SKIP][135] ([i915#3299]) +1 other test skip
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][136] ([i915#7118]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#3555]) +12 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
- shard-tglu: NOTRUN -> [SKIP][138] ([i915#3555])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-10/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2: NOTRUN -> [SKIP][139] ([i915#3359])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-mtlp: NOTRUN -> [SKIP][140] ([i915#3359]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#3555]) +4 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg1: NOTRUN -> [SKIP][142] ([i915#3359])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg1: NOTRUN -> [SKIP][143] ([i915#4103] / [i915#4213])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-mtlp: NOTRUN -> [SKIP][144] ([i915#3546]) +1 other test skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-dg2: NOTRUN -> [SKIP][145] ([fdo#109274] / [i915#5354]) +3 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-dg2: NOTRUN -> [SKIP][146] ([fdo#109274] / [fdo#111767] / [i915#5354])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][147] ([i915#9723])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#3804])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#8812])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-rkl: NOTRUN -> [SKIP][150] ([i915#3840])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp.html
- shard-tglu: NOTRUN -> [SKIP][151] ([i915#3840])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#3555] / [i915#3840])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-dg1: NOTRUN -> [SKIP][153] ([i915#3555] / [i915#3840]) +1 other test skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-tglu: NOTRUN -> [SKIP][154] ([i915#3469])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-4/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-2x:
- shard-dg1: NOTRUN -> [SKIP][155] ([i915#1839])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#1839])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_feature_discovery@display-4x.html
- shard-tglu: NOTRUN -> [SKIP][157] ([i915#1839])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-2/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: NOTRUN -> [SKIP][158] ([i915#9337])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr2:
- shard-dg1: NOTRUN -> [SKIP][159] ([i915#658])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@kms_feature_discovery@psr2.html
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#658])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-mtlp: NOTRUN -> [SKIP][161] ([i915#3637]) +1 other test skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-dg1: NOTRUN -> [SKIP][162] ([fdo#111767] / [fdo#111825])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][163] ([i915#8381]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-dg2: NOTRUN -> [SKIP][164] ([fdo#109274] / [fdo#111767])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-dg2: NOTRUN -> [SKIP][165] ([fdo#109274]) +3 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_flip@2x-plain-flip-fb-recreate.html
- shard-rkl: NOTRUN -> [SKIP][166] ([fdo#111825]) +2 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip@bo-too-big-interruptible:
- shard-rkl: NOTRUN -> [SKIP][167] ([i915#3637]) +2 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_flip@bo-too-big-interruptible.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][168] ([i915#8381])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#2672]) +8 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][170] ([i915#2672]) +3 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][171] ([i915#2587] / [i915#2672]) +1 other test skip
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][172] ([i915#8810])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-rkl: NOTRUN -> [SKIP][173] ([fdo#109285])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite:
- shard-rkl: [PASS][174] -> [SKIP][175] ([i915#1849] / [i915#5354]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][176] ([i915#8708]) +17 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt:
- shard-dg1: NOTRUN -> [SKIP][177] ([fdo#111825]) +16 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][178] ([i915#1825]) +8 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][179] ([fdo#109280]) +6 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg2: NOTRUN -> [FAIL][180] ([i915#6880])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#3458]) +12 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-rkl: NOTRUN -> [SKIP][182] ([i915#1849] / [i915#5354]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][183] ([i915#8708]) +4 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][184] ([fdo#111825] / [i915#1825]) +14 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#3023]) +10 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#8708]) +6 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][187] ([fdo#110189])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
- shard-dg1: NOTRUN -> [SKIP][188] ([i915#3458]) +8 other tests skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-dg2: NOTRUN -> [SKIP][189] ([i915#3555] / [i915#8228])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][190] ([i915#3555] / [i915#8228]) +1 other test skip
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle:
- shard-rkl: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#8228])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_hdr@static-toggle.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#6301])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_panel_fitting@atomic-fastset.html
- shard-rkl: NOTRUN -> [SKIP][193] ([i915#6301]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@pixel-format:
- shard-rkl: NOTRUN -> [SKIP][194] ([i915#8825])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_plane@pixel-format.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][195] ([i915#4573]) +1 other test fail
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk4/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-x@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][196] ([i915#3582]) +3 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@kms_plane_lowres@tiling-x@pipe-c-edp-1.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#3555]) +2 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [FAIL][198] ([i915#8292])
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@invalid-num-scalers:
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#3555] / [i915#6953] / [i915#8152])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_plane_scaling@invalid-num-scalers.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][200] ([i915#9423]) +3 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#9423]) +15 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#5176]) +3 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c-edp-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#9423]) +9 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers:
- shard-rkl: NOTRUN -> [SKIP][204] ([i915#8152])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][205] ([i915#5235]) +3 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#5235]) +7 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][207] ([i915#5235]) +5 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_pm_dc@dc6-dpms:
- shard-rkl: NOTRUN -> [FAIL][208] ([i915#9295])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg1: NOTRUN -> [SKIP][209] ([i915#9685])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@cursor-dpms:
- shard-rkl: [PASS][210] -> [SKIP][211] ([i915#1849])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_pm_rpm@cursor-dpms.html
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_pm_rpm@cursor-dpms.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#9519])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg2: [PASS][213] -> [SKIP][214] ([i915#9519])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@pc8-residency:
- shard-dg1: NOTRUN -> [SKIP][215] ([fdo#109293] / [fdo#109506])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_pm_rpm@pc8-residency.html
* igt@kms_pm_rpm@pm-caching:
- shard-mtlp: NOTRUN -> [SKIP][216] ([i915#4077]) +4 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_pm_rpm@pm-caching.html
* igt@kms_prime@basic-crc-vgem:
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#6524])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][218] ([i915#9683])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#9683]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][220] ([fdo#111068] / [i915#9683])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb:
- shard-rkl: NOTRUN -> [SKIP][221] ([i915#9683])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-snb: NOTRUN -> [SKIP][222] ([fdo#109271]) +146 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb1/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#5289])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#4235])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-rkl: [PASS][225] -> [ABORT][226] ([i915#8875])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg1: NOTRUN -> [SKIP][227] ([fdo#111615] / [i915#5289])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-mtlp: NOTRUN -> [SKIP][228] ([i915#4235])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_sysfs_edid_timing:
- shard-dg1: NOTRUN -> [FAIL][229] ([IGT#2] / [i915#6493])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_sysfs_edid_timing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-rkl: NOTRUN -> [SKIP][230] ([i915#8623])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-rkl: NOTRUN -> [SKIP][231] ([i915#2437])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf_pmu@faulting-read@gtt:
- shard-mtlp: NOTRUN -> [SKIP][232] ([i915#8440])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-4/igt@perf_pmu@faulting-read@gtt.html
* igt@perf_pmu@frequency@gt0:
- shard-glk: [PASS][233] -> [SKIP][234] ([fdo#109271])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk9/igt@perf_pmu@frequency@gt0.html
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk1/igt@perf_pmu@frequency@gt0.html
- shard-snb: [PASS][235] -> [SKIP][236] ([fdo#109271])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb6/igt@perf_pmu@frequency@gt0.html
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb4/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#5608] / [i915#8516])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@perf_pmu@rc6-all-gts.html
- shard-dg1: NOTRUN -> [SKIP][238] ([i915#8516])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@perf_pmu@rc6-all-gts.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg1: NOTRUN -> [SKIP][239] ([i915#3708] / [i915#4077])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#3291] / [i915#3708]) +1 other test skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@prime_vgem@basic-fence-read.html
- shard-rkl: NOTRUN -> [SKIP][241] ([fdo#109295] / [i915#3291] / [i915#3708])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-read:
- shard-mtlp: NOTRUN -> [SKIP][242] ([i915#3708]) +1 other test skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-4/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- shard-dg1: NOTRUN -> [SKIP][243] ([i915#3708])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@prime_vgem@basic-write.html
* igt@prime_vgem@fence-flip-hang:
- shard-dg2: NOTRUN -> [SKIP][244] ([i915#3708])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@prime_vgem@fence-flip-hang.html
- shard-tglu: NOTRUN -> [SKIP][245] ([fdo#109295])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@prime_vgem@fence-flip-hang.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-snb: NOTRUN -> [FAIL][246] ([i915#9779])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@syncobj_wait@invalid-wait-zero-handles.html
* igt@v3d/v3d_job_submission@array-job-submission:
- shard-dg2: NOTRUN -> [SKIP][247] ([i915#2575]) +6 other tests skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@v3d/v3d_job_submission@array-job-submission.html
* igt@v3d/v3d_submit_csd@bad-multisync-extension:
- shard-dg1: NOTRUN -> [SKIP][248] ([i915#2575]) +2 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@v3d/v3d_submit_csd@bad-multisync-extension.html
* igt@v3d/v3d_submit_csd@single-out-sync:
- shard-rkl: NOTRUN -> [SKIP][249] ([fdo#109315]) +7 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@v3d/v3d_submit_csd@single-out-sync.html
* igt@v3d/v3d_wait_bo@used-bo:
- shard-mtlp: NOTRUN -> [SKIP][250] ([i915#2575]) +3 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@v3d/v3d_wait_bo@used-bo.html
* igt@vc4/vc4_perfmon@destroy-invalid-perfmon:
- shard-mtlp: NOTRUN -> [SKIP][251] ([i915#7711]) +1 other test skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@vc4/vc4_perfmon@destroy-invalid-perfmon.html
* igt@vc4/vc4_perfmon@destroy-valid-perfmon:
- shard-dg2: NOTRUN -> [SKIP][252] ([i915#7711]) +6 other tests skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html
* igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged:
- shard-dg1: NOTRUN -> [SKIP][253] ([i915#7711]) +3 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged.html
* igt@vc4/vc4_tiling@set-get:
- shard-rkl: NOTRUN -> [SKIP][254] ([i915#7711]) +4 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@vc4/vc4_tiling@set-get.html
#### Possible fixes ####
* igt@fbdev@info:
- shard-rkl: [SKIP][255] ([i915#1849] / [i915#2582]) -> [PASS][256]
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@fbdev@info.html
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@fbdev@info.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
- shard-dg2: [INCOMPLETE][257] ([i915#7297]) -> [PASS][258]
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
* igt@gem_eio@create:
- shard-mtlp: [ABORT][259] ([i915#9262]) -> [PASS][260]
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-4/igt@gem_eio@create.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@gem_eio@create.html
* igt@gem_eio@reset-stress:
- shard-dg1: [FAIL][261] ([i915#5784]) -> [PASS][262]
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-18/igt@gem_eio@reset-stress.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_eio@reset-stress.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-rkl: [FAIL][263] ([i915#2842]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@gem_exec_fair@basic-none@vcs0.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [FAIL][265] ([i915#2842]) -> [PASS][266]
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-tglu: [FAIL][267] ([i915#2842]) -> [PASS][268] +1 other test pass
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-5/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-snb: [INCOMPLETE][269] ([i915#9200]) -> [PASS][270]
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb1/igt@i915_module_load@reload-with-fault-injection.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing@pipe-a-edp-1:
- shard-mtlp: [DMESG-WARN][271] ([i915#2017] / [i915#9157]) -> [PASS][272]
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-7/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing@pipe-a-edp-1.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: [FAIL][273] ([i915#5138]) -> [PASS][274]
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_cursor_legacy@cursor-vs-flip-varying-size:
- shard-snb: [ABORT][275] -> [PASS][276]
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb2/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb6/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [FAIL][277] ([i915#2346]) -> [PASS][278]
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@single-bo@all-pipes:
- shard-mtlp: [DMESG-WARN][279] ([i915#2017]) -> [PASS][280]
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-4/igt@kms_cursor_legacy@single-bo@all-pipes.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@kms_cursor_legacy@single-bo@all-pipes.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-tglu: [INCOMPLETE][281] ([i915#8797]) -> [PASS][282]
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-3/igt@kms_fbcon_fbt@fbc-suspend.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-8/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-rkl: [SKIP][283] ([i915#1849] / [i915#5354]) -> [PASS][284] +18 other tests pass
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite:
- shard-dg2: [FAIL][285] ([i915#6880]) -> [PASS][286]
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html
* igt@kms_pm_rpm@i2c:
- shard-dg2: [FAIL][287] ([i915#8717]) -> [PASS][288]
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-2/igt@kms_pm_rpm@i2c.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [SKIP][289] ([i915#9519]) -> [PASS][290] +4 other tests pass
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-rkl: [SKIP][291] ([fdo#109308]) -> [PASS][292]
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_pm_rpm@system-suspend-modeset.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_properties@plane-properties-legacy:
- shard-rkl: [SKIP][293] ([i915#1849]) -> [PASS][294] +4 other tests pass
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_properties@plane-properties-legacy.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_properties@plane-properties-legacy.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-rkl: [SKIP][295] ([CI#100]) -> [PASS][296] +43 other tests pass
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_rotation_crc@primary-rotation-90.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][297] ([i915#9196]) -> [PASS][298]
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [FAIL][299] ([i915#4349]) -> [PASS][300]
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: [FAIL][301] ([i915#4349]) -> [PASS][302] +3 other tests pass
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-2/igt@perf_pmu@busy-double-start@vecs1.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@frequency@gt0:
- shard-dg2: [FAIL][303] ([i915#6806]) -> [PASS][304]
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-6/igt@perf_pmu@frequency@gt0.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@perf_pmu@frequency@gt0.html
* igt@prime_vgem@basic-fence-flip:
- shard-rkl: [SKIP][305] ([fdo#109295] / [i915#3708]) -> [PASS][306]
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@prime_vgem@basic-fence-flip.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@prime_vgem@basic-fence-flip.html
#### Warnings ####
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-tglu: [FAIL][307] ([i915#2842]) -> [FAIL][308] ([i915#2876])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-10/igt@gem_exec_fair@basic-pace@rcs0.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-4/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0:
- shard-tglu: [WARN][309] ([i915#2681]) -> [FAIL][310] ([i915#2681] / [i915#3591])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-tglu: [WARN][311] -> [FAIL][312] ([i915#3591])
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: [SKIP][313] ([CI#100]) -> [SKIP][314] ([i915#1769] / [i915#3555])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: [SKIP][315] ([CI#100]) -> [SKIP][316] ([i915#5286]) +5 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/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-180-hflip:
- shard-rkl: [SKIP][317] ([i915#5286]) -> [SKIP][318] ([CI#100]) +2 other tests skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: [SKIP][319] ([CI#100]) -> [SKIP][320] ([fdo#111614] / [i915#3638]) +5 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_big_fb@linear-64bpp-rotate-90.html
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-rkl: [SKIP][321] ([CI#100]) -> [SKIP][322] ([fdo#110723]) +8 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-rkl: [SKIP][323] ([fdo#111615]) -> [SKIP][324] ([CI#100])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_ccs@pipe-a-random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-rkl: [SKIP][325] ([CI#100]) -> [SKIP][326] ([i915#5354] / [i915#6095]) +33 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_ccs@pipe-a-random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_ccs@pipe-a-random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-rc-ccs-cc:
- shard-rkl: [SKIP][327] ([i915#5354] / [i915#6095]) -> [SKIP][328] ([CI#100]) +4 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@pipe-d-crc-primary-basic-yf-tiled-ccs:
- shard-rkl: [SKIP][329] ([i915#5354]) -> [SKIP][330] ([CI#100]) +12 other tests skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_ccs@pipe-d-crc-primary-basic-yf-tiled-ccs.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_ccs@pipe-d-crc-primary-basic-yf-tiled-ccs.html
* igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-mtl-rc-ccs-cc:
- shard-rkl: [SKIP][331] ([CI#100]) -> [SKIP][332] ([i915#5354]) +41 other tests skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_content_protection@atomic:
- shard-rkl: [SKIP][333] ([CI#100]) -> [SKIP][334] ([i915#7118]) +1 other test skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_content_protection@atomic.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@mei-interface:
- shard-rkl: [SKIP][335] ([CI#100]) -> [SKIP][336] ([i915#9424]) +1 other test skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_content_protection@mei-interface.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_content_protection@mei-interface.html
- shard-dg1: [SKIP][337] ([i915#9433]) -> [SKIP][338] ([i915#9424])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-13/igt@kms_content_protection@mei-interface.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-rkl: [SKIP][339] ([i915#3359]) -> [SKIP][340] ([CI#100])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-rkl: [SKIP][341] ([i915#3555]) -> [SKIP][342] ([CI#100]) +1 other test skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-max-size.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-rkl: [SKIP][343] ([fdo#111825]) -> [SKIP][344] ([CI#100])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-rkl: [SKIP][345] ([CI#100]) -> [SKIP][346] ([fdo#111825]) +7 other tests skip
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-rkl: [SKIP][347] ([fdo#111767] / [fdo#111825]) -> [SKIP][348] ([CI#100])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-rkl: [SKIP][349] ([CI#100]) -> [SKIP][350] ([i915#9067])
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: [SKIP][351] ([CI#100]) -> [SKIP][352] ([i915#4103])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: [SKIP][353] ([CI#100]) -> [SKIP][354] ([i915#3555] / [i915#3840])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_dsc@dsc-with-bpc-formats.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_fbcon_fbt@psr:
- shard-rkl: [SKIP][355] ([i915#3955]) -> [SKIP][356] ([fdo#110189] / [i915#3955])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_fbcon_fbt@psr.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_fbcon_fbt@psr.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][357] ([fdo#110189] / [i915#3955]) -> [SKIP][358] ([i915#3955])
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt:
- shard-rkl: [SKIP][359] ([i915#1849] / [i915#5354]) -> [SKIP][360] ([i915#3023]) +31 other tests skip
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
- shard-rkl: [SKIP][361] ([i915#3023]) -> [SKIP][362] ([i915#1849] / [i915#5354]) +7 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: [SKIP][363] ([i915#1849] / [i915#5354]) -> [SKIP][364] ([fdo#111825])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
- shard-rkl: [SKIP][365] ([fdo#111825] / [i915#1825]) -> [SKIP][366] ([i915#1849] / [i915#5354]) +14 other tests skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-rkl: [SKIP][367] ([i915#5354]) -> [SKIP][368] ([i915#9653])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt:
- shard-rkl: [SKIP][369] ([i915#1849] / [i915#5354]) -> [SKIP][370] ([fdo#111825] / [i915#1825]) +47 other tests skip
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-rkl: [SKIP][371] ([CI#100]) -> [SKIP][372] ([i915#3555] / [i915#8228])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_hdr@invalid-metadata-sizes.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-toggle-dpms:
- shard-rkl: [SKIP][373] ([i915#3555] / [i915#8228]) -> [SKIP][374] ([CI#100])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_hdr@static-toggle-dpms.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][375] ([i915#4070] / [i915#4816]) -> [SKIP][376] ([i915#4816])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: [SKIP][377] ([CI#100]) -> [SKIP][378] ([i915#3555]) +5 other tests skip
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_plane_multiple@tiling-yf.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html
* igt@perf_pmu@frequency@gt0:
- shard-dg1: [FAIL][379] ([i915#6806]) -> [SKIP][380] ([i915#9432])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-18/igt@perf_pmu@frequency@gt0.html
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@perf_pmu@frequency@gt0.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[CI#100]: https://gitlab.freedesktop.org/gfx-ci/i915-infra/issues/100
[IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303
[fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
[i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#2876]: https://gitlab.freedesktop.org/drm/intel/issues/2876
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565
[i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245
[i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
[i915#6493]: https://gitlab.freedesktop.org/drm/intel/issues/6493
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7297]: https://gitlab.freedesktop.org/drm/intel/issues/7297
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8152]: https://gitlab.freedesktop.org/drm/intel/issues/8152
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440
[i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8717]: https://gitlab.freedesktop.org/drm/intel/issues/8717
[i915#8797]: https://gitlab.freedesktop.org/drm/intel/issues/8797
[i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
[i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812
[i915#8825]: https://gitlab.freedesktop.org/drm/intel/issues/8825
[i915#8852]: https://gitlab.freedesktop.org/drm/intel/issues/8852
[i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
[i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067
[i915#9157]: https://gitlab.freedesktop.org/drm/intel/issues/9157
[i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196
[i915#9200]: https://gitlab.freedesktop.org/drm/intel/issues/9200
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
[i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295
[i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311
[i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/intel/issues/9337
[i915#9364]: https://gitlab.freedesktop.org/drm/intel/issues/9364
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
[i915#9432]: https://gitlab.freedesktop.org/drm/intel/issues/9432
[i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433
[i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519
[i915#9531]: https://gitlab.freedesktop.org/drm/intel/issues/9531
[i915#9561]: https://gitlab.freedesktop.org/drm/intel/issues/9561
[i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606
[i915#9653]: https://gitlab.freedesktop.org/drm/intel/issues/9653
[i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685
[i915#9723]: https://gitlab.freedesktop.org/drm/intel/issues/9723
[i915#9779]: https://gitlab.freedesktop.org/drm/intel/issues/9779
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7615 -> IGTPW_10329
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13969: 23957f503f1b51c5b38a25c7206b645bcabd0f22 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10329: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/index.html
IGT_7615: 2abe4128f4f8ad1130b9c7012536543243c6e3d9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/index.html
[-- Attachment #2: Type: text/html, Size: 120551 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for Update PSR/PSR2_SF documenation and Add FBC support (rev6)
2023-12-04 9:59 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
` (7 preceding siblings ...)
2023-12-06 4:38 ` Patchwork
@ 2023-12-07 8:04 ` Patchwork
8 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2023-12-07 8:04 UTC (permalink / raw)
To: Jeevan B; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 95796 bytes --]
== Series Details ==
Series: Update PSR/PSR2_SF documenation and Add FBC support (rev6)
URL : https://patchwork.freedesktop.org/series/127121/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13969_full -> IGTPW_10329_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/index.html
Participating hosts (11 -> 12)
------------------------------
Additional (1): shard-glk-0
Known issues
------------
Here are the changes found in IGTPW_10329_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-rkl: NOTRUN -> [SKIP][1] ([i915#8411])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@debugfs_test@basic-hwmon:
- shard-mtlp: NOTRUN -> [SKIP][2] ([i915#9318])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@debugfs_test@basic-hwmon.html
* igt@drm_fdinfo@busy-idle-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][3] ([i915#8414]) +5 other tests skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@drm_fdinfo@busy-idle-check-all@ccs0.html
* igt@drm_fdinfo@busy-idle@bcs0:
- shard-dg2: NOTRUN -> [SKIP][4] ([i915#8414]) +19 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@drm_fdinfo@busy-idle@bcs0.html
* igt@gem_ccs@suspend-resume:
- shard-dg1: NOTRUN -> [SKIP][5] ([i915#9323])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][6] ([i915#7297])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-smem-lmem0.html
* igt@gem_close_race@multigpu-basic-process:
- shard-dg1: NOTRUN -> [SKIP][7] ([i915#7697])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-16/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [PASS][8] -> [INCOMPLETE][9] ([i915#9364])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-11/igt@gem_create@create-ext-cpu-access-big.html
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][10] ([i915#8562])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_freq@sysfs@gt0:
- shard-dg2: NOTRUN -> [FAIL][11] ([i915#9561])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@gem_ctx_freq@sysfs@gt0.html
* igt@gem_ctx_persistence@idempotent:
- shard-snb: NOTRUN -> [SKIP][12] ([fdo#109271] / [i915#1099])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@gem_ctx_persistence@idempotent.html
* igt@gem_ctx_sseu@mmap-args:
- shard-dg2: NOTRUN -> [SKIP][13] ([i915#280])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@gem_ctx_sseu@mmap-args.html
- shard-rkl: NOTRUN -> [SKIP][14] ([i915#280])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@hibernate:
- shard-dg2: NOTRUN -> [ABORT][15] ([i915#7975] / [i915#8213])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@gem_eio@hibernate.html
* igt@gem_eio@kms:
- shard-dg1: NOTRUN -> [FAIL][16] ([i915#5784])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@gem_eio@kms.html
* igt@gem_eio@unwedge-stress:
- shard-dg1: [PASS][17] -> [FAIL][18] ([i915#5784])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-13/igt@gem_eio@unwedge-stress.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@gem_eio@unwedge-stress.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#4812])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg1: NOTRUN -> [SKIP][20] ([i915#4036])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@parallel-out-fence:
- shard-rkl: NOTRUN -> [SKIP][21] ([i915#4525])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_exec_balancer@parallel-out-fence.html
* igt@gem_exec_capture@many-4k-zero:
- shard-mtlp: NOTRUN -> [FAIL][22] ([i915#9606])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gem_exec_capture@many-4k-zero.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-rkl: NOTRUN -> [FAIL][23] ([i915#2842])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-tglu: [PASS][24] -> [FAIL][25] ([i915#2842])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-8/igt@gem_exec_fair@basic-none-share@rcs0.html
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-10/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-glk: NOTRUN -> [FAIL][26] ([i915#2842])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk8/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-glk: [PASS][27] -> [FAIL][28] ([i915#2842])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk4/igt@gem_exec_fair@basic-pace@rcs0.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk9/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-rkl: [PASS][29] -> [FAIL][30] ([i915#2842]) +4 other tests fail
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@gem_exec_fair@basic-pace@vecs0.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_fair@basic-sync:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#3539])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@gem_exec_fair@basic-sync.html
* igt@gem_exec_fair@basic-throttle:
- shard-dg1: NOTRUN -> [SKIP][32] ([i915#3539])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_exec_fair@basic-throttle.html
* igt@gem_exec_flush@basic-batch-kernel-default-uc:
- shard-dg1: NOTRUN -> [SKIP][33] ([i915#3539] / [i915#4852])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@gem_exec_flush@basic-batch-kernel-default-uc.html
* igt@gem_exec_flush@basic-wb-prw-default:
- shard-dg2: NOTRUN -> [SKIP][34] ([i915#3539] / [i915#4852]) +2 other tests skip
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@gem_exec_flush@basic-wb-prw-default.html
* igt@gem_exec_gttfill@multigpu-basic:
- shard-dg2: NOTRUN -> [SKIP][35] ([i915#7697])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@gem_exec_gttfill@multigpu-basic.html
* igt@gem_exec_params@secure-non-master:
- shard-dg1: NOTRUN -> [SKIP][36] ([fdo#112283]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@gem_exec_params@secure-non-master.html
* igt@gem_exec_params@secure-non-root:
- shard-mtlp: NOTRUN -> [SKIP][37] ([fdo#112283])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@gem_exec_params@secure-non-root.html
* igt@gem_exec_reloc@basic-cpu-gtt:
- shard-dg1: NOTRUN -> [SKIP][38] ([i915#3281])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@gem_exec_reloc@basic-cpu-gtt.html
* igt@gem_exec_reloc@basic-gtt-wc:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#3281]) +4 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@gem_exec_reloc@basic-gtt-wc.html
* igt@gem_exec_reloc@basic-wc:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#3281]) +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_exec_reloc@basic-wc.html
* igt@gem_exec_schedule@preempt-queue:
- shard-dg1: NOTRUN -> [SKIP][41] ([i915#4812])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: [PASS][42] -> [ABORT][43] ([i915#7975] / [i915#8213])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-11/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_exec_whisper@basic-contexts-forked:
- shard-snb: [PASS][44] -> [ABORT][45] ([i915#8852])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb7/igt@gem_exec_whisper@basic-contexts-forked.html
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@gem_exec_whisper@basic-contexts-forked.html
* igt@gem_fence_thrash@bo-write-verify-threaded-none:
- shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4860])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@gem_fence_thrash@bo-write-verify-threaded-none.html
* igt@gem_lmem_evict@dontneed-evict-race:
- shard-mtlp: NOTRUN -> [SKIP][47] ([i915#4613])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@gem_lmem_evict@dontneed-evict-race.html
* igt@gem_lmem_swapping@parallel-multi:
- shard-rkl: NOTRUN -> [SKIP][48] ([i915#4613]) +2 other tests skip
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_lmem_swapping@parallel-multi.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][49] ([i915#4565]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-glk: NOTRUN -> [SKIP][50] ([fdo#109271] / [i915#4613]) +3 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk3/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_madvise@dontneed-before-pwrite:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#3282]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@gem_madvise@dontneed-before-pwrite.html
* igt@gem_mmap@bad-size:
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4083]) +3 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@gem_mmap@bad-size.html
* igt@gem_mmap@big-bo:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#4083]) +4 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_mmap@big-bo.html
* igt@gem_mmap_gtt@cpuset-medium-copy-xy:
- shard-dg2: NOTRUN -> [SKIP][54] ([i915#4077]) +7 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
- shard-dg1: NOTRUN -> [SKIP][55] ([i915#4077]) +7 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@gem_mmap_gtt@cpuset-medium-copy-xy.html
* igt@gem_mmap_wc@read:
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#4083]) +5 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-16/igt@gem_mmap_wc@read.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg2: NOTRUN -> [SKIP][57] ([i915#3282]) +4 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_partial_pwrite_pread@write-display:
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#3282]) +3 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_partial_pwrite_pread@write-display.html
* igt@gem_pread@exhaustion:
- shard-glk: NOTRUN -> [WARN][59] ([i915#2658])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk3/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-random:
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#3282]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@gem_pwrite@basic-random.html
* igt@gem_pxp@create-protected-buffer:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#4270]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@create-regular-context-1:
- shard-tglu: NOTRUN -> [SKIP][62] ([i915#4270])
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@gem_pxp@create-regular-context-1.html
* igt@gem_pxp@reject-modify-context-protection-off-1:
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4270])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@gem_pxp@reject-modify-context-protection-off-1.html
* igt@gem_pxp@reject-modify-context-protection-off-2:
- shard-rkl: NOTRUN -> [SKIP][64] ([i915#4270]) +2 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@gem_pxp@reject-modify-context-protection-off-2.html
* igt@gem_render_copy@yf-tiled-ccs-to-y-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#8428]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gem_render_copy@yf-tiled-ccs-to-y-tiled-ccs.html
* igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#5190]) +10 other tests skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@gem_render_copy@yf-tiled-to-vebox-yf-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-dg2: NOTRUN -> [SKIP][67] ([i915#4079]) +1 other test skip
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
- shard-dg1: NOTRUN -> [SKIP][68] ([i915#4079])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_pwrite:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4079]) +1 other test skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_softpin@evict-snoop-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4885])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gem_softpin@evict-snoop-interruptible.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#3297])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg1: NOTRUN -> [SKIP][72] ([i915#3297] / [i915#4880])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-rkl: NOTRUN -> [SKIP][73] ([i915#3297])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen3_mixed_blits:
- shard-dg2: NOTRUN -> [SKIP][74] ([fdo#109289])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@gen3_mixed_blits.html
* igt@gen7_exec_parse@basic-allocation:
- shard-dg1: NOTRUN -> [SKIP][75] ([fdo#109289])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@gen7_exec_parse@basic-allocation.html
* igt@gen7_exec_parse@basic-allowed:
- shard-mtlp: NOTRUN -> [SKIP][76] ([fdo#109289]) +1 other test skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@gen7_exec_parse@basic-allowed.html
* igt@gen7_exec_parse@load-register-reg:
- shard-rkl: NOTRUN -> [SKIP][77] ([fdo#109289])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@gen7_exec_parse@load-register-reg.html
* igt@gen9_exec_parse@allowed-single:
- shard-glk: [PASS][78] -> [INCOMPLETE][79] ([i915#5566])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk2/igt@gen9_exec_parse@allowed-single.html
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk6/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@batch-without-end:
- shard-dg2: NOTRUN -> [SKIP][80] ([i915#2856]) +2 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@gen9_exec_parse@batch-without-end.html
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#2527])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@gen9_exec_parse@batch-without-end.html
* igt@gen9_exec_parse@bb-oversize:
- shard-dg1: NOTRUN -> [SKIP][82] ([i915#2527]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-16/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@valid-registers:
- shard-mtlp: NOTRUN -> [SKIP][83] ([i915#2856]) +1 other test skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@gen9_exec_parse@valid-registers.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: [PASS][84] -> [INCOMPLETE][85] ([i915#9820])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@i915_module_load@reload-with-fault-injection.html
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-2/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][86] ([i915#8399]) +1 other test skip
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0:
- shard-dg1: NOTRUN -> [FAIL][87] ([i915#3591])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][88] ([i915#6245])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-known-pci-ids:
- shard-mtlp: NOTRUN -> [SKIP][89] ([fdo#109303])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@i915_query@query-topology-known-pci-ids.html
* igt@i915_selftest@mock@memory_region:
- shard-snb: NOTRUN -> [DMESG-WARN][90] ([i915#9311])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@i915_selftest@mock@memory_region.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][91] ([i915#4212])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-rc-ccs-cc:
- shard-mtlp: NOTRUN -> [SKIP][92] ([i915#8709]) +11 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-4-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][93] ([i915#8709]) +3 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/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-b-hdmi-a-4-y-rc-ccs:
- shard-dg1: NOTRUN -> [SKIP][94] ([i915#8709]) +7 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-4-y-rc-ccs.html
* igt@kms_async_flips@crc@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [FAIL][95] ([i915#8247]) +3 other tests fail
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_async_flips@crc@pipe-b-hdmi-a-3.html
* igt@kms_async_flips@crc@pipe-d-dp-4:
- shard-dg2: NOTRUN -> [FAIL][96] ([i915#8247]) +3 other tests fail
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_async_flips@crc@pipe-d-dp-4.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#9531])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][98] ([fdo#109271] / [i915#1769]) +1 other test skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_atomic_transition@plane-all-transition:
- shard-rkl: NOTRUN -> [SKIP][99] ([CI#100]) +17 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_atomic_transition@plane-all-transition.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][100] ([fdo#111614]) +2 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#5286]) +1 other test skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg1: NOTRUN -> [SKIP][102] ([i915#4538] / [i915#5286]) +2 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][103] ([fdo#111614]) +1 other test skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@kms_big_fb@linear-16bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][104] ([i915#3638]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][105] ([fdo#111614] / [i915#3638]) +1 other test skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][106] ([fdo#111614])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-4/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
- shard-rkl: [PASS][107] -> [SKIP][108] ([CI#100]) +9 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: [PASS][109] -> [FAIL][110] ([i915#3743]) +1 other test fail
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-10/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-mtlp: NOTRUN -> [SKIP][111] ([fdo#111615]) +3 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][112] ([fdo#110723])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][113] ([fdo#111615])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-8/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#4538] / [i915#5190]) +2 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][115] ([i915#4538])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_big_fb@yf-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-rkl: NOTRUN -> [SKIP][116] ([fdo#111615])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_ccs@pipe-a-bad-aux-stride-4-tiled-mtl-rc-ccs-cc:
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#5354] / [i915#6095]) +23 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_ccs@pipe-a-bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@pipe-a-crc-sprite-planes-basic-yf-tiled-ccs:
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#5354] / [i915#6095]) +8 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_ccs@pipe-a-crc-sprite-planes-basic-yf-tiled-ccs.html
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-y-tiled-ccs:
- shard-mtlp: NOTRUN -> [SKIP][119] ([i915#5354] / [i915#6095]) +9 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y-tiled-ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][120] ([i915#5354]) +57 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
- shard-rkl: NOTRUN -> [SKIP][121] ([i915#5354]) +9 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_cdclk@mode-transition:
- shard-glk: NOTRUN -> [SKIP][122] ([fdo#109271]) +141 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk6/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@plane-scaling@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#4087]) +3 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@kms_cdclk@plane-scaling@pipe-c-edp-1.html
* igt@kms_chamelium_color@ctm-limited-range:
- shard-dg1: NOTRUN -> [SKIP][124] ([fdo#111827])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_chamelium_color@ctm-limited-range.html
* igt@kms_chamelium_color@degamma:
- shard-dg2: NOTRUN -> [SKIP][125] ([fdo#111827])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_chamelium_color@degamma.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#7828]) +5 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_frames@dp-frame-dump:
- shard-rkl: NOTRUN -> [SKIP][127] ([i915#7828]) +4 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_chamelium_frames@dp-frame-dump.html
* igt@kms_chamelium_frames@hdmi-cmp-planar-formats:
- shard-dg1: NOTRUN -> [SKIP][128] ([i915#7828])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
- shard-mtlp: NOTRUN -> [SKIP][129] ([i915#7828]) +2 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_chamelium_frames@hdmi-cmp-planar-formats.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-mtlp: NOTRUN -> [SKIP][130] ([i915#3299])
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-dg1: NOTRUN -> [SKIP][131] ([i915#3299]) +1 other test skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@srm:
- shard-dg2: NOTRUN -> [SKIP][132] ([i915#7118]) +1 other test skip
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x32:
- shard-rkl: NOTRUN -> [SKIP][133] ([i915#3555]) +12 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
- shard-tglu: NOTRUN -> [SKIP][134] ([i915#3555])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-10/igt@kms_cursor_crc@cursor-rapid-movement-32x32.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x170:
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#3359])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_cursor_crc@cursor-rapid-movement-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-512x512:
- shard-mtlp: NOTRUN -> [SKIP][136] ([i915#3359]) +1 other test skip
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_cursor_crc@cursor-rapid-movement-512x512.html
* igt@kms_cursor_crc@cursor-sliding-32x10:
- shard-dg2: NOTRUN -> [SKIP][137] ([i915#3555]) +4 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_cursor_crc@cursor-sliding-32x10.html
* igt@kms_cursor_crc@cursor-sliding-512x512:
- shard-dg1: NOTRUN -> [SKIP][138] ([i915#3359])
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_cursor_crc@cursor-sliding-512x512.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#4103] / [i915#4213])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-mtlp: NOTRUN -> [SKIP][140] ([i915#3546]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-toggle:
- shard-dg2: NOTRUN -> [SKIP][141] ([fdo#109274] / [i915#5354]) +3 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-1/igt@kms_cursor_legacy@cursorb-vs-flipa-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-dg2: NOTRUN -> [SKIP][142] ([fdo#109274] / [fdo#111767] / [i915#5354])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#9723])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][144] ([i915#3804])
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#8812])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#3840])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_dsc@dsc-fractional-bpp.html
- shard-tglu: NOTRUN -> [SKIP][147] ([i915#3840])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#3555] / [i915#3840])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-dg1: NOTRUN -> [SKIP][149] ([i915#3555] / [i915#3840]) +1 other test skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-tglu: NOTRUN -> [SKIP][150] ([i915#3469])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-4/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@display-2x:
- shard-dg1: NOTRUN -> [SKIP][151] ([i915#1839])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_feature_discovery@display-2x.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2: NOTRUN -> [SKIP][152] ([i915#1839])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_feature_discovery@display-4x.html
- shard-tglu: NOTRUN -> [SKIP][153] ([i915#1839])
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-2/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-rkl: NOTRUN -> [SKIP][154] ([i915#9337])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr2:
- shard-dg1: NOTRUN -> [SKIP][155] ([i915#658])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@kms_feature_discovery@psr2.html
- shard-dg2: NOTRUN -> [SKIP][156] ([i915#658])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-mtlp: NOTRUN -> [SKIP][157] ([i915#3637]) +1 other test skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-dg1: NOTRUN -> [SKIP][158] ([fdo#111767] / [fdo#111825])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#8381]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-flip-vs-rmfb-interruptible:
- shard-dg2: NOTRUN -> [SKIP][160] ([fdo#109274] / [fdo#111767])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_flip@2x-flip-vs-rmfb-interruptible.html
* igt@kms_flip@2x-plain-flip-fb-recreate:
- shard-dg2: NOTRUN -> [SKIP][161] ([fdo#109274]) +3 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_flip@2x-plain-flip-fb-recreate.html
- shard-rkl: NOTRUN -> [SKIP][162] ([fdo#111825]) +2 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_flip@2x-plain-flip-fb-recreate.html
* igt@kms_flip@bo-too-big-interruptible:
- shard-rkl: NOTRUN -> [SKIP][163] ([i915#3637]) +2 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_flip@bo-too-big-interruptible.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][164] ([i915#8381])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][165] ([i915#2672]) +8 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][166] ([i915#2672]) +3 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][167] ([i915#2587] / [i915#2672]) +1 other test skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][168] ([i915#8810])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-rkl: NOTRUN -> [SKIP][169] ([fdo#109285])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite:
- shard-rkl: [PASS][170] -> [SKIP][171] ([i915#1849] / [i915#5354]) +1 other test skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][172] ([i915#8708]) +17 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt:
- shard-dg1: NOTRUN -> [SKIP][173] ([fdo#111825]) +16 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][174] ([i915#1825]) +8 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][175] ([fdo#109280]) +6 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-dg2: NOTRUN -> [FAIL][176] ([i915#6880])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][177] ([i915#3458]) +12 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw:
- shard-rkl: NOTRUN -> [SKIP][178] ([i915#1849] / [i915#5354]) +1 other test skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-pri-indfb-multidraw.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#8708]) +4 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-rkl: NOTRUN -> [SKIP][180] ([fdo#111825] / [i915#1825]) +14 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#3023]) +10 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][182] ([i915#8708]) +6 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu:
- shard-tglu: NOTRUN -> [SKIP][183] ([fdo#110189])
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt:
- shard-dg1: NOTRUN -> [SKIP][184] ([i915#3458]) +8 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-shrfb-msflip-blt.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#3555] / [i915#8228])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][186] ([i915#3555] / [i915#8228]) +1 other test skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle:
- shard-rkl: NOTRUN -> [SKIP][187] ([i915#3555] / [i915#8228])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_hdr@static-toggle.html
* igt@kms_panel_fitting@atomic-fastset:
- shard-dg2: NOTRUN -> [SKIP][188] ([i915#6301])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_panel_fitting@atomic-fastset.html
- shard-rkl: NOTRUN -> [SKIP][189] ([i915#6301]) +1 other test skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_panel_fitting@atomic-fastset.html
* igt@kms_plane@pixel-format:
- shard-rkl: NOTRUN -> [SKIP][190] ([i915#8825])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_plane@pixel-format.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][191] ([i915#4573]) +1 other test fail
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk4/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_lowres@tiling-x@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][192] ([i915#3582]) +3 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-8/igt@kms_plane_lowres@tiling-x@pipe-c-edp-1.html
* igt@kms_plane_lowres@tiling-yf:
- shard-dg1: NOTRUN -> [SKIP][193] ([i915#3555]) +2 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_plane_lowres@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [FAIL][194] ([i915#8292])
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-3.html
* igt@kms_plane_scaling@invalid-num-scalers:
- shard-rkl: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#6953] / [i915#8152])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_plane_scaling@invalid-num-scalers.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#9423]) +3 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#9423]) +15 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#5176]) +3 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-pixel-format@pipe-c-edp-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#9423]) +9 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers:
- shard-rkl: NOTRUN -> [SKIP][200] ([i915#8152])
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-modifiers.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#5235]) +3 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][202] ([i915#5235]) +7 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][203] ([i915#5235]) +5 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-2.html
* igt@kms_pm_dc@dc6-dpms:
- shard-rkl: NOTRUN -> [FAIL][204] ([i915#9295])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg1: NOTRUN -> [SKIP][205] ([i915#9685])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-18/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_rpm@cursor-dpms:
- shard-rkl: [PASS][206] -> [SKIP][207] ([i915#1849])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_pm_rpm@cursor-dpms.html
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_pm_rpm@cursor-dpms.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: NOTRUN -> [SKIP][208] ([i915#9519])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-dg2: [PASS][209] -> [SKIP][210] ([i915#9519])
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@pc8-residency:
- shard-dg1: NOTRUN -> [SKIP][211] ([fdo#109293] / [fdo#109506])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_pm_rpm@pc8-residency.html
* igt@kms_pm_rpm@pm-caching:
- shard-mtlp: NOTRUN -> [SKIP][212] ([i915#4077]) +4 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_pm_rpm@pm-caching.html
* igt@kms_prime@basic-crc-vgem:
- shard-rkl: NOTRUN -> [SKIP][213] ([i915#6524])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_prime@basic-crc-vgem.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-sf:
- shard-dg1: NOTRUN -> [SKIP][214] ([i915#9683])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_psr2_sf@cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#9683]) +1 other test skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area:
- shard-dg1: NOTRUN -> [SKIP][216] ([fdo#111068] / [i915#9683])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb:
- shard-rkl: NOTRUN -> [SKIP][217] ([i915#9683])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-snb: NOTRUN -> [SKIP][218] ([fdo#109271]) +146 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb1/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@primary-4-tiled-reflect-x-180:
- shard-rkl: NOTRUN -> [SKIP][219] ([i915#5289])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_rotation_crc@primary-4-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-dg2: NOTRUN -> [SKIP][220] ([i915#4235])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-rkl: [PASS][221] -> [ABORT][222] ([i915#8875])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg1: NOTRUN -> [SKIP][223] ([fdo#111615] / [i915#5289])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-mtlp: NOTRUN -> [SKIP][224] ([i915#4235])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-7/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_sysfs_edid_timing:
- shard-dg1: NOTRUN -> [FAIL][225] ([IGT#2] / [i915#6493])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@kms_sysfs_edid_timing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#8623])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-rkl: NOTRUN -> [SKIP][227] ([i915#2437])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf_pmu@faulting-read@gtt:
- shard-mtlp: NOTRUN -> [SKIP][228] ([i915#8440])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-4/igt@perf_pmu@faulting-read@gtt.html
* igt@perf_pmu@frequency@gt0:
- shard-glk: [PASS][229] -> [SKIP][230] ([fdo#109271])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk9/igt@perf_pmu@frequency@gt0.html
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk1/igt@perf_pmu@frequency@gt0.html
- shard-snb: [PASS][231] -> [SKIP][232] ([fdo#109271])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb6/igt@perf_pmu@frequency@gt0.html
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb4/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@rc6-all-gts:
- shard-dg2: NOTRUN -> [SKIP][233] ([i915#5608] / [i915#8516])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@perf_pmu@rc6-all-gts.html
- shard-dg1: NOTRUN -> [SKIP][234] ([i915#8516])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-17/igt@perf_pmu@rc6-all-gts.html
* igt@prime_vgem@basic-fence-mmap:
- shard-dg1: NOTRUN -> [SKIP][235] ([i915#3708] / [i915#4077])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-14/igt@prime_vgem@basic-fence-mmap.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][236] ([i915#3291] / [i915#3708]) +1 other test skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@prime_vgem@basic-fence-read.html
- shard-rkl: NOTRUN -> [SKIP][237] ([fdo#109295] / [i915#3291] / [i915#3708])
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@basic-read:
- shard-mtlp: NOTRUN -> [SKIP][238] ([i915#3708]) +1 other test skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-4/igt@prime_vgem@basic-read.html
* igt@prime_vgem@basic-write:
- shard-dg1: NOTRUN -> [SKIP][239] ([i915#3708])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@prime_vgem@basic-write.html
* igt@prime_vgem@fence-flip-hang:
- shard-dg2: NOTRUN -> [SKIP][240] ([i915#3708])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-7/igt@prime_vgem@fence-flip-hang.html
- shard-tglu: NOTRUN -> [SKIP][241] ([fdo#109295])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@prime_vgem@fence-flip-hang.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-snb: NOTRUN -> [FAIL][242] ([i915#9779])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb5/igt@syncobj_wait@invalid-wait-zero-handles.html
* igt@v3d/v3d_job_submission@array-job-submission:
- shard-dg2: NOTRUN -> [SKIP][243] ([i915#2575]) +6 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@v3d/v3d_job_submission@array-job-submission.html
* igt@v3d/v3d_submit_csd@bad-multisync-extension:
- shard-dg1: NOTRUN -> [SKIP][244] ([i915#2575]) +2 other tests skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-15/igt@v3d/v3d_submit_csd@bad-multisync-extension.html
* igt@v3d/v3d_submit_csd@single-out-sync:
- shard-rkl: NOTRUN -> [SKIP][245] ([fdo#109315]) +7 other tests skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@v3d/v3d_submit_csd@single-out-sync.html
* igt@v3d/v3d_wait_bo@used-bo:
- shard-mtlp: NOTRUN -> [SKIP][246] ([i915#2575]) +3 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@v3d/v3d_wait_bo@used-bo.html
* igt@vc4/vc4_perfmon@destroy-invalid-perfmon:
- shard-mtlp: NOTRUN -> [SKIP][247] ([i915#7711]) +1 other test skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@vc4/vc4_perfmon@destroy-invalid-perfmon.html
* igt@vc4/vc4_perfmon@destroy-valid-perfmon:
- shard-dg2: NOTRUN -> [SKIP][248] ([i915#7711]) +6 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@vc4/vc4_perfmon@destroy-valid-perfmon.html
* igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged:
- shard-dg1: NOTRUN -> [SKIP][249] ([i915#7711]) +3 other tests skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-purged.html
* igt@vc4/vc4_tiling@set-get:
- shard-rkl: NOTRUN -> [SKIP][250] ([i915#7711]) +4 other tests skip
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@vc4/vc4_tiling@set-get.html
#### Possible fixes ####
* igt@fbdev@info:
- shard-rkl: [SKIP][251] ([i915#1849] / [i915#2582]) -> [PASS][252]
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@fbdev@info.html
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@fbdev@info.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0:
- shard-dg2: [INCOMPLETE][253] ([i915#7297]) -> [PASS][254]
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-smem-lmem0.html
* igt@gem_eio@create:
- shard-mtlp: [ABORT][255] ([i915#9262]) -> [PASS][256]
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-4/igt@gem_eio@create.html
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-6/igt@gem_eio@create.html
* igt@gem_eio@reset-stress:
- shard-dg1: [FAIL][257] ([i915#5784]) -> [PASS][258]
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-18/igt@gem_eio@reset-stress.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-13/igt@gem_eio@reset-stress.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-rkl: [FAIL][259] ([i915#2842]) -> [PASS][260]
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@gem_exec_fair@basic-none@vcs0.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-glk: [FAIL][261] ([i915#2842]) -> [PASS][262]
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk2/igt@gem_exec_fair@basic-pace-share@rcs0.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk7/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-tglu: [FAIL][263] ([i915#2842]) -> [PASS][264] +1 other test pass
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-5/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-snb: [INCOMPLETE][265] ([i915#9200]) -> [PASS][266]
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb1/igt@i915_module_load@reload-with-fault-injection.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb7/igt@i915_module_load@reload-with-fault-injection.html
* igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing@pipe-a-edp-1:
- shard-mtlp: [DMESG-WARN][267] ([i915#2017] / [i915#9157]) -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-7/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing@pipe-a-edp-1.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@kms_atomic_transition@plane-use-after-nonblocking-unbind-fencing@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: [FAIL][269] ([i915#5138]) -> [PASS][270]
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_cursor_legacy@cursor-vs-flip-varying-size:
- shard-snb: [ABORT][271] -> [PASS][272]
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-snb2/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-snb6/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [FAIL][273] ([i915#2346]) -> [PASS][274]
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-glk4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@single-bo@all-pipes:
- shard-mtlp: [DMESG-WARN][275] ([i915#2017]) -> [PASS][276]
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-4/igt@kms_cursor_legacy@single-bo@all-pipes.html
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-1/igt@kms_cursor_legacy@single-bo@all-pipes.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-tglu: [INCOMPLETE][277] ([i915#8797]) -> [PASS][278]
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-3/igt@kms_fbcon_fbt@fbc-suspend.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-8/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu:
- shard-rkl: [SKIP][279] ([i915#1849] / [i915#5354]) -> [PASS][280] +18 other tests pass
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite:
- shard-dg2: [FAIL][281] ([i915#6880]) -> [PASS][282]
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-pwrite.html
* igt@kms_pm_rpm@i2c:
- shard-dg2: [FAIL][283] ([i915#8717]) -> [PASS][284]
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-2/igt@kms_pm_rpm@i2c.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-10/igt@kms_pm_rpm@i2c.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: [SKIP][285] ([i915#9519]) -> [PASS][286] +4 other tests pass
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@system-suspend-modeset:
- shard-rkl: [SKIP][287] ([fdo#109308]) -> [PASS][288]
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_pm_rpm@system-suspend-modeset.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_pm_rpm@system-suspend-modeset.html
* igt@kms_properties@plane-properties-legacy:
- shard-rkl: [SKIP][289] ([i915#1849]) -> [PASS][290] +4 other tests pass
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_properties@plane-properties-legacy.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_properties@plane-properties-legacy.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-rkl: [SKIP][291] ([CI#100]) -> [PASS][292] +43 other tests pass
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_rotation_crc@primary-rotation-90.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1:
- shard-tglu: [FAIL][293] ([i915#9196]) -> [PASS][294]
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-2/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-5/igt@kms_universal_plane@cursor-fb-leak@pipe-a-hdmi-a-1.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [FAIL][295] ([i915#4349]) -> [PASS][296]
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: [FAIL][297] ([i915#4349]) -> [PASS][298] +3 other tests pass
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-2/igt@perf_pmu@busy-double-start@vecs1.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-6/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@frequency@gt0:
- shard-dg2: [FAIL][299] ([i915#6806]) -> [PASS][300]
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg2-6/igt@perf_pmu@frequency@gt0.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg2-11/igt@perf_pmu@frequency@gt0.html
* igt@prime_vgem@basic-fence-flip:
- shard-rkl: [SKIP][301] ([fdo#109295] / [i915#3708]) -> [PASS][302]
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@prime_vgem@basic-fence-flip.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@prime_vgem@basic-fence-flip.html
#### Warnings ####
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-tglu: [FAIL][303] ([i915#2842]) -> [FAIL][304] ([i915#2876])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-10/igt@gem_exec_fair@basic-pace@rcs0.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-4/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0:
- shard-tglu: [WARN][305] ([i915#2681]) -> [FAIL][306] ([i915#2681] / [i915#3591])
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@gt0-rcs0.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-tglu: [WARN][307] -> [FAIL][308] ([i915#3591])
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-tglu-2/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels:
- shard-rkl: [SKIP][309] ([CI#100]) -> [SKIP][310] ([i915#1769] / [i915#3555])
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-rkl: [SKIP][311] ([CI#100]) -> [SKIP][312] ([i915#5286]) +5 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/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-180-hflip:
- shard-rkl: [SKIP][313] ([i915#5286]) -> [SKIP][314] ([CI#100]) +2 other tests skip
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: [SKIP][315] ([CI#100]) -> [SKIP][316] ([fdo#111614] / [i915#3638]) +5 other tests skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_big_fb@linear-64bpp-rotate-90.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-rkl: [SKIP][317] ([CI#100]) -> [SKIP][318] ([fdo#110723]) +8 other tests skip
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-rkl: [SKIP][319] ([fdo#111615]) -> [SKIP][320] ([CI#100])
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_ccs@pipe-a-random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-rkl: [SKIP][321] ([CI#100]) -> [SKIP][322] ([i915#5354] / [i915#6095]) +33 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_ccs@pipe-a-random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_ccs@pipe-a-random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-rc-ccs-cc:
- shard-rkl: [SKIP][323] ([i915#5354] / [i915#6095]) -> [SKIP][324] ([CI#100]) +4 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_ccs@pipe-b-crc-primary-basic-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@pipe-d-crc-primary-basic-yf-tiled-ccs:
- shard-rkl: [SKIP][325] ([i915#5354]) -> [SKIP][326] ([CI#100]) +12 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_ccs@pipe-d-crc-primary-basic-yf-tiled-ccs.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_ccs@pipe-d-crc-primary-basic-yf-tiled-ccs.html
* igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-mtl-rc-ccs-cc:
- shard-rkl: [SKIP][327] ([CI#100]) -> [SKIP][328] ([i915#5354]) +41 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_ccs@pipe-d-random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_content_protection@atomic:
- shard-rkl: [SKIP][329] ([CI#100]) -> [SKIP][330] ([i915#7118]) +1 other test skip
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_content_protection@atomic.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@mei-interface:
- shard-rkl: [SKIP][331] ([CI#100]) -> [SKIP][332] ([i915#9424]) +1 other test skip
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_content_protection@mei-interface.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_content_protection@mei-interface.html
- shard-dg1: [SKIP][333] ([i915#9433]) -> [SKIP][334] ([i915#9424])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-13/igt@kms_content_protection@mei-interface.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-19/igt@kms_content_protection@mei-interface.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-rkl: [SKIP][335] ([i915#3359]) -> [SKIP][336] ([CI#100])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_cursor_crc@cursor-offscreen-512x512.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-rkl: [SKIP][337] ([i915#3555]) -> [SKIP][338] ([CI#100]) +1 other test skip
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-max-size.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-legacy:
- shard-rkl: [SKIP][339] ([fdo#111825]) -> [SKIP][340] ([CI#100])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_legacy@cursora-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-rkl: [SKIP][341] ([CI#100]) -> [SKIP][342] ([fdo#111825]) +7 other tests skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-rkl: [SKIP][343] ([fdo#111767] / [fdo#111825]) -> [SKIP][344] ([CI#100])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-rkl: [SKIP][345] ([CI#100]) -> [SKIP][346] ([i915#9067])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-rkl: [SKIP][347] ([CI#100]) -> [SKIP][348] ([i915#4103])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: [SKIP][349] ([CI#100]) -> [SKIP][350] ([i915#3555] / [i915#3840])
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_dsc@dsc-with-bpc-formats.html
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_fbcon_fbt@psr:
- shard-rkl: [SKIP][351] ([i915#3955]) -> [SKIP][352] ([fdo#110189] / [i915#3955])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_fbcon_fbt@psr.html
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_fbcon_fbt@psr.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][353] ([fdo#110189] / [i915#3955]) -> [SKIP][354] ([i915#3955])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt:
- shard-rkl: [SKIP][355] ([i915#1849] / [i915#5354]) -> [SKIP][356] ([i915#3023]) +31 other tests skip
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-rte:
- shard-rkl: [SKIP][357] ([i915#3023]) -> [SKIP][358] ([i915#1849] / [i915#5354]) +7 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-7/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: [SKIP][359] ([i915#1849] / [i915#5354]) -> [SKIP][360] ([fdo#111825])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
- shard-rkl: [SKIP][361] ([fdo#111825] / [i915#1825]) -> [SKIP][362] ([i915#1849] / [i915#5354]) +14 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-rkl: [SKIP][363] ([i915#5354]) -> [SKIP][364] ([i915#9653])
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt:
- shard-rkl: [SKIP][365] ([i915#1849] / [i915#5354]) -> [SKIP][366] ([fdo#111825] / [i915#1825]) +47 other tests skip
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-indfb-msflip-blt.html
* igt@kms_hdr@invalid-metadata-sizes:
- shard-rkl: [SKIP][367] ([CI#100]) -> [SKIP][368] ([i915#3555] / [i915#8228])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_hdr@invalid-metadata-sizes.html
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-7/igt@kms_hdr@invalid-metadata-sizes.html
* igt@kms_hdr@static-toggle-dpms:
- shard-rkl: [SKIP][369] ([i915#3555] / [i915#8228]) -> [SKIP][370] ([CI#100])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-5/igt@kms_hdr@static-toggle-dpms.html
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-1/igt@kms_hdr@static-toggle-dpms.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][371] ([i915#4070] / [i915#4816]) -> [SKIP][372] ([i915#4816])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: [SKIP][373] ([CI#100]) -> [SKIP][374] ([i915#3555]) +5 other tests skip
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-rkl-1/igt@kms_plane_multiple@tiling-yf.html
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-rkl-4/igt@kms_plane_multiple@tiling-yf.html
* igt@perf_pmu@frequency@gt0:
- shard-dg1: [FAIL][375] ([i915#6806]) -> [SKIP][376] ([i915#9432])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13969/shard-dg1-18/igt@perf_pmu@frequency@gt0.html
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/shard-dg1-12/igt@perf_pmu@frequency@gt0.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[CI#100]: https://gitlab.freedesktop.org/gfx-ci/i915-infra/issues/100
[IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303
[fdo#109308]: https://bugs.freedesktop.org/show_bug.cgi?id=109308
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
[i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#2876]: https://gitlab.freedesktop.org/drm/intel/issues/2876
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565
[i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566
[i915#5608]: https://gitlab.freedesktop.org/drm/intel/issues/5608
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245
[i915#6301]: https://gitlab.freedesktop.org/drm/intel/issues/6301
[i915#6493]: https://gitlab.freedesktop.org/drm/intel/issues/6493
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7297]: https://gitlab.freedesktop.org/drm/intel/issues/7297
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8152]: https://gitlab.freedesktop.org/drm/intel/issues/8152
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8247]: https://gitlab.freedesktop.org/drm/intel/issues/8247
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
[i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440
[i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8717]: https://gitlab.freedesktop.org/drm/intel/issues/8717
[i915#8797]: https://gitlab.freedesktop.org/drm/intel/issues/8797
[i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
[i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812
[i915#8825]: https://gitlab.freedesktop.org/drm/intel/issues/8825
[i915#8852]: https://gitlab.freedesktop.org/drm/intel/issues/8852
[i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
[i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067
[i915#9157]: https://gitlab.freedesktop.org/drm/intel/issues/9157
[i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196
[i915#9200]: https://gitlab.freedesktop.org/drm/intel/issues/9200
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
[i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295
[i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311
[i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/intel/issues/9337
[i915#9364]: https://gitlab.freedesktop.org/drm/intel/issues/9364
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
[i915#9432]: https://gitlab.freedesktop.org/drm/intel/issues/9432
[i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433
[i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519
[i915#9531]: https://gitlab.freedesktop.org/drm/intel/issues/9531
[i915#9561]: https://gitlab.freedesktop.org/drm/intel/issues/9561
[i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606
[i915#9653]: https://gitlab.freedesktop.org/drm/intel/issues/9653
[i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673
[i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683
[i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/intel/issues/9723
[i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732
[i915#9779]: https://gitlab.freedesktop.org/drm/intel/issues/9779
[i915#9808]: https://gitlab.freedesktop.org/drm/intel/issues/9808
[i915#9820]: https://gitlab.freedesktop.org/drm/intel/issues/9820
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7615 -> IGTPW_10329
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13969: 23957f503f1b51c5b38a25c7206b645bcabd0f22 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10329: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/index.html
IGT_7615: 2abe4128f4f8ad1130b9c7012536543243c6e3d9 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10329/index.html
[-- Attachment #2: Type: text/html, Size: 118958 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2023-12-07 8:04 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 9:59 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 2/4] tests/intel/kms_psr: fix subtest naming Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 3/4] tests/intel/kms_psr: Add FBC support to PSR/PSR2/PR tests Jeevan B
2023-12-04 9:59 ` [igt-dev] [PATCH i-g-t 4/4] tests/intel/kms_psr2_sf: Add FBC support to PSR2 tests Jeevan B
2023-12-04 13:14 ` [igt-dev] ✓ Fi.CI.BAT: success for Update PSR/PSR2_SF documenation and Add FBC support (rev6) Patchwork
2023-12-04 14:48 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-12-04 17:15 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2023-12-06 4:38 ` Patchwork
2023-12-07 8:04 ` [igt-dev] ✓ Fi.CI.IGT: success " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2023-12-04 9:52 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
2023-12-04 9:52 ` [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation Jeevan B
2023-12-01 12:49 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
2023-12-01 12:49 ` [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation Jeevan B
2023-12-01 12:47 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
2023-12-01 12:47 ` [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation Jeevan B
2023-12-01 11:22 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
2023-12-01 11:22 ` [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation Jeevan B
2023-11-30 13:20 [igt-dev] [PATCH i-g-t 0/4] Update PSR/PSR2_SF documenation and Add FBC support Jeevan B
2023-11-30 13:20 ` [igt-dev] [PATCH i-g-t 1/4] tests/intel/kms_psr: fix documentation Jeevan B
2023-12-01 5:06 ` B, Jeevan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox