All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions
@ 2021-10-26 21:26 Imre Deak
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 1/4] lib/igt_fb/adlp: Remove CCS FB stride alignment restrictions Imre Deak
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Imre Deak @ 2021-10-26 21:26 UTC (permalink / raw)
  To: igt-dev

Some restrictions on the stride, offset and size of TGL+ CCS FB surfaces
are not something the HW requires, so this patchset removes those.

On ADLP this also removes the main and CCS AUX stride restriction
required by the CCS modifier uAPI, making the uAPI of ADLP identical to
that of TGL.

Because of the uAPI change above the CI results for this patchset are
only valid with the corresponding kernel changes which I'll submit later
adding a reference to this one, so the two are tested together.

I tested these changes with the kernel upcoming kernel patchset on
SKL/TGL/ADLP.

Imre Deak (4):
  lib/igt_fb/adlp: Remove CCS FB stride alignment restrictions
  lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment
  lib/igt_fb/tgl+: Remove CCS FB 4 tile height alignment restriction
  lib/igt_fb/tgl+: Prevent CCS FB AUX surface size overalignment

 lib/igt_fb.c            | 87 +++++++++++++++++++++++++++--------------
 lib/intel_aux_pgtable.c | 66 ++++---------------------------
 lib/intel_bufops.c      |  2 +-
 3 files changed, 66 insertions(+), 89 deletions(-)

-- 
2.27.0

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [igt-dev] [PATCH i-g-t 1/4] lib/igt_fb/adlp: Remove CCS FB stride alignment restrictions
  2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
@ 2021-10-26 21:26 ` Imre Deak
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 2/4] lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment Imre Deak
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 16+ messages in thread
From: Imre Deak @ 2021-10-26 21:26 UTC (permalink / raw)
  To: igt-dev

As opposed to other GEN12 platforms ADLP provides a way to program the
stride of CCS surfaces independently of the main surface stride (within
the corresponding limit of the preceeding and succeeding power-of-two
values of the main surface). Using that feature we can remove the
restriction on the strides of both the main and CCS surfaces, making the
ADLP CCS FB uAPI (FB modifiers) identical to that of TGL.

Remove the stride alignment restrictions and the special casing of the
ADLP AUX pagetable setup - which was only required assuming the pre-ADLP
fixed CCS stride logic.

Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 lib/igt_fb.c            | 26 ++--------------
 lib/intel_aux_pgtable.c | 66 +++++------------------------------------
 2 files changed, 11 insertions(+), 81 deletions(-)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 216b1d5c4..b8b2396d3 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -761,16 +761,8 @@ static uint32_t calc_plane_stride(struct igt_fb *fb, int plane)
 		/*
 		 * The CCS surface stride is
 		 *    ccs_stride = main_surface_stride_in_bytes / 512 * 64.
-		 *
-		 * On ADL_P this stride must be minimum 128 bytes corresponding
-		 * to 8 tiles on the main surface and it must be power-of-two
-		 * sized. The allocated main surface stride doesn't need to be
-		 * POT sized, which is auto-padded by the kernel to the POT size.
 		 */
-		if (IS_ALDERLAKE_P(intel_get_drm_devid(fb->fd)))
-			return roundup_power_of_two(max(min_stride, 128u));
-		else
-			return ALIGN(min_stride, 64);
+		return ALIGN(min_stride, 64);
 	} else if (!fb->modifier && is_nouveau_device(fb->fd)) {
 		int align;
 
@@ -788,20 +780,8 @@ static uint32_t calc_plane_stride(struct igt_fb *fb, int plane)
 		igt_get_fb_tile_size(fb->fd, fb->modifier, fb->plane_bpp[plane],
 				     &tile_width, &tile_height);
 
-		if (is_gen12_ccs_modifier(fb->modifier)) {
-			if (IS_ALDERLAKE_P(intel_get_drm_devid(fb->fd)))
-				/*
-				 * The main surface stride must be aligned to the CCS AUX
-				 * page table block size (covered by one AUX PTE). This
-				 * block size is 64kb -> 16 tiles.
-				 * We can do away padding an 8 tile stride to 16, since in
-				 * this case one AUX PTE entry will cover 2 main surface
-				 * tile rows.
-				 */
-				tile_align = (min_stride <= 8 * tile_width) ? 8 : 16;
-			else
-				tile_align = 4;
-		}
+		if (is_gen12_ccs_modifier(fb->modifier))
+			tile_align = 4;
 
 		return ALIGN(min_stride, tile_width * tile_align);
 	}
diff --git a/lib/intel_aux_pgtable.c b/lib/intel_aux_pgtable.c
index 6346053de..f5796fdf8 100644
--- a/lib/intel_aux_pgtable.c
+++ b/lib/intel_aux_pgtable.c
@@ -7,8 +7,6 @@
 #include "intel_bufops.h"
 #include "ioctl_wrappers.h"
 
-#include "lib/intel_chipset.h"
-
 #include "i915/gem_mman.h"
 
 #define BITS_PER_LONG_LONG	(sizeof(long long) * 8)
@@ -358,70 +356,22 @@ pgt_populate_entries_for_buf(struct pgtable *pgt,
 	uint64_t aux_addr = buf->addr.offset + buf->ccs[surface_idx].offset;
 	uint64_t l1_flags = pgt_get_l1_flags(buf, surface_idx);
 	uint64_t lx_flags = pgt_get_lx_flags();
-	int surface_tile_align;
-	int surface_src_row_tiles = buf->surface[surface_idx].stride / 128;
-	/*
-	 * The span of tiles in the FB object mapped by one AUX PTE
-	 * entry, which can be one or more tile rows.
-	 */
-	int surface_src_span_tiles = ALIGN(surface_src_row_tiles, 16);
-	int surface_src_span_size = surface_src_span_tiles * 4096;
-	/*
-	 * The number of tiles in a tile row on the surface auto-padded by
-	 * the kernel if necessary (to a power-of-two size on ADL-P).
-	 */
-	int surface_dst_row_tiles;
-	/*
-	 * The span of tiles on the auto-padded surface, including the
-	 * tiles in the FB object accounted by surface_src_span_tiles and
-	 * any padding tiles.
-	 */
-	int surface_dst_span_tiles;
-	/*
-	 * The size of CCS data mapping a surface_dst_span_tiles sized area
-	 * on the main surface.
-	 */
-	int aux_dst_span_size;
-	int surface_span_offset = 0;
-	int aux_span_offset = 0;
 
-	if (IS_ALDERLAKE_P(buf->ibb->devid)) {
-		surface_tile_align = surface_src_row_tiles <= 8 ? 8 : 16;
-		surface_dst_row_tiles = roundup_power_of_two(surface_src_row_tiles);
-		surface_dst_span_tiles = roundup_power_of_two(surface_src_span_tiles);
-	} else {
-		surface_tile_align = 4;
-		surface_dst_row_tiles = surface_src_row_tiles;
-		surface_dst_span_tiles = surface_src_span_tiles;
-	}
+	igt_assert(!(buf->surface[surface_idx].stride % 512));
+	igt_assert_eq(buf->ccs[surface_idx].stride,
+		      buf->surface[surface_idx].stride / 512 * 64);
 
-	aux_dst_span_size = surface_dst_span_tiles / 16 * AUX_CCS_BLOCK_SIZE;
-
-	igt_assert_eq(buf->surface[surface_idx].stride % (128 * surface_tile_align), 0);
-	igt_assert_eq(buf->ccs[surface_idx].stride, surface_dst_row_tiles / 4 * 64);
-
-	while (surface_addr + surface_span_offset < surface_end) {
+	for (; surface_addr < surface_end;
+	     surface_addr += MAIN_SURFACE_BLOCK_SIZE,
+	     aux_addr += AUX_CCS_BLOCK_SIZE) {
 		uint64_t table = top_table;
 		int level;
 
 		for (level = pgt->levels - 1; level >= 1; level--)
 			table = pgt_get_child_table(pgt, table, level,
-						    surface_addr + surface_span_offset, lx_flags);
+						    surface_addr, lx_flags);
 
-		pgt_set_l1_entry(pgt, table,
-				 surface_addr + surface_span_offset,
-				 aux_addr + aux_span_offset, l1_flags);
-
-		surface_span_offset += MAIN_SURFACE_BLOCK_SIZE;
-		aux_span_offset += AUX_CCS_BLOCK_SIZE;
-
-		if (surface_span_offset >= surface_src_span_size) {
-			surface_addr += surface_src_span_size;
-			surface_span_offset = 0;
-
-			aux_addr += aux_dst_span_size;
-			aux_span_offset = 0;
-		}
+		pgt_set_l1_entry(pgt, table, surface_addr, aux_addr, l1_flags);
 	}
 }
 
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [igt-dev] [PATCH i-g-t 2/4] lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment
  2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 1/4] lib/igt_fb/adlp: Remove CCS FB stride alignment restrictions Imre Deak
@ 2021-10-26 21:26 ` Imre Deak
  2021-10-27  9:46   ` Ville Syrjälä
  2021-10-27 13:14   ` [igt-dev] [PATCH v2 " Imre Deak
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 3/4] lib/igt_fb/tgl+: Remove CCS FB 4 tile height alignment restriction Imre Deak
                   ` (7 subsequent siblings)
  9 siblings, 2 replies; 16+ messages in thread
From: Imre Deak @ 2021-10-26 21:26 UTC (permalink / raw)
  To: igt-dev

The offset of semiplanar UV surfaces in CCS FBs must be 64 kbyte aligned
as required by the Vebox engine which IGT uses to convert between tiling
formats. At the same time the display engine requires the offset to be
tile-row aligned. So far we ensured both of these alignment requirements
by aligning all color surface widths/heights to 4x4 tiles. This however
wastes memory in case the number of tiles in one tile-row modulo 16 is 0
or 8 where 1 or 2 tile-row alignment correspondingly would be enough.

The next patch removes the 4x4 tile alignment, here prepare for that by
aligning TGL+ UV surface offsets to LCM(tile-row size, 64 kbyte)
ensuring the minimum tile-row size and 64 kbyte alignment.

Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 lib/igt_fb.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index b8b2396d3..86d0ae426 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -392,6 +392,12 @@ bool igt_format_is_yuv_semiplanar(uint32_t format)
 	return igt_format_is_yuv(format) && f->num_planes == 2;
 }
 
+static bool is_yuv_semiplanar_plane(const struct igt_fb *fb, int color_plane)
+{
+	return igt_format_is_yuv_semiplanar(fb->drm_format) &&
+	       color_plane == 1;
+}
+
 /**
  * igt_get_fb_tile_size:
  * @fd: the DRM file descriptor
@@ -843,16 +849,61 @@ static uint64_t calc_plane_size(struct igt_fb *fb, int plane)
 	}
 }
 
+static unsigned int gcd(unsigned int a, unsigned int b)
+{
+	if (b == 0)
+		return a;
+
+	return gcd(b, a % b);
+}
+
+static unsigned int lcm(unsigned int a, unsigned int b)
+{
+	unsigned int g = gcd(a, b);
+
+	if (g == 0 || b == 0)
+		return 0;
+
+	return a / g * b;
+}
+
+static unsigned int get_plane_alignment(struct igt_fb *fb, int color_plane)
+{
+	unsigned int tile_width, tile_height;
+	unsigned int tile_row_size;
+	unsigned int alignment;
+
+	if (!(is_i915_device(fb->fd) &&
+	      is_gen12_ccs_modifier(fb->modifier) &&
+	      is_yuv_semiplanar_plane(fb, color_plane)))
+		return 0;
+
+	igt_get_fb_tile_size(fb->fd, fb->modifier, fb->plane_bpp[color_plane],
+			     &tile_width, &tile_height);
+
+	tile_row_size = fb->strides[color_plane] * tile_height;
+
+	alignment = lcm(tile_row_size, 64 * 1024);
+
+	return alignment;
+}
+
 static uint64_t calc_fb_size(struct igt_fb *fb)
 {
 	uint64_t size = 0;
 	int plane;
 
 	for (plane = 0; plane < fb->num_planes; plane++) {
+		unsigned int align;
+
 		/* respect the stride requested by the caller */
 		if (!fb->strides[plane])
 			fb->strides[plane] = calc_plane_stride(fb, plane);
 
+		align = get_plane_alignment(fb, plane);
+		if (align)
+			size += align - (size % align);
+
 		fb->offsets[plane] = size;
 
 		size += calc_plane_size(fb, plane);
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [igt-dev] [PATCH i-g-t 3/4] lib/igt_fb/tgl+: Remove CCS FB 4 tile height alignment restriction
  2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 1/4] lib/igt_fb/adlp: Remove CCS FB stride alignment restrictions Imre Deak
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 2/4] lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment Imre Deak
@ 2021-10-26 21:26 ` Imre Deak
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 4/4] lib/igt_fb/tgl+: Prevent CCS FB AUX surface size overalignment Imre Deak
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 16+ messages in thread
From: Imre Deak @ 2021-10-26 21:26 UTC (permalink / raw)
  To: igt-dev

The spec is somewhat unclear about this and suggests a 4x4 tile layout
on the main surface of TGL+ CCS FBs. So far IGT ensured that the height
of the main surface is 4 tiles aligned accordingly. However, the layout
of tiles is just the usual Y-tiled one where consecutive tiles in memory
order fill one full tile-row at a time, continuing with the next
tile-row afterwards. Perhaps the spec referred to the layout where CCS
cachelines mapped to the main surface in the "vertical" cacheline-pair
mode. However up until ADLP the horizontal cacheline-pair mode is used,
where consecutive CCS cachelines in memory order map to consecutive main
surface tiles mapping one full tile-row first and then continuing with
the next tile-row.

Accordingly we don't need to align the surface height to 4 tiles, remove
this restriction.

Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 lib/igt_fb.c       | 6 +-----
 lib/intel_bufops.c | 2 +-
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index 86d0ae426..ddb530c99 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -670,7 +670,7 @@ static unsigned fb_plane_height(const struct igt_fb *fb, int plane)
 		if (ccs_to_main_plane(fb, plane))
 			height = DIV_ROUND_UP(height, format->vsub);
 
-		return DIV_ROUND_UP(height, 128) * 4;
+		return DIV_ROUND_UP(height, 32);
 	} else if (is_ccs_plane(fb, plane)) {
 		return DIV_ROUND_UP(fb->height, 512) * 32;
 	}
@@ -838,10 +838,6 @@ static uint64_t calc_plane_size(struct igt_fb *fb, int plane)
 		igt_get_fb_tile_size(fb->fd, fb->modifier, fb->plane_bpp[plane],
 				     &tile_width, &tile_height);
 
-		/* A main surface using a CCS AUX surface must be 4x4 tiles aligned. */
-		if (is_gen12_ccs_modifier(fb->modifier))
-			tile_height *= 4;
-
 		size = (uint64_t)fb->strides[plane] *
 			ALIGN(fb->plane_height[plane], tile_height);
 
diff --git a/lib/intel_bufops.c b/lib/intel_bufops.c
index 80c5bb80b..f13063fa9 100644
--- a/lib/intel_bufops.c
+++ b/lib/intel_bufops.c
@@ -771,7 +771,7 @@ static void __intel_buf_init(struct buf_ops *bops,
 			buf->surface[0].stride = ALIGN(width * (bpp / 8), 128);
 
 		if (bops->intel_gen >= 12)
-			height = ALIGN(height, 4 * 32);
+			height = ALIGN(height, 32);
 
 		buf->surface[0].size = buf->surface[0].stride * height;
 		buf->tiling = tiling;
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [igt-dev] [PATCH i-g-t 4/4] lib/igt_fb/tgl+: Prevent CCS FB AUX surface size overalignment
  2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
                   ` (2 preceding siblings ...)
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 3/4] lib/igt_fb/tgl+: Remove CCS FB 4 tile height alignment restriction Imre Deak
@ 2021-10-26 21:26 ` Imre Deak
  2021-10-26 22:11 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions Patchwork
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 16+ messages in thread
From: Imre Deak @ 2021-10-26 21:26 UTC (permalink / raw)
  To: igt-dev

So far the page alignment of the size of CCS AUX surfaces was ensured
by aligning the height of the surface to 64, which multiplied by the 64
byte CCS tile width resulted in the multiple of a 4k value. This can
overallocate the CCS surface up to ~1/4th of one main surface tile-row
size. Avoid the overallocation by simply aligning the size to 4k.

Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 lib/igt_fb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index ddb530c99..1ad64506f 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -827,8 +827,8 @@ static uint64_t calc_plane_size(struct igt_fb *fb, int plane)
 		uint64_t size;
 
 		/* The AUX CCS surface must be page aligned */
-		size = (uint64_t)fb->strides[plane] *
-			ALIGN(fb->plane_height[plane], 64);
+		size = ALIGN((uint64_t)fb->strides[plane] *
+			     fb->plane_height[plane], 4096);
 
 		return size;
 	} else {
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions
  2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
                   ` (3 preceding siblings ...)
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 4/4] lib/igt_fb/tgl+: Prevent CCS FB AUX surface size overalignment Imre Deak
@ 2021-10-26 22:11 ` Patchwork
  2021-10-26 23:54 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2021-10-26 22:11 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 3565 bytes --]

== Series Details ==

Series: lib/igt_fb/tgl+: Remove CCS FB layout restrictions
URL   : https://patchwork.freedesktop.org/series/96316/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10792 -> IGTPW_6353
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/index.html

Participating hosts (38 -> 33)
------------------------------

  Additional (1): fi-ilk-650 
  Missing    (6): bat-dg1-6 bat-dg1-5 fi-icl-u2 bat-adlp-4 fi-ctg-p8600 fi-elk-e7500 

Known issues
------------

  Here are the changes found in IGTPW_6353 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@amdgpu/amd_cs_nop@nop-compute0:
    - fi-ilk-650:         NOTRUN -> [SKIP][1] ([fdo#109271]) +35 similar issues
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/fi-ilk-650/igt@amdgpu/amd_cs_nop@nop-compute0.html

  * igt@gem_exec_suspend@basic-s3:
    - fi-bdw-5557u:       [PASS][2] -> [INCOMPLETE][3] ([i915#146])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/fi-bdw-5557u/igt@gem_exec_suspend@basic-s3.html

  * igt@i915_selftest@live@gt_lrc:
    - fi-rkl-11600:       [PASS][4] -> [DMESG-FAIL][5] ([i915#2373])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/fi-rkl-11600/igt@i915_selftest@live@gt_lrc.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/fi-rkl-11600/igt@i915_selftest@live@gt_lrc.html

  * igt@kms_chamelium@dp-hpd-fast:
    - fi-ilk-650:         NOTRUN -> [SKIP][6] ([fdo#109271] / [fdo#111827]) +8 similar issues
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/fi-ilk-650/igt@kms_chamelium@dp-hpd-fast.html

  
#### Possible fixes ####

  * igt@kms_frontbuffer_tracking@basic:
    - fi-cml-u2:          [DMESG-WARN][7] ([i915#4269]) -> [PASS][8]
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html
    - {fi-hsw-gt1}:       [DMESG-WARN][9] ([i915#4290]) -> [PASS][10]
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/fi-hsw-gt1/igt@kms_frontbuffer_tracking@basic.html
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/fi-hsw-gt1/igt@kms_frontbuffer_tracking@basic.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [i915#146]: https://gitlab.freedesktop.org/drm/intel/issues/146
  [i915#2373]: https://gitlab.freedesktop.org/drm/intel/issues/2373
  [i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269
  [i915#4290]: https://gitlab.freedesktop.org/drm/intel/issues/4290


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_6262 -> IGTPW_6353

  CI-20190529: 20190529
  CI_DRM_10792: 299777ddcc06c9a0ea7b95a0823ccaca268d16b8 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6353: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/index.html
  IGT_6262: d1c793b26e31cc6ae3f9fa3239805a9bbcc749fb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/index.html

[-- Attachment #2: Type: text/html, Size: 4379 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions
  2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
                   ` (4 preceding siblings ...)
  2021-10-26 22:11 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions Patchwork
@ 2021-10-26 23:54 ` Patchwork
  2021-10-27 14:02 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2) Patchwork
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2021-10-26 23:54 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30268 bytes --]

== Series Details ==

Series: lib/igt_fb/tgl+: Remove CCS FB layout restrictions
URL   : https://patchwork.freedesktop.org/series/96316/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10792_full -> IGTPW_6353_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/index.html

Participating hosts (10 -> 7)
------------------------------

  Missing    (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005 

Known issues
------------

  Here are the changes found in IGTPW_6353_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@gem_create@create-massive:
    - shard-iclb:         NOTRUN -> [DMESG-WARN][1] ([i915#3002])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb2/igt@gem_create@create-massive.html
    - shard-snb:          NOTRUN -> [DMESG-WARN][2] ([i915#3002])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-snb4/igt@gem_create@create-massive.html
    - shard-kbl:          NOTRUN -> [DMESG-WARN][3] ([i915#3002])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl3/igt@gem_create@create-massive.html
    - shard-tglb:         NOTRUN -> [DMESG-WARN][4] ([i915#3002])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb7/igt@gem_create@create-massive.html
    - shard-glk:          NOTRUN -> [DMESG-WARN][5] ([i915#3002])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk2/igt@gem_create@create-massive.html
    - shard-apl:          NOTRUN -> [DMESG-WARN][6] ([i915#3002])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl4/igt@gem_create@create-massive.html

  * igt@gem_ctx_isolation@preservation-s3@bcs0:
    - shard-kbl:          [PASS][7] -> [DMESG-WARN][8] ([i915#180]) +3 similar issues
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@bcs0.html
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@bcs0.html

  * igt@gem_exec_fair@basic-none-solo@rcs0:
    - shard-kbl:          NOTRUN -> [FAIL][9] ([i915#2842])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl3/igt@gem_exec_fair@basic-none-solo@rcs0.html

  * igt@gem_exec_fair@basic-pace@vcs0:
    - shard-tglb:         [PASS][10] -> [FAIL][11] ([i915#2842])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-tglb1/igt@gem_exec_fair@basic-pace@vcs0.html
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb5/igt@gem_exec_fair@basic-pace@vcs0.html

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-glk:          [PASS][12] -> [FAIL][13] ([i915#2842]) +2 similar issues
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-glk8/igt@gem_exec_fair@basic-pace@vecs0.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk9/igt@gem_exec_fair@basic-pace@vecs0.html

  * igt@gem_exec_params@rsvd2-dirt:
    - shard-snb:          NOTRUN -> [SKIP][14] ([fdo#109271]) +18 similar issues
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-snb2/igt@gem_exec_params@rsvd2-dirt.html
    - shard-iclb:         NOTRUN -> [SKIP][15] ([fdo#109283])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb5/igt@gem_exec_params@rsvd2-dirt.html

  * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
    - shard-iclb:         NOTRUN -> [SKIP][16] ([i915#4270])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb6/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
    - shard-tglb:         NOTRUN -> [SKIP][17] ([i915#4270])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb5/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html

  * igt@gem_userptr_blits@vma-merge:
    - shard-kbl:          NOTRUN -> [FAIL][18] ([i915#3318])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl6/igt@gem_userptr_blits@vma-merge.html

  * igt@gen7_exec_parse@batch-without-end:
    - shard-tglb:         NOTRUN -> [SKIP][19] ([fdo#109289]) +1 similar issue
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb1/igt@gen7_exec_parse@batch-without-end.html

  * igt@gen9_exec_parse@cmd-crossing-page:
    - shard-iclb:         NOTRUN -> [SKIP][20] ([i915#2856])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb2/igt@gen9_exec_parse@cmd-crossing-page.html

  * igt@i915_pm_dc@dc9-dpms:
    - shard-apl:          [PASS][21] -> [SKIP][22] ([fdo#109271])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl4/igt@i915_pm_dc@dc9-dpms.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl1/igt@i915_pm_dc@dc9-dpms.html

  * igt@kms_big_fb@linear-32bpp-rotate-0:
    - shard-glk:          [PASS][23] -> [DMESG-WARN][24] ([i915#118])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-glk6/igt@kms_big_fb@linear-32bpp-rotate-0.html
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk6/igt@kms_big_fb@linear-32bpp-rotate-0.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-0:
    - shard-glk:          [PASS][25] -> [FAIL][26] ([i915#1888])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-glk7/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk5/igt@kms_big_fb@x-tiled-8bpp-rotate-0.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-kbl:          NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#3777]) +2 similar issues
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl4/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
    - shard-glk:          NOTRUN -> [SKIP][28] ([fdo#109271] / [i915#3777]) +1 similar issue
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip:
    - shard-apl:          NOTRUN -> [SKIP][29] ([fdo#109271] / [i915#3777]) +1 similar issue
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
    - shard-tglb:         NOTRUN -> [SKIP][30] ([fdo#111615])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb2/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-kbl:          NOTRUN -> [SKIP][31] ([fdo#109271]) +247 similar issues
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-apl:          NOTRUN -> [SKIP][32] ([fdo#109271]) +119 similar issues
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl3/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs:
    - shard-glk:          NOTRUN -> [SKIP][33] ([fdo#109271] / [i915#3886]) +1 similar issue
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk1/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][34] ([i915#3689] / [i915#3886])
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb3/igt@kms_ccs@pipe-b-missing-ccs-buffer-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
    - shard-kbl:          NOTRUN -> [SKIP][35] ([fdo#109271] / [i915#3886]) +12 similar issues
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl7/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs:
    - shard-apl:          NOTRUN -> [SKIP][36] ([fdo#109271] / [i915#3886]) +8 similar issues
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl2/igt@kms_ccs@pipe-c-bad-rotation-90-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-c-crc-primary-basic-yf_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][37] ([i915#3689]) +1 similar issue
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb1/igt@kms_ccs@pipe-c-crc-primary-basic-yf_tiled_ccs.html

  * igt@kms_chamelium@hdmi-crc-nonplanar-formats:
    - shard-iclb:         NOTRUN -> [SKIP][38] ([fdo#109284] / [fdo#111827]) +2 similar issues
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb8/igt@kms_chamelium@hdmi-crc-nonplanar-formats.html

  * igt@kms_chamelium@vga-edid-read:
    - shard-apl:          NOTRUN -> [SKIP][39] ([fdo#109271] / [fdo#111827]) +11 similar issues
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl7/igt@kms_chamelium@vga-edid-read.html
    - shard-glk:          NOTRUN -> [SKIP][40] ([fdo#109271] / [fdo#111827]) +4 similar issues
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk6/igt@kms_chamelium@vga-edid-read.html

  * igt@kms_chamelium@vga-hpd-for-each-pipe:
    - shard-kbl:          NOTRUN -> [SKIP][41] ([fdo#109271] / [fdo#111827]) +16 similar issues
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl3/igt@kms_chamelium@vga-hpd-for-each-pipe.html
    - shard-tglb:         NOTRUN -> [SKIP][42] ([fdo#109284] / [fdo#111827]) +4 similar issues
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb3/igt@kms_chamelium@vga-hpd-for-each-pipe.html

  * igt@kms_color_chamelium@pipe-b-ctm-green-to-red:
    - shard-snb:          NOTRUN -> [SKIP][43] ([fdo#109271] / [fdo#111827]) +1 similar issue
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-snb7/igt@kms_color_chamelium@pipe-b-ctm-green-to-red.html

  * igt@kms_content_protection@atomic:
    - shard-apl:          NOTRUN -> [TIMEOUT][44] ([i915#1319])
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl2/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@legacy:
    - shard-kbl:          NOTRUN -> [TIMEOUT][45] ([i915#1319]) +1 similar issue
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl7/igt@kms_content_protection@legacy.html

  * igt@kms_cursor_crc@pipe-a-cursor-32x10-random:
    - shard-tglb:         NOTRUN -> [SKIP][46] ([i915#3359]) +1 similar issue
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb5/igt@kms_cursor_crc@pipe-a-cursor-32x10-random.html

  * igt@kms_cursor_crc@pipe-a-cursor-max-size-random:
    - shard-iclb:         NOTRUN -> [SKIP][47] ([fdo#109278]) +1 similar issue
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb5/igt@kms_cursor_crc@pipe-a-cursor-max-size-random.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-kbl:          NOTRUN -> [DMESG-WARN][48] ([i915#180]) +5 similar issues
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
    - shard-tglb:         [PASS][49] -> [INCOMPLETE][50] ([i915#2411] / [i915#2828] / [i915#456])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-tglb2/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-b-cursor-suspend:
    - shard-tglb:         NOTRUN -> [INCOMPLETE][51] ([i915#456])
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb7/igt@kms_cursor_crc@pipe-b-cursor-suspend.html

  * igt@kms_dp_tiled_display@basic-test-pattern:
    - shard-iclb:         NOTRUN -> [SKIP][52] ([i915#426])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb4/igt@kms_dp_tiled_display@basic-test-pattern.html
    - shard-tglb:         NOTRUN -> [SKIP][53] ([i915#426])
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb6/igt@kms_dp_tiled_display@basic-test-pattern.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-tglb:         [PASS][54] -> [INCOMPLETE][55] ([i915#2411] / [i915#456]) +1 similar issue
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-tglb2/igt@kms_fbcon_fbt@fbc-suspend.html
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb7/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
    - shard-iclb:         NOTRUN -> [SKIP][56] ([fdo#109274])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb3/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible@c-dp1:
    - shard-apl:          [PASS][57] -> [DMESG-WARN][58] ([i915#180]) +3 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl7/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl3/igt@kms_flip@flip-vs-suspend-interruptible@c-dp1.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs:
    - shard-kbl:          NOTRUN -> [SKIP][59] ([fdo#109271] / [i915#2672])
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
    - shard-iclb:         NOTRUN -> [SKIP][60] ([fdo#109280]) +4 similar issues
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-tglb:         NOTRUN -> [SKIP][61] ([fdo#111825]) +10 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence:
    - shard-kbl:          NOTRUN -> [SKIP][62] ([fdo#109271] / [i915#533]) +2 similar issues
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl7/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html

  * igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence:
    - shard-apl:          NOTRUN -> [SKIP][63] ([fdo#109271] / [i915#533]) +1 similar issue
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl6/igt@kms_pipe_crc_basic@read-crc-pipe-d-frame-sequence.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-7efc:
    - shard-apl:          NOTRUN -> [FAIL][64] ([fdo#108145] / [i915#265]) +2 similar issues
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl6/igt@kms_plane_alpha_blend@pipe-b-alpha-7efc.html

  * igt@kms_plane_alpha_blend@pipe-c-alpha-7efc:
    - shard-kbl:          NOTRUN -> [FAIL][65] ([fdo#108145] / [i915#265]) +3 similar issues
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl1/igt@kms_plane_alpha_blend@pipe-c-alpha-7efc.html

  * igt@kms_plane_cursor@pipe-d-viewport-size-256:
    - shard-glk:          NOTRUN -> [SKIP][66] ([fdo#109271]) +38 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk3/igt@kms_plane_cursor@pipe-d-viewport-size-256.html

  * igt@kms_plane_lowres@pipe-c-tiling-yf:
    - shard-iclb:         NOTRUN -> [SKIP][67] ([i915#3536])
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb4/igt@kms_plane_lowres@pipe-c-tiling-yf.html
    - shard-tglb:         NOTRUN -> [SKIP][68] ([fdo#112054])
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb5/igt@kms_plane_lowres@pipe-c-tiling-yf.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
    - shard-apl:          NOTRUN -> [SKIP][69] ([fdo#109271] / [i915#658]) +1 similar issue
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl6/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3:
    - shard-kbl:          NOTRUN -> [SKIP][70] ([fdo#109271] / [i915#658]) +1 similar issue
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl3/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-3.html

  * igt@kms_psr@psr2_cursor_plane_move:
    - shard-iclb:         [PASS][71] -> [SKIP][72] ([fdo#109441])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-iclb2/igt@kms_psr@psr2_cursor_plane_move.html
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb5/igt@kms_psr@psr2_cursor_plane_move.html

  * igt@kms_psr@psr2_primary_render:
    - shard-tglb:         NOTRUN -> [FAIL][73] ([i915#132] / [i915#3467])
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb7/igt@kms_psr@psr2_primary_render.html
    - shard-iclb:         NOTRUN -> [SKIP][74] ([fdo#109441])
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb5/igt@kms_psr@psr2_primary_render.html

  * igt@kms_vrr@flip-suspend:
    - shard-tglb:         NOTRUN -> [SKIP][75] ([fdo#109502])
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb3/igt@kms_vrr@flip-suspend.html

  * igt@kms_writeback@writeback-check-output:
    - shard-apl:          NOTRUN -> [SKIP][76] ([fdo#109271] / [i915#2437])
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl1/igt@kms_writeback@writeback-check-output.html
    - shard-kbl:          NOTRUN -> [SKIP][77] ([fdo#109271] / [i915#2437])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl1/igt@kms_writeback@writeback-check-output.html

  * igt@perf_pmu@module-unload:
    - shard-tglb:         [PASS][78] -> [DMESG-WARN][79] ([i915#1982] / [i915#262])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-tglb1/igt@perf_pmu@module-unload.html
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb8/igt@perf_pmu@module-unload.html

  * igt@prime_nv_test@i915_import_gtt_mmap:
    - shard-tglb:         NOTRUN -> [SKIP][80] ([fdo#109291])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb3/igt@prime_nv_test@i915_import_gtt_mmap.html
    - shard-iclb:         NOTRUN -> [SKIP][81] ([fdo#109291])
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb1/igt@prime_nv_test@i915_import_gtt_mmap.html

  * igt@prime_vgem@fence-flip-hang:
    - shard-tglb:         NOTRUN -> [SKIP][82] ([fdo#109295])
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb6/igt@prime_vgem@fence-flip-hang.html

  * igt@sysfs_clients@fair-3:
    - shard-kbl:          NOTRUN -> [SKIP][83] ([fdo#109271] / [i915#2994]) +4 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl6/igt@sysfs_clients@fair-3.html

  * igt@sysfs_clients@split-10:
    - shard-apl:          NOTRUN -> [SKIP][84] ([fdo#109271] / [i915#2994]) +1 similar issue
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl1/igt@sysfs_clients@split-10.html

  * igt@sysfs_clients@split-25:
    - shard-glk:          NOTRUN -> [SKIP][85] ([fdo#109271] / [i915#2994]) +1 similar issue
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk5/igt@sysfs_clients@split-25.html

  
#### Possible fixes ####

  * igt@gem_ctx_isolation@preservation-s3@rcs0:
    - shard-kbl:          [DMESG-WARN][86] ([i915#180]) -> [PASS][87] +7 similar issues
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@rcs0.html
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl1/igt@gem_ctx_isolation@preservation-s3@rcs0.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-iclb:         [FAIL][88] ([i915#2842]) -> [PASS][89]
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-iclb6/igt@gem_exec_fair@basic-none-share@rcs0.html
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb8/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none@vcs0:
    - shard-apl:          [FAIL][90] ([i915#2842]) -> [PASS][91] +1 similar issue
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl8/igt@gem_exec_fair@basic-none@vcs0.html
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl8/igt@gem_exec_fair@basic-none@vcs0.html

  * igt@gem_exec_fair@basic-none@vecs0:
    - shard-kbl:          [FAIL][92] ([i915#2842]) -> [PASS][93] +1 similar issue
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-kbl7/igt@gem_exec_fair@basic-none@vecs0.html
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-kbl6/igt@gem_exec_fair@basic-none@vecs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-tglb:         [FAIL][94] ([i915#2842]) -> [PASS][95] +1 similar issue
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-tglb1/igt@gem_exec_fair@basic-pace@vcs1.html
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb5/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-iclb:         [FAIL][96] ([i915#2849]) -> [PASS][97]
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-iclb7/igt@gem_exec_fair@basic-throttle@rcs0.html
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb4/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_ppgtt@flink-and-close-vma-leak:
    - shard-glk:          [FAIL][98] ([i915#644]) -> [PASS][99]
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-glk3/igt@gem_ppgtt@flink-and-close-vma-leak.html
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk1/igt@gem_ppgtt@flink-and-close-vma-leak.html

  * igt@gem_softpin@noreloc-s3:
    - shard-tglb:         [INCOMPLETE][100] ([i915#1373] / [i915#456]) -> [PASS][101]
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-tglb7/igt@gem_softpin@noreloc-s3.html
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-tglb3/igt@gem_softpin@noreloc-s3.html

  * igt@i915_pm_dc@dc9-dpms:
    - shard-iclb:         [FAIL][102] ([i915#4275]) -> [PASS][103]
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-iclb6/igt@i915_pm_dc@dc9-dpms.html
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb1/igt@i915_pm_dc@dc9-dpms.html

  * igt@i915_suspend@sysfs-reader:
    - shard-apl:          [DMESG-WARN][104] ([i915#180]) -> [PASS][105] +3 similar issues
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl4/igt@i915_suspend@sysfs-reader.html
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl6/igt@i915_suspend@sysfs-reader.html

  * igt@kms_big_fb@linear-32bpp-rotate-180:
    - shard-glk:          [DMESG-WARN][106] ([i915#118]) -> [PASS][107] +1 similar issue
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-glk8/igt@kms_big_fb@linear-32bpp-rotate-180.html
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk3/igt@kms_big_fb@linear-32bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-glk:          [FAIL][108] ([i915#1888]) -> [PASS][109]
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-glk1/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk7/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a1-hdmi-a2:
    - shard-glk:          [FAIL][110] ([i915#79]) -> [PASS][111]
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-glk4/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a1-hdmi-a2.html
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk1/igt@kms_flip@2x-flip-vs-expired-vblank@ab-hdmi-a1-hdmi-a2.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [SKIP][112] ([fdo#109441]) -> [PASS][113] +1 similar issue
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-iclb3/igt@kms_psr@psr2_primary_mmap_cpu.html
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_setmode@basic:
    - shard-glk:          [FAIL][114] ([i915#31]) -> [PASS][115]
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-glk2/igt@kms_setmode@basic.html
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-glk7/igt@kms_setmode@basic.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-apl:          [DMESG-WARN][116] ([i915#180] / [i915#295]) -> [PASS][117]
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl4/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl7/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  
#### Warnings ####

  * igt@i915_pm_rc6_residency@rc6-fence:
    - shard-iclb:         [WARN][118] ([i915#2684]) -> [WARN][119] ([i915#1804] / [i915#2684])
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-iclb1/igt@i915_pm_rc6_residency@rc6-fence.html
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb7/igt@i915_pm_rc6_residency@rc6-fence.html

  * igt@i915_pm_rc6_residency@rc6-idle:
    - shard-iclb:         [WARN][120] ([i915#1804] / [i915#2684]) -> [FAIL][121] ([i915#2680])
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-iclb4/igt@i915_pm_rc6_residency@rc6-idle.html
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb1/igt@i915_pm_rc6_residency@rc6-idle.html

  * igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4:
    - shard-iclb:         [SKIP][122] ([i915#2920]) -> [SKIP][123] ([i915#658]) +1 similar issue
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-iclb2/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-iclb4/igt@kms_psr2_sf@overlay-primary-update-sf-dmg-area-4.html

  * igt@runner@aborted:
    - shard-apl:          ([FAIL][124], [FAIL][125], [FAIL][126], [FAIL][127], [FAIL][128], [FAIL][129], [FAIL][130]) ([fdo#109271] / [i915#180] / [i915#1814] / [i915#3002] / [i915#3363] / [i915#4312]) -> ([FAIL][131], [FAIL][132], [FAIL][133], [FAIL][134], [FAIL][135], [FAIL][136]) ([fdo#109271] / [i915#180] / [i915#3002] / [i915#3363] / [i915#4312])
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl8/igt@runner@aborted.html
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl4/igt@runner@aborted.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl1/igt@runner@aborted.html
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl3/igt@runner@aborted.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl3/igt@runner@aborted.html
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl3/igt@runner@aborted.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10792/shard-apl4/igt@runner@aborted.html
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl6/igt@runner@aborted.html
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl3/igt@runner@aborted.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl4/igt@runner@aborted.html
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl4/igt@runner@aborted.html
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl3/igt@runner@aborted.html
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/shard-apl1/igt@runner@aborted.html

  
  [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145
  [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
  [fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
  [fdo#109278]: https://bugs.freedesktop.org/show_bug.cgi?id=109278
  [fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
  [fdo#109283]: https://bugs.freedesktop.org/show_bug.cgi?id=109283
  [fdo#109284]: https://bugs.freedesktop.org/show_bug.cgi?id=109284
  [fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
  [fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
  [fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
  [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
  [fdo#109502]: https://bugs.freedesktop.org/show_bug.cgi?id=109502
  [fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
  [fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
  [fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
  [fdo#112054]: https://bugs.freedesktop.org/show_bug.cgi?id=112054
  [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
  [i915#1319]: https://gitlab.freedesktop.org/drm/intel/issues/1319
  [i915#132]: https://gitlab.freedesktop.org/drm/intel/issues/132
  [i915#1373]: https://gitlab.freedesktop.org/drm/intel/issues/1373
  [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
  [i915#1804]: https://gitlab.freedesktop.org/drm/intel/issues/1804
  [i915#1814]: https://gitlab.freedesktop.org/drm/intel/issues/1814
  [i915#1888]: https://gitlab.freedesktop.org/drm/intel/issues/1888
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#2411]: https://gitlab.freedesktop.org/drm/intel/issues/2411
  [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
  [i915#262]: https://gitlab.freedesktop.org/drm/intel/issues/262
  [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265
  [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
  [i915#2680]: https://gitlab.freedesktop.org/drm/intel/issues/2680
  [i915#2684]: https://gitlab.freedesktop.org/drm/intel/issues/2684
  [i915#2828]: https://gitlab.freedesktop.org/drm/in

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6353/index.html

[-- Attachment #2: Type: text/html, Size: 37111 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [igt-dev] [PATCH i-g-t 2/4] lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 2/4] lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment Imre Deak
@ 2021-10-27  9:46   ` Ville Syrjälä
  2021-10-27 10:54     ` Imre Deak
  2021-10-27 13:14   ` [igt-dev] [PATCH v2 " Imre Deak
  1 sibling, 1 reply; 16+ messages in thread
From: Ville Syrjälä @ 2021-10-27  9:46 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

On Wed, Oct 27, 2021 at 12:26:18AM +0300, Imre Deak wrote:
> The offset of semiplanar UV surfaces in CCS FBs must be 64 kbyte aligned
> as required by the Vebox engine which IGT uses to convert between tiling
> formats. At the same time the display engine requires the offset to be
> tile-row aligned. So far we ensured both of these alignment requirements
> by aligning all color surface widths/heights to 4x4 tiles. This however
> wastes memory in case the number of tiles in one tile-row modulo 16 is 0
> or 8 where 1 or 2 tile-row alignment correspondingly would be enough.
> 
> The next patch removes the 4x4 tile alignment, here prepare for that by
> aligning TGL+ UV surface offsets to LCM(tile-row size, 64 kbyte)
> ensuring the minimum tile-row size and 64 kbyte alignment.
> 
> Signed-off-by: Imre Deak <imre.deak@intel.com>
> ---
>  lib/igt_fb.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 51 insertions(+)
> 
> diff --git a/lib/igt_fb.c b/lib/igt_fb.c
> index b8b2396d3..86d0ae426 100644
> --- a/lib/igt_fb.c
> +++ b/lib/igt_fb.c
> @@ -392,6 +392,12 @@ bool igt_format_is_yuv_semiplanar(uint32_t format)
>  	return igt_format_is_yuv(format) && f->num_planes == 2;
>  }
>  
> +static bool is_yuv_semiplanar_plane(const struct igt_fb *fb, int color_plane)
> +{
> +	return igt_format_is_yuv_semiplanar(fb->drm_format) &&
> +	       color_plane == 1;
> +}
> +
>  /**
>   * igt_get_fb_tile_size:
>   * @fd: the DRM file descriptor
> @@ -843,16 +849,61 @@ static uint64_t calc_plane_size(struct igt_fb *fb, int plane)
>  	}
>  }
>  
> +static unsigned int gcd(unsigned int a, unsigned int b)
> +{
> +	if (b == 0)
> +		return a;
> +
> +	return gcd(b, a % b);

I would write that w/o the recursion. 

-- 
Ville Syrjälä
Intel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [igt-dev] [PATCH i-g-t 2/4] lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment
  2021-10-27  9:46   ` Ville Syrjälä
@ 2021-10-27 10:54     ` Imre Deak
  0 siblings, 0 replies; 16+ messages in thread
From: Imre Deak @ 2021-10-27 10:54 UTC (permalink / raw)
  To: Ville Syrjälä; +Cc: igt-dev

On Wed, Oct 27, 2021 at 12:46:11PM +0300, Ville Syrjälä wrote:
> On Wed, Oct 27, 2021 at 12:26:18AM +0300, Imre Deak wrote:
> > The offset of semiplanar UV surfaces in CCS FBs must be 64 kbyte aligned
> > as required by the Vebox engine which IGT uses to convert between tiling
> > formats. At the same time the display engine requires the offset to be
> > tile-row aligned. So far we ensured both of these alignment requirements
> > by aligning all color surface widths/heights to 4x4 tiles. This however
> > wastes memory in case the number of tiles in one tile-row modulo 16 is 0
> > or 8 where 1 or 2 tile-row alignment correspondingly would be enough.
> > 
> > The next patch removes the 4x4 tile alignment, here prepare for that by
> > aligning TGL+ UV surface offsets to LCM(tile-row size, 64 kbyte)
> > ensuring the minimum tile-row size and 64 kbyte alignment.
> > 
> > Signed-off-by: Imre Deak <imre.deak@intel.com>
> > ---
> >  lib/igt_fb.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
> >  1 file changed, 51 insertions(+)
> > 
> > diff --git a/lib/igt_fb.c b/lib/igt_fb.c
> > index b8b2396d3..86d0ae426 100644
> > --- a/lib/igt_fb.c
> > +++ b/lib/igt_fb.c
> > @@ -392,6 +392,12 @@ bool igt_format_is_yuv_semiplanar(uint32_t format)
> >  	return igt_format_is_yuv(format) && f->num_planes == 2;
> >  }
> >  
> > +static bool is_yuv_semiplanar_plane(const struct igt_fb *fb, int color_plane)
> > +{
> > +	return igt_format_is_yuv_semiplanar(fb->drm_format) &&
> > +	       color_plane == 1;
> > +}
> > +
> >  /**
> >   * igt_get_fb_tile_size:
> >   * @fd: the DRM file descriptor
> > @@ -843,16 +849,61 @@ static uint64_t calc_plane_size(struct igt_fb *fb, int plane)
> >  	}
> >  }
> >  
> > +static unsigned int gcd(unsigned int a, unsigned int b)
> > +{
> > +	if (b == 0)
> > +		return a;
> > +
> > +	return gcd(b, a % b);
> 
> I would write that w/o the recursion. 

Ok, will change it.

> -- 
> Ville Syrjälä
> Intel

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [igt-dev] [PATCH v2 2/4] lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment
  2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 2/4] lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment Imre Deak
  2021-10-27  9:46   ` Ville Syrjälä
@ 2021-10-27 13:14   ` Imre Deak
  1 sibling, 0 replies; 16+ messages in thread
From: Imre Deak @ 2021-10-27 13:14 UTC (permalink / raw)
  To: igt-dev; +Cc: Ville Syrjälä

The offset of semiplanar UV surfaces in CCS FBs must be 64 kbyte aligned
as required by the Vebox engine which IGT uses to convert between tiling
formats. At the same time the display engine requires the offset to be
tile-row aligned. So far we ensured both of these alignment requirements
by aligning all color surface widths/heights to 4x4 tiles. This however
wastes memory in case the number of tiles in one tile-row modulo 16 is 0
or 8 where 1 or 2 tile-row alignment correspondingly would be enough.

The next patch removes the 4x4 tile alignment, here prepare for that by
aligning TGL+ UV surface offsets to LCM(tile-row size, 64 kbyte)
ensuring the minimum tile-row size and 64 kbyte alignment.

v2: Calculate GCD without recursion. (Ville)

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
---
 lib/igt_fb.c | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index b8b2396d3..4d9612708 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -392,6 +392,12 @@ bool igt_format_is_yuv_semiplanar(uint32_t format)
 	return igt_format_is_yuv(format) && f->num_planes == 2;
 }
 
+static bool is_yuv_semiplanar_plane(const struct igt_fb *fb, int color_plane)
+{
+	return igt_format_is_yuv_semiplanar(fb->drm_format) &&
+	       color_plane == 1;
+}
+
 /**
  * igt_get_fb_tile_size:
  * @fd: the DRM file descriptor
@@ -843,16 +849,65 @@ static uint64_t calc_plane_size(struct igt_fb *fb, int plane)
 	}
 }
 
+static unsigned int gcd(unsigned int a, unsigned int b)
+{
+	while (b) {
+		unsigned int m = a % b;
+
+		a = b;
+		b = m;
+	}
+
+	return a;
+}
+
+static unsigned int lcm(unsigned int a, unsigned int b)
+{
+	unsigned int g = gcd(a, b);
+
+	if (g == 0 || b == 0)
+		return 0;
+
+	return a / g * b;
+}
+
+static unsigned int get_plane_alignment(struct igt_fb *fb, int color_plane)
+{
+	unsigned int tile_width, tile_height;
+	unsigned int tile_row_size;
+	unsigned int alignment;
+
+	if (!(is_i915_device(fb->fd) &&
+	      is_gen12_ccs_modifier(fb->modifier) &&
+	      is_yuv_semiplanar_plane(fb, color_plane)))
+		return 0;
+
+	igt_get_fb_tile_size(fb->fd, fb->modifier, fb->plane_bpp[color_plane],
+			     &tile_width, &tile_height);
+
+	tile_row_size = fb->strides[color_plane] * tile_height;
+
+	alignment = lcm(tile_row_size, 64 * 1024);
+
+	return alignment;
+}
+
 static uint64_t calc_fb_size(struct igt_fb *fb)
 {
 	uint64_t size = 0;
 	int plane;
 
 	for (plane = 0; plane < fb->num_planes; plane++) {
+		unsigned int align;
+
 		/* respect the stride requested by the caller */
 		if (!fb->strides[plane])
 			fb->strides[plane] = calc_plane_stride(fb, plane);
 
+		align = get_plane_alignment(fb, plane);
+		if (align)
+			size += align - (size % align);
+
 		fb->offsets[plane] = size;
 
 		size += calc_plane_size(fb, plane);
-- 
2.27.0

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)
  2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
                   ` (5 preceding siblings ...)
  2021-10-26 23:54 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2021-10-27 14:02 ` Patchwork
  2021-10-27 17:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2021-10-27 14:02 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 2650 bytes --]

== Series Details ==

Series: lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)
URL   : https://patchwork.freedesktop.org/series/96316/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_10796 -> IGTPW_6356
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/index.html

Participating hosts (39 -> 34)
------------------------------

  Missing    (5): bat-dg1-6 bat-dg1-5 fi-bsw-cyan fi-icl-u2 bat-adlp-4 

Known issues
------------

  Here are the changes found in IGTPW_6356 that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@i915_selftest@live@hangcheck:
    - fi-snb-2600:        [PASS][1] -> [INCOMPLETE][2] ([i915#3921])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/fi-snb-2600/igt@i915_selftest@live@hangcheck.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/fi-snb-2600/igt@i915_selftest@live@hangcheck.html

  * igt@kms_frontbuffer_tracking@basic:
    - fi-cml-u2:          [PASS][3] -> [DMESG-WARN][4] ([i915#4269])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/fi-cml-u2/igt@kms_frontbuffer_tracking@basic.html

  
#### Possible fixes ####

  * igt@kms_frontbuffer_tracking@basic:
    - {fi-hsw-gt1}:       [DMESG-WARN][5] ([i915#4290]) -> [PASS][6]
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/fi-hsw-gt1/igt@kms_frontbuffer_tracking@basic.html
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/fi-hsw-gt1/igt@kms_frontbuffer_tracking@basic.html

  
  {name}: This element is suppressed. This means it is ignored when computing
          the status of the difference (SUCCESS, WARNING, or FAILURE).

  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#3921]: https://gitlab.freedesktop.org/drm/intel/issues/3921
  [i915#4269]: https://gitlab.freedesktop.org/drm/intel/issues/4269
  [i915#4290]: https://gitlab.freedesktop.org/drm/intel/issues/4290


Build changes
-------------

  * CI: CI-20190529 -> None
  * IGT: IGT_6262 -> IGTPW_6356

  CI-20190529: 20190529
  CI_DRM_10796: c2698ab428a9398c02ef1ee3a03f51608cf97a86 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6356: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/index.html
  IGT_6262: d1c793b26e31cc6ae3f9fa3239805a9bbcc749fb @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/index.html

[-- Attachment #2: Type: text/html, Size: 3241 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [igt-dev] ✗ Fi.CI.IGT: failure for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)
  2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
                   ` (6 preceding siblings ...)
  2021-10-27 14:02 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2) Patchwork
@ 2021-10-27 17:13 ` Patchwork
  2021-11-02 17:16   ` Imre Deak
  2021-11-02 13:29 ` [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Juha-Pekka Heikkila
  2021-11-02 18:09 ` [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2) Patchwork
  9 siblings, 1 reply; 16+ messages in thread
From: Patchwork @ 2021-10-27 17:13 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 30269 bytes --]

== Series Details ==

Series: lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)
URL   : https://patchwork.freedesktop.org/series/96316/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_10796_full -> IGTPW_6356_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_6356_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_6356_full, please notify your bug team 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_6356/index.html

Participating hosts (10 -> 7)
------------------------------

  Missing    (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005 

Possible new issues
-------------------

  Here are the unknown changes that may have been introduced in IGTPW_6356_full:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_atomic_transition@plane-toggle-modeset-transition:
    - shard-iclb:         NOTRUN -> [DMESG-WARN][1]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@kms_atomic_transition@plane-toggle-modeset-transition.html

  * igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge:
    - shard-iclb:         [PASS][2] -> [DMESG-WARN][3]
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb4/igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge.html
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge.html

  
Known issues
------------

  Here are the changes found in IGTPW_6356_full that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@feature_discovery@psr2:
    - shard-iclb:         [PASS][4] -> [SKIP][5] ([i915#658])
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb2/igt@feature_discovery@psr2.html
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@feature_discovery@psr2.html

  * igt@gem_create@create-massive:
    - shard-iclb:         NOTRUN -> [DMESG-WARN][6] ([i915#3002])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@gem_create@create-massive.html
    - shard-snb:          NOTRUN -> [DMESG-WARN][7] ([i915#3002])
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb6/igt@gem_create@create-massive.html
    - shard-kbl:          NOTRUN -> [DMESG-WARN][8] ([i915#3002])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@gem_create@create-massive.html
    - shard-tglb:         NOTRUN -> [DMESG-WARN][9] ([i915#3002])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@gem_create@create-massive.html
    - shard-glk:          NOTRUN -> [DMESG-WARN][10] ([i915#3002])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk7/igt@gem_create@create-massive.html
    - shard-apl:          NOTRUN -> [DMESG-WARN][11] ([i915#3002])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl3/igt@gem_create@create-massive.html

  * igt@gem_eio@in-flight-contexts-10ms:
    - shard-tglb:         [PASS][12] -> [TIMEOUT][13] ([i915#3063])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb8/igt@gem_eio@in-flight-contexts-10ms.html
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb1/igt@gem_eio@in-flight-contexts-10ms.html
    - shard-iclb:         [PASS][14] -> [TIMEOUT][15] ([i915#3070])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@gem_eio@in-flight-contexts-10ms.html
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@gem_eio@in-flight-contexts-10ms.html

  * igt@gem_exec_fair@basic-deadline:
    - shard-glk:          NOTRUN -> [FAIL][16] ([i915#2846])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@gem_exec_fair@basic-deadline.html

  * igt@gem_exec_fair@basic-none-share@rcs0:
    - shard-iclb:         [PASS][17] -> [FAIL][18] ([i915#2842])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@gem_exec_fair@basic-none-share@rcs0.html
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb8/igt@gem_exec_fair@basic-none-share@rcs0.html

  * igt@gem_exec_fair@basic-none@rcs0:
    - shard-glk:          [PASS][19] -> [FAIL][20] ([i915#2842])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk7/igt@gem_exec_fair@basic-none@rcs0.html
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@gem_exec_fair@basic-none@rcs0.html

  * igt@gem_exec_fair@basic-none@vecs0:
    - shard-kbl:          [PASS][21] -> [FAIL][22] ([i915#2842])
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl1/igt@gem_exec_fair@basic-none@vecs0.html
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@gem_exec_fair@basic-none@vecs0.html

  * igt@gem_exec_fair@basic-pace@vcs1:
    - shard-iclb:         NOTRUN -> [FAIL][23] ([i915#2842])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb2/igt@gem_exec_fair@basic-pace@vcs1.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-tglb:         NOTRUN -> [FAIL][24] ([i915#2842])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@gem_exec_params@rsvd2-dirt:
    - shard-tglb:         NOTRUN -> [SKIP][25] ([fdo#109283])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb2/igt@gem_exec_params@rsvd2-dirt.html
    - shard-iclb:         NOTRUN -> [SKIP][26] ([fdo#109283])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb3/igt@gem_exec_params@rsvd2-dirt.html

  * igt@gem_huc_copy@huc-copy:
    - shard-apl:          NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#2190])
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl1/igt@gem_huc_copy@huc-copy.html

  * igt@gem_pxp@create-protected-buffer:
    - shard-snb:          NOTRUN -> [SKIP][28] ([fdo#109271]) +61 similar issues
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb7/igt@gem_pxp@create-protected-buffer.html
    - shard-iclb:         NOTRUN -> [SKIP][29] ([i915#4270])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@gem_pxp@create-protected-buffer.html

  * igt@gem_pxp@verify-pxp-stale-ctx-execution:
    - shard-tglb:         NOTRUN -> [SKIP][30] ([i915#4270]) +3 similar issues
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@gem_pxp@verify-pxp-stale-ctx-execution.html

  * igt@gen9_exec_parse@cmd-crossing-page:
    - shard-iclb:         NOTRUN -> [SKIP][31] ([i915#2856])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb6/igt@gen9_exec_parse@cmd-crossing-page.html

  * igt@i915_pm_rpm@gem-execbuf-stress-pc8:
    - shard-tglb:         NOTRUN -> [SKIP][32] ([fdo#109506] / [i915#2411])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html

  * igt@i915_pm_rpm@modeset-lpsp:
    - shard-iclb:         [PASS][33] -> [FAIL][34] ([i915#3049])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb1/igt@i915_pm_rpm@modeset-lpsp.html
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@i915_pm_rpm@modeset-lpsp.html

  * igt@i915_query@query-topology-known-pci-ids:
    - shard-tglb:         NOTRUN -> [SKIP][35] ([fdo#109303])
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb1/igt@i915_query@query-topology-known-pci-ids.html

  * igt@i915_query@query-topology-unsupported:
    - shard-tglb:         NOTRUN -> [SKIP][36] ([fdo#109302])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@i915_query@query-topology-unsupported.html

  * igt@i915_suspend@fence-restore-tiled2untiled:
    - shard-tglb:         [PASS][37] -> [INCOMPLETE][38] ([i915#456] / [i915#750])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb3/igt@i915_suspend@fence-restore-tiled2untiled.html
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@i915_suspend@fence-restore-tiled2untiled.html

  * igt@i915_suspend@sysfs-reader:
    - shard-kbl:          [PASS][39] -> [DMESG-WARN][40] ([i915#180]) +1 similar issue
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl1/igt@i915_suspend@sysfs-reader.html
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@i915_suspend@sysfs-reader.html

  * igt@kms_atomic_interruptible@legacy-cursor@edp-1-pipe-a:
    - shard-iclb:         [PASS][41] -> [DMESG-WARN][42] ([i915#1226])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@kms_atomic_interruptible@legacy-cursor@edp-1-pipe-a.html
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb3/igt@kms_atomic_interruptible@legacy-cursor@edp-1-pipe-a.html

  * igt@kms_big_fb@linear-32bpp-rotate-0:
    - shard-glk:          [PASS][43] -> [DMESG-WARN][44] ([i915#118]) +2 similar issues
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk6/igt@kms_big_fb@linear-32bpp-rotate-0.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk7/igt@kms_big_fb@linear-32bpp-rotate-0.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-270:
    - shard-tglb:         NOTRUN -> [SKIP][45] ([fdo#111614]) +2 similar issues
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-glk:          NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#3777])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
    - shard-apl:          NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3777])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
    - shard-kbl:          NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3777]) +1 similar issue
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html

  * igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
    - shard-tglb:         NOTRUN -> [SKIP][49] ([fdo#111615]) +5 similar issues
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
    - shard-apl:          NOTRUN -> [SKIP][50] ([fdo#109271]) +76 similar issues
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html

  * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc:
    - shard-apl:          NOTRUN -> [SKIP][51] ([fdo#109271] / [i915#3886]) +2 similar issues
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl2/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html

  * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs:
    - shard-glk:          NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#3886]) +3 similar issues
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
    - shard-kbl:          NOTRUN -> [SKIP][53] ([fdo#109271] / [i915#3886]) +10 similar issues
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][54] ([i915#3689] / [i915#3886]) +1 similar issue
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html

  * igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs:
    - shard-tglb:         NOTRUN -> [SKIP][55] ([i915#3689]) +3 similar issues
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html

  * igt@kms_chamelium@dp-crc-fast:
    - shard-snb:          NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +5 similar issues
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb6/igt@kms_chamelium@dp-crc-fast.html
    - shard-iclb:         NOTRUN -> [SKIP][57] ([fdo#109284] / [fdo#111827]) +3 similar issues
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@kms_chamelium@dp-crc-fast.html

  * igt@kms_chamelium@dp-crc-multiple:
    - shard-apl:          NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +6 similar issues
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl8/igt@kms_chamelium@dp-crc-multiple.html

  * igt@kms_chamelium@hdmi-aspect-ratio:
    - shard-glk:          NOTRUN -> [SKIP][59] ([fdo#109271] / [fdo#111827]) +10 similar issues
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk3/igt@kms_chamelium@hdmi-aspect-ratio.html

  * igt@kms_chamelium@vga-hpd-for-each-pipe:
    - shard-tglb:         NOTRUN -> [SKIP][60] ([fdo#109284] / [fdo#111827]) +8 similar issues
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb2/igt@kms_chamelium@vga-hpd-for-each-pipe.html

  * igt@kms_color_chamelium@pipe-b-ctm-0-25:
    - shard-kbl:          NOTRUN -> [SKIP][61] ([fdo#109271] / [fdo#111827]) +15 similar issues
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms_color_chamelium@pipe-b-ctm-0-25.html

  * igt@kms_content_protection@lic:
    - shard-kbl:          NOTRUN -> [TIMEOUT][62] ([i915#1319])
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms_content_protection@lic.html

  * igt@kms_content_protection@type1:
    - shard-tglb:         NOTRUN -> [SKIP][63] ([fdo#111828])
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@kms_content_protection@type1.html

  * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding:
    - shard-tglb:         NOTRUN -> [SKIP][64] ([i915#3319])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html

  * igt@kms_cursor_crc@pipe-a-cursor-suspend:
    - shard-kbl:          NOTRUN -> [DMESG-WARN][65] ([i915#180]) +5 similar issues
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html

  * igt@kms_cursor_crc@pipe-c-cursor-max-size-offscreen:
    - shard-tglb:         NOTRUN -> [SKIP][66] ([i915#3359]) +3 similar issues
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-max-size-offscreen.html

  * igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding:
    - shard-iclb:         NOTRUN -> [SKIP][67] ([fdo#109278]) +2 similar issues
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding.html
    - shard-tglb:         NOTRUN -> [SKIP][68] ([fdo#109279] / [i915#3359]) +1 similar issue
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
    - shard-tglb:         NOTRUN -> [SKIP][69] ([i915#4103]) +1 similar issue
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html

  * igt@kms_dp_tiled_display@basic-test-pattern:
    - shard-iclb:         NOTRUN -> [SKIP][70] ([i915#426])
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@kms_dp_tiled_display@basic-test-pattern.html
    - shard-tglb:         NOTRUN -> [SKIP][71] ([i915#426])
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@kms_dp_tiled_display@basic-test-pattern.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
    - shard-iclb:         NOTRUN -> [SKIP][72] ([fdo#109274])
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb2/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1:
    - shard-glk:          [PASS][73] -> [FAIL][74] ([i915#79]) +1 similar issue
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk8/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html

  * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
    - shard-apl:          [PASS][75] -> [DMESG-WARN][76] ([i915#180]) +1 similar issue
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html

  * igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:
    - shard-iclb:         [PASS][77] -> [INCOMPLETE][78] ([i915#2910])
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html

  * igt@kms_flip@flip-vs-suspend@a-edp1:
    - shard-tglb:         [PASS][79] -> [INCOMPLETE][80] ([i915#456])
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb2/igt@kms_flip@flip-vs-suspend@a-edp1.html
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@kms_flip@flip-vs-suspend@a-edp1.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
    - shard-iclb:         NOTRUN -> [SKIP][81] ([fdo#109280]) +5 similar issues
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move:
    - shard-tglb:         NOTRUN -> [SKIP][82] ([fdo#111825]) +20 similar issues
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html

  * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
    - shard-kbl:          NOTRUN -> [SKIP][83] ([fdo#109271]) +220 similar issues
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html

  * igt@kms_hdmi_inject@inject-audio:
    - shard-tglb:         [PASS][84] -> [SKIP][85] ([i915#433])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb3/igt@kms_hdmi_inject@inject-audio.html
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence:
    - shard-kbl:          NOTRUN -> [SKIP][86] ([fdo#109271] / [i915#533]) +1 similar issue
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html
    - shard-glk:          NOTRUN -> [SKIP][87] ([fdo#109271] / [i915#533])
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk5/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html

  * igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
    - shard-kbl:          NOTRUN -> [FAIL][88] ([fdo#108145] / [i915#265]) +1 similar issue
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html

  * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max:
    - shard-glk:          NOTRUN -> [FAIL][89] ([fdo#108145] / [i915#265])
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max.html
    - shard-apl:          NOTRUN -> [FAIL][90] ([fdo#108145] / [i915#265])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max.html

  * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
    - shard-kbl:          NOTRUN -> [FAIL][91] ([i915#265])
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html

  * igt@kms_plane_cursor@pipe-d-viewport-size-256:
    - shard-glk:          NOTRUN -> [SKIP][92] ([fdo#109271]) +70 similar issues
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@kms_plane_cursor@pipe-d-viewport-size-256.html

  * igt@kms_plane_lowres@pipe-b-tiling-y:
    - shard-tglb:         NOTRUN -> [SKIP][93] ([i915#3536])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb8/igt@kms_plane_lowres@pipe-b-tiling-y.html

  * igt@kms_plane_lowres@pipe-c-tiling-yf:
    - shard-iclb:         NOTRUN -> [SKIP][94] ([i915#3536])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@kms_plane_lowres@pipe-c-tiling-yf.html

  * igt@kms_plane_lowres@pipe-d-tiling-yf:
    - shard-tglb:         NOTRUN -> [SKIP][95] ([fdo#112054]) +2 similar issues
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb2/igt@kms_plane_lowres@pipe-d-tiling-yf.html

  * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
    - shard-kbl:          NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#658]) +2 similar issues
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
    - shard-apl:          NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#658])
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
    - shard-tglb:         NOTRUN -> [SKIP][98] ([i915#2920]) +1 similar issue
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html

  * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5:
    - shard-iclb:         NOTRUN -> [SKIP][99] ([i915#658])
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html

  * igt@kms_psr@psr2_cursor_plane_onoff:
    - shard-tglb:         NOTRUN -> [FAIL][100] ([i915#132] / [i915#3467]) +2 similar issues
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb8/igt@kms_psr@psr2_cursor_plane_onoff.html

  * igt@kms_psr@psr2_primary_mmap_cpu:
    - shard-iclb:         [PASS][101] -> [SKIP][102] ([fdo#109441]) +1 similar issue
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@kms_psr@psr2_primary_mmap_cpu.html

  * igt@kms_psr@psr2_primary_render:
    - shard-iclb:         NOTRUN -> [SKIP][103] ([fdo#109441])
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@kms_psr@psr2_primary_render.html

  * igt@kms_vblank@pipe-a-ts-continuation-suspend:
    - shard-kbl:          NOTRUN -> [DMESG-WARN][104] ([i915#180] / [i915#295])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl7/igt@kms_vblank@pipe-a-ts-continuation-suspend.html

  * igt@kms_writeback@writeback-check-output:
    - shard-kbl:          NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#2437])
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@kms_writeback@writeback-check-output.html

  * igt@kms_writeback@writeback-fb-id:
    - shard-glk:          NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#2437])
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@kms_writeback@writeback-fb-id.html

  * igt@nouveau_crc@pipe-b-ctx-flip-detection:
    - shard-tglb:         NOTRUN -> [SKIP][107] ([i915#2530])
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@nouveau_crc@pipe-b-ctx-flip-detection.html

  * igt@perf@gen8-unprivileged-single-ctx-counters:
    - shard-tglb:         NOTRUN -> [SKIP][108] ([fdo#109289])
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@perf@gen8-unprivileged-single-ctx-counters.html

  * igt@perf_pmu@module-unload:
    - shard-iclb:         [PASS][109] -> [DMESG-WARN][110] ([i915#262])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@perf_pmu@module-unload.html
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb2/igt@perf_pmu@module-unload.html

  * igt@prime_nv_test@i915_import_gtt_mmap:
    - shard-tglb:         NOTRUN -> [SKIP][111] ([fdo#109291])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@prime_nv_test@i915_import_gtt_mmap.html
    - shard-iclb:         NOTRUN -> [SKIP][112] ([fdo#109291])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@prime_nv_test@i915_import_gtt_mmap.html

  * igt@prime_vgem@fence-flip-hang:
    - shard-tglb:         NOTRUN -> [SKIP][113] ([fdo#109295])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@prime_vgem@fence-flip-hang.html

  * igt@sysfs_clients@fair-3:
    - shard-kbl:          NOTRUN -> [SKIP][114] ([fdo#109271] / [i915#2994]) +2 similar issues
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@sysfs_clients@fair-3.html

  * igt@sysfs_clients@pidname:
    - shard-tglb:         NOTRUN -> [SKIP][115] ([i915#2994])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@sysfs_clients@pidname.html

  * igt@sysfs_clients@split-25:
    - shard-glk:          NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#2994]) +2 similar issues
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk8/igt@sysfs_clients@split-25.html

  
#### Possible fixes ####

  * igt@gem_ctx_isolation@preservation-s3@vecs0:
    - shard-kbl:          [DMESG-WARN][117] ([i915#180]) -> [PASS][118] +4 similar issues
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl4/igt@gem_ctx_isolation@preservation-s3@vecs0.html
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl4/igt@gem_ctx_isolation@preservation-s3@vecs0.html

  * igt@gem_ctx_shared@q-smoketest-all:
    - shard-glk:          [DMESG-WARN][119] ([i915#118]) -> [PASS][120]
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk6/igt@gem_ctx_shared@q-smoketest-all.html
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk5/igt@gem_ctx_shared@q-smoketest-all.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-kbl:          [FAIL][121] ([i915#2842]) -> [PASS][122]
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@gem_exec_fair@basic-pace-solo@rcs0.html

  * igt@gem_exec_fair@basic-pace@vecs0:
    - shard-tglb:         [FAIL][123] ([i915#2842]) -> [PASS][124]
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html

  * igt@gem_exec_fair@basic-throttle@rcs0:
    - shard-glk:          [FAIL][125] ([i915#2842]) -> [PASS][126] +1 similar issue
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk2/igt@gem_exec_fair@basic-throttle@rcs0.html

  * igt@i915_selftest@live@hangcheck:
    - shard-snb:          [INCOMPLETE][127] ([i915#3921]) -> [PASS][128]
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-snb6/igt@i915_selftest@live@hangcheck.html
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb5/igt@i915_selftest@live@hangcheck.html

  * igt@i915_suspend@debugfs-reader:
    - shard-tglb:         [INCOMPLETE][129] ([i915#456]) -> [PASS][130]
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb7/igt@i915_suspend@debugfs-reader.html
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@i915_suspend@debugfs-reader.html

  * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-glk:          [FAIL][131] ([i915#1888]) -> [PASS][132]
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
    - shard-glk:          [FAIL][133] ([i915#72]) -> [PASS][134]
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html

  * igt@kms_cursor_legacy@flip-vs-cursor-toggle:
    - shard-iclb:         [FAIL][135] ([i915#2346]) -> [PASS][136]
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb6/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html

  * igt@kms_fbcon_fbt@fbc-suspend:
    - shard-kbl:          [INCOMPLETE][137] ([i915#180] / [i915#636]) -> [PASS][138]
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl6/igt@kms_fbcon_fbt@fbc-suspend.html
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@kms_fbcon_fbt@fbc-suspend.html

  * igt@kms_flip@modeset-vs-vblank-race-interruptible@b-edp1:
    - shard-tglb:

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/index.html

[-- Attachment #2: Type: text/html, Size: 33743 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions
  2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
                   ` (7 preceding siblings ...)
  2021-10-27 17:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-11-02 13:29 ` Juha-Pekka Heikkila
  2021-11-02 18:09 ` [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2) Patchwork
  9 siblings, 0 replies; 16+ messages in thread
From: Juha-Pekka Heikkila @ 2021-11-02 13:29 UTC (permalink / raw)
  To: Imre Deak, igt-dev

I didn't spot anything to specially comment about, set look ok to me 
including v2 of patch #2.

Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>

On 27.10.2021 0.26, Imre Deak wrote:
> Some restrictions on the stride, offset and size of TGL+ CCS FB surfaces
> are not something the HW requires, so this patchset removes those.
> 
> On ADLP this also removes the main and CCS AUX stride restriction
> required by the CCS modifier uAPI, making the uAPI of ADLP identical to
> that of TGL.
> 
> Because of the uAPI change above the CI results for this patchset are
> only valid with the corresponding kernel changes which I'll submit later
> adding a reference to this one, so the two are tested together.
> 
> I tested these changes with the kernel upcoming kernel patchset on
> SKL/TGL/ADLP.
> 
> Imre Deak (4):
>    lib/igt_fb/adlp: Remove CCS FB stride alignment restrictions
>    lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment
>    lib/igt_fb/tgl+: Remove CCS FB 4 tile height alignment restriction
>    lib/igt_fb/tgl+: Prevent CCS FB AUX surface size overalignment
> 
>   lib/igt_fb.c            | 87 +++++++++++++++++++++++++++--------------
>   lib/intel_aux_pgtable.c | 66 ++++---------------------------
>   lib/intel_bufops.c      |  2 +-
>   3 files changed, 66 insertions(+), 89 deletions(-)
> 

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)
  2021-10-27 17:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
@ 2021-11-02 17:16   ` Imre Deak
  2021-11-02 20:06     ` Vudum, Lakshminarayana
  0 siblings, 1 reply; 16+ messages in thread
From: Imre Deak @ 2021-11-02 17:16 UTC (permalink / raw)
  To: igt-dev, Juha-Pekka Heikkilä, Ville Syrjälä,
	Lakshminarayana Vudum

On Wed, Oct 27, 2021 at 05:13:54PM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)
> URL   : https://patchwork.freedesktop.org/series/96316/
> State : failure

Thanks for the reviews, patchset is pushed.

> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_10796_full -> IGTPW_6356_full
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_6356_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_6356_full, please notify your bug team 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_6356/index.html
> 
> Participating hosts (10 -> 7)
> ------------------------------
> 
>   Missing    (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005 
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_6356_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@kms_atomic_transition@plane-toggle-modeset-transition:
>     - shard-iclb:         NOTRUN -> [DMESG-WARN][1]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@kms_atomic_transition@plane-toggle-modeset-transition.html

<3> [91.477021] i915 0000:00:02.0: [drm] *ERROR* AUX B/DDI B/PHY B: did not complete or timeout within 10ms (status 0xad4003ff)
<3> [91.477091] i915 0000:00:02.0: [drm] *ERROR* AUX B/DDI B/PHY B: not done (status 0xad4003ff)
> 
>   * igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge:
>     - shard-iclb:         [PASS][2] -> [DMESG-WARN][3]
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb4/igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge.html
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge.html

<3> [214.182023] i915 0000:00:02.0: [drm] *ERROR* AUX B/DDI B/PHY B: did not complete or timeout within 10ms (status 0xad4003ff)

Both of the above are from the same machine/CI run, where nothing seems
to be connected to port B (native DP/HDMI). Regardless of this, in the
middle of modesetting port A, there is an AUX transfer attempt on port
B. No idea why, as I understand this shouldn't happen if the HPD live
state for port B shows a disconnected state correctly.

Anyway, doesn't seem to be related to the changes in the patchset.

> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_6356_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@feature_discovery@psr2:
>     - shard-iclb:         [PASS][4] -> [SKIP][5] ([i915#658])
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb2/igt@feature_discovery@psr2.html
>    [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@feature_discovery@psr2.html
> 
>   * igt@gem_create@create-massive:
>     - shard-iclb:         NOTRUN -> [DMESG-WARN][6] ([i915#3002])
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@gem_create@create-massive.html
>     - shard-snb:          NOTRUN -> [DMESG-WARN][7] ([i915#3002])
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb6/igt@gem_create@create-massive.html
>     - shard-kbl:          NOTRUN -> [DMESG-WARN][8] ([i915#3002])
>    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@gem_create@create-massive.html
>     - shard-tglb:         NOTRUN -> [DMESG-WARN][9] ([i915#3002])
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@gem_create@create-massive.html
>     - shard-glk:          NOTRUN -> [DMESG-WARN][10] ([i915#3002])
>    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk7/igt@gem_create@create-massive.html
>     - shard-apl:          NOTRUN -> [DMESG-WARN][11] ([i915#3002])
>    [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl3/igt@gem_create@create-massive.html
> 
>   * igt@gem_eio@in-flight-contexts-10ms:
>     - shard-tglb:         [PASS][12] -> [TIMEOUT][13] ([i915#3063])
>    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb8/igt@gem_eio@in-flight-contexts-10ms.html
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb1/igt@gem_eio@in-flight-contexts-10ms.html
>     - shard-iclb:         [PASS][14] -> [TIMEOUT][15] ([i915#3070])
>    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@gem_eio@in-flight-contexts-10ms.html
>    [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@gem_eio@in-flight-contexts-10ms.html
> 
>   * igt@gem_exec_fair@basic-deadline:
>     - shard-glk:          NOTRUN -> [FAIL][16] ([i915#2846])
>    [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@gem_exec_fair@basic-deadline.html
> 
>   * igt@gem_exec_fair@basic-none-share@rcs0:
>     - shard-iclb:         [PASS][17] -> [FAIL][18] ([i915#2842])
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@gem_exec_fair@basic-none-share@rcs0.html
>    [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb8/igt@gem_exec_fair@basic-none-share@rcs0.html
> 
>   * igt@gem_exec_fair@basic-none@rcs0:
>     - shard-glk:          [PASS][19] -> [FAIL][20] ([i915#2842])
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk7/igt@gem_exec_fair@basic-none@rcs0.html
>    [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@gem_exec_fair@basic-none@rcs0.html
> 
>   * igt@gem_exec_fair@basic-none@vecs0:
>     - shard-kbl:          [PASS][21] -> [FAIL][22] ([i915#2842])
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl1/igt@gem_exec_fair@basic-none@vecs0.html
>    [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@gem_exec_fair@basic-none@vecs0.html
> 
>   * igt@gem_exec_fair@basic-pace@vcs1:
>     - shard-iclb:         NOTRUN -> [FAIL][23] ([i915#2842])
>    [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb2/igt@gem_exec_fair@basic-pace@vcs1.html
> 
>   * igt@gem_exec_fair@basic-throttle@rcs0:
>     - shard-tglb:         NOTRUN -> [FAIL][24] ([i915#2842])
>    [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@gem_exec_fair@basic-throttle@rcs0.html
> 
>   * igt@gem_exec_params@rsvd2-dirt:
>     - shard-tglb:         NOTRUN -> [SKIP][25] ([fdo#109283])
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb2/igt@gem_exec_params@rsvd2-dirt.html
>     - shard-iclb:         NOTRUN -> [SKIP][26] ([fdo#109283])
>    [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb3/igt@gem_exec_params@rsvd2-dirt.html
> 
>   * igt@gem_huc_copy@huc-copy:
>     - shard-apl:          NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#2190])
>    [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl1/igt@gem_huc_copy@huc-copy.html
> 
>   * igt@gem_pxp@create-protected-buffer:
>     - shard-snb:          NOTRUN -> [SKIP][28] ([fdo#109271]) +61 similar issues
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb7/igt@gem_pxp@create-protected-buffer.html
>     - shard-iclb:         NOTRUN -> [SKIP][29] ([i915#4270])
>    [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@gem_pxp@create-protected-buffer.html
> 
>   * igt@gem_pxp@verify-pxp-stale-ctx-execution:
>     - shard-tglb:         NOTRUN -> [SKIP][30] ([i915#4270]) +3 similar issues
>    [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@gem_pxp@verify-pxp-stale-ctx-execution.html
> 
>   * igt@gen9_exec_parse@cmd-crossing-page:
>     - shard-iclb:         NOTRUN -> [SKIP][31] ([i915#2856])
>    [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb6/igt@gen9_exec_parse@cmd-crossing-page.html
> 
>   * igt@i915_pm_rpm@gem-execbuf-stress-pc8:
>     - shard-tglb:         NOTRUN -> [SKIP][32] ([fdo#109506] / [i915#2411])
>    [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
> 
>   * igt@i915_pm_rpm@modeset-lpsp:
>     - shard-iclb:         [PASS][33] -> [FAIL][34] ([i915#3049])
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb1/igt@i915_pm_rpm@modeset-lpsp.html
>    [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@i915_pm_rpm@modeset-lpsp.html
> 
>   * igt@i915_query@query-topology-known-pci-ids:
>     - shard-tglb:         NOTRUN -> [SKIP][35] ([fdo#109303])
>    [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb1/igt@i915_query@query-topology-known-pci-ids.html
> 
>   * igt@i915_query@query-topology-unsupported:
>     - shard-tglb:         NOTRUN -> [SKIP][36] ([fdo#109302])
>    [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@i915_query@query-topology-unsupported.html
> 
>   * igt@i915_suspend@fence-restore-tiled2untiled:
>     - shard-tglb:         [PASS][37] -> [INCOMPLETE][38] ([i915#456] / [i915#750])
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb3/igt@i915_suspend@fence-restore-tiled2untiled.html
>    [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@i915_suspend@fence-restore-tiled2untiled.html
> 
>   * igt@i915_suspend@sysfs-reader:
>     - shard-kbl:          [PASS][39] -> [DMESG-WARN][40] ([i915#180]) +1 similar issue
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl1/igt@i915_suspend@sysfs-reader.html
>    [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@i915_suspend@sysfs-reader.html
> 
>   * igt@kms_atomic_interruptible@legacy-cursor@edp-1-pipe-a:
>     - shard-iclb:         [PASS][41] -> [DMESG-WARN][42] ([i915#1226])
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@kms_atomic_interruptible@legacy-cursor@edp-1-pipe-a.html
>    [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb3/igt@kms_atomic_interruptible@legacy-cursor@edp-1-pipe-a.html
> 
>   * igt@kms_big_fb@linear-32bpp-rotate-0:
>     - shard-glk:          [PASS][43] -> [DMESG-WARN][44] ([i915#118]) +2 similar issues
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk6/igt@kms_big_fb@linear-32bpp-rotate-0.html
>    [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk7/igt@kms_big_fb@linear-32bpp-rotate-0.html
> 
>   * igt@kms_big_fb@x-tiled-64bpp-rotate-270:
>     - shard-tglb:         NOTRUN -> [SKIP][45] ([fdo#111614]) +2 similar issues
>    [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
> 
>   * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
>     - shard-glk:          NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#3777])
>    [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
> 
>   * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
>     - shard-apl:          NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3777])
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
>     - shard-kbl:          NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3777]) +1 similar issue
>    [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
> 
>   * igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
>     - shard-tglb:         NOTRUN -> [SKIP][49] ([fdo#111615]) +5 similar issues
>    [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@kms_big_fb@yf-tiled-8bpp-rotate-180.html
> 
>   * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
>     - shard-apl:          NOTRUN -> [SKIP][50] ([fdo#109271]) +76 similar issues
>    [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl2/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
> 
>   * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc:
>     - shard-apl:          NOTRUN -> [SKIP][51] ([fdo#109271] / [i915#3886]) +2 similar issues
>    [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl2/igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html
> 
>   * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs:
>     - shard-glk:          NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#3886]) +3 similar issues
>    [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
>     - shard-kbl:          NOTRUN -> [SKIP][53] ([fdo#109271] / [i915#3886]) +10 similar issues
>    [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs:
>     - shard-tglb:         NOTRUN -> [SKIP][54] ([i915#3689] / [i915#3886]) +1 similar issue
>    [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs:
>     - shard-tglb:         NOTRUN -> [SKIP][55] ([i915#3689]) +3 similar issues
>    [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html
> 
>   * igt@kms_chamelium@dp-crc-fast:
>     - shard-snb:          NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +5 similar issues
>    [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb6/igt@kms_chamelium@dp-crc-fast.html
>     - shard-iclb:         NOTRUN -> [SKIP][57] ([fdo#109284] / [fdo#111827]) +3 similar issues
>    [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@kms_chamelium@dp-crc-fast.html
> 
>   * igt@kms_chamelium@dp-crc-multiple:
>     - shard-apl:          NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +6 similar issues
>    [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl8/igt@kms_chamelium@dp-crc-multiple.html
> 
>   * igt@kms_chamelium@hdmi-aspect-ratio:
>     - shard-glk:          NOTRUN -> [SKIP][59] ([fdo#109271] / [fdo#111827]) +10 similar issues
>    [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk3/igt@kms_chamelium@hdmi-aspect-ratio.html
> 
>   * igt@kms_chamelium@vga-hpd-for-each-pipe:
>     - shard-tglb:         NOTRUN -> [SKIP][60] ([fdo#109284] / [fdo#111827]) +8 similar issues
>    [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb2/igt@kms_chamelium@vga-hpd-for-each-pipe.html
> 
>   * igt@kms_color_chamelium@pipe-b-ctm-0-25:
>     - shard-kbl:          NOTRUN -> [SKIP][61] ([fdo#109271] / [fdo#111827]) +15 similar issues
>    [61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms_color_chamelium@pipe-b-ctm-0-25.html
> 
>   * igt@kms_content_protection@lic:
>     - shard-kbl:          NOTRUN -> [TIMEOUT][62] ([i915#1319])
>    [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms_content_protection@lic.html
> 
>   * igt@kms_content_protection@type1:
>     - shard-tglb:         NOTRUN -> [SKIP][63] ([fdo#111828])
>    [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@kms_content_protection@type1.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding:
>     - shard-tglb:         NOTRUN -> [SKIP][64] ([i915#3319])
>    [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-suspend:
>     - shard-kbl:          NOTRUN -> [DMESG-WARN][65] ([i915#180]) +5 similar issues
>    [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl4/igt@kms_cursor_crc@pipe-a-cursor-suspend.html
> 
>   * igt@kms_cursor_crc@pipe-c-cursor-max-size-offscreen:
>     - shard-tglb:         NOTRUN -> [SKIP][66] ([i915#3359]) +3 similar issues
>    [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@kms_cursor_crc@pipe-c-cursor-max-size-offscreen.html
> 
>   * igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding:
>     - shard-iclb:         NOTRUN -> [SKIP][67] ([fdo#109278]) +2 similar issues
>    [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding.html
>     - shard-tglb:         NOTRUN -> [SKIP][68] ([fdo#109279] / [i915#3359]) +1 similar issue
>    [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding.html
> 
>   * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
>     - shard-tglb:         NOTRUN -> [SKIP][69] ([i915#4103]) +1 similar issue
>    [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
> 
>   * igt@kms_dp_tiled_display@basic-test-pattern:
>     - shard-iclb:         NOTRUN -> [SKIP][70] ([i915#426])
>    [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@kms_dp_tiled_display@basic-test-pattern.html
>     - shard-tglb:         NOTRUN -> [SKIP][71] ([i915#426])
>    [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@kms_dp_tiled_display@basic-test-pattern.html
> 
>   * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
>     - shard-iclb:         NOTRUN -> [SKIP][72] ([fdo#109274])
>    [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb2/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
> 
>   * igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1:
>     - shard-glk:          [PASS][73] -> [FAIL][74] ([i915#79]) +1 similar issue
>    [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk8/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html
>    [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html
> 
>   * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
>     - shard-apl:          [PASS][75] -> [DMESG-WARN][76] ([i915#180]) +1 similar issue
>    [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
>    [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl3/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
> 
>   * igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:
>     - shard-iclb:         [PASS][77] -> [INCOMPLETE][78] ([i915#2910])
>    [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html
>    [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html
> 
>   * igt@kms_flip@flip-vs-suspend@a-edp1:
>     - shard-tglb:         [PASS][79] -> [INCOMPLETE][80] ([i915#456])
>    [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb2/igt@kms_flip@flip-vs-suspend@a-edp1.html
>    [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@kms_flip@flip-vs-suspend@a-edp1.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
>     - shard-iclb:         NOTRUN -> [SKIP][81] ([fdo#109280]) +5 similar issues
>    [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
> 
>   * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move:
>     - shard-tglb:         NOTRUN -> [SKIP][82] ([fdo#111825]) +20 similar issues
>    [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html
> 
>   * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
>     - shard-kbl:          NOTRUN -> [SKIP][83] ([fdo#109271]) +220 similar issues
>    [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
> 
>   * igt@kms_hdmi_inject@inject-audio:
>     - shard-tglb:         [PASS][84] -> [SKIP][85] ([i915#433])
>    [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb3/igt@kms_hdmi_inject@inject-audio.html
>    [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@kms_hdmi_inject@inject-audio.html
> 
>   * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence:
>     - shard-kbl:          NOTRUN -> [SKIP][86] ([fdo#109271] / [i915#533]) +1 similar issue
>    [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html
>     - shard-glk:          NOTRUN -> [SKIP][87] ([fdo#109271] / [i915#533])
>    [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk5/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html
> 
>   * igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
>     - shard-kbl:          NOTRUN -> [FAIL][88] ([fdo#108145] / [i915#265]) +1 similar issue
>    [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms_plane_alpha_blend@pipe-a-alpha-7efc.html
> 
>   * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max:
>     - shard-glk:          NOTRUN -> [FAIL][89] ([fdo#108145] / [i915#265])
>    [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max.html
>     - shard-apl:          NOTRUN -> [FAIL][90] ([fdo#108145] / [i915#265])
>    [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl1/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max.html
> 
>   * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
>     - shard-kbl:          NOTRUN -> [FAIL][91] ([i915#265])
>    [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb.html
> 
>   * igt@kms_plane_cursor@pipe-d-viewport-size-256:
>     - shard-glk:          NOTRUN -> [SKIP][92] ([fdo#109271]) +70 similar issues
>    [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@kms_plane_cursor@pipe-d-viewport-size-256.html
> 
>   * igt@kms_plane_lowres@pipe-b-tiling-y:
>     - shard-tglb:         NOTRUN -> [SKIP][93] ([i915#3536])
>    [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb8/igt@kms_plane_lowres@pipe-b-tiling-y.html
> 
>   * igt@kms_plane_lowres@pipe-c-tiling-yf:
>     - shard-iclb:         NOTRUN -> [SKIP][94] ([i915#3536])
>    [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@kms_plane_lowres@pipe-c-tiling-yf.html
> 
>   * igt@kms_plane_lowres@pipe-d-tiling-yf:
>     - shard-tglb:         NOTRUN -> [SKIP][95] ([fdo#112054]) +2 similar issues
>    [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb2/igt@kms_plane_lowres@pipe-d-tiling-yf.html
> 
>   * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
>     - shard-kbl:          NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#658]) +2 similar issues
>    [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
>     - shard-apl:          NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#658])
>    [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
>     - shard-tglb:         NOTRUN -> [SKIP][98] ([i915#2920]) +1 similar issue
>    [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
> 
>   * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5:
>     - shard-iclb:         NOTRUN -> [SKIP][99] ([i915#658])
>    [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5.html
> 
>   * igt@kms_psr@psr2_cursor_plane_onoff:
>     - shard-tglb:         NOTRUN -> [FAIL][100] ([i915#132] / [i915#3467]) +2 similar issues
>    [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb8/igt@kms_psr@psr2_cursor_plane_onoff.html
> 
>   * igt@kms_psr@psr2_primary_mmap_cpu:
>     - shard-iclb:         [PASS][101] -> [SKIP][102] ([fdo#109441]) +1 similar issue
>    [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
>    [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@kms_psr@psr2_primary_mmap_cpu.html
> 
>   * igt@kms_psr@psr2_primary_render:
>     - shard-iclb:         NOTRUN -> [SKIP][103] ([fdo#109441])
>    [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@kms_psr@psr2_primary_render.html
> 
>   * igt@kms_vblank@pipe-a-ts-continuation-suspend:
>     - shard-kbl:          NOTRUN -> [DMESG-WARN][104] ([i915#180] / [i915#295])
>    [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl7/igt@kms_vblank@pipe-a-ts-continuation-suspend.html
> 
>   * igt@kms_writeback@writeback-check-output:
>     - shard-kbl:          NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#2437])
>    [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@kms_writeback@writeback-check-output.html
> 
>   * igt@kms_writeback@writeback-fb-id:
>     - shard-glk:          NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#2437])
>    [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@kms_writeback@writeback-fb-id.html
> 
>   * igt@nouveau_crc@pipe-b-ctx-flip-detection:
>     - shard-tglb:         NOTRUN -> [SKIP][107] ([i915#2530])
>    [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@nouveau_crc@pipe-b-ctx-flip-detection.html
> 
>   * igt@perf@gen8-unprivileged-single-ctx-counters:
>     - shard-tglb:         NOTRUN -> [SKIP][108] ([fdo#109289])
>    [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@perf@gen8-unprivileged-single-ctx-counters.html
> 
>   * igt@perf_pmu@module-unload:
>     - shard-iclb:         [PASS][109] -> [DMESG-WARN][110] ([i915#262])
>    [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@perf_pmu@module-unload.html
>    [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb2/igt@perf_pmu@module-unload.html
> 
>   * igt@prime_nv_test@i915_import_gtt_mmap:
>     - shard-tglb:         NOTRUN -> [SKIP][111] ([fdo#109291])
>    [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@prime_nv_test@i915_import_gtt_mmap.html
>     - shard-iclb:         NOTRUN -> [SKIP][112] ([fdo#109291])
>    [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@prime_nv_test@i915_import_gtt_mmap.html
> 
>   * igt@prime_vgem@fence-flip-hang:
>     - shard-tglb:         NOTRUN -> [SKIP][113] ([fdo#109295])
>    [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@prime_vgem@fence-flip-hang.html
> 
>   * igt@sysfs_clients@fair-3:
>     - shard-kbl:          NOTRUN -> [SKIP][114] ([fdo#109271] / [i915#2994]) +2 similar issues
>    [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@sysfs_clients@fair-3.html
> 
>   * igt@sysfs_clients@pidname:
>     - shard-tglb:         NOTRUN -> [SKIP][115] ([i915#2994])
>    [115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@sysfs_clients@pidname.html
> 
>   * igt@sysfs_clients@split-25:
>     - shard-glk:          NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#2994]) +2 similar issues
>    [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk8/igt@sysfs_clients@split-25.html
> 
>   
> #### Possible fixes ####
> 
>   * igt@gem_ctx_isolation@preservation-s3@vecs0:
>     - shard-kbl:          [DMESG-WARN][117] ([i915#180]) -> [PASS][118] +4 similar issues
>    [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl4/igt@gem_ctx_isolation@preservation-s3@vecs0.html
>    [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl4/igt@gem_ctx_isolation@preservation-s3@vecs0.html
> 
>   * igt@gem_ctx_shared@q-smoketest-all:
>     - shard-glk:          [DMESG-WARN][119] ([i915#118]) -> [PASS][120]
>    [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk6/igt@gem_ctx_shared@q-smoketest-all.html
>    [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk5/igt@gem_ctx_shared@q-smoketest-all.html
> 
>   * igt@gem_exec_fair@basic-pace-solo@rcs0:
>     - shard-kbl:          [FAIL][121] ([i915#2842]) -> [PASS][122]
>    [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
>    [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@gem_exec_fair@basic-pace-solo@rcs0.html
> 
>   * igt@gem_exec_fair@basic-pace@vecs0:
>     - shard-tglb:         [FAIL][123] ([i915#2842]) -> [PASS][124]
>    [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html
>    [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html
> 
>   * igt@gem_exec_fair@basic-throttle@rcs0:
>     - shard-glk:          [FAIL][125] ([i915#2842]) -> [PASS][126] +1 similar issue
>    [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html
>    [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk2/igt@gem_exec_fair@basic-throttle@rcs0.html
> 
>   * igt@i915_selftest@live@hangcheck:
>     - shard-snb:          [INCOMPLETE][127] ([i915#3921]) -> [PASS][128]
>    [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-snb6/igt@i915_selftest@live@hangcheck.html
>    [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb5/igt@i915_selftest@live@hangcheck.html
> 
>   * igt@i915_suspend@debugfs-reader:
>     - shard-tglb:         [INCOMPLETE][129] ([i915#456]) -> [PASS][130]
>    [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb7/igt@i915_suspend@debugfs-reader.html
>    [130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@i915_suspend@debugfs-reader.html
> 
>   * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
>     - shard-glk:          [FAIL][131] ([i915#1888]) -> [PASS][132]
>    [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
>    [132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk8/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
> 
>   * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
>     - shard-glk:          [FAIL][133] ([i915#72]) -> [PASS][134]
>    [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
>    [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk7/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-toggle:
>     - shard-iclb:         [FAIL][135] ([i915#2346]) -> [PASS][136]
>    [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
>    [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb6/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
> 
>   * igt@kms_fbcon_fbt@fbc-suspend:
>     - shard-kbl:          [INCOMPLETE][137] ([i915#180] / [i915#636]) -> [PASS][138]
>    [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl6/igt@kms_fbcon_fbt@fbc-suspend.html
>    [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@kms_fbcon_fbt@fbc-suspend.html
> 
>   * igt@kms_flip@modeset-vs-vblank-race-interruptible@b-edp1:
>     - shard-tglb:
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/index.html

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)
  2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
                   ` (8 preceding siblings ...)
  2021-11-02 13:29 ` [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Juha-Pekka Heikkila
@ 2021-11-02 18:09 ` Patchwork
  9 siblings, 0 replies; 16+ messages in thread
From: Patchwork @ 2021-11-02 18:09 UTC (permalink / raw)
  To: Imre Deak; +Cc: igt-dev

[-- Attachment #1: Type: text/plain, Size: 899 bytes --]

== Series Details ==

Series: lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)
URL   : https://patchwork.freedesktop.org/series/96316/
State : success

== Summary ==

CI Bug Log - changes from IGTPW_6356_full -> IGTPW_6356_full
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/index.html

Participating hosts (7 -> 7)
------------------------------

  No changes in participating hosts


Changes
-------

  No changes found


Build changes
-------------

  No differences in builds

  CI_DRM_10796: c2698ab428a9398c02ef1ee3a03f51608cf97a86 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_6356: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/index.html

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/index.html

[-- Attachment #2: Type: text/html, Size: 1429 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [igt-dev] ✗ Fi.CI.IGT: failure for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)
  2021-11-02 17:16   ` Imre Deak
@ 2021-11-02 20:06     ` Vudum, Lakshminarayana
  0 siblings, 0 replies; 16+ messages in thread
From: Vudum, Lakshminarayana @ 2021-11-02 20:06 UTC (permalink / raw)
  To: Deak, Imre, igt-dev, Heikkila, Juha-pekka, Ville Syrjälä

We have a bug already for these failures. I updated the filter to include all KMS tests.
https://gitlab.freedesktop.org/drm/intel/-/issues/4391
KMS tests - dmesg-warn - *ERROR* AUX B/DDI B/PHY B: did not complete or timeout within 10ms (status 0xad4003ff)

Lakshmi.

-----Original Message-----
From: Deak, Imre <imre.deak@intel.com> 
Sent: Tuesday, November 2, 2021 10:16 AM
To: igt-dev@lists.freedesktop.org; Heikkila, Juha-pekka <juha-pekka.heikkila@intel.com>; Ville Syrjälä <ville.syrjala@linux.intel.com>; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>
Subject: Re: ✗ Fi.CI.IGT: failure for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)

On Wed, Oct 27, 2021 at 05:13:54PM +0000, Patchwork wrote:
> == Series Details ==
> 
> Series: lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2)
> URL   : https://patchwork.freedesktop.org/series/96316/
> State : failure

Thanks for the reviews, patchset is pushed.

> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_10796_full -> IGTPW_6356_full 
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_6356_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_6356_full, please notify your bug team 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_6356/index.html
> 
> Participating hosts (10 -> 7)
> ------------------------------
> 
>   Missing    (3): pig-skl-6260u pig-kbl-iris pig-glk-j5005 
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_6356_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@kms_atomic_transition@plane-toggle-modeset-transition:
>     - shard-iclb:         NOTRUN -> [DMESG-WARN][1]
>    [1]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@km
> s_atomic_transition@plane-toggle-modeset-transition.html

<3> [91.477021] i915 0000:00:02.0: [drm] *ERROR* AUX B/DDI B/PHY B: did not complete or timeout within 10ms (status 0xad4003ff) <3> [91.477091] i915 0000:00:02.0: [drm] *ERROR* AUX B/DDI B/PHY B: not done (status 0xad4003ff)
> 
>   * igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge:
>     - shard-iclb:         [PASS][2] -> [DMESG-WARN][3]
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb4/igt@kms_cursor_edge_walk@pipe-c-64x64-left-edge.html
>    [3]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@km
> s_cursor_edge_walk@pipe-c-64x64-left-edge.html

<3> [214.182023] i915 0000:00:02.0: [drm] *ERROR* AUX B/DDI B/PHY B: did not complete or timeout within 10ms (status 0xad4003ff)

Both of the above are from the same machine/CI run, where nothing seems to be connected to port B (native DP/HDMI). Regardless of this, in the middle of modesetting port A, there is an AUX transfer attempt on port B. No idea why, as I understand this shouldn't happen if the HPD live state for port B shows a disconnected state correctly.

Anyway, doesn't seem to be related to the changes in the patchset.

> 
>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_6356_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 
>   * igt@feature_discovery@psr2:
>     - shard-iclb:         [PASS][4] -> [SKIP][5] ([i915#658])
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb2/igt@feature_discovery@psr2.html
>    [5]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@fe
> ature_discovery@psr2.html
> 
>   * igt@gem_create@create-massive:
>     - shard-iclb:         NOTRUN -> [DMESG-WARN][6] ([i915#3002])
>    [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@gem_create@create-massive.html
>     - shard-snb:          NOTRUN -> [DMESG-WARN][7] ([i915#3002])
>    [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb6/igt@gem_create@create-massive.html
>     - shard-kbl:          NOTRUN -> [DMESG-WARN][8] ([i915#3002])
>    [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@gem_create@create-massive.html
>     - shard-tglb:         NOTRUN -> [DMESG-WARN][9] ([i915#3002])
>    [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@gem_create@create-massive.html
>     - shard-glk:          NOTRUN -> [DMESG-WARN][10] ([i915#3002])
>    [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk7/igt@gem_create@create-massive.html
>     - shard-apl:          NOTRUN -> [DMESG-WARN][11] ([i915#3002])
>    [11]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl3/igt@gem
> _create@create-massive.html
> 
>   * igt@gem_eio@in-flight-contexts-10ms:
>     - shard-tglb:         [PASS][12] -> [TIMEOUT][13] ([i915#3063])
>    [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb8/igt@gem_eio@in-flight-contexts-10ms.html
>    [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb1/igt@gem_eio@in-flight-contexts-10ms.html
>     - shard-iclb:         [PASS][14] -> [TIMEOUT][15] ([i915#3070])
>    [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@gem_eio@in-flight-contexts-10ms.html
>    [15]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@ge
> m_eio@in-flight-contexts-10ms.html
> 
>   * igt@gem_exec_fair@basic-deadline:
>     - shard-glk:          NOTRUN -> [FAIL][16] ([i915#2846])
>    [16]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@gem
> _exec_fair@basic-deadline.html
> 
>   * igt@gem_exec_fair@basic-none-share@rcs0:
>     - shard-iclb:         [PASS][17] -> [FAIL][18] ([i915#2842])
>    [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@gem_exec_fair@basic-none-share@rcs0.html
>    [18]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb8/igt@ge
> m_exec_fair@basic-none-share@rcs0.html
> 
>   * igt@gem_exec_fair@basic-none@rcs0:
>     - shard-glk:          [PASS][19] -> [FAIL][20] ([i915#2842])
>    [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk7/igt@gem_exec_fair@basic-none@rcs0.html
>    [20]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@gem
> _exec_fair@basic-none@rcs0.html
> 
>   * igt@gem_exec_fair@basic-none@vecs0:
>     - shard-kbl:          [PASS][21] -> [FAIL][22] ([i915#2842])
>    [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl1/igt@gem_exec_fair@basic-none@vecs0.html
>    [22]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@gem
> _exec_fair@basic-none@vecs0.html
> 
>   * igt@gem_exec_fair@basic-pace@vcs1:
>     - shard-iclb:         NOTRUN -> [FAIL][23] ([i915#2842])
>    [23]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb2/igt@ge
> m_exec_fair@basic-pace@vcs1.html
> 
>   * igt@gem_exec_fair@basic-throttle@rcs0:
>     - shard-tglb:         NOTRUN -> [FAIL][24] ([i915#2842])
>    [24]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@ge
> m_exec_fair@basic-throttle@rcs0.html
> 
>   * igt@gem_exec_params@rsvd2-dirt:
>     - shard-tglb:         NOTRUN -> [SKIP][25] ([fdo#109283])
>    [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb2/igt@gem_exec_params@rsvd2-dirt.html
>     - shard-iclb:         NOTRUN -> [SKIP][26] ([fdo#109283])
>    [26]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb3/igt@ge
> m_exec_params@rsvd2-dirt.html
> 
>   * igt@gem_huc_copy@huc-copy:
>     - shard-apl:          NOTRUN -> [SKIP][27] ([fdo#109271] / [i915#2190])
>    [27]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl1/igt@gem
> _huc_copy@huc-copy.html
> 
>   * igt@gem_pxp@create-protected-buffer:
>     - shard-snb:          NOTRUN -> [SKIP][28] ([fdo#109271]) +61 similar issues
>    [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb7/igt@gem_pxp@create-protected-buffer.html
>     - shard-iclb:         NOTRUN -> [SKIP][29] ([i915#4270])
>    [29]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@ge
> m_pxp@create-protected-buffer.html
> 
>   * igt@gem_pxp@verify-pxp-stale-ctx-execution:
>     - shard-tglb:         NOTRUN -> [SKIP][30] ([i915#4270]) +3 similar issues
>    [30]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@ge
> m_pxp@verify-pxp-stale-ctx-execution.html
> 
>   * igt@gen9_exec_parse@cmd-crossing-page:
>     - shard-iclb:         NOTRUN -> [SKIP][31] ([i915#2856])
>    [31]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb6/igt@ge
> n9_exec_parse@cmd-crossing-page.html
> 
>   * igt@i915_pm_rpm@gem-execbuf-stress-pc8:
>     - shard-tglb:         NOTRUN -> [SKIP][32] ([fdo#109506] / [i915#2411])
>    [32]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@i9
> 15_pm_rpm@gem-execbuf-stress-pc8.html
> 
>   * igt@i915_pm_rpm@modeset-lpsp:
>     - shard-iclb:         [PASS][33] -> [FAIL][34] ([i915#3049])
>    [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb1/igt@i915_pm_rpm@modeset-lpsp.html
>    [34]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@i9
> 15_pm_rpm@modeset-lpsp.html
> 
>   * igt@i915_query@query-topology-known-pci-ids:
>     - shard-tglb:         NOTRUN -> [SKIP][35] ([fdo#109303])
>    [35]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb1/igt@i9
> 15_query@query-topology-known-pci-ids.html
> 
>   * igt@i915_query@query-topology-unsupported:
>     - shard-tglb:         NOTRUN -> [SKIP][36] ([fdo#109302])
>    [36]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@i9
> 15_query@query-topology-unsupported.html
> 
>   * igt@i915_suspend@fence-restore-tiled2untiled:
>     - shard-tglb:         [PASS][37] -> [INCOMPLETE][38] ([i915#456] / [i915#750])
>    [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb3/igt@i915_suspend@fence-restore-tiled2untiled.html
>    [38]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@i9
> 15_suspend@fence-restore-tiled2untiled.html
> 
>   * igt@i915_suspend@sysfs-reader:
>     - shard-kbl:          [PASS][39] -> [DMESG-WARN][40] ([i915#180]) +1 similar issue
>    [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl1/igt@i915_suspend@sysfs-reader.html
>    [40]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@i91
> 5_suspend@sysfs-reader.html
> 
>   * igt@kms_atomic_interruptible@legacy-cursor@edp-1-pipe-a:
>     - shard-iclb:         [PASS][41] -> [DMESG-WARN][42] ([i915#1226])
>    [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@kms_atomic_interruptible@legacy-cursor@edp-1-pipe-a.html
>    [42]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb3/igt@km
> s_atomic_interruptible@legacy-cursor@edp-1-pipe-a.html
> 
>   * igt@kms_big_fb@linear-32bpp-rotate-0:
>     - shard-glk:          [PASS][43] -> [DMESG-WARN][44] ([i915#118]) +2 similar issues
>    [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk6/igt@kms_big_fb@linear-32bpp-rotate-0.html
>    [44]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk7/igt@kms
> _big_fb@linear-32bpp-rotate-0.html
> 
>   * igt@kms_big_fb@x-tiled-64bpp-rotate-270:
>     - shard-tglb:         NOTRUN -> [SKIP][45] ([fdo#111614]) +2 similar issues
>    [45]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@km
> s_big_fb@x-tiled-64bpp-rotate-270.html
> 
>   * igt@kms_big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip:
>     - shard-glk:          NOTRUN -> [SKIP][46] ([fdo#109271] / [i915#3777])
>    [46]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@kms
> _big_fb@x-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
> 
>   * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip:
>     - shard-apl:          NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#3777])
>    [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl2/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
>     - shard-kbl:          NOTRUN -> [SKIP][48] ([fdo#109271] / [i915#3777]) +1 similar issue
>    [48]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms
> _big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
> 
>   * igt@kms_big_fb@yf-tiled-8bpp-rotate-180:
>     - shard-tglb:         NOTRUN -> [SKIP][49] ([fdo#111615]) +5 similar issues
>    [49]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@km
> s_big_fb@yf-tiled-8bpp-rotate-180.html
> 
>   * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
>     - shard-apl:          NOTRUN -> [SKIP][50] ([fdo#109271]) +76 similar issues
>    [50]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl2/igt@kms
> _big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
> 
>   * igt@kms_ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc:
>     - shard-apl:          NOTRUN -> [SKIP][51] ([fdo#109271] / [i915#3886]) +2 similar issues
>    [51]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl2/igt@kms
> _ccs@pipe-a-ccs-on-another-bo-y_tiled_gen12_rc_ccs_cc.html
> 
>   * igt@kms_ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs:
>     - shard-glk:          NOTRUN -> [SKIP][52] ([fdo#109271] / [i915#3886]) +3 similar issues
>    [52]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@kms
> _ccs@pipe-b-bad-pixel-format-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs:
>     - shard-kbl:          NOTRUN -> [SKIP][53] ([fdo#109271] / [i915#3886]) +10 similar issues
>    [53]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms
> _ccs@pipe-b-random-ccs-data-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs:
>     - shard-tglb:         NOTRUN -> [SKIP][54] ([i915#3689] / [i915#3886]) +1 similar issue
>    [54]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@km
> s_ccs@pipe-c-random-ccs-data-y_tiled_gen12_mc_ccs.html
> 
>   * igt@kms_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs:
>     - shard-tglb:         NOTRUN -> [SKIP][55] ([i915#3689]) +3 similar issues
>    [55]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@km
> s_ccs@pipe-d-bad-rotation-90-yf_tiled_ccs.html
> 
>   * igt@kms_chamelium@dp-crc-fast:
>     - shard-snb:          NOTRUN -> [SKIP][56] ([fdo#109271] / [fdo#111827]) +5 similar issues
>    [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb6/igt@kms_chamelium@dp-crc-fast.html
>     - shard-iclb:         NOTRUN -> [SKIP][57] ([fdo#109284] / [fdo#111827]) +3 similar issues
>    [57]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@km
> s_chamelium@dp-crc-fast.html
> 
>   * igt@kms_chamelium@dp-crc-multiple:
>     - shard-apl:          NOTRUN -> [SKIP][58] ([fdo#109271] / [fdo#111827]) +6 similar issues
>    [58]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl8/igt@kms
> _chamelium@dp-crc-multiple.html
> 
>   * igt@kms_chamelium@hdmi-aspect-ratio:
>     - shard-glk:          NOTRUN -> [SKIP][59] ([fdo#109271] / [fdo#111827]) +10 similar issues
>    [59]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk3/igt@kms
> _chamelium@hdmi-aspect-ratio.html
> 
>   * igt@kms_chamelium@vga-hpd-for-each-pipe:
>     - shard-tglb:         NOTRUN -> [SKIP][60] ([fdo#109284] / [fdo#111827]) +8 similar issues
>    [60]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb2/igt@km
> s_chamelium@vga-hpd-for-each-pipe.html
> 
>   * igt@kms_color_chamelium@pipe-b-ctm-0-25:
>     - shard-kbl:          NOTRUN -> [SKIP][61] ([fdo#109271] / [fdo#111827]) +15 similar issues
>    [61]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms
> _color_chamelium@pipe-b-ctm-0-25.html
> 
>   * igt@kms_content_protection@lic:
>     - shard-kbl:          NOTRUN -> [TIMEOUT][62] ([i915#1319])
>    [62]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms
> _content_protection@lic.html
> 
>   * igt@kms_content_protection@type1:
>     - shard-tglb:         NOTRUN -> [SKIP][63] ([fdo#111828])
>    [63]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@km
> s_content_protection@type1.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-32x32-sliding:
>     - shard-tglb:         NOTRUN -> [SKIP][64] ([i915#3319])
>    [64]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@km
> s_cursor_crc@pipe-a-cursor-32x32-sliding.html
> 
>   * igt@kms_cursor_crc@pipe-a-cursor-suspend:
>     - shard-kbl:          NOTRUN -> [DMESG-WARN][65] ([i915#180]) +5 similar issues
>    [65]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl4/igt@kms
> _cursor_crc@pipe-a-cursor-suspend.html
> 
>   * igt@kms_cursor_crc@pipe-c-cursor-max-size-offscreen:
>     - shard-tglb:         NOTRUN -> [SKIP][66] ([i915#3359]) +3 similar issues
>    [66]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@km
> s_cursor_crc@pipe-c-cursor-max-size-offscreen.html
> 
>   * igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding:
>     - shard-iclb:         NOTRUN -> [SKIP][67] ([fdo#109278]) +2 similar issues
>    [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@kms_cursor_crc@pipe-d-cursor-512x170-sliding.html
>     - shard-tglb:         NOTRUN -> [SKIP][68] ([fdo#109279] / [i915#3359]) +1 similar issue
>    [68]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@km
> s_cursor_crc@pipe-d-cursor-512x170-sliding.html
> 
>   * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
>     - shard-tglb:         NOTRUN -> [SKIP][69] ([i915#4103]) +1 similar issue
>    [69]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@km
> s_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
> 
>   * igt@kms_dp_tiled_display@basic-test-pattern:
>     - shard-iclb:         NOTRUN -> [SKIP][70] ([i915#426])
>    [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@kms_dp_tiled_display@basic-test-pattern.html
>     - shard-tglb:         NOTRUN -> [SKIP][71] ([i915#426])
>    [71]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@km
> s_dp_tiled_display@basic-test-pattern.html
> 
>   * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
>     - shard-iclb:         NOTRUN -> [SKIP][72] ([fdo#109274])
>    [72]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb2/igt@km
> s_flip@2x-plain-flip-ts-check-interruptible.html
> 
>   * igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1:
>     - shard-glk:          [PASS][73] -> [FAIL][74] ([i915#79]) +1 similar issue
>    [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk8/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a1.html
>    [74]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@kms
> _flip@flip-vs-expired-vblank@b-hdmi-a1.html
> 
>   * igt@kms_flip@flip-vs-suspend-interruptible@a-dp1:
>     - shard-apl:          [PASS][75] -> [DMESG-WARN][76] ([i915#180]) +1 similar issue
>    [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-apl4/igt@kms_flip@flip-vs-suspend-interruptible@a-dp1.html
>    [76]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl3/igt@kms
> _flip@flip-vs-suspend-interruptible@a-dp1.html
> 
>   * igt@kms_flip@flip-vs-suspend-interruptible@c-edp1:
>     - shard-iclb:         [PASS][77] -> [INCOMPLETE][78] ([i915#2910])
>    [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@kms_flip@flip-vs-suspend-interruptible@c-edp1.html
>    [78]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@km
> s_flip@flip-vs-suspend-interruptible@c-edp1.html
> 
>   * igt@kms_flip@flip-vs-suspend@a-edp1:
>     - shard-tglb:         [PASS][79] -> [INCOMPLETE][80] ([i915#456])
>    [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb2/igt@kms_flip@flip-vs-suspend@a-edp1.html
>    [80]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@km
> s_flip@flip-vs-suspend@a-edp1.html
> 
>   * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
>     - shard-iclb:         NOTRUN -> [SKIP][81] ([fdo#109280]) +5 similar issues
>    [81]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@km
> s_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
> 
>   * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move:
>     - shard-tglb:         NOTRUN -> [SKIP][82] ([fdo#111825]) +20 similar issues
>    [82]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@km
> s_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-move.html
> 
>   * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
>     - shard-kbl:          NOTRUN -> [SKIP][83] ([fdo#109271]) +220 similar issues
>    [83]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms
> _frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
> 
>   * igt@kms_hdmi_inject@inject-audio:
>     - shard-tglb:         [PASS][84] -> [SKIP][85] ([i915#433])
>    [84]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb3/igt@kms_hdmi_inject@inject-audio.html
>    [85]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@km
> s_hdmi_inject@inject-audio.html
> 
>   * igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence:
>     - shard-kbl:          NOTRUN -> [SKIP][86] ([fdo#109271] / [i915#533]) +1 similar issue
>    [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html
>     - shard-glk:          NOTRUN -> [SKIP][87] ([fdo#109271] / [i915#533])
>    [87]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk5/igt@kms
> _pipe_crc_basic@nonblocking-crc-pipe-d-frame-sequence.html
> 
>   * igt@kms_plane_alpha_blend@pipe-a-alpha-7efc:
>     - shard-kbl:          NOTRUN -> [FAIL][88] ([fdo#108145] / [i915#265]) +1 similar issue
>    [88]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl1/igt@kms
> _plane_alpha_blend@pipe-a-alpha-7efc.html
> 
>   * igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max:
>     - shard-glk:          NOTRUN -> [FAIL][89] ([fdo#108145] / [i915#265])
>    [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@kms_plane_alpha_blend@pipe-a-constant-alpha-max.html
>     - shard-apl:          NOTRUN -> [FAIL][90] ([fdo#108145] / [i915#265])
>    [90]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl1/igt@kms
> _plane_alpha_blend@pipe-a-constant-alpha-max.html
> 
>   * igt@kms_plane_alpha_blend@pipe-b-alpha-transparent-fb:
>     - shard-kbl:          NOTRUN -> [FAIL][91] ([i915#265])
>    [91]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl3/igt@kms
> _plane_alpha_blend@pipe-b-alpha-transparent-fb.html
> 
>   * igt@kms_plane_cursor@pipe-d-viewport-size-256:
>     - shard-glk:          NOTRUN -> [SKIP][92] ([fdo#109271]) +70 similar issues
>    [92]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk6/igt@kms
> _plane_cursor@pipe-d-viewport-size-256.html
> 
>   * igt@kms_plane_lowres@pipe-b-tiling-y:
>     - shard-tglb:         NOTRUN -> [SKIP][93] ([i915#3536])
>    [93]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb8/igt@km
> s_plane_lowres@pipe-b-tiling-y.html
> 
>   * igt@kms_plane_lowres@pipe-c-tiling-yf:
>     - shard-iclb:         NOTRUN -> [SKIP][94] ([i915#3536])
>    [94]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb5/igt@km
> s_plane_lowres@pipe-c-tiling-yf.html
> 
>   * igt@kms_plane_lowres@pipe-d-tiling-yf:
>     - shard-tglb:         NOTRUN -> [SKIP][95] ([fdo#112054]) +2 similar issues
>    [95]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb2/igt@km
> s_plane_lowres@pipe-d-tiling-yf.html
> 
>   * igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1:
>     - shard-kbl:          NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#658]) +2 similar issues
>    [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
>     - shard-apl:          NOTRUN -> [SKIP][97] ([fdo#109271] / [i915#658])
>    [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-apl7/igt@kms_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
>     - shard-tglb:         NOTRUN -> [SKIP][98] ([i915#2920]) +1 similar issue
>    [98]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@km
> s_psr2_sf@overlay-plane-update-sf-dmg-area-1.html
> 
>   * igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-5:
>     - shard-iclb:         NOTRUN -> [SKIP][99] ([i915#658])
>    [99]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb7/igt@km
> s_psr2_sf@primary-plane-update-sf-dmg-area-5.html
> 
>   * igt@kms_psr@psr2_cursor_plane_onoff:
>     - shard-tglb:         NOTRUN -> [FAIL][100] ([i915#132] / [i915#3467]) +2 similar issues
>    [100]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb8/igt@km
> s_psr@psr2_cursor_plane_onoff.html
> 
>   * igt@kms_psr@psr2_primary_mmap_cpu:
>     - shard-iclb:         [PASS][101] -> [SKIP][102] ([fdo#109441]) +1 similar issue
>    [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb2/igt@kms_psr@psr2_primary_mmap_cpu.html
>    [102]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb4/igt@km
> s_psr@psr2_primary_mmap_cpu.html
> 
>   * igt@kms_psr@psr2_primary_render:
>     - shard-iclb:         NOTRUN -> [SKIP][103] ([fdo#109441])
>    [103]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@km
> s_psr@psr2_primary_render.html
> 
>   * igt@kms_vblank@pipe-a-ts-continuation-suspend:
>     - shard-kbl:          NOTRUN -> [DMESG-WARN][104] ([i915#180] / [i915#295])
>    [104]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl7/igt@kms
> _vblank@pipe-a-ts-continuation-suspend.html
> 
>   * igt@kms_writeback@writeback-check-output:
>     - shard-kbl:          NOTRUN -> [SKIP][105] ([fdo#109271] / [i915#2437])
>    [105]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@kms
> _writeback@writeback-check-output.html
> 
>   * igt@kms_writeback@writeback-fb-id:
>     - shard-glk:          NOTRUN -> [SKIP][106] ([fdo#109271] / [i915#2437])
>    [106]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk4/igt@kms
> _writeback@writeback-fb-id.html
> 
>   * igt@nouveau_crc@pipe-b-ctx-flip-detection:
>     - shard-tglb:         NOTRUN -> [SKIP][107] ([i915#2530])
>    [107]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb3/igt@no
> uveau_crc@pipe-b-ctx-flip-detection.html
> 
>   * igt@perf@gen8-unprivileged-single-ctx-counters:
>     - shard-tglb:         NOTRUN -> [SKIP][108] ([fdo#109289])
>    [108]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@pe
> rf@gen8-unprivileged-single-ctx-counters.html
> 
>   * igt@perf_pmu@module-unload:
>     - shard-iclb:         [PASS][109] -> [DMESG-WARN][110] ([i915#262])
>    [109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb5/igt@perf_pmu@module-unload.html
>    [110]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb2/igt@pe
> rf_pmu@module-unload.html
> 
>   * igt@prime_nv_test@i915_import_gtt_mmap:
>     - shard-tglb:         NOTRUN -> [SKIP][111] ([fdo#109291])
>    [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@prime_nv_test@i915_import_gtt_mmap.html
>     - shard-iclb:         NOTRUN -> [SKIP][112] ([fdo#109291])
>    [112]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb1/igt@pr
> ime_nv_test@i915_import_gtt_mmap.html
> 
>   * igt@prime_vgem@fence-flip-hang:
>     - shard-tglb:         NOTRUN -> [SKIP][113] ([fdo#109295])
>    [113]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb6/igt@pr
> ime_vgem@fence-flip-hang.html
> 
>   * igt@sysfs_clients@fair-3:
>     - shard-kbl:          NOTRUN -> [SKIP][114] ([fdo#109271] / [i915#2994]) +2 similar issues
>    [114]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@sys
> fs_clients@fair-3.html
> 
>   * igt@sysfs_clients@pidname:
>     - shard-tglb:         NOTRUN -> [SKIP][115] ([i915#2994])
>    [115]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb7/igt@sy
> sfs_clients@pidname.html
> 
>   * igt@sysfs_clients@split-25:
>     - shard-glk:          NOTRUN -> [SKIP][116] ([fdo#109271] / [i915#2994]) +2 similar issues
>    [116]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk8/igt@sys
> fs_clients@split-25.html
> 
>   
> #### Possible fixes ####
> 
>   * igt@gem_ctx_isolation@preservation-s3@vecs0:
>     - shard-kbl:          [DMESG-WARN][117] ([i915#180]) -> [PASS][118] +4 similar issues
>    [117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl4/igt@gem_ctx_isolation@preservation-s3@vecs0.html
>    [118]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl4/igt@gem
> _ctx_isolation@preservation-s3@vecs0.html
> 
>   * igt@gem_ctx_shared@q-smoketest-all:
>     - shard-glk:          [DMESG-WARN][119] ([i915#118]) -> [PASS][120]
>    [119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk6/igt@gem_ctx_shared@q-smoketest-all.html
>    [120]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk5/igt@gem
> _ctx_shared@q-smoketest-all.html
> 
>   * igt@gem_exec_fair@basic-pace-solo@rcs0:
>     - shard-kbl:          [FAIL][121] ([i915#2842]) -> [PASS][122]
>    [121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
>    [122]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@gem
> _exec_fair@basic-pace-solo@rcs0.html
> 
>   * igt@gem_exec_fair@basic-pace@vecs0:
>     - shard-tglb:         [FAIL][123] ([i915#2842]) -> [PASS][124]
>    [123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb1/igt@gem_exec_fair@basic-pace@vecs0.html
>    [124]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb1/igt@ge
> m_exec_fair@basic-pace@vecs0.html
> 
>   * igt@gem_exec_fair@basic-throttle@rcs0:
>     - shard-glk:          [FAIL][125] ([i915#2842]) -> [PASS][126] +1 similar issue
>    [125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk8/igt@gem_exec_fair@basic-throttle@rcs0.html
>    [126]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk2/igt@gem
> _exec_fair@basic-throttle@rcs0.html
> 
>   * igt@i915_selftest@live@hangcheck:
>     - shard-snb:          [INCOMPLETE][127] ([i915#3921]) -> [PASS][128]
>    [127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-snb6/igt@i915_selftest@live@hangcheck.html
>    [128]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-snb5/igt@i91
> 5_selftest@live@hangcheck.html
> 
>   * igt@i915_suspend@debugfs-reader:
>     - shard-tglb:         [INCOMPLETE][129] ([i915#456]) -> [PASS][130]
>    [129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-tglb7/igt@i915_suspend@debugfs-reader.html
>    [130]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-tglb5/igt@i9
> 15_suspend@debugfs-reader.html
> 
>   * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180:
>     - shard-glk:          [FAIL][131] ([i915#1888]) -> [PASS][132]
>    [131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
>    [132]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk8/igt@kms
> _big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180.html
> 
>   * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy:
>     - shard-glk:          [FAIL][133] ([i915#72]) -> [PASS][134]
>    [133]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-glk5/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-legacy.html
>    [134]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-glk7/igt@kms
> _cursor_legacy@2x-long-flip-vs-cursor-legacy.html
> 
>   * igt@kms_cursor_legacy@flip-vs-cursor-toggle:
>     - shard-iclb:         [FAIL][135] ([i915#2346]) -> [PASS][136]
>    [135]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-iclb7/igt@kms_cursor_legacy@flip-vs-cursor-toggle.html
>    [136]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-iclb6/igt@km
> s_cursor_legacy@flip-vs-cursor-toggle.html
> 
>   * igt@kms_fbcon_fbt@fbc-suspend:
>     - shard-kbl:          [INCOMPLETE][137] ([i915#180] / [i915#636]) -> [PASS][138]
>    [137]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10796/shard-kbl6/igt@kms_fbcon_fbt@fbc-suspend.html
>    [138]: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/shard-kbl6/igt@kms
> _fbcon_fbt@fbc-suspend.html
> 
>   * igt@kms_flip@modeset-vs-vblank-race-interruptible@b-edp1:
>     - shard-tglb:
> 
> == Logs ==
> 
> For more details see: 
> https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_6356/index.html

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-11-02 20:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 21:26 [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Imre Deak
2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 1/4] lib/igt_fb/adlp: Remove CCS FB stride alignment restrictions Imre Deak
2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 2/4] lib/igt_fb/tgl+: Prevent CCS FB UV surface offset overalignment Imre Deak
2021-10-27  9:46   ` Ville Syrjälä
2021-10-27 10:54     ` Imre Deak
2021-10-27 13:14   ` [igt-dev] [PATCH v2 " Imre Deak
2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 3/4] lib/igt_fb/tgl+: Remove CCS FB 4 tile height alignment restriction Imre Deak
2021-10-26 21:26 ` [igt-dev] [PATCH i-g-t 4/4] lib/igt_fb/tgl+: Prevent CCS FB AUX surface size overalignment Imre Deak
2021-10-26 22:11 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions Patchwork
2021-10-26 23:54 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2021-10-27 14:02 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2) Patchwork
2021-10-27 17:13 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-11-02 17:16   ` Imre Deak
2021-11-02 20:06     ` Vudum, Lakshminarayana
2021-11-02 13:29 ` [igt-dev] [PATCH i-g-t 0/4] lib/igt_fb/tgl+: Remove CCS FB layout restrictions Juha-Pekka Heikkila
2021-11-02 18:09 ` [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_fb/tgl+: Remove CCS FB layout restrictions (rev2) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.