All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes
@ 2024-03-22 12:40 Katarzyna Piecielska
  2024-03-22 12:40 ` [PATCH i-g-t 01/12] tests/intel: Unify Blitter subcategory for i915 and Xe Katarzyna Piecielska
                   ` (15 more replies)
  0 siblings, 16 replies; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:40 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Kamil Konieczny, Mauro Carvalho Chehab,
	Aditya Chauhan, Girotra Himanshu

After i915 documentation was updated and cleaned up there is a need to align
already documented Xe tests to new Sub-categories/Functionalities.
Some changes are small name alignment, some are putting tests into newly
introduces Sub-categories/Functionalities.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>

Katarzyna Piecielska (12):
  tests/intel: Unify Blitter subcategory for i915 and Xe
  tests/intel: Introduce CMD submission Sub-category for XE
  tests/intel: Fix inconsitency in Sub-category/Functionality names
  tests/intel: Let's have Firmware subcategory in Xe tests as well
  tests/intel: Move drm_fdinfo to driver subcategory
  tests/intel: Add xe_prime_self_import to DRM subcategory
  tests/intel: Move xe_mmap to Memory management Sub-category
  tests/intel: Add xe_spin_batch to IGT Lib Sub-category
  tests/intel: Move xe_exec_queue_property to Sub-category uapi
  tests/intel: Move xe_waitfence test to Synchronization sub-category
  tests/intel: Unify functionality for compute tests
  tests/intel: Move xe_exec_reset.c to Reset Sub-category

 tests/intel/drm_fdinfo.c             |  4 ++--
 tests/intel/xe_ccs.c                 |  2 +-
 tests/intel/xe_compute.c             |  8 ++++----
 tests/intel/xe_compute_preempt.c     | 10 ++++++----
 tests/intel/xe_copy_basic.c          |  4 ++--
 tests/intel/xe_create.c              |  2 +-
 tests/intel/xe_evict.c               |  2 +-
 tests/intel/xe_evict_ccs.c           |  2 +-
 tests/intel/xe_exec_balancer.c       |  2 +-
 tests/intel/xe_exec_basic.c          |  2 +-
 tests/intel/xe_exec_compute_mode.c   |  4 ++--
 tests/intel/xe_exec_fault_mode.c     |  2 +-
 tests/intel/xe_exec_queue_property.c |  2 +-
 tests/intel/xe_exec_reset.c          |  4 ++--
 tests/intel/xe_exec_store.c          |  2 +-
 tests/intel/xe_exec_threads.c        |  2 +-
 tests/intel/xe_gpgpu_fill.c          |  4 ++--
 tests/intel/xe_gt_freq.c             |  2 +-
 tests/intel/xe_huc_copy.c            |  4 ++--
 tests/intel/xe_media_fill.c          |  4 ++--
 tests/intel/xe_mmap.c                |  2 +-
 tests/intel/xe_noexec_ping_pong.c    |  4 ++--
 tests/intel/xe_pm.c                  |  2 +-
 tests/intel/xe_pm_residency.c        |  2 +-
 tests/intel/xe_prime_self_import.c   |  2 +-
 tests/intel/xe_spin_batch.c          |  2 +-
 tests/intel/xe_sysfs_defaults.c      |  2 +-
 tests/intel/xe_sysfs_scheduler.c     |  2 +-
 tests/intel/xe_waitfence.c           |  3 +--
 29 files changed, 45 insertions(+), 44 deletions(-)

-- 
2.34.1


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

* [PATCH i-g-t 01/12] tests/intel: Unify Blitter subcategory for i915 and Xe
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
@ 2024-03-22 12:40 ` Katarzyna Piecielska
  2024-03-25 14:46   ` Kamil Konieczny
  2024-03-22 12:40 ` [PATCH i-g-t 02/12] tests/intel: Introduce CMD submission Sub-category for XE Katarzyna Piecielska
                   ` (14 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:40 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Kamil Konieczny,
	Aditya Chauhan, Girotra Himanshu, Zbigniew Kempczyński

After cleaning up test documentation for i915 tests some Xe tweaks are
needed. Let's unify Blitter subcategory between Xe and i915.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>
---
 tests/intel/xe_ccs.c        | 2 +-
 tests/intel/xe_copy_basic.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/intel/xe_ccs.c b/tests/intel/xe_ccs.c
index aec83a057..7d0f2f2a1 100644
--- a/tests/intel/xe_ccs.c
+++ b/tests/intel/xe_ccs.c
@@ -21,7 +21,7 @@
 /**
  * TEST: xe ccs
  * Category: Hardware building block
- * Sub-category: blitter
+ * Sub-category: Blitter
  * Functionality: flat_ccs
  * Description: Exercise gen12 blitter with and without flatccs compression on Xe
  * Test category: functionality test
diff --git a/tests/intel/xe_copy_basic.c b/tests/intel/xe_copy_basic.c
index 66c666eac..25e8adca0 100644
--- a/tests/intel/xe_copy_basic.c
+++ b/tests/intel/xe_copy_basic.c
@@ -22,8 +22,8 @@
 /**
  * TEST: Test to validate copy commands on xe
  * Category: Software building block
- * Sub-category: Copy
- * Functionality: blitter
+ * Sub-category: Blitter
+ * Functionality: copy
  */
 
 /**
-- 
2.34.1


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

* [PATCH i-g-t 02/12] tests/intel: Introduce CMD submission Sub-category for XE
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
  2024-03-22 12:40 ` [PATCH i-g-t 01/12] tests/intel: Unify Blitter subcategory for i915 and Xe Katarzyna Piecielska
@ 2024-03-22 12:40 ` Katarzyna Piecielska
  2024-03-25 14:48   ` Kamil Konieczny
  2024-03-22 12:40 ` [PATCH i-g-t 03/12] tests/intel: Fix inconsitency in Sub-category/Functionality names Katarzyna Piecielska
                   ` (13 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:40 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Kamil Konieczny,
	Aditya Chauhan, Girotra Himanshu

Let's introduce 'CMD submission' subcategory in Xe. So far 'execbuf'
subcategory was used.
Also let's move xe_exec_store to CMD submission subcategory

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_exec_balancer.c     | 2 +-
 tests/intel/xe_exec_basic.c        | 2 +-
 tests/intel/xe_exec_compute_mode.c | 2 +-
 tests/intel/xe_exec_fault_mode.c   | 2 +-
 tests/intel/xe_exec_reset.c        | 2 +-
 tests/intel/xe_exec_store.c        | 2 +-
 tests/intel/xe_exec_threads.c      | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/tests/intel/xe_exec_balancer.c b/tests/intel/xe_exec_balancer.c
index 02edd389d..6e467e34a 100644
--- a/tests/intel/xe_exec_balancer.c
+++ b/tests/intel/xe_exec_balancer.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
  * Category: Hardware building block
- * Sub-category: execbuf
+ * Sub-category: CMD submission
  * Functionality: virtual and parallel exec_queues
  * Test category: functionality test
  */
diff --git a/tests/intel/xe_exec_basic.c b/tests/intel/xe_exec_basic.c
index e6f8db5b0..06be502d6 100644
--- a/tests/intel/xe_exec_basic.c
+++ b/tests/intel/xe_exec_basic.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Basic tests for execbuf functionality
  * Category: Hardware building block
- * Sub-category: execbuf
+ * Sub-category: CMD submission
  * Functionality: exec_queues
  */
 
diff --git a/tests/intel/xe_exec_compute_mode.c b/tests/intel/xe_exec_compute_mode.c
index 2ba94d2c6..c1f703c43 100644
--- a/tests/intel/xe_exec_compute_mode.c
+++ b/tests/intel/xe_exec_compute_mode.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Basic tests for execbuf compute machine functionality
  * Category: Hardware building block
- * Sub-category: execbuf
+ * Sub-category: CMD submission
  * Functionality: compute machine
  */
 
diff --git a/tests/intel/xe_exec_fault_mode.c b/tests/intel/xe_exec_fault_mode.c
index 20a7cf8fe..72a7bd4fd 100644
--- a/tests/intel/xe_exec_fault_mode.c
+++ b/tests/intel/xe_exec_fault_mode.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
  * Category: Hardware building block
- * Sub-category: execbuf
+ * Sub-category: CMD submission
  * Functionality: fault mode
  * GPU requirements: GPU needs support for DRM_XE_VM_CREATE_FLAG_FAULT_MODE
  */
diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c
index a39e5860e..22735688a 100644
--- a/tests/intel/xe_exec_reset.c
+++ b/tests/intel/xe_exec_reset.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
  * Category: Hardware building block
- * Sub-category: execbuf
+ * Sub-category: CMD submission
  * Functionality: reset
  * Test category: functionality test
  */
diff --git a/tests/intel/xe_exec_store.c b/tests/intel/xe_exec_store.c
index 55354e688..c57bcb852 100644
--- a/tests/intel/xe_exec_store.c
+++ b/tests/intel/xe_exec_store.c
@@ -15,7 +15,7 @@
 /**
  * TEST: Tests to verify store dword functionality.
  * Category: Software building block
- * Sub-category: HW
+ * Sub-category: CMD submission
  * Functionality: intel-bb
  * Test category: functionality test
  */
diff --git a/tests/intel/xe_exec_threads.c b/tests/intel/xe_exec_threads.c
index 977e8c600..05ea1d35a 100644
--- a/tests/intel/xe_exec_threads.c
+++ b/tests/intel/xe_exec_threads.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Basic tests for execbuf functionality
  * Category: Hardware building block
- * Sub-category: execbuf
+ * Sub-category: CMD submission
  * Functionality: multi-threads
  * Test category: functionality test
  */
-- 
2.34.1


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

* [PATCH i-g-t 03/12] tests/intel: Fix inconsitency in Sub-category/Functionality names
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
  2024-03-22 12:40 ` [PATCH i-g-t 01/12] tests/intel: Unify Blitter subcategory for i915 and Xe Katarzyna Piecielska
  2024-03-22 12:40 ` [PATCH i-g-t 02/12] tests/intel: Introduce CMD submission Sub-category for XE Katarzyna Piecielska
@ 2024-03-22 12:40 ` Katarzyna Piecielska
  2024-03-25 15:02   ` Kamil Konieczny
  2024-03-22 12:40 ` [PATCH i-g-t 03/11] tests/intel: Fix inconsitency in Sub-category names Katarzyna Piecielska
                   ` (12 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:40 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Kamil Konieczny,
	Aditya Chauhan, Girotra Himanshu

Let's fix:
 - s/compute/Compute/
 - s/Flat-CCS/Flat-ccs/
 - s/frequency/Power management/.
 - s/power management/Power management/
 - s/Power Management/Power management/
 - s/sysman/SysMan/
 - s/gpgpu/GPGPU/
 - s/gpgpu/gpgpu_fill/
 - s/evict/eviction/
 - s/BO creation/bo/
 - s/sysman/SysMan/
 - s/fill surface with media block/fill media/

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_compute.c          | 2 +-
 tests/intel/xe_compute_preempt.c  | 2 +-
 tests/intel/xe_create.c           | 2 +-
 tests/intel/xe_evict.c            | 2 +-
 tests/intel/xe_evict_ccs.c        | 2 +-
 tests/intel/xe_gpgpu_fill.c       | 4 ++--
 tests/intel/xe_gt_freq.c          | 2 +-
 tests/intel/xe_media_fill.c       | 4 ++--
 tests/intel/xe_noexec_ping_pong.c | 2 +-
 tests/intel/xe_pm.c               | 2 +-
 tests/intel/xe_pm_residency.c     | 2 +-
 tests/intel/xe_sysfs_defaults.c   | 2 +-
 tests/intel/xe_sysfs_scheduler.c  | 2 +-
 13 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
index 42f42ca0c..9cf359383 100644
--- a/tests/intel/xe_compute.c
+++ b/tests/intel/xe_compute.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check compute-related functionality
  * Category: Hardware building block
- * Sub-category: compute
+ * Sub-category: Compute
  * Test category: functionality test
  */
 
diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
index 2bc27eff1..45aa15c78 100644
--- a/tests/intel/xe_compute_preempt.c
+++ b/tests/intel/xe_compute_preempt.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check compute-related preemption functionality
  * Category: Hardware building block
- * Sub-category: compute
+ * Sub-category: Compute
  * Test category: functionality test
  */
 
diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c
index 1d3918663..fd5d71d8a 100644
--- a/tests/intel/xe_create.c
+++ b/tests/intel/xe_create.c
@@ -273,7 +273,7 @@ static void create_massive_size(int fd)
 
 /**
  * SUBTEST: create-big-vram
- * Functionality: BO creation
+ * Functionality: bo
  * Test category: functionality test
  * Description: Verifies the creation of substantial BO within VRAM,
  *		constituting all available CPU-visible VRAM.
diff --git a/tests/intel/xe_evict.c b/tests/intel/xe_evict.c
index 43e20ef6c..8ef55211f 100644
--- a/tests/intel/xe_evict.c
+++ b/tests/intel/xe_evict.c
@@ -7,7 +7,7 @@
  * TEST: Check VMA eviction
  * Category: Software building block
  * Sub-category: VMA
- * Functionality: evict
+ * Functionality: eviction
  * GPU requirements: GPU needs to have dedicated VRAM
  */
 
diff --git a/tests/intel/xe_evict_ccs.c b/tests/intel/xe_evict_ccs.c
index 35ae8151a..8e43f691d 100644
--- a/tests/intel/xe_evict_ccs.c
+++ b/tests/intel/xe_evict_ccs.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check flat-ccs eviction
  * Category: Software building block
- * Sub-category: Flat-CCS
+ * Sub-category: Flat-ccs
  * Functionality: ccs-evict
  * GPU requirements: GPU needs to have dedicated VRAM
  */
diff --git a/tests/intel/xe_gpgpu_fill.c b/tests/intel/xe_gpgpu_fill.c
index eee77d252..a359f9f55 100644
--- a/tests/intel/xe_gpgpu_fill.c
+++ b/tests/intel/xe_gpgpu_fill.c
@@ -6,8 +6,8 @@
 /**
  * TEST: Basic tests for gpgpu functionality
  * Category: Software building block
- * Sub-category: gpgpu
- * Functionality: gpgpu
+ * Sub-category: GPGPU
+ * Functionality: gpgpu_fill
  * Test category: functionality test
  */
 
diff --git a/tests/intel/xe_gt_freq.c b/tests/intel/xe_gt_freq.c
index f0de341cb..c12f6c52c 100644
--- a/tests/intel/xe_gt_freq.c
+++ b/tests/intel/xe_gt_freq.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Test Xe GT frequency request functionality
  * Category: Infrastructure
- * Sub-category: frequency
+ * Sub-category: Power management
  * Functionality: frequency request
  * Test category: functionality test
  */
diff --git a/tests/intel/xe_media_fill.c b/tests/intel/xe_media_fill.c
index ddda1b535..e6b5aaf73 100644
--- a/tests/intel/xe_media_fill.c
+++ b/tests/intel/xe_media_fill.c
@@ -29,9 +29,9 @@
  * TEST: xe media fill
  * Category: Hardware building block
  * Sub-category: Media
- * Functionality: fill surface with media block
+ * Functionality: fill media
  * Description: Basic tests for the media_fill() function.
- * Feature: media
+ * Feature: media feature
  * Test category: functionality test
  *
  * SUBTEST: media-fill
diff --git a/tests/intel/xe_noexec_ping_pong.c b/tests/intel/xe_noexec_ping_pong.c
index d02ef62e4..51f28d9d0 100644
--- a/tests/intel/xe_noexec_ping_pong.c
+++ b/tests/intel/xe_noexec_ping_pong.c
@@ -18,7 +18,7 @@
 /**
  * TEST: Expose compute VM's unnecessary rebinds
  * Category: Hardware building block
- * Sub-category: compute
+ * Sub-category: Compute
  * Functionality: compute VM rebind
  * Test category: functionality test
  *
diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
index 3aa247353..c8a5cc6de 100644
--- a/tests/intel/xe_pm.c
+++ b/tests/intel/xe_pm.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check Power Management functionality
  * Category: Software building block
- * Sub-category: power management
+ * Sub-category: Power management
  * Test category: functionality test
  */
 
diff --git a/tests/intel/xe_pm_residency.c b/tests/intel/xe_pm_residency.c
index 0d8ead6a2..ad70e2430 100644
--- a/tests/intel/xe_pm_residency.c
+++ b/tests/intel/xe_pm_residency.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Test gtidle properties
  * Category: Software building block
- * Sub-category: Power Management
+ * Sub-category: Power management
  * Functionality: GT C States
  * Test category: functionality test
  */
diff --git a/tests/intel/xe_sysfs_defaults.c b/tests/intel/xe_sysfs_defaults.c
index 4a6b3ba6d..b1ab36589 100644
--- a/tests/intel/xe_sysfs_defaults.c
+++ b/tests/intel/xe_sysfs_defaults.c
@@ -7,7 +7,7 @@
  * TEST: xe sysfs defaults
  * Category: Infrastructure
  * Functionality: sysman defaults
- * Sub-category: sysman
+ * Sub-category: SysMan
  * Test category: functionality test
  * SUBTEST: engine-defaults
  * Description: check if the sysfs engine .defaults node has all values.
diff --git a/tests/intel/xe_sysfs_scheduler.c b/tests/intel/xe_sysfs_scheduler.c
index 5a22abbf1..d1ef422f4 100644
--- a/tests/intel/xe_sysfs_scheduler.c
+++ b/tests/intel/xe_sysfs_scheduler.c
@@ -6,7 +6,7 @@
 /**
  * TEST: xe sysfs scheduler
  * Category: Infrastructure
- * Sub-category: sysman
+ * Sub-category: SysMan
  * Functionality: scheduler control interface
  *
  * SUBTEST: %s-invalid
-- 
2.34.1


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

* [PATCH i-g-t 03/11] tests/intel: Fix inconsitency in Sub-category names
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (2 preceding siblings ...)
  2024-03-22 12:40 ` [PATCH i-g-t 03/12] tests/intel: Fix inconsitency in Sub-category/Functionality names Katarzyna Piecielska
@ 2024-03-22 12:40 ` Katarzyna Piecielska
  2024-03-25 15:04   ` Kamil Konieczny
  2024-03-22 12:41 ` [PATCH i-g-t 04/12] tests/intel: Let's have Firmware subcategory in Xe tests as well Katarzyna Piecielska
                   ` (11 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:40 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Kamil Konieczny,
	Aditya Chauhan, Girotra Himanshu

Let's fix:
 - s/compute/Compute/
 - s/Flat-CCS/Flat-ccs/
 - s/frequency/Power management/.
 - s/power management/Power management/
 - s/Power Management/Power management/
 - s/sysman/SysMan/
 - s/gpgpu/GPGPU/
 - s/gpgpu/gpgpu_fill/
 - s/evict/eviction/
 - s/BO creation/bo/

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_compute.c          | 2 +-
 tests/intel/xe_compute_preempt.c  | 2 +-
 tests/intel/xe_create.c           | 2 +-
 tests/intel/xe_evict.c            | 2 +-
 tests/intel/xe_evict_ccs.c        | 2 +-
 tests/intel/xe_gpgpu_fill.c       | 4 ++--
 tests/intel/xe_gt_freq.c          | 2 +-
 tests/intel/xe_noexec_ping_pong.c | 2 +-
 tests/intel/xe_pm.c               | 2 +-
 tests/intel/xe_pm_residency.c     | 2 +-
 tests/intel/xe_sysfs_scheduler.c  | 2 +-
 11 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
index 42f42ca0c..9cf359383 100644
--- a/tests/intel/xe_compute.c
+++ b/tests/intel/xe_compute.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check compute-related functionality
  * Category: Hardware building block
- * Sub-category: compute
+ * Sub-category: Compute
  * Test category: functionality test
  */
 
diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
index 2bc27eff1..45aa15c78 100644
--- a/tests/intel/xe_compute_preempt.c
+++ b/tests/intel/xe_compute_preempt.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check compute-related preemption functionality
  * Category: Hardware building block
- * Sub-category: compute
+ * Sub-category: Compute
  * Test category: functionality test
  */
 
diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c
index 1d3918663..fd5d71d8a 100644
--- a/tests/intel/xe_create.c
+++ b/tests/intel/xe_create.c
@@ -273,7 +273,7 @@ static void create_massive_size(int fd)
 
 /**
  * SUBTEST: create-big-vram
- * Functionality: BO creation
+ * Functionality: bo
  * Test category: functionality test
  * Description: Verifies the creation of substantial BO within VRAM,
  *		constituting all available CPU-visible VRAM.
diff --git a/tests/intel/xe_evict.c b/tests/intel/xe_evict.c
index 43e20ef6c..8ef55211f 100644
--- a/tests/intel/xe_evict.c
+++ b/tests/intel/xe_evict.c
@@ -7,7 +7,7 @@
  * TEST: Check VMA eviction
  * Category: Software building block
  * Sub-category: VMA
- * Functionality: evict
+ * Functionality: eviction
  * GPU requirements: GPU needs to have dedicated VRAM
  */
 
diff --git a/tests/intel/xe_evict_ccs.c b/tests/intel/xe_evict_ccs.c
index 35ae8151a..8e43f691d 100644
--- a/tests/intel/xe_evict_ccs.c
+++ b/tests/intel/xe_evict_ccs.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check flat-ccs eviction
  * Category: Software building block
- * Sub-category: Flat-CCS
+ * Sub-category: Flat-ccs
  * Functionality: ccs-evict
  * GPU requirements: GPU needs to have dedicated VRAM
  */
diff --git a/tests/intel/xe_gpgpu_fill.c b/tests/intel/xe_gpgpu_fill.c
index eee77d252..a359f9f55 100644
--- a/tests/intel/xe_gpgpu_fill.c
+++ b/tests/intel/xe_gpgpu_fill.c
@@ -6,8 +6,8 @@
 /**
  * TEST: Basic tests for gpgpu functionality
  * Category: Software building block
- * Sub-category: gpgpu
- * Functionality: gpgpu
+ * Sub-category: GPGPU
+ * Functionality: gpgpu_fill
  * Test category: functionality test
  */
 
diff --git a/tests/intel/xe_gt_freq.c b/tests/intel/xe_gt_freq.c
index f0de341cb..c12f6c52c 100644
--- a/tests/intel/xe_gt_freq.c
+++ b/tests/intel/xe_gt_freq.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Test Xe GT frequency request functionality
  * Category: Infrastructure
- * Sub-category: frequency
+ * Sub-category: Power management
  * Functionality: frequency request
  * Test category: functionality test
  */
diff --git a/tests/intel/xe_noexec_ping_pong.c b/tests/intel/xe_noexec_ping_pong.c
index d02ef62e4..51f28d9d0 100644
--- a/tests/intel/xe_noexec_ping_pong.c
+++ b/tests/intel/xe_noexec_ping_pong.c
@@ -18,7 +18,7 @@
 /**
  * TEST: Expose compute VM's unnecessary rebinds
  * Category: Hardware building block
- * Sub-category: compute
+ * Sub-category: Compute
  * Functionality: compute VM rebind
  * Test category: functionality test
  *
diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
index 3aa247353..c8a5cc6de 100644
--- a/tests/intel/xe_pm.c
+++ b/tests/intel/xe_pm.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Check Power Management functionality
  * Category: Software building block
- * Sub-category: power management
+ * Sub-category: Power management
  * Test category: functionality test
  */
 
diff --git a/tests/intel/xe_pm_residency.c b/tests/intel/xe_pm_residency.c
index 0d8ead6a2..ad70e2430 100644
--- a/tests/intel/xe_pm_residency.c
+++ b/tests/intel/xe_pm_residency.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Test gtidle properties
  * Category: Software building block
- * Sub-category: Power Management
+ * Sub-category: Power management
  * Functionality: GT C States
  * Test category: functionality test
  */
diff --git a/tests/intel/xe_sysfs_scheduler.c b/tests/intel/xe_sysfs_scheduler.c
index 5a22abbf1..d1ef422f4 100644
--- a/tests/intel/xe_sysfs_scheduler.c
+++ b/tests/intel/xe_sysfs_scheduler.c
@@ -6,7 +6,7 @@
 /**
  * TEST: xe sysfs scheduler
  * Category: Infrastructure
- * Sub-category: sysman
+ * Sub-category: SysMan
  * Functionality: scheduler control interface
  *
  * SUBTEST: %s-invalid
-- 
2.34.1


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

* [PATCH i-g-t 04/12] tests/intel: Let's have Firmware subcategory in Xe tests as well
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (3 preceding siblings ...)
  2024-03-22 12:40 ` [PATCH i-g-t 03/11] tests/intel: Fix inconsitency in Sub-category names Katarzyna Piecielska
@ 2024-03-22 12:41 ` Katarzyna Piecielska
  2024-03-25 15:05   ` Kamil Konieczny
  2024-03-22 12:41 ` [PATCH i-g-t 05/12] tests/intel: Move drm_fdinfo to driver subcategory Katarzyna Piecielska
                   ` (10 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:41 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Kamil Konieczny,
	Aditya Chauhan, Girotra Himanshu

Let's put HUC test to Firmware subcategory to align with i915 docs.
Also change functionality name s/HuC copy/huc copy/ to align with i915
test docs.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_huc_copy.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/intel/xe_huc_copy.c b/tests/intel/xe_huc_copy.c
index ca045c41b..339cf6e5f 100644
--- a/tests/intel/xe_huc_copy.c
+++ b/tests/intel/xe_huc_copy.c
@@ -6,8 +6,8 @@
 /**
  * TEST: Test HuC copy firmware.
  * Category: Firmware building block
- * Sub-category: HuC
- * Functionality: HuC copy
+ * Sub-category: Firmware
+ * Functionality: huc copy
  * Test category: functionality test
  * TODO: make the test more generic, getting rid of the PCI ID list
  * GPU requirements: This test currently requires TGL, and runs only if the
-- 
2.34.1


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

* [PATCH i-g-t 05/12] tests/intel: Move drm_fdinfo to driver subcategory
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (4 preceding siblings ...)
  2024-03-22 12:41 ` [PATCH i-g-t 04/12] tests/intel: Let's have Firmware subcategory in Xe tests as well Katarzyna Piecielska
@ 2024-03-22 12:41 ` Katarzyna Piecielska
  2024-03-25 15:06   ` Kamil Konieczny
  2024-03-22 12:41 ` [PATCH i-g-t 06/12] tests/intel: Add xe_prime_self_import to DRM subcategory Katarzyna Piecielska
                   ` (9 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:41 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Kamil Konieczny,
	Aditya Chauhan, Girotra Himanshu

On Xe drm_fdinfo test is in
     Sub-category: driver
     Functionality: Per client memory statistics
Let's use the same for drm_fdinfo in i915.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/drm_fdinfo.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/intel/drm_fdinfo.c b/tests/intel/drm_fdinfo.c
index a10c9fffc..61c66079e 100644
--- a/tests/intel/drm_fdinfo.c
+++ b/tests/intel/drm_fdinfo.c
@@ -37,8 +37,8 @@
  * TEST: drm fdinfo
  * Description: Test the i915 drm fdinfo data
  * Feature: client busyness
- * Functionality: client_busyness
- * Sub-category: FDinfo
+ * Functionality: Per client memory statistics
+ * Sub-category: driver
  * Category: Desktop client
  *
  * SUBTEST: all-busy-check-all
-- 
2.34.1


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

* [PATCH i-g-t 06/12] tests/intel: Add xe_prime_self_import to DRM subcategory
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (5 preceding siblings ...)
  2024-03-22 12:41 ` [PATCH i-g-t 05/12] tests/intel: Move drm_fdinfo to driver subcategory Katarzyna Piecielska
@ 2024-03-22 12:41 ` Katarzyna Piecielska
  2024-03-25 15:08   ` Kamil Konieczny
  2024-03-22 12:41 ` [PATCH i-g-t 07/12] tests/intel: Move xe_mmap to Memory management Sub-category Katarzyna Piecielska
                   ` (8 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:41 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Kamil Konieczny,
	Aditya Chauhan, Girotra Himanshu

Let's move xe_prime_self_import to DRM subcategory to unify with i915
test documentation.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_prime_self_import.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/xe_prime_self_import.c b/tests/intel/xe_prime_self_import.c
index 8e7290e9e..f47733bb2 100644
--- a/tests/intel/xe_prime_self_import.c
+++ b/tests/intel/xe_prime_self_import.c
@@ -28,7 +28,7 @@
 /**
  * TEST: Check whether prime import/export works on the same device
  * Category: Software building block
- * Sub-category: drm prime
+ * Sub-category: DRM
  * Functionality: prime import/export
  * Test category: functionality test
  *
-- 
2.34.1


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

* [PATCH i-g-t 07/12] tests/intel: Move xe_mmap to Memory management Sub-category
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (6 preceding siblings ...)
  2024-03-22 12:41 ` [PATCH i-g-t 06/12] tests/intel: Add xe_prime_self_import to DRM subcategory Katarzyna Piecielska
@ 2024-03-22 12:41 ` Katarzyna Piecielska
  2024-03-25 15:10   ` Kamil Konieczny
  2024-03-22 12:41 ` [PATCH i-g-t 08/12] tests/intel: Add xe_spin_batch to IGT Lib Sub-category Katarzyna Piecielska
                   ` (7 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:41 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Kamil Konieczny,
	Aditya Chauhan, Girotra Himanshu

It looks like Memory management is more suitable Sub-category for
xe_mmap test.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_mmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/xe_mmap.c b/tests/intel/xe_mmap.c
index e96192d23..dcd36a50d 100644
--- a/tests/intel/xe_mmap.c
+++ b/tests/intel/xe_mmap.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Test if the driver is capable of doing mmap on different memory regions
  * Category: Software building block
- * Sub-category: VMA
+ * Sub-category: Memory management
  * Functionality: mmap
  */
 
-- 
2.34.1


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

* [PATCH i-g-t 08/12] tests/intel: Add xe_spin_batch to IGT Lib Sub-category
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (7 preceding siblings ...)
  2024-03-22 12:41 ` [PATCH i-g-t 07/12] tests/intel: Move xe_mmap to Memory management Sub-category Katarzyna Piecielska
@ 2024-03-22 12:41 ` Katarzyna Piecielska
  2024-03-25 15:10   ` Kamil Konieczny
  2024-03-22 12:41 ` [PATCH i-g-t 09/12] tests/intel: Move xe_exec_queue_property to Sub-category uapi Katarzyna Piecielska
                   ` (6 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:41 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Kamil Konieczny,
	Sai Gowtham Ch, Aditya Chauhan, Girotra Himanshu

Let's align Sub-categories for xe_spin_batch and gem_spin_batch.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_spin_batch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/xe_spin_batch.c b/tests/intel/xe_spin_batch.c
index 9f844fa80..da8fd0a30 100644
--- a/tests/intel/xe_spin_batch.c
+++ b/tests/intel/xe_spin_batch.c
@@ -9,7 +9,7 @@
 /**
  * TEST: Tests for spin batch submissons.
  * Category: Software building block
- * Sub-category: spin
+ * Sub-category: IGT Lib
  * Functionality: parallel execution
  * Test category: functionality test
  */
-- 
2.34.1


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

* [PATCH i-g-t 09/12] tests/intel: Move xe_exec_queue_property to Sub-category uapi
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (8 preceding siblings ...)
  2024-03-22 12:41 ` [PATCH i-g-t 08/12] tests/intel: Add xe_spin_batch to IGT Lib Sub-category Katarzyna Piecielska
@ 2024-03-22 12:41 ` Katarzyna Piecielska
  2024-03-25 15:11   ` Kamil Konieczny
  2024-03-22 12:41 ` [PATCH i-g-t 10/12] tests/intel: Move xe_waitfence test to Synchronization sub-category Katarzyna Piecielska
                   ` (5 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:41 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Kamil Konieczny, Mauro Carvalho Chehab,
	Aditya Chauhan, Girotra Himanshu

Let's move xe_exec_queue_property to Sub-category uapi to align with
i915 test documentation.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_exec_queue_property.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel/xe_exec_queue_property.c b/tests/intel/xe_exec_queue_property.c
index b1cdc7ffe..51ecd725d 100644
--- a/tests/intel/xe_exec_queue_property.c
+++ b/tests/intel/xe_exec_queue_property.c
@@ -6,7 +6,7 @@
 /**
  * TEST: Basic tests to check exec_queue set/get property functionality
  * Category: Software building block
- * Sub-category: exec queue property
+ * Sub-category: uapi
  * Functionality: exec queue set property
  * Test category: functionality test
  * SUBTEST: priority-set-property
-- 
2.34.1


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

* [PATCH i-g-t 10/12] tests/intel: Move xe_waitfence test to Synchronization sub-category
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (9 preceding siblings ...)
  2024-03-22 12:41 ` [PATCH i-g-t 09/12] tests/intel: Move xe_exec_queue_property to Sub-category uapi Katarzyna Piecielska
@ 2024-03-22 12:41 ` Katarzyna Piecielska
  2024-03-25 15:14   ` Kamil Konieczny
  2024-03-22 12:41 ` [PATCH i-g-t 11/12] tests/intel: Unify functionality for compute tests Katarzyna Piecielska
                   ` (4 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:41 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Kamil Konieczny, Mauro Carvalho Chehab,
	Aditya Chauhan, Girotra Himanshu

Let's move xe_waitfence test to Synchronization sub-category to align
with i915 test documentation.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_waitfence.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/intel/xe_waitfence.c b/tests/intel/xe_waitfence.c
index 5a67148ed..071e67bd6 100644
--- a/tests/intel/xe_waitfence.c
+++ b/tests/intel/xe_waitfence.c
@@ -16,7 +16,7 @@
 /**
  * TEST: Check if waitfences work
  * Category: Software building block
- * Sub-category: waitfence
+ * Sub-category: Synchronization
  * Functionality: waitfence
  * Test category: functionality test
  * Description: Test waitfences functionality
@@ -140,7 +140,6 @@ waitfence(int fd, enum waittype wt)
 /**
  * TEST: Negative test for wait ufence ioctl
  * Category: Software building block
- * Sub-category: waitfence
  * Functionality: waitfence
  * Test category: negative test
  *
-- 
2.34.1


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

* [PATCH i-g-t 11/12] tests/intel: Unify functionality for compute tests
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (10 preceding siblings ...)
  2024-03-22 12:41 ` [PATCH i-g-t 10/12] tests/intel: Move xe_waitfence test to Synchronization sub-category Katarzyna Piecielska
@ 2024-03-22 12:41 ` Katarzyna Piecielska
  2024-03-25 15:18   ` Kamil Konieczny
  2024-03-22 12:41 ` [PATCH i-g-t 12/12] tests/intel: Move xe_exec_reset.c to Reset Sub-category Katarzyna Piecielska
                   ` (3 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:41 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Kamil Konieczny, Mauro Carvalho Chehab,
	Aditya Chauhan, Girotra Himanshu

Let's clean up functionality for Xe compute tests:

	s/compute machine/compute/ for xe_exec_compute_mode.c
	s/compute VM bind/VM bind/ for igt@xe_noexec_ping_pong.c
	s/compute openCL kernel/openCL kernel/ for xe_compute*.c
	s/ccs_mode user interface/ccs mode/ for xe_compute@ccs-mode-*

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_compute.c           | 6 +++---
 tests/intel/xe_compute_preempt.c   | 8 +++++---
 tests/intel/xe_exec_compute_mode.c | 2 +-
 tests/intel/xe_noexec_ping_pong.c  | 2 +-
 4 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
index 9cf359383..8d377990c 100644
--- a/tests/intel/xe_compute.c
+++ b/tests/intel/xe_compute.c
@@ -44,7 +44,7 @@ static bool get_num_cslices(u32 gt, u32 *num_slices)
  * SUBTEST: ccs-mode-basic
  * GPU requirement: PVC
  * Description: Validate 'ccs_mode' sysfs uapi
- * Functionality: ccs_mode user interface
+ * Functionality: ccs mode
  */
 static void
 test_ccs_mode(int num_gt)
@@ -111,7 +111,7 @@ test_ccs_mode(int num_gt)
  * SUBTEST: ccs-mode-compute-kernel
  * GPU requirement: PVC
  * Description: Validate 'ccs_mode' by running compute kernel
- * Functionality: CCS mode funtionality
+ * Functionality: ccs mode
  */
 static void
 test_compute_kernel_with_ccs_mode(int num_gt)
@@ -158,7 +158,7 @@ test_compute_kernel_with_ccs_mode(int num_gt)
  * Description:
  *	Run an openCL Kernel that returns output[i] = input[i] * input[i],
  *	for an input dataset..
- * Functionality: compute openCL kernel
+ * Functionality: openCL kernel
  */
 static void
 test_compute_square(int fd)
diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
index 45aa15c78..a4863c364 100644
--- a/tests/intel/xe_compute_preempt.c
+++ b/tests/intel/xe_compute_preempt.c
@@ -21,17 +21,19 @@
  * GPU requirement: LNL
  * Description:
  *      Exercise compute walker mid thread preemption scenario
- * Functionality: compute openCL kernel
+ * Functionality: openCL kernel
+ *
  * SUBTEST: compute-preempt-many
  * GPU requirement: LNL
  * Description:
  *      Exercise multiple walker mid thread preemption scenario
- * Functionality: compute openCL kernel
+ * Functionality: openCL kernel
+ *
  * SUBTEST: compute-threadgroup-preempt
  * GPU requirement: LNL
  * Description:
  *      Exercise compute walker threadgroup preemption scenario
- * Functionality: compute openCL kernel
+ * Functionality: openCL kernel
  */
 static void
 test_compute_preempt(int fd, struct drm_xe_engine_class_instance *hwe, bool threadgroup_preemption)
diff --git a/tests/intel/xe_exec_compute_mode.c b/tests/intel/xe_exec_compute_mode.c
index c1f703c43..3ec848164 100644
--- a/tests/intel/xe_exec_compute_mode.c
+++ b/tests/intel/xe_exec_compute_mode.c
@@ -7,7 +7,7 @@
  * TEST: Basic tests for execbuf compute machine functionality
  * Category: Hardware building block
  * Sub-category: CMD submission
- * Functionality: compute machine
+ * Functionality: compute
  */
 
 #include <fcntl.h>
diff --git a/tests/intel/xe_noexec_ping_pong.c b/tests/intel/xe_noexec_ping_pong.c
index 51f28d9d0..f88f2af9d 100644
--- a/tests/intel/xe_noexec_ping_pong.c
+++ b/tests/intel/xe_noexec_ping_pong.c
@@ -19,7 +19,7 @@
  * TEST: Expose compute VM's unnecessary rebinds
  * Category: Hardware building block
  * Sub-category: Compute
- * Functionality: compute VM rebind
+ * Functionality: VM rebind
  * Test category: functionality test
  *
  * SUBTEST:
-- 
2.34.1


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

* [PATCH i-g-t 12/12] tests/intel: Move xe_exec_reset.c to Reset Sub-category
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (11 preceding siblings ...)
  2024-03-22 12:41 ` [PATCH i-g-t 11/12] tests/intel: Unify functionality for compute tests Katarzyna Piecielska
@ 2024-03-22 12:41 ` Katarzyna Piecielska
  2024-03-25 15:23   ` Kamil Konieczny
  2024-03-22 13:43 ` ✓ CI.xeBAT: success for Align Xe test documentation to recent i915 changes Patchwork
                   ` (2 subsequent siblings)
  15 siblings, 1 reply; 33+ messages in thread
From: Katarzyna Piecielska @ 2024-03-22 12:41 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Kamil Konieczny, Mauro Carvalho Chehab,
	Aditya Chauhan, Girotra Himanshu

It looks like Sub-category=Reset and Functionality=gt reset is better
for xe_exec_reset.c test.

Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
Cc: Aditya Chauhan <aditya.chauhan@intel.com>
Cc: Girotra Himanshu <himanshu.girotra@intel.com>
---
 tests/intel/xe_exec_reset.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c
index 22735688a..cc10900d9 100644
--- a/tests/intel/xe_exec_reset.c
+++ b/tests/intel/xe_exec_reset.c
@@ -6,8 +6,8 @@
 /**
  * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
  * Category: Hardware building block
- * Sub-category: CMD submission
- * Functionality: reset
+ * Sub-category: Reset
+ * Functionality: gt reset
  * Test category: functionality test
  */
 
-- 
2.34.1


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

* ✓ CI.xeBAT: success for Align Xe test documentation to recent i915 changes
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (12 preceding siblings ...)
  2024-03-22 12:41 ` [PATCH i-g-t 12/12] tests/intel: Move xe_exec_reset.c to Reset Sub-category Katarzyna Piecielska
@ 2024-03-22 13:43 ` Patchwork
  2024-03-22 13:56 ` ✓ Fi.CI.BAT: " Patchwork
  2024-03-23  8:37 ` ✗ Fi.CI.IGT: failure " Patchwork
  15 siblings, 0 replies; 33+ messages in thread
From: Patchwork @ 2024-03-22 13:43 UTC (permalink / raw)
  To: Katarzyna Piecielska; +Cc: igt-dev

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

== Series Details ==

Series: Align Xe test documentation to recent i915 changes
URL   : https://patchwork.freedesktop.org/series/131492/
State : success

== Summary ==

CI Bug Log - changes from XEIGT_7777_BAT -> XEIGTPW_10885_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (4 -> 4)
------------------------------

  No changes in participating hosts


Changes
-------

  No changes found


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

  * IGT: IGT_7777 -> IGTPW_10885
  * Linux: xe-975-236ae2b6b695ecedc3cf4453a1679d53b2e06f32 -> xe-977-a19e6423c2c21b8dc7ad79ca95cc24637b248bd0

  IGTPW_10885: 10885
  IGT_7777: 7777
  xe-975-236ae2b6b695ecedc3cf4453a1679d53b2e06f32: 236ae2b6b695ecedc3cf4453a1679d53b2e06f32
  xe-977-a19e6423c2c21b8dc7ad79ca95cc24637b248bd0: a19e6423c2c21b8dc7ad79ca95cc24637b248bd0

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10885/index.html

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

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

* ✓ Fi.CI.BAT: success for Align Xe test documentation to recent i915 changes
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (13 preceding siblings ...)
  2024-03-22 13:43 ` ✓ CI.xeBAT: success for Align Xe test documentation to recent i915 changes Patchwork
@ 2024-03-22 13:56 ` Patchwork
  2024-03-23  8:37 ` ✗ Fi.CI.IGT: failure " Patchwork
  15 siblings, 0 replies; 33+ messages in thread
From: Patchwork @ 2024-03-22 13:56 UTC (permalink / raw)
  To: Katarzyna Piecielska; +Cc: igt-dev

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

== Series Details ==

Series: Align Xe test documentation to recent i915 changes
URL   : https://patchwork.freedesktop.org/series/131492/
State : success

== Summary ==

CI Bug Log - changes from CI_DRM_14468 -> IGTPW_10885
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

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

Participating hosts (39 -> 36)
------------------------------

  Additional (1): bat-dg2-11 
  Missing    (4): bat-mtlp-8 bat-dg1-7 fi-snb-2520m fi-kbl-8809g 

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

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

### IGT changes ###

#### Issues hit ####

  * igt@debugfs_test@basic-hwmon:
    - bat-jsl-1:          NOTRUN -> [SKIP][1] ([i915#9318])
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-jsl-1/igt@debugfs_test@basic-hwmon.html
    - bat-arls-3:         NOTRUN -> [SKIP][2] ([i915#9318])
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@debugfs_test@basic-hwmon.html

  * igt@gem_huc_copy@huc-copy:
    - bat-jsl-1:          NOTRUN -> [SKIP][3] ([i915#2190])
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-jsl-1/igt@gem_huc_copy@huc-copy.html

  * igt@gem_lmem_swapping@basic:
    - fi-apl-guc:         NOTRUN -> [SKIP][4] ([i915#4613]) +3 other tests skip
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/fi-apl-guc/igt@gem_lmem_swapping@basic.html

  * igt@gem_lmem_swapping@parallel-random-engines:
    - bat-adlm-1:         NOTRUN -> [SKIP][5] ([i915#4613]) +3 other tests skip
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-adlm-1/igt@gem_lmem_swapping@parallel-random-engines.html
    - bat-arls-3:         NOTRUN -> [SKIP][6] ([i915#10213]) +3 other tests skip
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@gem_lmem_swapping@parallel-random-engines.html

  * igt@gem_lmem_swapping@verify-random:
    - bat-jsl-1:          NOTRUN -> [SKIP][7] ([i915#4613]) +3 other tests skip
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-jsl-1/igt@gem_lmem_swapping@verify-random.html

  * igt@gem_mmap@basic:
    - bat-dg2-11:         NOTRUN -> [SKIP][8] ([i915#4083])
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@gem_mmap@basic.html
    - bat-arls-3:         NOTRUN -> [SKIP][9] ([i915#4083])
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@gem_mmap@basic.html

  * igt@gem_render_tiled_blits@basic:
    - bat-arls-3:         NOTRUN -> [SKIP][10] ([i915#10197] / [i915#10211] / [i915#4079])
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@gem_render_tiled_blits@basic.html

  * igt@gem_tiled_blits@basic:
    - bat-arls-3:         NOTRUN -> [SKIP][11] ([i915#10196] / [i915#4077]) +2 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@gem_tiled_blits@basic.html

  * igt@gem_tiled_fence_blits@basic:
    - bat-dg2-11:         NOTRUN -> [SKIP][12] ([i915#4077]) +2 other tests skip
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@gem_tiled_fence_blits@basic.html

  * igt@gem_tiled_pread_basic:
    - bat-dg2-11:         NOTRUN -> [SKIP][13] ([i915#4079]) +1 other test skip
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@gem_tiled_pread_basic.html
    - bat-arls-3:         NOTRUN -> [SKIP][14] ([i915#10206] / [i915#4079])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@gem_tiled_pread_basic.html

  * igt@i915_pm_rps@basic-api:
    - bat-dg2-11:         NOTRUN -> [SKIP][15] ([i915#6621])
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@i915_pm_rps@basic-api.html
    - bat-adlm-1:         NOTRUN -> [SKIP][16] ([i915#6621])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-adlm-1/igt@i915_pm_rps@basic-api.html
    - bat-arls-3:         NOTRUN -> [SKIP][17] ([i915#10209])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@i915_pm_rps@basic-api.html

  * igt@i915_selftest@live@evict:
    - bat-dg2-14:         [PASS][18] -> [ABORT][19] ([i915#10366])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/bat-dg2-14/igt@i915_selftest@live@evict.html
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-14/igt@i915_selftest@live@evict.html

  * igt@i915_selftest@live@ring_submission:
    - bat-arls-1:         [PASS][20] -> [INCOMPLETE][21] ([i915#10274])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/bat-arls-1/igt@i915_selftest@live@ring_submission.html
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-1/igt@i915_selftest@live@ring_submission.html

  * igt@kms_addfb_basic@addfb25-x-tiled-legacy:
    - bat-arls-3:         NOTRUN -> [SKIP][22] ([i915#10200]) +9 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@kms_addfb_basic@addfb25-x-tiled-legacy.html

  * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
    - bat-dg2-11:         NOTRUN -> [SKIP][23] ([i915#4212]) +7 other tests skip
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - bat-dg2-11:         NOTRUN -> [SKIP][24] ([i915#5190])
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_addfb_basic@basic-y-tiled-legacy:
    - bat-dg2-11:         NOTRUN -> [SKIP][25] ([i915#4215] / [i915#5190])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@kms_addfb_basic@basic-y-tiled-legacy.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
    - bat-dg2-11:         NOTRUN -> [SKIP][26] ([i915#4103] / [i915#4213]) +1 other test skip
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
    - bat-arls-3:         NOTRUN -> [SKIP][27] ([i915#10202]) +1 other test skip
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy:
    - bat-jsl-1:          NOTRUN -> [SKIP][28] ([i915#4103]) +1 other test skip
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-jsl-1/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-legacy.html

  * igt@kms_dsc@dsc-basic:
    - bat-dg2-11:         NOTRUN -> [SKIP][29] ([i915#3555] / [i915#3840])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@kms_dsc@dsc-basic.html
    - bat-arls-3:         NOTRUN -> [SKIP][30] ([i915#9886])
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@kms_dsc@dsc-basic.html
    - bat-jsl-1:          NOTRUN -> [SKIP][31] ([i915#3555] / [i915#9886])
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-jsl-1/igt@kms_dsc@dsc-basic.html

  * igt@kms_force_connector_basic@force-load-detect:
    - bat-adlm-1:         NOTRUN -> [SKIP][32]
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-adlm-1/igt@kms_force_connector_basic@force-load-detect.html
    - bat-arls-3:         NOTRUN -> [SKIP][33] ([i915#10207])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@kms_force_connector_basic@force-load-detect.html
    - bat-jsl-1:          NOTRUN -> [SKIP][34]
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-jsl-1/igt@kms_force_connector_basic@force-load-detect.html
    - bat-dg2-11:         NOTRUN -> [SKIP][35]
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@kms_force_connector_basic@force-load-detect.html

  * igt@kms_force_connector_basic@prune-stale-modes:
    - bat-dg2-11:         NOTRUN -> [SKIP][36] ([i915#5274])
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@kms_force_connector_basic@prune-stale-modes.html

  * igt@kms_frontbuffer_tracking@basic:
    - bat-adlm-1:         NOTRUN -> [SKIP][37] ([i915#1849] / [i915#4342])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-adlm-1/igt@kms_frontbuffer_tracking@basic.html

  * igt@kms_hdmi_inject@inject-audio:
    - fi-apl-guc:         NOTRUN -> [SKIP][38] +17 other tests skip
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/fi-apl-guc/igt@kms_hdmi_inject@inject-audio.html

  * igt@kms_pipe_crc_basic@hang-read-crc:
    - bat-adlm-1:         NOTRUN -> [SKIP][39] ([i915#9875] / [i915#9900]) +6 other tests skip
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-adlm-1/igt@kms_pipe_crc_basic@hang-read-crc.html

  * igt@kms_pm_backlight@basic-brightness:
    - bat-dg2-11:         NOTRUN -> [SKIP][40] ([i915#5354])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@kms_pm_backlight@basic-brightness.html
    - bat-adlm-1:         NOTRUN -> [SKIP][41] ([i915#5354])
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-adlm-1/igt@kms_pm_backlight@basic-brightness.html
    - bat-arls-3:         NOTRUN -> [SKIP][42] ([i915#9812])
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@kms_pm_backlight@basic-brightness.html

  * igt@kms_psr@psr-primary-mmap-gtt:
    - bat-arls-3:         NOTRUN -> [SKIP][43] ([i915#9732]) +3 other tests skip
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@kms_psr@psr-primary-mmap-gtt.html

  * igt@kms_psr@psr-sprite-plane-onoff:
    - bat-dg2-11:         NOTRUN -> [SKIP][44] ([i915#9732]) +3 other tests skip
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@kms_psr@psr-sprite-plane-onoff.html
    - bat-adlm-1:         NOTRUN -> [SKIP][45] ([i915#9673] / [i915#9732]) +3 other tests skip
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-adlm-1/igt@kms_psr@psr-sprite-plane-onoff.html

  * igt@kms_setmode@basic-clone-single-crtc:
    - bat-dg2-11:         NOTRUN -> [SKIP][46] ([i915#3555])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@kms_setmode@basic-clone-single-crtc.html
    - bat-adlm-1:         NOTRUN -> [SKIP][47] ([i915#3555])
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-adlm-1/igt@kms_setmode@basic-clone-single-crtc.html
    - bat-jsl-1:          NOTRUN -> [SKIP][48] ([i915#3555])
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-jsl-1/igt@kms_setmode@basic-clone-single-crtc.html
    - bat-arls-3:         NOTRUN -> [SKIP][49] ([i915#10208] / [i915#8809])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@kms_setmode@basic-clone-single-crtc.html

  * igt@prime_self_import@basic-with_one_bo_two_files:
    - bat-atsm-1:         [PASS][50] -> [INCOMPLETE][51] ([i915#2295])
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/bat-atsm-1/igt@prime_self_import@basic-with_one_bo_two_files.html
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-atsm-1/igt@prime_self_import@basic-with_one_bo_two_files.html

  * igt@prime_vgem@basic-fence-flip:
    - bat-dg2-11:         NOTRUN -> [SKIP][52] ([i915#3708])
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@prime_vgem@basic-fence-flip.html
    - bat-adlm-1:         NOTRUN -> [SKIP][53] ([i915#3708] / [i915#9900])
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-adlm-1/igt@prime_vgem@basic-fence-flip.html

  * igt@prime_vgem@basic-fence-mmap:
    - bat-dg2-11:         NOTRUN -> [SKIP][54] ([i915#3708] / [i915#4077]) +1 other test skip
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@prime_vgem@basic-fence-mmap.html
    - bat-arls-3:         NOTRUN -> [SKIP][55] ([i915#10196] / [i915#3708] / [i915#4077]) +1 other test skip
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@prime_vgem@basic-fence-mmap.html

  * igt@prime_vgem@basic-fence-read:
    - bat-arls-3:         NOTRUN -> [SKIP][56] ([i915#10212] / [i915#3708])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@prime_vgem@basic-fence-read.html

  * igt@prime_vgem@basic-read:
    - bat-dg2-11:         NOTRUN -> [SKIP][57] ([i915#3291] / [i915#3708]) +2 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-11/igt@prime_vgem@basic-read.html
    - bat-arls-3:         NOTRUN -> [SKIP][58] ([i915#10214] / [i915#3708])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@prime_vgem@basic-read.html

  * igt@prime_vgem@basic-write:
    - bat-adlm-1:         NOTRUN -> [SKIP][59] ([i915#3708]) +2 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-adlm-1/igt@prime_vgem@basic-write.html
    - bat-arls-3:         NOTRUN -> [SKIP][60] ([i915#10216] / [i915#3708])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-arls-3/igt@prime_vgem@basic-write.html

  
#### Possible fixes ####

  * igt@i915_selftest@live@gem_contexts:
    - bat-dg2-9:          [ABORT][61] ([i915#10366]) -> [PASS][62]
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/bat-dg2-9/igt@i915_selftest@live@gem_contexts.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/bat-dg2-9/igt@i915_selftest@live@gem_contexts.html

  
  [i915#10196]: https://gitlab.freedesktop.org/drm/intel/issues/10196
  [i915#10197]: https://gitlab.freedesktop.org/drm/intel/issues/10197
  [i915#10200]: https://gitlab.freedesktop.org/drm/intel/issues/10200
  [i915#10202]: https://gitlab.freedesktop.org/drm/intel/issues/10202
  [i915#10206]: https://gitlab.freedesktop.org/drm/intel/issues/10206
  [i915#10207]: https://gitlab.freedesktop.org/drm/intel/issues/10207
  [i915#10208]: https://gitlab.freedesktop.org/drm/intel/issues/10208
  [i915#10209]: https://gitlab.freedesktop.org/drm/intel/issues/10209
  [i915#10211]: https://gitlab.freedesktop.org/drm/intel/issues/10211
  [i915#10212]: https://gitlab.freedesktop.org/drm/intel/issues/10212
  [i915#10213]: https://gitlab.freedesktop.org/drm/intel/issues/10213
  [i915#10214]: https://gitlab.freedesktop.org/drm/intel/issues/10214
  [i915#10216]: https://gitlab.freedesktop.org/drm/intel/issues/10216
  [i915#10274]: https://gitlab.freedesktop.org/drm/intel/issues/10274
  [i915#10366]: https://gitlab.freedesktop.org/drm/intel/issues/10366
  [i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
  [i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
  [i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295
  [i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
  [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
  [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
  [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
  [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
  [i915#4215]: https://gitlab.freedesktop.org/drm/intel/issues/4215
  [i915#4342]: https://gitlab.freedesktop.org/drm/intel/issues/4342
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
  [i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
  [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
  [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
  [i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809
  [i915#9318]: https://gitlab.freedesktop.org/drm/intel/issues/9318
  [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673
  [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732
  [i915#9812]: https://gitlab.freedesktop.org/drm/intel/issues/9812
  [i915#9875]: https://gitlab.freedesktop.org/drm/intel/issues/9875
  [i915#9886]: https://gitlab.freedesktop.org/drm/intel/issues/9886
  [i915#9900]: https://gitlab.freedesktop.org/drm/intel/issues/9900


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7777 -> IGTPW_10885

  CI-20190529: 20190529
  CI_DRM_14468: a19e6423c2c21b8dc7ad79ca95cc24637b248bd0 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_10885: 10885
  IGT_7777: 7777

== Logs ==

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

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

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

* ✗ Fi.CI.IGT: failure for Align Xe test documentation to recent i915 changes
  2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
                   ` (14 preceding siblings ...)
  2024-03-22 13:56 ` ✓ Fi.CI.BAT: " Patchwork
@ 2024-03-23  8:37 ` Patchwork
  2024-03-25 14:44   ` Kamil Konieczny
  15 siblings, 1 reply; 33+ messages in thread
From: Patchwork @ 2024-03-23  8:37 UTC (permalink / raw)
  To: Katarzyna Piecielska; +Cc: igt-dev

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

== Series Details ==

Series: Align Xe test documentation to recent i915 changes
URL   : https://patchwork.freedesktop.org/series/131492/
State : failure

== Summary ==

CI Bug Log - changes from CI_DRM_14468_full -> IGTPW_10885_full
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with IGTPW_10885_full absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in IGTPW_10885_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
  to document this new failure mode, which will reduce false positives in CI.

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

Participating hosts (9 -> 9)
------------------------------

  No changes in participating hosts

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

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

### IGT changes ###

#### Possible regressions ####

  * igt@gem_exec_suspend@basic-s3@smem:
    - shard-dg2:          [PASS][1] -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-3/igt@gem_exec_suspend@basic-s3@smem.html
   [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@gem_exec_suspend@basic-s3@smem.html

  * igt@kms_plane_lowres@tiling-none@pipe-a-hdmi-a-1:
    - shard-snb:          [PASS][3] -> [ABORT][4]
   [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-snb7/igt@kms_plane_lowres@tiling-none@pipe-a-hdmi-a-1.html
   [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-snb7/igt@kms_plane_lowres@tiling-none@pipe-a-hdmi-a-1.html

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

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

### IGT changes ###

#### Issues hit ####

  * igt@api_intel_bb@blit-reloc-purge-cache:
    - shard-mtlp:         NOTRUN -> [SKIP][5] ([i915#8411])
   [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@api_intel_bb@blit-reloc-purge-cache.html
    - shard-dg2:          NOTRUN -> [SKIP][6] ([i915#8411])
   [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@api_intel_bb@blit-reloc-purge-cache.html

  * igt@drm_fdinfo@all-busy-check-all:
    - shard-dg2:          NOTRUN -> [SKIP][7] ([i915#8414]) +1 other test skip
   [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-7/igt@drm_fdinfo@all-busy-check-all.html

  * igt@drm_fdinfo@busy-hang@rcs0:
    - shard-mtlp:         NOTRUN -> [SKIP][8] ([i915#8414]) +12 other tests skip
   [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-1/igt@drm_fdinfo@busy-hang@rcs0.html

  * igt@drm_fdinfo@isolation@vecs0:
    - shard-dg1:          NOTRUN -> [SKIP][9] ([i915#8414]) +22 other tests skip
   [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@drm_fdinfo@isolation@vecs0.html

  * igt@gem_bad_reloc@negative-reloc-lut:
    - shard-dg1:          NOTRUN -> [SKIP][10] ([i915#3281]) +10 other tests skip
   [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@gem_bad_reloc@negative-reloc-lut.html

  * igt@gem_busy@semaphore:
    - shard-mtlp:         NOTRUN -> [SKIP][11] ([i915#3936])
   [11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-8/igt@gem_busy@semaphore.html

  * igt@gem_caching@reads:
    - shard-mtlp:         NOTRUN -> [SKIP][12] ([i915#4873])
   [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-7/igt@gem_caching@reads.html

  * igt@gem_ccs@block-copy-compressed:
    - shard-dg1:          NOTRUN -> [SKIP][13] ([i915#3555] / [i915#9323]) +1 other test skip
   [13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@gem_ccs@block-copy-compressed.html

  * igt@gem_ccs@ctrl-surf-copy-new-ctx:
    - shard-mtlp:         NOTRUN -> [SKIP][14] ([i915#9323])
   [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-8/igt@gem_ccs@ctrl-surf-copy-new-ctx.html

  * igt@gem_ccs@suspend-resume:
    - shard-rkl:          NOTRUN -> [SKIP][15] ([i915#9323]) +1 other test skip
   [15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@gem_ccs@suspend-resume.html

  * igt@gem_create@create-ext-cpu-access-big:
    - shard-dg2:          NOTRUN -> [ABORT][16] ([i915#9846])
   [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@gem_create@create-ext-cpu-access-big.html
    - shard-rkl:          NOTRUN -> [SKIP][17] ([i915#6335])
   [17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-1/igt@gem_create@create-ext-cpu-access-big.html

  * igt@gem_create@create-ext-cpu-access-sanity-check:
    - shard-tglu:         NOTRUN -> [SKIP][18] ([i915#6335])
   [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-5/igt@gem_create@create-ext-cpu-access-sanity-check.html
    - shard-mtlp:         NOTRUN -> [SKIP][19] ([i915#6335])
   [19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@gem_create@create-ext-cpu-access-sanity-check.html

  * igt@gem_ctx_persistence@hang:
    - shard-dg2:          NOTRUN -> [SKIP][20] ([i915#8555])
   [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-7/igt@gem_ctx_persistence@hang.html

  * igt@gem_ctx_persistence@heartbeat-hang:
    - shard-dg1:          NOTRUN -> [SKIP][21] ([i915#8555]) +1 other test skip
   [21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-16/igt@gem_ctx_persistence@heartbeat-hang.html

  * igt@gem_ctx_sseu@mmap-args:
    - shard-dg2:          NOTRUN -> [SKIP][22] ([i915#280])
   [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-10/igt@gem_ctx_sseu@mmap-args.html
    - shard-dg1:          NOTRUN -> [SKIP][23] ([i915#280])
   [23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-16/igt@gem_ctx_sseu@mmap-args.html
    - shard-tglu:         NOTRUN -> [SKIP][24] ([i915#280]) +1 other test skip
   [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-10/igt@gem_ctx_sseu@mmap-args.html
    - shard-mtlp:         NOTRUN -> [SKIP][25] ([i915#280])
   [25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-8/igt@gem_ctx_sseu@mmap-args.html

  * igt@gem_eio@unwedge-stress:
    - shard-dg1:          [PASS][26] -> [FAIL][27] ([i915#5784])
   [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg1-18/igt@gem_eio@unwedge-stress.html
   [27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-16/igt@gem_eio@unwedge-stress.html

  * igt@gem_exec_balancer@bonded-pair:
    - shard-mtlp:         NOTRUN -> [SKIP][28] ([i915#4771])
   [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@gem_exec_balancer@bonded-pair.html

  * igt@gem_exec_balancer@bonded-sync:
    - shard-dg1:          NOTRUN -> [SKIP][29] ([i915#4771])
   [29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-16/igt@gem_exec_balancer@bonded-sync.html

  * igt@gem_exec_balancer@hog:
    - shard-mtlp:         NOTRUN -> [SKIP][30] ([i915#4812]) +2 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-1/igt@gem_exec_balancer@hog.html

  * igt@gem_exec_balancer@parallel-keep-submit-fence:
    - shard-rkl:          NOTRUN -> [SKIP][31] ([i915#4525]) +1 other test skip
   [31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@gem_exec_balancer@parallel-keep-submit-fence.html

  * igt@gem_exec_capture@capture-invisible@smem0:
    - shard-glk:          NOTRUN -> [SKIP][32] ([i915#6334])
   [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-glk9/igt@gem_exec_capture@capture-invisible@smem0.html
    - shard-mtlp:         NOTRUN -> [SKIP][33] ([i915#6334])
   [33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-4/igt@gem_exec_capture@capture-invisible@smem0.html

  * igt@gem_exec_capture@capture@vecs0-lmem0:
    - shard-dg2:          NOTRUN -> [FAIL][34] ([i915#10386]) +3 other tests fail
   [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-6/igt@gem_exec_capture@capture@vecs0-lmem0.html
    - shard-dg1:          NOTRUN -> [FAIL][35] ([i915#10386]) +1 other test fail
   [35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@gem_exec_capture@capture@vecs0-lmem0.html

  * igt@gem_exec_fair@basic-none@rcs0:
    - shard-glk:          NOTRUN -> [FAIL][36] ([i915#2842]) +1 other test fail
   [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-glk5/igt@gem_exec_fair@basic-none@rcs0.html

  * igt@gem_exec_fair@basic-pace-share:
    - shard-mtlp:         NOTRUN -> [SKIP][37] ([i915#4473] / [i915#4771])
   [37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-7/igt@gem_exec_fair@basic-pace-share.html

  * igt@gem_exec_fair@basic-pace-solo:
    - shard-mtlp:         NOTRUN -> [SKIP][38] ([i915#4473])
   [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-3/igt@gem_exec_fair@basic-pace-solo.html

  * igt@gem_exec_fair@basic-pace-solo@rcs0:
    - shard-rkl:          NOTRUN -> [FAIL][39] ([i915#2842])
   [39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@gem_exec_fair@basic-pace-solo@rcs0.html
    - shard-tglu:         [PASS][40] -> [FAIL][41] ([i915#2842])
   [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-tglu-3/igt@gem_exec_fair@basic-pace-solo@rcs0.html
   [41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-2/igt@gem_exec_fair@basic-pace-solo@rcs0.html

  * igt@gem_exec_fair@basic-pace@bcs0:
    - shard-tglu:         NOTRUN -> [FAIL][42] ([i915#2842]) +5 other tests fail
   [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-4/igt@gem_exec_fair@basic-pace@bcs0.html

  * igt@gem_exec_fair@basic-pace@rcs0:
    - shard-rkl:          [PASS][43] -> [FAIL][44] ([i915#2842]) +3 other tests fail
   [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html
   [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-6/igt@gem_exec_fair@basic-pace@rcs0.html

  * igt@gem_exec_fair@basic-sync:
    - shard-dg2:          NOTRUN -> [SKIP][45] ([i915#3539]) +1 other test skip
   [45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-6/igt@gem_exec_fair@basic-sync.html

  * igt@gem_exec_flush@basic-uc-pro-default:
    - shard-dg2:          NOTRUN -> [SKIP][46] ([i915#3539] / [i915#4852])
   [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-6/igt@gem_exec_flush@basic-uc-pro-default.html

  * igt@gem_exec_flush@basic-wb-rw-before-default:
    - shard-dg1:          NOTRUN -> [SKIP][47] ([i915#3539] / [i915#4852]) +4 other tests skip
   [47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-13/igt@gem_exec_flush@basic-wb-rw-before-default.html

  * igt@gem_exec_gttfill@multigpu-basic:
    - shard-mtlp:         NOTRUN -> [SKIP][48] ([i915#7697])
   [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-3/igt@gem_exec_gttfill@multigpu-basic.html
    - shard-rkl:          NOTRUN -> [SKIP][49] ([i915#7697])
   [49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@gem_exec_gttfill@multigpu-basic.html

  * igt@gem_exec_reloc@basic-cpu-noreloc:
    - shard-mtlp:         NOTRUN -> [SKIP][50] ([i915#3281]) +10 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@gem_exec_reloc@basic-cpu-noreloc.html

  * igt@gem_exec_reloc@basic-gtt-read:
    - shard-dg2:          NOTRUN -> [SKIP][51] ([i915#3281]) +3 other tests skip
   [51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-5/igt@gem_exec_reloc@basic-gtt-read.html

  * igt@gem_exec_reloc@basic-gtt-wc-noreloc:
    - shard-rkl:          NOTRUN -> [SKIP][52] ([i915#3281]) +5 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-1/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html

  * igt@gem_exec_schedule@deep@rcs0:
    - shard-mtlp:         NOTRUN -> [SKIP][53] ([i915#4537])
   [53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@gem_exec_schedule@deep@rcs0.html

  * igt@gem_exec_schedule@preempt-queue:
    - shard-dg2:          NOTRUN -> [SKIP][54] ([i915#4537] / [i915#4812])
   [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-10/igt@gem_exec_schedule@preempt-queue.html

  * igt@gem_exec_schedule@semaphore-power:
    - shard-dg1:          NOTRUN -> [SKIP][55] ([i915#4812]) +3 other tests skip
   [55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-13/igt@gem_exec_schedule@semaphore-power.html

  * igt@gem_exec_whisper@basic-contexts-all:
    - shard-dg2:          [PASS][56] -> [INCOMPLETE][57] ([i915#9857])
   [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-2/igt@gem_exec_whisper@basic-contexts-all.html
   [57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@gem_exec_whisper@basic-contexts-all.html

  * igt@gem_fence_thrash@bo-write-verify-x:
    - shard-dg2:          NOTRUN -> [SKIP][58] ([i915#4860])
   [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@gem_fence_thrash@bo-write-verify-x.html

  * igt@gem_fenced_exec_thrash@no-spare-fences-busy:
    - shard-dg1:          NOTRUN -> [SKIP][59] ([i915#4860]) +2 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@gem_fenced_exec_thrash@no-spare-fences-busy.html

  * igt@gem_lmem_evict@dontneed-evict-race:
    - shard-rkl:          NOTRUN -> [SKIP][60] ([i915#4613] / [i915#7582])
   [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@gem_lmem_evict@dontneed-evict-race.html

  * igt@gem_lmem_swapping@heavy-random@lmem0:
    - shard-dg1:          [PASS][61] -> [FAIL][62] ([i915#10378])
   [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg1-16/igt@gem_lmem_swapping@heavy-random@lmem0.html
   [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-16/igt@gem_lmem_swapping@heavy-random@lmem0.html

  * igt@gem_lmem_swapping@heavy-verify-multi-ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][63] ([i915#4613]) +4 other tests skip
   [63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html

  * igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0:
    - shard-dg2:          [PASS][64] -> [FAIL][65] ([i915#10378])
   [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-10/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html
   [65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-5/igt@gem_lmem_swapping@heavy-verify-multi-ccs@lmem0.html

  * igt@gem_lmem_swapping@heavy-verify-random@lmem0:
    - shard-dg1:          NOTRUN -> [FAIL][66] ([i915#10378])
   [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-13/igt@gem_lmem_swapping@heavy-verify-random@lmem0.html

  * igt@gem_lmem_swapping@parallel-random-verify:
    - shard-rkl:          NOTRUN -> [SKIP][67] ([i915#4613]) +1 other test skip
   [67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@gem_lmem_swapping@parallel-random-verify.html

  * igt@gem_lmem_swapping@verify-ccs:
    - shard-glk:          NOTRUN -> [SKIP][68] ([i915#4613]) +4 other tests skip
   [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-glk9/igt@gem_lmem_swapping@verify-ccs.html

  * igt@gem_media_fill@media-fill:
    - shard-mtlp:         NOTRUN -> [SKIP][69] ([i915#8289])
   [69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@gem_media_fill@media-fill.html

  * igt@gem_mmap@bad-size:
    - shard-mtlp:         NOTRUN -> [SKIP][70] ([i915#4083]) +6 other tests skip
   [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@gem_mmap@bad-size.html

  * igt@gem_mmap_gtt@cpuset-basic-small-copy-odd:
    - shard-dg1:          NOTRUN -> [SKIP][71] ([i915#4077]) +12 other tests skip
   [71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-16/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html

  * igt@gem_mmap_gtt@cpuset-medium-copy:
    - shard-mtlp:         NOTRUN -> [SKIP][72] ([i915#4077]) +4 other tests skip
   [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-3/igt@gem_mmap_gtt@cpuset-medium-copy.html

  * igt@gem_mmap_wc@bad-size:
    - shard-dg2:          NOTRUN -> [SKIP][73] ([i915#4083]) +3 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-5/igt@gem_mmap_wc@bad-size.html

  * igt@gem_mmap_wc@write-cpu-read-wc-unflushed:
    - shard-dg1:          NOTRUN -> [SKIP][74] ([i915#4083]) +3 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@gem_mmap_wc@write-cpu-read-wc-unflushed.html

  * igt@gem_partial_pwrite_pread@write-display:
    - shard-mtlp:         NOTRUN -> [SKIP][75] ([i915#3282]) +6 other tests skip
   [75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@gem_partial_pwrite_pread@write-display.html

  * igt@gem_pread@snoop:
    - shard-dg2:          NOTRUN -> [SKIP][76] ([i915#3282]) +4 other tests skip
   [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@gem_pread@snoop.html
    - shard-dg1:          NOTRUN -> [SKIP][77] ([i915#3282]) +4 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@gem_pread@snoop.html

  * igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
    - shard-rkl:          NOTRUN -> [SKIP][78] ([i915#4270])
   [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html

  * igt@gem_pxp@reject-modify-context-protection-off-3:
    - shard-tglu:         NOTRUN -> [SKIP][79] ([i915#4270]) +1 other test skip
   [79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-6/igt@gem_pxp@reject-modify-context-protection-off-3.html

  * igt@gem_pxp@verify-pxp-stale-buf-execution:
    - shard-mtlp:         NOTRUN -> [SKIP][80] ([i915#4270])
   [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-4/igt@gem_pxp@verify-pxp-stale-buf-execution.html

  * igt@gem_pxp@verify-pxp-stale-ctx-execution:
    - shard-dg1:          NOTRUN -> [SKIP][81] ([i915#4270]) +2 other tests skip
   [81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@gem_pxp@verify-pxp-stale-ctx-execution.html

  * igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs:
    - shard-mtlp:         NOTRUN -> [SKIP][82] ([i915#8428]) +3 other tests skip
   [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-1/igt@gem_render_copy@mixed-tiled-to-yf-tiled-ccs.html

  * igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled:
    - shard-dg2:          NOTRUN -> [SKIP][83] ([i915#5190] / [i915#8428]) +2 other tests skip
   [83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@gem_render_copy@y-tiled-mc-ccs-to-vebox-yf-tiled.html

  * igt@gem_render_tiled_blits@basic:
    - shard-dg1:          NOTRUN -> [SKIP][84] ([i915#4079])
   [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@gem_render_tiled_blits@basic.html
    - shard-dg2:          NOTRUN -> [SKIP][85] ([i915#4079])
   [85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-6/igt@gem_render_tiled_blits@basic.html

  * igt@gem_set_tiling_vs_blt@tiled-to-untiled:
    - shard-rkl:          NOTRUN -> [SKIP][86] ([i915#8411]) +1 other test skip
   [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html

  * igt@gem_set_tiling_vs_pwrite:
    - shard-rkl:          NOTRUN -> [SKIP][87] ([i915#3282]) +5 other tests skip
   [87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@gem_set_tiling_vs_pwrite.html

  * igt@gem_tiled_partial_pwrite_pread@writes:
    - shard-dg2:          NOTRUN -> [SKIP][88] ([i915#4077]) +4 other tests skip
   [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-6/igt@gem_tiled_partial_pwrite_pread@writes.html

  * igt@gem_tiled_pread_basic:
    - shard-mtlp:         NOTRUN -> [SKIP][89] ([i915#4079]) +1 other test skip
   [89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@gem_tiled_pread_basic.html

  * igt@gem_unfence_active_buffers:
    - shard-dg1:          NOTRUN -> [SKIP][90] ([i915#4879])
   [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@gem_unfence_active_buffers.html

  * igt@gem_userptr_blits@coherency-sync:
    - shard-dg2:          NOTRUN -> [SKIP][91] ([i915#3297]) +1 other test skip
   [91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-10/igt@gem_userptr_blits@coherency-sync.html

  * igt@gem_userptr_blits@coherency-unsync:
    - shard-dg1:          NOTRUN -> [SKIP][92] ([i915#3297]) +1 other test skip
   [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-13/igt@gem_userptr_blits@coherency-unsync.html

  * igt@gem_userptr_blits@dmabuf-sync:
    - shard-glk:          NOTRUN -> [SKIP][93] ([i915#3323])
   [93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-glk3/igt@gem_userptr_blits@dmabuf-sync.html

  * igt@gem_userptr_blits@map-fixed-invalidate:
    - shard-dg1:          NOTRUN -> [SKIP][94] ([i915#3297] / [i915#4880])
   [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@gem_userptr_blits@map-fixed-invalidate.html

  * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
    - shard-dg2:          NOTRUN -> [SKIP][95] ([i915#3297] / [i915#4880])
   [95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html

  * igt@gem_userptr_blits@unsync-unmap-cycles:
    - shard-rkl:          NOTRUN -> [SKIP][96] ([i915#3297]) +1 other test skip
   [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-2/igt@gem_userptr_blits@unsync-unmap-cycles.html
    - shard-mtlp:         NOTRUN -> [SKIP][97] ([i915#3297]) +1 other test skip
   [97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@gem_userptr_blits@unsync-unmap-cycles.html

  * igt@gen3_render_tiledy_blits:
    - shard-mtlp:         NOTRUN -> [SKIP][98] +21 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@gen3_render_tiledy_blits.html

  * igt@gen9_exec_parse@allowed-single:
    - shard-mtlp:         NOTRUN -> [SKIP][99] ([i915#2856]) +1 other test skip
   [99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@gen9_exec_parse@allowed-single.html

  * igt@gen9_exec_parse@basic-rejected:
    - shard-tglu:         NOTRUN -> [SKIP][100] ([i915#2527] / [i915#2856])
   [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-10/igt@gen9_exec_parse@basic-rejected.html

  * igt@gen9_exec_parse@batch-invalid-length:
    - shard-dg1:          NOTRUN -> [SKIP][101] ([i915#2527]) +4 other tests skip
   [101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@gen9_exec_parse@batch-invalid-length.html

  * igt@gen9_exec_parse@bb-start-param:
    - shard-dg2:          NOTRUN -> [SKIP][102] ([i915#2856])
   [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-2/igt@gen9_exec_parse@bb-start-param.html

  * igt@gen9_exec_parse@shadow-peek:
    - shard-rkl:          NOTRUN -> [SKIP][103] ([i915#2527]) +1 other test skip
   [103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-1/igt@gen9_exec_parse@shadow-peek.html

  * igt@i915_module_load@reload:
    - shard-snb:          [PASS][104] -> [INCOMPLETE][105] ([i915#9849])
   [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-snb6/igt@i915_module_load@reload.html
   [105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-snb1/igt@i915_module_load@reload.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-rkl:          [PASS][106] -> [ABORT][107] ([i915#9820])
   [106]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html
   [107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pm_freq_api@freq-basic-api:
    - shard-tglu:         NOTRUN -> [SKIP][108] ([i915#8399]) +1 other test skip
   [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-9/igt@i915_pm_freq_api@freq-basic-api.html

  * igt@i915_pm_freq_api@freq-suspend:
    - shard-rkl:          NOTRUN -> [SKIP][109] ([i915#8399])
   [109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-1/igt@i915_pm_freq_api@freq-suspend.html

  * igt@i915_pm_rps@basic-api:
    - shard-mtlp:         NOTRUN -> [SKIP][110] ([i915#6621])
   [110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@i915_pm_rps@basic-api.html

  * igt@i915_pm_rps@thresholds-idle@gt0:
    - shard-dg1:          NOTRUN -> [SKIP][111] ([i915#8925])
   [111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-16/igt@i915_pm_rps@thresholds-idle@gt0.html

  * igt@i915_pm_rps@thresholds-park@gt0:
    - shard-dg2:          NOTRUN -> [SKIP][112] ([i915#8925])
   [112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@i915_pm_rps@thresholds-park@gt0.html

  * igt@i915_selftest@mock@memory_region:
    - shard-rkl:          NOTRUN -> [DMESG-WARN][113] ([i915#9311])
   [113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@i915_selftest@mock@memory_region.html
    - shard-mtlp:         NOTRUN -> [DMESG-WARN][114] ([i915#9311])
   [114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-4/igt@i915_selftest@mock@memory_region.html

  * igt@i915_suspend@basic-s3-without-i915:
    - shard-rkl:          [PASS][115] -> [FAIL][116] ([i915#10031])
   [115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html
   [116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-5/igt@i915_suspend@basic-s3-without-i915.html
    - shard-tglu:         NOTRUN -> [INCOMPLETE][117] ([i915#7443])
   [117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-10/igt@i915_suspend@basic-s3-without-i915.html

  * igt@intel_hwmon@hwmon-write:
    - shard-rkl:          NOTRUN -> [SKIP][118] ([i915#7707]) +1 other test skip
   [118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@intel_hwmon@hwmon-write.html
    - shard-mtlp:         NOTRUN -> [SKIP][119] ([i915#7707])
   [119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@intel_hwmon@hwmon-write.html

  * igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
    - shard-dg2:          NOTRUN -> [SKIP][120] ([i915#4212])
   [120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-7/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html

  * igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
    - shard-mtlp:         NOTRUN -> [SKIP][121] ([i915#4212]) +2 other tests skip
   [121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - shard-dg2:          NOTRUN -> [SKIP][122] ([i915#5190]) +1 other test skip
   [122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-1/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_addfb_basic@framebuffer-vs-set-tiling:
    - shard-dg1:          NOTRUN -> [SKIP][123] ([i915#4212]) +2 other tests skip
   [123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
    - shard-mtlp:         NOTRUN -> [SKIP][124] ([i915#1769] / [i915#3555])
   [124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-7/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html

  * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
    - shard-dg1:          NOTRUN -> [SKIP][125] ([i915#1769] / [i915#3555])
   [125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-14/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html

  * igt@kms_big_fb@4-tiled-8bpp-rotate-0:
    - shard-dg1:          NOTRUN -> [SKIP][126] ([i915#4538] / [i915#5286]) +3 other tests skip
   [126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@kms_big_fb@4-tiled-8bpp-rotate-0.html

  * igt@kms_big_fb@4-tiled-8bpp-rotate-180:
    - shard-tglu:         NOTRUN -> [SKIP][127] ([i915#5286]) +3 other tests skip
   [127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-9/igt@kms_big_fb@4-tiled-8bpp-rotate-180.html

  * igt@kms_big_fb@4-tiled-addfb:
    - shard-dg1:          NOTRUN -> [SKIP][128] ([i915#5286]) +1 other test skip
   [128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_big_fb@4-tiled-addfb.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip:
    - shard-rkl:          NOTRUN -> [SKIP][129] ([i915#5286]) +5 other tests skip
   [129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0-hflip.html

  * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
    - shard-mtlp:         [PASS][130] -> [FAIL][131] ([i915#5138])
   [130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-mtlp-2/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
   [131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
    - shard-tglu:         [PASS][132] -> [FAIL][133] ([i915#3743]) +1 other test fail
   [132]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-tglu-6/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
   [133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-5/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-90:
    - shard-dg1:          NOTRUN -> [SKIP][134] ([i915#3638]) +3 other tests skip
   [134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-8bpp-rotate-90:
    - shard-rkl:          NOTRUN -> [SKIP][135] ([i915#3638]) +2 other tests skip
   [135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@kms_big_fb@y-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180:
    - shard-dg2:          NOTRUN -> [SKIP][136] ([i915#4538] / [i915#5190]) +3 other tests skip
   [136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-tglu:         NOTRUN -> [FAIL][137] ([i915#3743])
   [137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-270:
    - shard-dg1:          NOTRUN -> [SKIP][138] ([i915#4538]) +5 other tests skip
   [138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-13/igt@kms_big_fb@yf-tiled-32bpp-rotate-270.html

  * igt@kms_big_joiner@basic:
    - shard-dg1:          NOTRUN -> [SKIP][139] ([i915#2705])
   [139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_big_joiner@basic.html

  * igt@kms_big_joiner@invalid-modeset:
    - shard-rkl:          NOTRUN -> [SKIP][140] ([i915#2705])
   [140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@kms_big_joiner@invalid-modeset.html

  * igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4:
    - shard-dg1:          NOTRUN -> [SKIP][141] ([i915#6095]) +67 other tests skip
   [141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_ccs@bad-rotation-90-4-tiled-mtl-rc-ccs-cc@pipe-b-hdmi-a-4.html

  * igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2:
    - shard-glk:          NOTRUN -> [SKIP][142] +218 other tests skip
   [142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-glk8/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs@pipe-c-hdmi-a-2.html

  * igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-d-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][143] ([i915#6095]) +27 other tests skip
   [143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-3/igt@kms_ccs@crc-primary-basic-y-tiled-ccs@pipe-d-edp-1.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs:
    - shard-tglu:         NOTRUN -> [SKIP][144] ([i915#10278])
   [144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-4/igt@kms_ccs@crc-primary-rotation-180-4-tiled-xe2-ccs.html

  * igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][145] ([i915#10307] / [i915#10434]) +5 other tests skip
   [145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-1.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [SKIP][146] ([i915#6095]) +15 other tests skip
   [146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][147] ([i915#6095]) +59 other tests skip
   [147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-mtl-rc-ccs@pipe-a-hdmi-a-2.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs:
    - shard-dg1:          NOTRUN -> [SKIP][148] ([i915#10278])
   [148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-xe2-ccs.html

  * igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][149] ([i915#10307]) +137 other tests skip
   [149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@kms_ccs@random-ccs-data-y-tiled-gen12-mc-ccs@pipe-c-hdmi-a-1.html

  * igt@kms_cdclk@mode-transition-all-outputs:
    - shard-dg1:          NOTRUN -> [SKIP][150] ([i915#3742]) +2 other tests skip
   [150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@kms_cdclk@mode-transition-all-outputs.html
    - shard-rkl:          NOTRUN -> [SKIP][151] ([i915#3742])
   [151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-2/igt@kms_cdclk@mode-transition-all-outputs.html

  * igt@kms_cdclk@mode-transition@pipe-a-dp-4:
    - shard-dg2:          NOTRUN -> [SKIP][152] ([i915#7213]) +4 other tests skip
   [152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-a-dp-4.html

  * igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2:
    - shard-dg2:          NOTRUN -> [SKIP][153] ([i915#4087]) +3 other tests skip
   [153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-2/igt@kms_cdclk@plane-scaling@pipe-d-hdmi-a-2.html

  * igt@kms_chamelium_edid@dp-edid-read:
    - shard-dg2:          NOTRUN -> [SKIP][154] ([i915#7828]) +4 other tests skip
   [154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-5/igt@kms_chamelium_edid@dp-edid-read.html

  * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
    - shard-rkl:          NOTRUN -> [SKIP][155] ([i915#7828]) +6 other tests skip
   [155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html

  * igt@kms_chamelium_edid@hdmi-mode-timings:
    - shard-tglu:         NOTRUN -> [SKIP][156] ([i915#7828]) +6 other tests skip
   [156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-7/igt@kms_chamelium_edid@hdmi-mode-timings.html

  * igt@kms_chamelium_hpd@hdmi-hpd-storm-disable:
    - shard-dg1:          NOTRUN -> [SKIP][157] ([i915#7828]) +10 other tests skip
   [157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-13/igt@kms_chamelium_hpd@hdmi-hpd-storm-disable.html

  * igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][158] ([i915#7828]) +7 other tests skip
   [158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html

  * igt@kms_content_protection@atomic:
    - shard-dg2:          NOTRUN -> [SKIP][159] ([i915#7118] / [i915#9424])
   [159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-5/igt@kms_content_protection@atomic.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-dg2:          NOTRUN -> [SKIP][160] ([i915#3299])
   [160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-0.html
    - shard-rkl:          NOTRUN -> [SKIP][161] ([i915#3116])
   [161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-6/igt@kms_content_protection@dp-mst-lic-type-0.html
    - shard-dg1:          NOTRUN -> [SKIP][162] ([i915#3299])
   [162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_content_protection@dp-mst-type-0:
    - shard-tglu:         NOTRUN -> [SKIP][163] ([i915#3116] / [i915#3299])
   [163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-6/igt@kms_content_protection@dp-mst-type-0.html

  * igt@kms_content_protection@srm:
    - shard-dg1:          NOTRUN -> [SKIP][164] ([i915#7116])
   [164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@kms_content_protection@srm.html

  * igt@kms_content_protection@uevent:
    - shard-mtlp:         NOTRUN -> [SKIP][165] ([i915#6944] / [i915#9424])
   [165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-3/igt@kms_content_protection@uevent.html
    - shard-rkl:          NOTRUN -> [SKIP][166] ([i915#7118] / [i915#9424])
   [166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@kms_content_protection@uevent.html

  * igt@kms_cursor_crc@cursor-offscreen-32x32:
    - shard-dg1:          NOTRUN -> [SKIP][167] ([i915#3555]) +6 other tests skip
   [167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_cursor_crc@cursor-offscreen-32x32.html

  * igt@kms_cursor_crc@cursor-onscreen-512x512:
    - shard-dg2:          NOTRUN -> [SKIP][168] ([i915#3359])
   [168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@kms_cursor_crc@cursor-onscreen-512x512.html
    - shard-rkl:          NOTRUN -> [SKIP][169] ([i915#3359]) +1 other test skip
   [169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html

  * igt@kms_cursor_crc@cursor-random-512x170:
    - shard-dg1:          NOTRUN -> [SKIP][170] ([i915#3359])
   [170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@kms_cursor_crc@cursor-random-512x170.html

  * igt@kms_cursor_crc@cursor-rapid-movement-32x10:
    - shard-mtlp:         NOTRUN -> [SKIP][171] ([i915#3555] / [i915#8814])
   [171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-7/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html

  * igt@kms_cursor_crc@cursor-rapid-movement-64x21:
    - shard-mtlp:         NOTRUN -> [SKIP][172] ([i915#8814]) +5 other tests skip
   [172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-8/igt@kms_cursor_crc@cursor-rapid-movement-64x21.html

  * igt@kms_cursor_crc@cursor-rapid-movement-max-size:
    - shard-dg2:          NOTRUN -> [SKIP][173] ([i915#3555]) +3 other tests skip
   [173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-5/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html
    - shard-rkl:          NOTRUN -> [SKIP][174] ([i915#3555])
   [174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-5/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html

  * igt@kms_cursor_crc@cursor-sliding-512x170:
    - shard-mtlp:         NOTRUN -> [SKIP][175] ([i915#3359]) +1 other test skip
   [175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-512x170.html

  * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
    - shard-mtlp:         NOTRUN -> [SKIP][176] ([i915#9809]) +1 other test skip
   [176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-8/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
    - shard-dg1:          NOTRUN -> [SKIP][177] ([i915#4103] / [i915#4213]) +3 other tests skip
   [177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-varying-size:
    - shard-snb:          [PASS][178] -> [SKIP][179] +1 other test skip
   [178]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-snb7/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html
   [179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-snb2/igt@kms_cursor_legacy@cursora-vs-flipb-varying-size.html

  * igt@kms_cursor_legacy@forked-move@pipe-a:
    - shard-glk:          NOTRUN -> [DMESG-WARN][180] ([i915#10166])
   [180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-glk8/igt@kms_cursor_legacy@forked-move@pipe-a.html

  * igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
    - shard-tglu:         NOTRUN -> [SKIP][181] ([i915#9067])
   [181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-5/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-rkl:          NOTRUN -> [SKIP][182] ([i915#4103])
   [182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
    - shard-mtlp:         NOTRUN -> [SKIP][183] ([i915#9833])
   [183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html

  * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1:
    - shard-dg2:          NOTRUN -> [SKIP][184] ([i915#9227])
   [184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html

  * igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][185] ([i915#9723])
   [185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html

  * igt@kms_display_modes@mst-extended-mode-negative:
    - shard-mtlp:         NOTRUN -> [SKIP][186] ([i915#8588])
   [186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@kms_display_modes@mst-extended-mode-negative.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
    - shard-rkl:          NOTRUN -> [SKIP][187] ([i915#3804])
   [187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html

  * igt@kms_draw_crc@draw-method-mmap-wc:
    - shard-dg1:          NOTRUN -> [SKIP][188] ([i915#8812])
   [188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_draw_crc@draw-method-mmap-wc.html

  * igt@kms_dsc@dsc-fractional-bpp-with-bpc:
    - shard-mtlp:         NOTRUN -> [SKIP][189] ([i915#3840])
   [189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html

  * igt@kms_dsc@dsc-with-bpc:
    - shard-dg1:          NOTRUN -> [SKIP][190] ([i915#3555] / [i915#3840])
   [190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-14/igt@kms_dsc@dsc-with-bpc.html

  * igt@kms_dsc@dsc-with-bpc-formats:
    - shard-tglu:         NOTRUN -> [SKIP][191] ([i915#3555] / [i915#3840])
   [191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-7/igt@kms_dsc@dsc-with-bpc-formats.html

  * igt@kms_fbcon_fbt@psr-suspend:
    - shard-rkl:          NOTRUN -> [SKIP][192] ([i915#3955])
   [192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
    - shard-tglu:         NOTRUN -> [SKIP][193] ([i915#3469])
   [193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-7/igt@kms_fbcon_fbt@psr-suspend.html
    - shard-dg2:          NOTRUN -> [SKIP][194] ([i915#3469])
   [194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-1/igt@kms_fbcon_fbt@psr-suspend.html

  * igt@kms_feature_discovery@dp-mst:
    - shard-mtlp:         NOTRUN -> [SKIP][195] ([i915#9337])
   [195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-4/igt@kms_feature_discovery@dp-mst.html

  * igt@kms_feature_discovery@psr2:
    - shard-dg1:          NOTRUN -> [SKIP][196] ([i915#658])
   [196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@kms_feature_discovery@psr2.html

  * igt@kms_flip@2x-absolute-wf_vblank-interruptible:
    - shard-mtlp:         NOTRUN -> [SKIP][197] ([i915#3637]) +4 other tests skip
   [197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
    - shard-tglu:         NOTRUN -> [SKIP][198] ([i915#3637]) +4 other tests skip
   [198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-3/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html

  * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible:
    - shard-tglu:         NOTRUN -> [SKIP][199] ([i915#3637] / [i915#3966]) +1 other test skip
   [199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-9/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html

  * igt@kms_flip@2x-flip-vs-fences:
    - shard-dg1:          NOTRUN -> [SKIP][200] ([i915#8381]) +1 other test skip
   [200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-13/igt@kms_flip@2x-flip-vs-fences.html

  * igt@kms_flip@2x-modeset-vs-vblank-race:
    - shard-dg2:          NOTRUN -> [SKIP][201] +12 other tests skip
   [201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-1/igt@kms_flip@2x-modeset-vs-vblank-race.html

  * igt@kms_flip@2x-plain-flip:
    - shard-rkl:          NOTRUN -> [SKIP][202] +32 other tests skip
   [202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-6/igt@kms_flip@2x-plain-flip.html

  * igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
    - shard-dg1:          NOTRUN -> [SKIP][203] ([i915#9934]) +6 other tests skip
   [203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1:
    - shard-snb:          [PASS][204] -> [FAIL][205] ([i915#2122])
   [204]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-snb1/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html
   [205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-snb7/igt@kms_flip@2x-plain-flip-ts-check-interruptible@ab-vga1-hdmi-a1.html

  * igt@kms_flip@flip-vs-fences:
    - shard-mtlp:         NOTRUN -> [SKIP][206] ([i915#8381])
   [206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-4/igt@kms_flip@flip-vs-fences.html

  * igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a4:
    - shard-dg1:          [PASS][207] -> [FAIL][208] ([i915#2122]) +1 other test fail
   [207]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg1-18/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a4.html
   [208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_flip@wf_vblank-ts-check-interruptible@b-hdmi-a4.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
    - shard-dg1:          NOTRUN -> [SKIP][209] ([i915#2587] / [i915#2672]) +4 other tests skip
   [209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-13/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode:
    - shard-rkl:          NOTRUN -> [SKIP][210] ([i915#2672]) +3 other tests skip
   [210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][211] ([i915#3555] / [i915#8810]) +1 other test skip
   [211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-xtile-to-64bpp-xtile-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode:
    - shard-tglu:         NOTRUN -> [SKIP][212] ([i915#2587] / [i915#2672]) +3 other tests skip
   [212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][213] ([i915#2672] / [i915#3555])
   [213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-3/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
    - shard-dg2:          NOTRUN -> [SKIP][214] ([i915#2672]) +3 other tests skip
   [214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-default-mode:
    - shard-mtlp:         NOTRUN -> [SKIP][215] ([i915#2672])
   [215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-default-mode.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu:
    - shard-dg2:          [PASS][216] -> [FAIL][217] ([i915#6880]) +2 other tests fail
   [216]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html
   [217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-indfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-rkl:          NOTRUN -> [SKIP][218] ([i915#1825]) +24 other tests skip
   [218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
    - shard-dg1:          NOTRUN -> [SKIP][219] +45 other tests skip
   [219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-dg1:          NOTRUN -> [SKIP][220] ([i915#8708]) +20 other tests skip
   [220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-msflip-blt:
    - shard-dg2:          NOTRUN -> [SKIP][221] ([i915#5354]) +13 other tests skip
   [221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-indfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][222] ([i915#8708]) +6 other tests skip
   [222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
    - shard-mtlp:         NOTRUN -> [SKIP][223] ([i915#1825]) +19 other tests skip
   [223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt:
    - shard-tglu:         NOTRUN -> [SKIP][224] +44 other tests skip
   [224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-6/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc:
    - shard-rkl:          NOTRUN -> [SKIP][225] ([i915#3023]) +15 other tests skip
   [225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@kms_frontbuffer_tracking@fbcpsr-rgb101010-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff:
    - shard-dg2:          NOTRUN -> [SKIP][226] ([i915#3458]) +7 other tests skip
   [226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][227] ([i915#8708]) +6 other tests skip
   [227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt.html

  * igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu:
    - shard-dg1:          NOTRUN -> [SKIP][228] ([i915#3458]) +17 other tests skip
   [228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-cpu.html

  * igt@kms_hdr@bpc-switch:
    - shard-tglu:         NOTRUN -> [SKIP][229] ([i915#3555] / [i915#8228])
   [229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-7/igt@kms_hdr@bpc-switch.html
    - shard-dg2:          NOTRUN -> [SKIP][230] ([i915#3555] / [i915#8228])
   [230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-6/igt@kms_hdr@bpc-switch.html

  * igt@kms_hdr@bpc-switch-dpms:
    - shard-dg1:          NOTRUN -> [SKIP][231] ([i915#3555] / [i915#8228]) +1 other test skip
   [231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_hdr@bpc-switch-dpms.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-rkl:          NOTRUN -> [SKIP][232] ([i915#4070] / [i915#4816])
   [232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
    - shard-dg1:          NOTRUN -> [SKIP][233] ([i915#1839]) +1 other test skip
   [233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
    - shard-glk:          NOTRUN -> [FAIL][234] ([i915#4573]) +1 other test fail
   [234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-glk5/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html

  * igt@kms_plane_lowres@tiling-x@pipe-a-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][235] ([i915#3582]) +3 other tests skip
   [235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-1/igt@kms_plane_lowres@tiling-x@pipe-a-edp-1.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-mtlp:         NOTRUN -> [SKIP][236] ([i915#3555] / [i915#8821])
   [236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3:
    - shard-dg2:          NOTRUN -> [SKIP][237] ([i915#9423]) +7 other tests skip
   [237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][238] ([i915#5176]) +7 other tests skip
   [238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-1/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-edp-1.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-1:
    - shard-rkl:          NOTRUN -> [SKIP][239] ([i915#9423]) +9 other tests skip
   [239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-1.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4:
    - shard-dg1:          NOTRUN -> [SKIP][240] ([i915#9423]) +15 other tests skip
   [240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-16/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4.html

  * igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [SKIP][241] ([i915#9423]) +7 other tests skip
   [241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-10/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-d-hdmi-a-1.html

  * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2:
    - shard-dg2:          NOTRUN -> [SKIP][242] ([i915#5235] / [i915#9423]) +11 other tests skip
   [242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-3/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-2.html

  * igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][243] ([i915#5235]) +9 other tests skip
   [243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-5@pipe-d-edp-1.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2:
    - shard-rkl:          NOTRUN -> [SKIP][244] ([i915#5235]) +5 other tests skip
   [244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b-hdmi-a-2.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][245] ([i915#3555] / [i915#5235]) +1 other test skip
   [245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5@pipe-d-edp-1.html

  * igt@kms_pm_backlight@bad-brightness:
    - shard-dg1:          NOTRUN -> [SKIP][246] ([i915#5354])
   [246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@kms_pm_backlight@bad-brightness.html

  * igt@kms_pm_backlight@fade:
    - shard-rkl:          NOTRUN -> [SKIP][247] ([i915#5354])
   [247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@kms_pm_backlight@fade.html

  * igt@kms_pm_dc@dc3co-vpb-simulation:
    - shard-dg2:          NOTRUN -> [SKIP][248] ([i915#9685])
   [248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@kms_pm_dc@dc3co-vpb-simulation.html

  * igt@kms_pm_dc@dc5-dpms-negative:
    - shard-mtlp:         NOTRUN -> [SKIP][249] ([i915#9293])
   [249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@kms_pm_dc@dc5-dpms-negative.html

  * igt@kms_pm_dc@dc5-psr:
    - shard-tglu:         NOTRUN -> [SKIP][250] ([i915#9685])
   [250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-4/igt@kms_pm_dc@dc5-psr.html

  * igt@kms_pm_rpm@dpms-lpsp:
    - shard-dg2:          NOTRUN -> [SKIP][251] ([i915#9519])
   [251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-3/igt@kms_pm_rpm@dpms-lpsp.html
    - shard-dg1:          NOTRUN -> [SKIP][252] ([i915#9519])
   [252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@kms_pm_rpm@dpms-lpsp.html

  * igt@kms_pm_rpm@dpms-non-lpsp:
    - shard-mtlp:         NOTRUN -> [SKIP][253] ([i915#9519]) +1 other test skip
   [253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@kms_pm_rpm@dpms-non-lpsp.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress:
    - shard-tglu:         NOTRUN -> [SKIP][254] ([i915#9519])
   [254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-9/igt@kms_pm_rpm@modeset-non-lpsp-stress.html

  * igt@kms_prime@basic-crc-vgem:
    - shard-dg2:          NOTRUN -> [SKIP][255] ([i915#6524] / [i915#6805])
   [255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-6/igt@kms_prime@basic-crc-vgem.html
    - shard-dg1:          NOTRUN -> [SKIP][256] ([i915#6524])
   [256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_prime@basic-crc-vgem.html

  * igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area:
    - shard-snb:          NOTRUN -> [SKIP][257] +6 other tests skip
   [257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-snb2/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html

  * igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1:
    - shard-mtlp:         NOTRUN -> [SKIP][258] ([i915#9808]) +3 other tests skip
   [258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area@psr2-pipe-a-edp-1.html

  * igt@kms_psr2_su@frontbuffer-xrgb8888:
    - shard-mtlp:         NOTRUN -> [SKIP][259] ([i915#4348])
   [259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-8/igt@kms_psr2_su@frontbuffer-xrgb8888.html
    - shard-rkl:          NOTRUN -> [SKIP][260] ([i915#9683])
   [260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html

  * igt@kms_psr@fbc-psr2-sprite-mmap-gtt:
    - shard-dg1:          NOTRUN -> [SKIP][261] ([i915#9732]) +24 other tests skip
   [261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html

  * igt@kms_psr@pr-basic:
    - shard-tglu:         NOTRUN -> [SKIP][262] ([i915#9732]) +12 other tests skip
   [262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-9/igt@kms_psr@pr-basic.html

  * igt@kms_psr@pr-primary-mmap-cpu:
    - shard-mtlp:         NOTRUN -> [SKIP][263] ([i915#9688]) +13 other tests skip
   [263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@kms_psr@pr-primary-mmap-cpu.html

  * igt@kms_psr@psr-sprite-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][264] ([i915#9673] / [i915#9732])
   [264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@kms_psr@psr-sprite-mmap-gtt.html

  * igt@kms_psr@psr-sprite-plane-onoff:
    - shard-rkl:          NOTRUN -> [SKIP][265] ([i915#9732]) +17 other tests skip
   [265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@kms_psr@psr-sprite-plane-onoff.html

  * igt@kms_psr@psr2-primary-mmap-gtt:
    - shard-dg2:          NOTRUN -> [SKIP][266] ([i915#9732]) +8 other tests skip
   [266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@kms_psr@psr2-primary-mmap-gtt.html

  * igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
    - shard-dg1:          NOTRUN -> [SKIP][267] ([i915#9685])
   [267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html

  * igt@kms_rotation_crc@exhaust-fences:
    - shard-dg1:          NOTRUN -> [SKIP][268] ([i915#4884])
   [268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@kms_rotation_crc@exhaust-fences.html

  * igt@kms_rotation_crc@primary-rotation-90:
    - shard-mtlp:         NOTRUN -> [SKIP][269] ([i915#4235]) +1 other test skip
   [269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-3/igt@kms_rotation_crc@primary-rotation-90.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
    - shard-rkl:          NOTRUN -> [SKIP][270] ([i915#5289]) +2 other tests skip
   [270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
    - shard-mtlp:         NOTRUN -> [SKIP][271] ([i915#5289])
   [271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-3/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
    - shard-dg1:          NOTRUN -> [SKIP][272] ([i915#5289])
   [272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html

  * igt@kms_sysfs_edid_timing:
    - shard-dg2:          [PASS][273] -> [FAIL][274] ([IGT#2])
   [273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-11/igt@kms_sysfs_edid_timing.html
   [274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@kms_sysfs_edid_timing.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-dg1:          NOTRUN -> [SKIP][275] ([i915#8623])
   [275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@kms_tiled_display@basic-test-pattern.html

  * igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1:
    - shard-tglu:         NOTRUN -> [FAIL][276] ([i915#9196]) +1 other test fail
   [276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-2/igt@kms_universal_plane@cursor-fb-leak@pipe-d-hdmi-a-1.html

  * igt@kms_vrr@flip-suspend:
    - shard-tglu:         NOTRUN -> [SKIP][277] ([i915#3555])
   [277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-2/igt@kms_vrr@flip-suspend.html

  * igt@kms_vrr@seamless-rr-switch-drrs:
    - shard-rkl:          NOTRUN -> [SKIP][278] ([i915#9906])
   [278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-6/igt@kms_vrr@seamless-rr-switch-drrs.html
    - shard-dg2:          NOTRUN -> [SKIP][279] ([i915#9906])
   [279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@kms_vrr@seamless-rr-switch-drrs.html

  * igt@kms_writeback@writeback-check-output:
    - shard-dg2:          NOTRUN -> [SKIP][280] ([i915#2437])
   [280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-1/igt@kms_writeback@writeback-check-output.html
    - shard-dg1:          NOTRUN -> [SKIP][281] ([i915#2437]) +1 other test skip
   [281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@kms_writeback@writeback-check-output.html
    - shard-tglu:         NOTRUN -> [SKIP][282] ([i915#2437])
   [282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-7/igt@kms_writeback@writeback-check-output.html
    - shard-glk:          NOTRUN -> [SKIP][283] ([i915#2437])
   [283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-glk5/igt@kms_writeback@writeback-check-output.html
    - shard-mtlp:         NOTRUN -> [SKIP][284] ([i915#2437])
   [284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@kms_writeback@writeback-check-output.html

  * igt@kms_writeback@writeback-fb-id-xrgb2101010:
    - shard-dg1:          NOTRUN -> [SKIP][285] ([i915#2437] / [i915#9412])
   [285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-14/igt@kms_writeback@writeback-fb-id-xrgb2101010.html

  * igt@perf@gen8-unprivileged-single-ctx-counters:
    - shard-dg2:          NOTRUN -> [SKIP][286] ([i915#2436] / [i915#7387])
   [286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-2/igt@perf@gen8-unprivileged-single-ctx-counters.html
    - shard-rkl:          NOTRUN -> [SKIP][287] ([i915#2436])
   [287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@perf@gen8-unprivileged-single-ctx-counters.html

  * igt@perf@global-sseu-config-invalid:
    - shard-mtlp:         NOTRUN -> [SKIP][288] ([i915#7387])
   [288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@perf@global-sseu-config-invalid.html

  * igt@perf@mi-rpc:
    - shard-dg1:          NOTRUN -> [SKIP][289] ([i915#2434])
   [289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@perf@mi-rpc.html

  * igt@perf@per-context-mode-unprivileged:
    - shard-rkl:          NOTRUN -> [SKIP][290] ([i915#2435])
   [290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-2/igt@perf@per-context-mode-unprivileged.html

  * igt@perf_pmu@busy-double-start@bcs0:
    - shard-mtlp:         [PASS][291] -> [FAIL][292] ([i915#4349])
   [291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-mtlp-7/igt@perf_pmu@busy-double-start@bcs0.html
   [292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-7/igt@perf_pmu@busy-double-start@bcs0.html

  * igt@perf_pmu@faulting-read@gtt:
    - shard-mtlp:         NOTRUN -> [SKIP][293] ([i915#8440])
   [293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-8/igt@perf_pmu@faulting-read@gtt.html

  * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
    - shard-dg2:          NOTRUN -> [CRASH][294] ([i915#9351])
   [294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-5/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html

  * igt@prime_vgem@basic-fence-mmap:
    - shard-mtlp:         NOTRUN -> [SKIP][295] ([i915#3708] / [i915#4077])
   [295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@prime_vgem@basic-fence-mmap.html

  * igt@prime_vgem@basic-gtt:
    - shard-dg1:          NOTRUN -> [SKIP][296] ([i915#3708] / [i915#4077])
   [296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-15/igt@prime_vgem@basic-gtt.html

  * igt@prime_vgem@fence-flip-hang:
    - shard-dg1:          NOTRUN -> [SKIP][297] ([i915#3708]) +1 other test skip
   [297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@prime_vgem@fence-flip-hang.html

  * igt@prime_vgem@fence-write-hang:
    - shard-dg2:          NOTRUN -> [SKIP][298] ([i915#3708])
   [298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-5/igt@prime_vgem@fence-write-hang.html
    - shard-rkl:          NOTRUN -> [SKIP][299] ([i915#3708])
   [299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@prime_vgem@fence-write-hang.html

  * igt@sriov_basic@enable-vfs-autoprobe-off:
    - shard-mtlp:         NOTRUN -> [SKIP][300] ([i915#9917])
   [300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@sriov_basic@enable-vfs-autoprobe-off.html

  * igt@sriov_basic@enable-vfs-autoprobe-on:
    - shard-dg2:          NOTRUN -> [SKIP][301] ([i915#9917])
   [301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@sriov_basic@enable-vfs-autoprobe-on.html
    - shard-rkl:          NOTRUN -> [SKIP][302] ([i915#9917])
   [302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@sriov_basic@enable-vfs-autoprobe-on.html

  * igt@sriov_basic@enable-vfs-bind-unbind-each:
    - shard-dg1:          NOTRUN -> [SKIP][303] ([i915#9917]) +1 other test skip
   [303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@sriov_basic@enable-vfs-bind-unbind-each.html

  * igt@syncobj_timeline@invalid-wait-zero-handles:
    - shard-rkl:          NOTRUN -> [FAIL][304] ([i915#9781])
   [304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-3/igt@syncobj_timeline@invalid-wait-zero-handles.html
    - shard-mtlp:         NOTRUN -> [FAIL][305] ([i915#9781])
   [305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-5/igt@syncobj_timeline@invalid-wait-zero-handles.html

  * igt@tools_test@sysfs_l3_parity:
    - shard-dg2:          NOTRUN -> [SKIP][306] ([i915#4818])
   [306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-1/igt@tools_test@sysfs_l3_parity.html

  * igt@v3d/v3d_perfmon@create-perfmon-exceed:
    - shard-mtlp:         NOTRUN -> [SKIP][307] ([i915#2575]) +10 other tests skip
   [307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-2/igt@v3d/v3d_perfmon@create-perfmon-exceed.html

  * igt@v3d/v3d_submit_cl@job-perfmon:
    - shard-dg1:          NOTRUN -> [SKIP][308] ([i915#2575]) +13 other tests skip
   [308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@v3d/v3d_submit_cl@job-perfmon.html

  * igt@v3d/v3d_submit_cl@simple-flush-cache:
    - shard-dg2:          NOTRUN -> [SKIP][309] ([i915#2575]) +7 other tests skip
   [309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-1/igt@v3d/v3d_submit_cl@simple-flush-cache.html

  * igt@vc4/vc4_label_bo@set-bad-handle:
    - shard-mtlp:         NOTRUN -> [SKIP][310] ([i915#7711]) +3 other tests skip
   [310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-6/igt@vc4/vc4_label_bo@set-bad-handle.html

  * igt@vc4/vc4_label_bo@set-label:
    - shard-rkl:          NOTRUN -> [SKIP][311] ([i915#7711]) +5 other tests skip
   [311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-4/igt@vc4/vc4_label_bo@set-label.html

  * igt@vc4/vc4_purgeable_bo@access-purgeable-bo-mem:
    - shard-tglu:         NOTRUN -> [SKIP][312] ([i915#2575]) +9 other tests skip
   [312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-10/igt@vc4/vc4_purgeable_bo@access-purgeable-bo-mem.html

  * igt@vc4/vc4_tiling@set-bad-handle:
    - shard-dg1:          NOTRUN -> [SKIP][313] ([i915#7711]) +4 other tests skip
   [313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-18/igt@vc4/vc4_tiling@set-bad-handle.html

  * igt@vc4/vc4_wait_bo@unused-bo-1ns:
    - shard-dg2:          NOTRUN -> [SKIP][314] ([i915#7711]) +2 other tests skip
   [314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-7/igt@vc4/vc4_wait_bo@unused-bo-1ns.html

  
#### Possible fixes ####

  * igt@gem_ctx_exec@basic-nohangcheck:
    - shard-tglu:         [FAIL][315] ([i915#6268]) -> [PASS][316]
   [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-tglu-9/igt@gem_ctx_exec@basic-nohangcheck.html
   [316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-7/igt@gem_ctx_exec@basic-nohangcheck.html

  * igt@gem_ctx_isolation@preservation-s3@ccs3:
    - shard-dg2:          [FAIL][317] ([i915#10086]) -> [PASS][318]
   [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-5/igt@gem_ctx_isolation@preservation-s3@ccs3.html
   [318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@gem_ctx_isolation@preservation-s3@ccs3.html

  * igt@gem_eio@hibernate:
    - shard-tglu:         [ABORT][319] ([i915#10030] / [i915#7975] / [i915#8213]) -> [PASS][320]
   [319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-tglu-10/igt@gem_eio@hibernate.html
   [320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-2/igt@gem_eio@hibernate.html

  * igt@gem_eio@kms:
    - shard-tglu:         [INCOMPLETE][321] ([i915#10513]) -> [PASS][322]
   [321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-tglu-9/igt@gem_eio@kms.html
   [322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-4/igt@gem_eio@kms.html
    - shard-dg2:          [INCOMPLETE][323] ([i915#10513] / [i915#1982]) -> [PASS][324]
   [323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-7/igt@gem_eio@kms.html
   [324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@gem_eio@kms.html

  * igt@gem_exec_fair@basic-none-solo@rcs0:
    - shard-rkl:          [FAIL][325] ([i915#2842]) -> [PASS][326]
   [325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-rkl-6/igt@gem_exec_fair@basic-none-solo@rcs0.html
   [326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-6/igt@gem_exec_fair@basic-none-solo@rcs0.html

  * igt@gem_exec_gttfill@engines@vcs1:
    - shard-dg2:          [INCOMPLETE][327] -> [PASS][328] +1 other test pass
   [327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-3/igt@gem_exec_gttfill@engines@vcs1.html
   [328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@gem_exec_gttfill@engines@vcs1.html

  * igt@gem_exec_whisper@basic-contexts-forked-all:
    - shard-dg2:          [INCOMPLETE][329] ([i915#9857]) -> [PASS][330]
   [329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-11/igt@gem_exec_whisper@basic-contexts-forked-all.html
   [330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-10/igt@gem_exec_whisper@basic-contexts-forked-all.html

  * igt@gem_lmem_swapping@heavy-verify-multi@lmem0:
    - shard-dg2:          [FAIL][331] ([i915#10378]) -> [PASS][332]
   [331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-3/igt@gem_lmem_swapping@heavy-verify-multi@lmem0.html
   [332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-10/igt@gem_lmem_swapping@heavy-verify-multi@lmem0.html

  * igt@gem_softpin@evict-single-offset:
    - shard-glk:          [INCOMPLETE][333] -> [PASS][334]
   [333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-glk2/igt@gem_softpin@evict-single-offset.html
   [334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-glk5/igt@gem_softpin@evict-single-offset.html

  * igt@i915_module_load@reload-with-fault-injection:
    - shard-dg1:          [INCOMPLETE][335] ([i915#9820] / [i915#9849]) -> [PASS][336]
   [335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg1-16/igt@i915_module_load@reload-with-fault-injection.html
   [336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-17/igt@i915_module_load@reload-with-fault-injection.html

  * igt@i915_pm_freq_api@freq-suspend@gt0:
    - shard-dg2:          [FAIL][337] -> [PASS][338]
   [337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-5/igt@i915_pm_freq_api@freq-suspend@gt0.html
   [338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-8/igt@i915_pm_freq_api@freq-suspend@gt0.html

  * igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0:
    - shard-dg1:          [FAIL][339] ([i915#3591]) -> [PASS][340]
   [339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html
   [340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html

  * igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
    - shard-tglu:         [FAIL][341] ([i915#3743]) -> [PASS][342]
   [341]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-tglu-2/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
   [342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-9/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html

  * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions:
    - shard-dg2:          [INCOMPLETE][343] ([i915#10056]) -> [PASS][344]
   [343]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-2/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html
   [344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-7/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions.html

  * igt@kms_dp_aux_dev:
    - shard-dg2:          [SKIP][345] ([i915#1257]) -> [PASS][346]
   [345]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-2/igt@kms_dp_aux_dev.html
   [346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@kms_dp_aux_dev.html

  * igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1:
    - shard-snb:          [FAIL][347] ([i915#2122]) -> [PASS][348] +1 other test pass
   [347]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-snb7/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1.html
   [348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-snb1/igt@kms_flip@flip-vs-blocking-wf-vblank@b-hdmi-a1.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt:
    - shard-dg2:          [FAIL][349] ([i915#6880]) -> [PASS][350]
   [349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html
   [350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt:
    - shard-snb:          [SKIP][351] -> [PASS][352] +2 other tests pass
   [351]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html
   [352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-shrfb-pgflip-blt.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-tglu:         [FAIL][353] ([i915#9295]) -> [PASS][354]
   [353]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-tglu-7/igt@kms_pm_dc@dc6-dpms.html
   [354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-2/igt@kms_pm_dc@dc6-dpms.html

  * igt@kms_pm_rpm@i2c:
    - shard-dg2:          [FAIL][355] ([i915#8717]) -> [PASS][356]
   [355]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-2/igt@kms_pm_rpm@i2c.html
   [356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-10/igt@kms_pm_rpm@i2c.html

  * igt@kms_pm_rpm@modeset-lpsp:
    - shard-dg2:          [SKIP][357] ([i915#9519]) -> [PASS][358] +1 other test pass
   [357]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-3/igt@kms_pm_rpm@modeset-lpsp.html
   [358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-10/igt@kms_pm_rpm@modeset-lpsp.html

  * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
    - shard-rkl:          [SKIP][359] ([i915#9519]) -> [PASS][360] +2 other tests pass
   [359]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-rkl-5/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
   [360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
    - shard-rkl:          [ABORT][361] ([i915#8875] / [i915#9926]) -> [PASS][362]
   [361]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-rkl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
   [362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-rkl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html

  * igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1:
    - shard-mtlp:         [FAIL][363] ([i915#9196]) -> [PASS][364]
   [363]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-mtlp-7/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html
   [364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-mtlp-3/igt@kms_universal_plane@cursor-fb-leak@pipe-d-edp-1.html

  * igt@perf_pmu@busy-double-start@vecs1:
    - shard-dg2:          [FAIL][365] ([i915#4349]) -> [PASS][366] +3 other tests pass
   [365]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-8/igt@perf_pmu@busy-double-start@vecs1.html
   [366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@perf_pmu@busy-double-start@vecs1.html

  
#### Warnings ####

  * igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0:
    - shard-tglu:         [FAIL][367] ([i915#3591]) -> [WARN][368] ([i915#2681]) +1 other test warn
   [367]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-tglu-8/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html
   [368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-tglu-10/igt@i915_pm_rc6_residency@rc6-idle@gt0-vcs0.html

  * igt@kms_content_protection@atomic-dpms:
    - shard-snb:          [SKIP][369] -> [INCOMPLETE][370] ([i915#8816])
   [369]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-snb5/igt@kms_content_protection@atomic-dpms.html
   [370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-snb7/igt@kms_content_protection@atomic-dpms.html

  * igt@kms_content_protection@mei-interface:
    - shard-dg1:          [SKIP][371] ([i915#9424]) -> [SKIP][372] ([i915#9433])
   [371]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg1-15/igt@kms_content_protection@mei-interface.html
   [372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg1-14/igt@kms_content_protection@mei-interface.html

  * igt@kms_psr@fbc-psr-primary-mmap-gtt:
    - shard-dg2:          [SKIP][373] ([i915#9673] / [i915#9732]) -> [SKIP][374] ([i915#9732]) +3 other tests skip
   [373]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-11/igt@kms_psr@fbc-psr-primary-mmap-gtt.html
   [374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-5/igt@kms_psr@fbc-psr-primary-mmap-gtt.html

  * igt@kms_psr@psr2-cursor-blt:
    - shard-dg2:          [SKIP][375] ([i915#9732]) -> [SKIP][376] ([i915#9673] / [i915#9732]) +16 other tests skip
   [375]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-3/igt@kms_psr@psr2-cursor-blt.html
   [376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@kms_psr@psr2-cursor-blt.html

  
  [IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
  [i915#10030]: https://gitlab.freedesktop.org/drm/intel/issues/10030
  [i915#10031]: https://gitlab.freedesktop.org/drm/intel/issues/10031
  [i915#10056]: https://gitlab.freedesktop.org/drm/intel/issues/10056
  [i915#10086]: https://gitlab.freedesktop.org/drm/intel/issues/10086
  [i915#10166]: https://gitlab.freedesktop.org/drm/intel/issues/10166
  [i915#10278]: https://gitlab.freedesktop.org/drm/intel/issues/10278
  [i915#10307]: https://gitlab.freedesktop.org/drm/intel/issues/10307
  [i915#10378]: https://gitlab.freedesktop.org/drm/intel/issues/10378
  [i915#10386]: https://gitlab.freedesktop.org/drm/intel/issues/10386
  [i915#10434]: https://gitlab.freedesktop.org/drm/intel/issues/10434
  [i915#10513]: https://gitlab.freedesktop.org/drm/intel/issues/10513
  [i915#1257]: https://gitlab.freedesktop.org/drm/intel/issues/1257
  [i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
  [i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
  [i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
  [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982
  [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122
  [i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434
  [i915#2435]: https://gitlab.freedesktop.org/drm/intel/issues/2435
  [i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436
  [i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
  [i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
  [i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
  [i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
  [i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
  [i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
  [i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
  [i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
  [i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
  [i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
  [i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
  [i915#3116]: https://gitlab.freedesktop.org/drm/intel/issues/3116
  [i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
  [i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
  [i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
  [i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
  [i915#3323]: https://gitlab.freedesktop.org/drm/intel/issues/3323
  [i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
  [i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
  [i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469
  [i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
  [i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
  [i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582
  [i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
  [i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
  [i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
  [i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
  [i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
  [i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
  [i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
  [i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
  [i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936
  [i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
  [i915#3966]: https://gitlab.freedesktop.org/drm/intel/issues/3966
  [i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
  [i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
  [i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
  [i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
  [i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
  [i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
  [i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
  [i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
  [i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
  [i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
  [i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348
  [i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
  [i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473
  [i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
  [i915#4537]: https://gitlab.freedesktop.org/drm/intel/issues/4537
  [i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
  [i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
  [i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
  [i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
  [i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
  [i915#4816]: https://gitlab.freedesktop.org/drm/intel/issues/4816
  [i915#4818]: https://gitlab.freedesktop.org/drm/intel/issues/4818
  [i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
  [i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
  [i915#4873]: https://gitlab.freedesktop.org/drm/intel/issues/4873
  [i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879
  [i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
  [i915#4884]: https://gitlab.freedesktop.org/drm/intel/issues/4884
  [i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
  [i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
  [i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
  [i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
  [i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
  [i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
  [i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
  [i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
  [i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
  [i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
  [i915#6334]: https://gitlab.freedesktop.org/drm/intel/issues/6334
  [i915#6335]: https://gitlab.freedesktop.org/drm/intel/issues/6335
  [i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
  [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
  [i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
  [i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805
  [i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
  [i915#6944]: https://gitlab.freedesktop.org/drm/intel/issues/6944
  [i915#7116]: https://gitlab.freedesktop.org/drm/intel/issues/7116
  [i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
  [i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213
  [i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387
  [i915#7443]: https://gitlab.freedesktop.org/drm/intel/issues/7443
  [i915#7582]: https://gitlab.freedesktop.org/drm/intel/issues/7582
  [i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
  [i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707
  [i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
  [i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
  [i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
  [i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
  [i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
  [i915#8289]: https://gitlab.freedesktop.org/drm/intel/issues/8289
  [i915#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
  [i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399
  [i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
  [i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
  [i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
  [i915#8440]: https://gitlab.freedesktop.org/drm/intel/issues/8440
  [i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
  [i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588
  [i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
  [i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
  [i915#8717]: https://gitlab.freedesktop.org/drm/intel/issues/8717
  [i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
  [i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812
  [i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
  [i915#8816]: https://gitlab.freedesktop.org/drm/intel/issues/8816
  [i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821
  [i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
  [i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925
  [i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067
  [i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196
  [i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227
  [i915#9293]: https://gitlab.freedesktop.org/drm/intel/issues/9293
  [i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295
  [i915#9311]: https://gitlab.freedesktop.org/drm/intel/issues/9311
  [i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
  [i915#9337]: https://gitlab.freedesktop.org/drm/intel/issues/9337
  [i915#9351]: https://gitlab.freedesktop.org/drm/intel/issues/9351
  [i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412
  [i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
  [i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
  [i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433
  [i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519
  [i915#9673]: https://gitlab.freedesktop.org/drm/intel/issues/9673
  [i915#9683]: https://gitlab.freedesktop.org/drm/intel/issues/9683
  [i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685
  [i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
  [i915#9723]: https://gitlab.freedesktop.org/drm/intel/issues/9723
  [i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732
  [i915#9781]: https://gitlab.freedesktop.org/drm/intel/issues/9781
  [i915#9808]: https://gitlab.freedesktop.org/drm/intel/issues/9808
  [i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809
  [i915#9820]: https://gitlab.freedesktop.org/drm/intel/issues/9820
  [i915#9833]: https://gitlab.freedesktop.org/drm/intel/issues/9833
  [i915#9846]: https://gitlab.freedesktop.org/drm/intel/issues/9846
  [i915#9849]: https://gitlab.freedesktop.org/drm/intel/issues/9849
  [i915#9857]: https://gitlab.freedesktop.org/drm/intel/issues/9857
  [i915#9906]: https://gitlab.freedesktop.org/drm/intel/issues/9906
  [i915#9917]: https://gitlab.freedesktop.org/drm/intel/issues/9917
  [i915#9926]: https://gitlab.freedesktop.org/drm/intel/issues/9926
  [i915#9934]: https://gitlab.freedesktop.org/drm/intel/issues/9934


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

  * CI: CI-20190529 -> None
  * IGT: IGT_7777 -> IGTPW_10885
  * Piglit: piglit_4509 -> None

  CI-20190529: 20190529
  CI_DRM_14468: a19e6423c2c21b8dc7ad79ca95cc24637b248bd0 @ git://anongit.freedesktop.org/gfx-ci/linux
  IGTPW_10885: 10885
  IGT_7777: 7777
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

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

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

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

* Re: ✗ Fi.CI.IGT: failure for Align Xe test documentation to recent i915 changes
  2024-03-23  8:37 ` ✗ Fi.CI.IGT: failure " Patchwork
@ 2024-03-25 14:44   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 14:44 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, I915-ci-infra, lgci.bug.filing,
	TejasreeX Illipilli

Hi igt-dev,
On 2024-03-23 at 08:37:16 -0000, Patchwork wrote:
> == Series Details ==
> 
> Series: Align Xe test documentation to recent i915 changes
> URL   : https://patchwork.freedesktop.org/series/131492/
> State : failure
> 
> == Summary ==
> 
> CI Bug Log - changes from CI_DRM_14468_full -> IGTPW_10885_full
> ====================================================
> 
> Summary
> -------
> 
>   **FAILURE**
> 
>   Serious unknown changes coming with IGTPW_10885_full absolutely need to be
>   verified manually.
>   
>   If you think the reported changes have nothing to do with the changes
>   introduced in IGTPW_10885_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
>   to document this new failure mode, which will reduce false positives in CI.
> 
>   External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/index.html
> 
> Participating hosts (9 -> 9)
> ------------------------------
> 
>   No changes in participating hosts
> 
> Possible new issues
> -------------------
> 
>   Here are the unknown changes that may have been introduced in IGTPW_10885_full:
> 
> ### IGT changes ###
> 
> #### Possible regressions ####
> 
>   * igt@gem_exec_suspend@basic-s3@smem:
>     - shard-dg2:          [PASS][1] -> [INCOMPLETE][2]
>    [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-dg2-3/igt@gem_exec_suspend@basic-s3@smem.html
>    [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-dg2-11/igt@gem_exec_suspend@basic-s3@smem.html
> 
>   * igt@kms_plane_lowres@tiling-none@pipe-a-hdmi-a-1:
>     - shard-snb:          [PASS][3] -> [ABORT][4]
>    [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14468/shard-snb7/igt@kms_plane_lowres@tiling-none@pipe-a-hdmi-a-1.html
>    [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/shard-snb7/igt@kms_plane_lowres@tiling-none@pipe-a-hdmi-a-1.html
> 

This is unrelated to changes in C comments (test docs),

Regards,
Kamil

>   
> Known issues
> ------------
> 
>   Here are the changes found in IGTPW_10885_full that come from known issues:
> 
> ### IGT changes ###
> 
> #### Issues hit ####
> 

...cut...

> 
> Build changes
> -------------
> 
>   * CI: CI-20190529 -> None
>   * IGT: IGT_7777 -> IGTPW_10885
>   * Piglit: piglit_4509 -> None
> 
>   CI-20190529: 20190529
>   CI_DRM_14468: a19e6423c2c21b8dc7ad79ca95cc24637b248bd0 @ git://anongit.freedesktop.org/gfx-ci/linux
>   IGTPW_10885: 10885
>   IGT_7777: 7777
>   piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
> 
> == Logs ==
> 
> For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10885/index.html

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

* Re: [PATCH i-g-t 01/12] tests/intel: Unify Blitter subcategory for i915 and Xe
  2024-03-22 12:40 ` [PATCH i-g-t 01/12] tests/intel: Unify Blitter subcategory for i915 and Xe Katarzyna Piecielska
@ 2024-03-25 14:46   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 14:46 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu, Zbigniew Kempczyński

Hi Katarzyna,
On 2024-03-22 at 12:40:56 +0000, Katarzyna Piecielska wrote:
> After cleaning up test documentation for i915 tests some Xe tweaks are
> needed. Let's unify Blitter subcategory between Xe and i915.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>
> Cc: Zbigniew Kempczyński <zbigniew.kempczynski@intel.com>

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel/xe_ccs.c        | 2 +-
>  tests/intel/xe_copy_basic.c | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/tests/intel/xe_ccs.c b/tests/intel/xe_ccs.c
> index aec83a057..7d0f2f2a1 100644
> --- a/tests/intel/xe_ccs.c
> +++ b/tests/intel/xe_ccs.c
> @@ -21,7 +21,7 @@
>  /**
>   * TEST: xe ccs
>   * Category: Hardware building block
> - * Sub-category: blitter
> + * Sub-category: Blitter
>   * Functionality: flat_ccs
>   * Description: Exercise gen12 blitter with and without flatccs compression on Xe
>   * Test category: functionality test
> diff --git a/tests/intel/xe_copy_basic.c b/tests/intel/xe_copy_basic.c
> index 66c666eac..25e8adca0 100644
> --- a/tests/intel/xe_copy_basic.c
> +++ b/tests/intel/xe_copy_basic.c
> @@ -22,8 +22,8 @@
>  /**
>   * TEST: Test to validate copy commands on xe
>   * Category: Software building block
> - * Sub-category: Copy
> - * Functionality: blitter
> + * Sub-category: Blitter
> + * Functionality: copy
>   */
>  
>  /**
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 02/12] tests/intel: Introduce CMD submission Sub-category for XE
  2024-03-22 12:40 ` [PATCH i-g-t 02/12] tests/intel: Introduce CMD submission Sub-category for XE Katarzyna Piecielska
@ 2024-03-25 14:48   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 14:48 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:40:57 +0000, Katarzyna Piecielska wrote:
> Let's introduce 'CMD submission' subcategory in Xe. So far 'execbuf'
> subcategory was used.
> Also let's move xe_exec_store to CMD submission subcategory
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel/xe_exec_balancer.c     | 2 +-
>  tests/intel/xe_exec_basic.c        | 2 +-
>  tests/intel/xe_exec_compute_mode.c | 2 +-
>  tests/intel/xe_exec_fault_mode.c   | 2 +-
>  tests/intel/xe_exec_reset.c        | 2 +-
>  tests/intel/xe_exec_store.c        | 2 +-
>  tests/intel/xe_exec_threads.c      | 2 +-
>  7 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/tests/intel/xe_exec_balancer.c b/tests/intel/xe_exec_balancer.c
> index 02edd389d..6e467e34a 100644
> --- a/tests/intel/xe_exec_balancer.c
> +++ b/tests/intel/xe_exec_balancer.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: virtual and parallel exec_queues
>   * Test category: functionality test
>   */
> diff --git a/tests/intel/xe_exec_basic.c b/tests/intel/xe_exec_basic.c
> index e6f8db5b0..06be502d6 100644
> --- a/tests/intel/xe_exec_basic.c
> +++ b/tests/intel/xe_exec_basic.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf functionality
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: exec_queues
>   */
>  
> diff --git a/tests/intel/xe_exec_compute_mode.c b/tests/intel/xe_exec_compute_mode.c
> index 2ba94d2c6..c1f703c43 100644
> --- a/tests/intel/xe_exec_compute_mode.c
> +++ b/tests/intel/xe_exec_compute_mode.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf compute machine functionality
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: compute machine
>   */
>  
> diff --git a/tests/intel/xe_exec_fault_mode.c b/tests/intel/xe_exec_fault_mode.c
> index 20a7cf8fe..72a7bd4fd 100644
> --- a/tests/intel/xe_exec_fault_mode.c
> +++ b/tests/intel/xe_exec_fault_mode.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: fault mode
>   * GPU requirements: GPU needs support for DRM_XE_VM_CREATE_FLAG_FAULT_MODE
>   */
> diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c
> index a39e5860e..22735688a 100644
> --- a/tests/intel/xe_exec_reset.c
> +++ b/tests/intel/xe_exec_reset.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: reset
>   * Test category: functionality test
>   */
> diff --git a/tests/intel/xe_exec_store.c b/tests/intel/xe_exec_store.c
> index 55354e688..c57bcb852 100644
> --- a/tests/intel/xe_exec_store.c
> +++ b/tests/intel/xe_exec_store.c
> @@ -15,7 +15,7 @@
>  /**
>   * TEST: Tests to verify store dword functionality.
>   * Category: Software building block
> - * Sub-category: HW
> + * Sub-category: CMD submission
>   * Functionality: intel-bb
>   * Test category: functionality test
>   */
> diff --git a/tests/intel/xe_exec_threads.c b/tests/intel/xe_exec_threads.c
> index 977e8c600..05ea1d35a 100644
> --- a/tests/intel/xe_exec_threads.c
> +++ b/tests/intel/xe_exec_threads.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests for execbuf functionality
>   * Category: Hardware building block
> - * Sub-category: execbuf
> + * Sub-category: CMD submission
>   * Functionality: multi-threads
>   * Test category: functionality test
>   */
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 03/12] tests/intel: Fix inconsitency in Sub-category/Functionality names
  2024-03-22 12:40 ` [PATCH i-g-t 03/12] tests/intel: Fix inconsitency in Sub-category/Functionality names Katarzyna Piecielska
@ 2024-03-25 15:02   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:02 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:40:58 +0000, Katarzyna Piecielska wrote:
> Let's fix:
>  - s/compute/Compute/
>  - s/Flat-CCS/Flat-ccs/
>  - s/frequency/Power management/.
--------------------------------- ^
Drop dot from end. imho it would be better to split series
into one with functional changes like this and then rest
with only changes in letter conversion lowercase to/from uppercase.

>  - s/power management/Power management/
>  - s/Power Management/Power management/
>  - s/sysman/SysMan/
>  - s/gpgpu/GPGPU/
------ ^
>  - s/gpgpu/gpgpu_fill/
------ ^
This collide with previous one, imho just write in which one
you used former and in which latter.

>  - s/evict/eviction/
>  - s/BO creation/bo/

"bo" looks a little too short, what about "buffer object"?

>  - s/sysman/SysMan/

This was already handled above, drop it from here.

With this:

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

>  - s/fill surface with media block/fill media/
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>
> ---
>  tests/intel/xe_compute.c          | 2 +-
>  tests/intel/xe_compute_preempt.c  | 2 +-
>  tests/intel/xe_create.c           | 2 +-
>  tests/intel/xe_evict.c            | 2 +-
>  tests/intel/xe_evict_ccs.c        | 2 +-
>  tests/intel/xe_gpgpu_fill.c       | 4 ++--
>  tests/intel/xe_gt_freq.c          | 2 +-
>  tests/intel/xe_media_fill.c       | 4 ++--
>  tests/intel/xe_noexec_ping_pong.c | 2 +-
>  tests/intel/xe_pm.c               | 2 +-
>  tests/intel/xe_pm_residency.c     | 2 +-
>  tests/intel/xe_sysfs_defaults.c   | 2 +-
>  tests/intel/xe_sysfs_scheduler.c  | 2 +-
>  13 files changed, 15 insertions(+), 15 deletions(-)
> 
> diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
> index 42f42ca0c..9cf359383 100644
> --- a/tests/intel/xe_compute.c
> +++ b/tests/intel/xe_compute.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Check compute-related functionality
>   * Category: Hardware building block
> - * Sub-category: compute
> + * Sub-category: Compute
>   * Test category: functionality test
>   */
>  
> diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
> index 2bc27eff1..45aa15c78 100644
> --- a/tests/intel/xe_compute_preempt.c
> +++ b/tests/intel/xe_compute_preempt.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Check compute-related preemption functionality
>   * Category: Hardware building block
> - * Sub-category: compute
> + * Sub-category: Compute
>   * Test category: functionality test
>   */
>  
> diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c
> index 1d3918663..fd5d71d8a 100644
> --- a/tests/intel/xe_create.c
> +++ b/tests/intel/xe_create.c
> @@ -273,7 +273,7 @@ static void create_massive_size(int fd)
>  
>  /**
>   * SUBTEST: create-big-vram
> - * Functionality: BO creation
> + * Functionality: bo
>   * Test category: functionality test
>   * Description: Verifies the creation of substantial BO within VRAM,
>   *		constituting all available CPU-visible VRAM.
> diff --git a/tests/intel/xe_evict.c b/tests/intel/xe_evict.c
> index 43e20ef6c..8ef55211f 100644
> --- a/tests/intel/xe_evict.c
> +++ b/tests/intel/xe_evict.c
> @@ -7,7 +7,7 @@
>   * TEST: Check VMA eviction
>   * Category: Software building block
>   * Sub-category: VMA
> - * Functionality: evict
> + * Functionality: eviction
>   * GPU requirements: GPU needs to have dedicated VRAM
>   */
>  
> diff --git a/tests/intel/xe_evict_ccs.c b/tests/intel/xe_evict_ccs.c
> index 35ae8151a..8e43f691d 100644
> --- a/tests/intel/xe_evict_ccs.c
> +++ b/tests/intel/xe_evict_ccs.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Check flat-ccs eviction
>   * Category: Software building block
> - * Sub-category: Flat-CCS
> + * Sub-category: Flat-ccs
>   * Functionality: ccs-evict
>   * GPU requirements: GPU needs to have dedicated VRAM
>   */
> diff --git a/tests/intel/xe_gpgpu_fill.c b/tests/intel/xe_gpgpu_fill.c
> index eee77d252..a359f9f55 100644
> --- a/tests/intel/xe_gpgpu_fill.c
> +++ b/tests/intel/xe_gpgpu_fill.c
> @@ -6,8 +6,8 @@
>  /**
>   * TEST: Basic tests for gpgpu functionality
>   * Category: Software building block
> - * Sub-category: gpgpu
> - * Functionality: gpgpu
> + * Sub-category: GPGPU
> + * Functionality: gpgpu_fill
>   * Test category: functionality test
>   */
>  
> diff --git a/tests/intel/xe_gt_freq.c b/tests/intel/xe_gt_freq.c
> index f0de341cb..c12f6c52c 100644
> --- a/tests/intel/xe_gt_freq.c
> +++ b/tests/intel/xe_gt_freq.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Test Xe GT frequency request functionality
>   * Category: Infrastructure
> - * Sub-category: frequency
> + * Sub-category: Power management
>   * Functionality: frequency request
>   * Test category: functionality test
>   */
> diff --git a/tests/intel/xe_media_fill.c b/tests/intel/xe_media_fill.c
> index ddda1b535..e6b5aaf73 100644
> --- a/tests/intel/xe_media_fill.c
> +++ b/tests/intel/xe_media_fill.c
> @@ -29,9 +29,9 @@
>   * TEST: xe media fill
>   * Category: Hardware building block
>   * Sub-category: Media
> - * Functionality: fill surface with media block
> + * Functionality: fill media
>   * Description: Basic tests for the media_fill() function.
> - * Feature: media
> + * Feature: media feature
>   * Test category: functionality test
>   *
>   * SUBTEST: media-fill
> diff --git a/tests/intel/xe_noexec_ping_pong.c b/tests/intel/xe_noexec_ping_pong.c
> index d02ef62e4..51f28d9d0 100644
> --- a/tests/intel/xe_noexec_ping_pong.c
> +++ b/tests/intel/xe_noexec_ping_pong.c
> @@ -18,7 +18,7 @@
>  /**
>   * TEST: Expose compute VM's unnecessary rebinds
>   * Category: Hardware building block
> - * Sub-category: compute
> + * Sub-category: Compute
>   * Functionality: compute VM rebind
>   * Test category: functionality test
>   *
> diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
> index 3aa247353..c8a5cc6de 100644
> --- a/tests/intel/xe_pm.c
> +++ b/tests/intel/xe_pm.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Check Power Management functionality
>   * Category: Software building block
> - * Sub-category: power management
> + * Sub-category: Power management
>   * Test category: functionality test
>   */
>  
> diff --git a/tests/intel/xe_pm_residency.c b/tests/intel/xe_pm_residency.c
> index 0d8ead6a2..ad70e2430 100644
> --- a/tests/intel/xe_pm_residency.c
> +++ b/tests/intel/xe_pm_residency.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Test gtidle properties
>   * Category: Software building block
> - * Sub-category: Power Management
> + * Sub-category: Power management
>   * Functionality: GT C States
>   * Test category: functionality test
>   */
> diff --git a/tests/intel/xe_sysfs_defaults.c b/tests/intel/xe_sysfs_defaults.c
> index 4a6b3ba6d..b1ab36589 100644
> --- a/tests/intel/xe_sysfs_defaults.c
> +++ b/tests/intel/xe_sysfs_defaults.c
> @@ -7,7 +7,7 @@
>   * TEST: xe sysfs defaults
>   * Category: Infrastructure
>   * Functionality: sysman defaults
> - * Sub-category: sysman
> + * Sub-category: SysMan
>   * Test category: functionality test
>   * SUBTEST: engine-defaults
>   * Description: check if the sysfs engine .defaults node has all values.
> diff --git a/tests/intel/xe_sysfs_scheduler.c b/tests/intel/xe_sysfs_scheduler.c
> index 5a22abbf1..d1ef422f4 100644
> --- a/tests/intel/xe_sysfs_scheduler.c
> +++ b/tests/intel/xe_sysfs_scheduler.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: xe sysfs scheduler
>   * Category: Infrastructure
> - * Sub-category: sysman
> + * Sub-category: SysMan
>   * Functionality: scheduler control interface
>   *
>   * SUBTEST: %s-invalid
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 03/11] tests/intel: Fix inconsitency in Sub-category names
  2024-03-22 12:40 ` [PATCH i-g-t 03/11] tests/intel: Fix inconsitency in Sub-category names Katarzyna Piecielska
@ 2024-03-25 15:04   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:04 UTC (permalink / raw)
  To: igt-dev, Mauro Carvalho Chehab, Aditya Chauhan, Girotra Himanshu
  Cc: Katarzyna Piecielska

Hi Katarzyna,
On 2024-03-22 at 12:40:59 +0000, Katarzyna Piecielska wrote:

[PATCH i-g-t 03/11] tests/intel: Fix inconsitency in Sub-category names

Looks like some leftover? You already sent 3/12 with almost
the same content.

Regards,
Kamil

> Let's fix:
>  - s/compute/Compute/
>  - s/Flat-CCS/Flat-ccs/
>  - s/frequency/Power management/.
>  - s/power management/Power management/
>  - s/Power Management/Power management/
>  - s/sysman/SysMan/
>  - s/gpgpu/GPGPU/
>  - s/gpgpu/gpgpu_fill/
>  - s/evict/eviction/
>  - s/BO creation/bo/
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>
> ---
>  tests/intel/xe_compute.c          | 2 +-
>  tests/intel/xe_compute_preempt.c  | 2 +-
>  tests/intel/xe_create.c           | 2 +-
>  tests/intel/xe_evict.c            | 2 +-
>  tests/intel/xe_evict_ccs.c        | 2 +-
>  tests/intel/xe_gpgpu_fill.c       | 4 ++--
>  tests/intel/xe_gt_freq.c          | 2 +-
>  tests/intel/xe_noexec_ping_pong.c | 2 +-
>  tests/intel/xe_pm.c               | 2 +-
>  tests/intel/xe_pm_residency.c     | 2 +-
>  tests/intel/xe_sysfs_scheduler.c  | 2 +-
>  11 files changed, 12 insertions(+), 12 deletions(-)
> 
> diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
> index 42f42ca0c..9cf359383 100644
> --- a/tests/intel/xe_compute.c
> +++ b/tests/intel/xe_compute.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Check compute-related functionality
>   * Category: Hardware building block
> - * Sub-category: compute
> + * Sub-category: Compute
>   * Test category: functionality test
>   */
>  
> diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
> index 2bc27eff1..45aa15c78 100644
> --- a/tests/intel/xe_compute_preempt.c
> +++ b/tests/intel/xe_compute_preempt.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Check compute-related preemption functionality
>   * Category: Hardware building block
> - * Sub-category: compute
> + * Sub-category: Compute
>   * Test category: functionality test
>   */
>  
> diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c
> index 1d3918663..fd5d71d8a 100644
> --- a/tests/intel/xe_create.c
> +++ b/tests/intel/xe_create.c
> @@ -273,7 +273,7 @@ static void create_massive_size(int fd)
>  
>  /**
>   * SUBTEST: create-big-vram
> - * Functionality: BO creation
> + * Functionality: bo
>   * Test category: functionality test
>   * Description: Verifies the creation of substantial BO within VRAM,
>   *		constituting all available CPU-visible VRAM.
> diff --git a/tests/intel/xe_evict.c b/tests/intel/xe_evict.c
> index 43e20ef6c..8ef55211f 100644
> --- a/tests/intel/xe_evict.c
> +++ b/tests/intel/xe_evict.c
> @@ -7,7 +7,7 @@
>   * TEST: Check VMA eviction
>   * Category: Software building block
>   * Sub-category: VMA
> - * Functionality: evict
> + * Functionality: eviction
>   * GPU requirements: GPU needs to have dedicated VRAM
>   */
>  
> diff --git a/tests/intel/xe_evict_ccs.c b/tests/intel/xe_evict_ccs.c
> index 35ae8151a..8e43f691d 100644
> --- a/tests/intel/xe_evict_ccs.c
> +++ b/tests/intel/xe_evict_ccs.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Check flat-ccs eviction
>   * Category: Software building block
> - * Sub-category: Flat-CCS
> + * Sub-category: Flat-ccs
>   * Functionality: ccs-evict
>   * GPU requirements: GPU needs to have dedicated VRAM
>   */
> diff --git a/tests/intel/xe_gpgpu_fill.c b/tests/intel/xe_gpgpu_fill.c
> index eee77d252..a359f9f55 100644
> --- a/tests/intel/xe_gpgpu_fill.c
> +++ b/tests/intel/xe_gpgpu_fill.c
> @@ -6,8 +6,8 @@
>  /**
>   * TEST: Basic tests for gpgpu functionality
>   * Category: Software building block
> - * Sub-category: gpgpu
> - * Functionality: gpgpu
> + * Sub-category: GPGPU
> + * Functionality: gpgpu_fill
>   * Test category: functionality test
>   */
>  
> diff --git a/tests/intel/xe_gt_freq.c b/tests/intel/xe_gt_freq.c
> index f0de341cb..c12f6c52c 100644
> --- a/tests/intel/xe_gt_freq.c
> +++ b/tests/intel/xe_gt_freq.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Test Xe GT frequency request functionality
>   * Category: Infrastructure
> - * Sub-category: frequency
> + * Sub-category: Power management
>   * Functionality: frequency request
>   * Test category: functionality test
>   */
> diff --git a/tests/intel/xe_noexec_ping_pong.c b/tests/intel/xe_noexec_ping_pong.c
> index d02ef62e4..51f28d9d0 100644
> --- a/tests/intel/xe_noexec_ping_pong.c
> +++ b/tests/intel/xe_noexec_ping_pong.c
> @@ -18,7 +18,7 @@
>  /**
>   * TEST: Expose compute VM's unnecessary rebinds
>   * Category: Hardware building block
> - * Sub-category: compute
> + * Sub-category: Compute
>   * Functionality: compute VM rebind
>   * Test category: functionality test
>   *
> diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
> index 3aa247353..c8a5cc6de 100644
> --- a/tests/intel/xe_pm.c
> +++ b/tests/intel/xe_pm.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Check Power Management functionality
>   * Category: Software building block
> - * Sub-category: power management
> + * Sub-category: Power management
>   * Test category: functionality test
>   */
>  
> diff --git a/tests/intel/xe_pm_residency.c b/tests/intel/xe_pm_residency.c
> index 0d8ead6a2..ad70e2430 100644
> --- a/tests/intel/xe_pm_residency.c
> +++ b/tests/intel/xe_pm_residency.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Test gtidle properties
>   * Category: Software building block
> - * Sub-category: Power Management
> + * Sub-category: Power management
>   * Functionality: GT C States
>   * Test category: functionality test
>   */
> diff --git a/tests/intel/xe_sysfs_scheduler.c b/tests/intel/xe_sysfs_scheduler.c
> index 5a22abbf1..d1ef422f4 100644
> --- a/tests/intel/xe_sysfs_scheduler.c
> +++ b/tests/intel/xe_sysfs_scheduler.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: xe sysfs scheduler
>   * Category: Infrastructure
> - * Sub-category: sysman
> + * Sub-category: SysMan
>   * Functionality: scheduler control interface
>   *
>   * SUBTEST: %s-invalid
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 04/12] tests/intel: Let's have Firmware subcategory in Xe tests as well
  2024-03-22 12:41 ` [PATCH i-g-t 04/12] tests/intel: Let's have Firmware subcategory in Xe tests as well Katarzyna Piecielska
@ 2024-03-25 15:05   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:05 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:00 +0000, Katarzyna Piecielska wrote:
> Let's put HUC test to Firmware subcategory to align with i915 docs.
> Also change functionality name s/HuC copy/huc copy/ to align with i915
> test docs.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel/xe_huc_copy.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/intel/xe_huc_copy.c b/tests/intel/xe_huc_copy.c
> index ca045c41b..339cf6e5f 100644
> --- a/tests/intel/xe_huc_copy.c
> +++ b/tests/intel/xe_huc_copy.c
> @@ -6,8 +6,8 @@
>  /**
>   * TEST: Test HuC copy firmware.
>   * Category: Firmware building block
> - * Sub-category: HuC
> - * Functionality: HuC copy
> + * Sub-category: Firmware
> + * Functionality: huc copy
>   * Test category: functionality test
>   * TODO: make the test more generic, getting rid of the PCI ID list
>   * GPU requirements: This test currently requires TGL, and runs only if the
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 05/12] tests/intel: Move drm_fdinfo to driver subcategory
  2024-03-22 12:41 ` [PATCH i-g-t 05/12] tests/intel: Move drm_fdinfo to driver subcategory Katarzyna Piecielska
@ 2024-03-25 15:06   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:06 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:01 +0000, Katarzyna Piecielska wrote:
> On Xe drm_fdinfo test is in
>      Sub-category: driver
>      Functionality: Per client memory statistics
> Let's use the same for drm_fdinfo in i915.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel/drm_fdinfo.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/intel/drm_fdinfo.c b/tests/intel/drm_fdinfo.c
> index a10c9fffc..61c66079e 100644
> --- a/tests/intel/drm_fdinfo.c
> +++ b/tests/intel/drm_fdinfo.c
> @@ -37,8 +37,8 @@
>   * TEST: drm fdinfo
>   * Description: Test the i915 drm fdinfo data
>   * Feature: client busyness
> - * Functionality: client_busyness
> - * Sub-category: FDinfo
> + * Functionality: Per client memory statistics
> + * Sub-category: driver
>   * Category: Desktop client
>   *
>   * SUBTEST: all-busy-check-all
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 06/12] tests/intel: Add xe_prime_self_import to DRM subcategory
  2024-03-22 12:41 ` [PATCH i-g-t 06/12] tests/intel: Add xe_prime_self_import to DRM subcategory Katarzyna Piecielska
@ 2024-03-25 15:08   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:08 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:02 +0000, Katarzyna Piecielska wrote:
> Let's move xe_prime_self_import to DRM subcategory to unify with i915
> test documentation.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel/xe_prime_self_import.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel/xe_prime_self_import.c b/tests/intel/xe_prime_self_import.c
> index 8e7290e9e..f47733bb2 100644
> --- a/tests/intel/xe_prime_self_import.c
> +++ b/tests/intel/xe_prime_self_import.c
> @@ -28,7 +28,7 @@
>  /**
>   * TEST: Check whether prime import/export works on the same device
>   * Category: Software building block
> - * Sub-category: drm prime
> + * Sub-category: DRM
>   * Functionality: prime import/export
>   * Test category: functionality test
>   *
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 07/12] tests/intel: Move xe_mmap to Memory management Sub-category
  2024-03-22 12:41 ` [PATCH i-g-t 07/12] tests/intel: Move xe_mmap to Memory management Sub-category Katarzyna Piecielska
@ 2024-03-25 15:10   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:10 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:03 +0000, Katarzyna Piecielska wrote:
> It looks like Memory management is more suitable Sub-category for
> xe_mmap test.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>
> ---
>  tests/intel/xe_mmap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel/xe_mmap.c b/tests/intel/xe_mmap.c
> index e96192d23..dcd36a50d 100644
> --- a/tests/intel/xe_mmap.c
> +++ b/tests/intel/xe_mmap.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Test if the driver is capable of doing mmap on different memory regions
>   * Category: Software building block
> - * Sub-category: VMA
> + * Sub-category: Memory management

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

>   * Functionality: mmap
>   */
>  
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 08/12] tests/intel: Add xe_spin_batch to IGT Lib Sub-category
  2024-03-22 12:41 ` [PATCH i-g-t 08/12] tests/intel: Add xe_spin_batch to IGT Lib Sub-category Katarzyna Piecielska
@ 2024-03-25 15:10   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:10 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Sai Gowtham Ch,
	Aditya Chauhan, Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:04 +0000, Katarzyna Piecielska wrote:
> Let's align Sub-categories for xe_spin_batch and gem_spin_batch.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel/xe_spin_batch.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel/xe_spin_batch.c b/tests/intel/xe_spin_batch.c
> index 9f844fa80..da8fd0a30 100644
> --- a/tests/intel/xe_spin_batch.c
> +++ b/tests/intel/xe_spin_batch.c
> @@ -9,7 +9,7 @@
>  /**
>   * TEST: Tests for spin batch submissons.
>   * Category: Software building block
> - * Sub-category: spin
> + * Sub-category: IGT Lib
>   * Functionality: parallel execution
>   * Test category: functionality test
>   */
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 09/12] tests/intel: Move xe_exec_queue_property to Sub-category uapi
  2024-03-22 12:41 ` [PATCH i-g-t 09/12] tests/intel: Move xe_exec_queue_property to Sub-category uapi Katarzyna Piecielska
@ 2024-03-25 15:11   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:11 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:05 +0000, Katarzyna Piecielska wrote:
> Let's move xe_exec_queue_property to Sub-category uapi to align with
> i915 test documentation.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> ---
>  tests/intel/xe_exec_queue_property.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/intel/xe_exec_queue_property.c b/tests/intel/xe_exec_queue_property.c
> index b1cdc7ffe..51ecd725d 100644
> --- a/tests/intel/xe_exec_queue_property.c
> +++ b/tests/intel/xe_exec_queue_property.c
> @@ -6,7 +6,7 @@
>  /**
>   * TEST: Basic tests to check exec_queue set/get property functionality
>   * Category: Software building block
> - * Sub-category: exec queue property
> + * Sub-category: uapi
>   * Functionality: exec queue set property
>   * Test category: functionality test
>   * SUBTEST: priority-set-property
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 10/12] tests/intel: Move xe_waitfence test to Synchronization sub-category
  2024-03-22 12:41 ` [PATCH i-g-t 10/12] tests/intel: Move xe_waitfence test to Synchronization sub-category Katarzyna Piecielska
@ 2024-03-25 15:14   ` Kamil Konieczny
  2024-03-26  9:12     ` Piecielska, Katarzyna
  0 siblings, 1 reply; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:14 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:06 +0000, Katarzyna Piecielska wrote:
> Let's move xe_waitfence test to Synchronization sub-category to align
> with i915 test documentation.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>
> ---
>  tests/intel/xe_waitfence.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/tests/intel/xe_waitfence.c b/tests/intel/xe_waitfence.c
> index 5a67148ed..071e67bd6 100644
> --- a/tests/intel/xe_waitfence.c
> +++ b/tests/intel/xe_waitfence.c
> @@ -16,7 +16,7 @@
>  /**
>   * TEST: Check if waitfences work
>   * Category: Software building block
> - * Sub-category: waitfence
> + * Sub-category: Synchronizatio

There are conflicts with Functionality fields here:

n.Functionality:../tests/intel/gem_fenced_exec_thrash.c: * Functionality: synchronization
n.Functionality:../tests/intel/gem_fence_thrash.c: * Functionality: synchronization
n.Functionality:../tests/intel/gem_fence_upload.c: * Functionality: synchronization
n.Functionality:../tests/intel/kms_fence_pin_leak.c: * Functionality: kms_core, synchronization

but maybe this should be solved in separate patch.

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

>   * Functionality: waitfence
>   * Test category: functionality test
>   * Description: Test waitfences functionality
> @@ -140,7 +140,6 @@ waitfence(int fd, enum waittype wt)
>  /**
>   * TEST: Negative test for wait ufence ioctl
>   * Category: Software building block
> - * Sub-category: waitfence
>   * Functionality: waitfence
>   * Test category: negative test
>   *
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 11/12] tests/intel: Unify functionality for compute tests
  2024-03-22 12:41 ` [PATCH i-g-t 11/12] tests/intel: Unify functionality for compute tests Katarzyna Piecielska
@ 2024-03-25 15:18   ` Kamil Konieczny
  0 siblings, 0 replies; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:18 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:07 +0000, Katarzyna Piecielska wrote:
> Let's clean up functionality for Xe compute tests:
> 
> 	s/compute machine/compute/ for xe_exec_compute_mode.c
> 	s/compute VM bind/VM bind/ for igt@xe_noexec_ping_pong.c
> 	s/compute openCL kernel/openCL kernel/ for xe_compute*.c
----------------------------^
imho this should be OpenCL

With this,
Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> 	s/ccs_mode user interface/ccs mode/ for xe_compute@ccs-mode-*
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>
> ---
>  tests/intel/xe_compute.c           | 6 +++---
>  tests/intel/xe_compute_preempt.c   | 8 +++++---
>  tests/intel/xe_exec_compute_mode.c | 2 +-
>  tests/intel/xe_noexec_ping_pong.c  | 2 +-
>  4 files changed, 10 insertions(+), 8 deletions(-)
> 
> diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
> index 9cf359383..8d377990c 100644
> --- a/tests/intel/xe_compute.c
> +++ b/tests/intel/xe_compute.c
> @@ -44,7 +44,7 @@ static bool get_num_cslices(u32 gt, u32 *num_slices)
>   * SUBTEST: ccs-mode-basic
>   * GPU requirement: PVC
>   * Description: Validate 'ccs_mode' sysfs uapi
> - * Functionality: ccs_mode user interface
> + * Functionality: ccs mode
>   */
>  static void
>  test_ccs_mode(int num_gt)
> @@ -111,7 +111,7 @@ test_ccs_mode(int num_gt)
>   * SUBTEST: ccs-mode-compute-kernel
>   * GPU requirement: PVC
>   * Description: Validate 'ccs_mode' by running compute kernel
> - * Functionality: CCS mode funtionality
> + * Functionality: ccs mode
>   */
>  static void
>  test_compute_kernel_with_ccs_mode(int num_gt)
> @@ -158,7 +158,7 @@ test_compute_kernel_with_ccs_mode(int num_gt)
>   * Description:
>   *	Run an openCL Kernel that returns output[i] = input[i] * input[i],
>   *	for an input dataset..
> - * Functionality: compute openCL kernel
> + * Functionality: openCL kernel
>   */
>  static void
>  test_compute_square(int fd)
> diff --git a/tests/intel/xe_compute_preempt.c b/tests/intel/xe_compute_preempt.c
> index 45aa15c78..a4863c364 100644
> --- a/tests/intel/xe_compute_preempt.c
> +++ b/tests/intel/xe_compute_preempt.c
> @@ -21,17 +21,19 @@
>   * GPU requirement: LNL
>   * Description:
>   *      Exercise compute walker mid thread preemption scenario
> - * Functionality: compute openCL kernel
> + * Functionality: openCL kernel
> + *
>   * SUBTEST: compute-preempt-many
>   * GPU requirement: LNL
>   * Description:
>   *      Exercise multiple walker mid thread preemption scenario
> - * Functionality: compute openCL kernel
> + * Functionality: openCL kernel
> + *
>   * SUBTEST: compute-threadgroup-preempt
>   * GPU requirement: LNL
>   * Description:
>   *      Exercise compute walker threadgroup preemption scenario
> - * Functionality: compute openCL kernel
> + * Functionality: openCL kernel
>   */
>  static void
>  test_compute_preempt(int fd, struct drm_xe_engine_class_instance *hwe, bool threadgroup_preemption)
> diff --git a/tests/intel/xe_exec_compute_mode.c b/tests/intel/xe_exec_compute_mode.c
> index c1f703c43..3ec848164 100644
> --- a/tests/intel/xe_exec_compute_mode.c
> +++ b/tests/intel/xe_exec_compute_mode.c
> @@ -7,7 +7,7 @@
>   * TEST: Basic tests for execbuf compute machine functionality
>   * Category: Hardware building block
>   * Sub-category: CMD submission
> - * Functionality: compute machine
> + * Functionality: compute
>   */
>  
>  #include <fcntl.h>
> diff --git a/tests/intel/xe_noexec_ping_pong.c b/tests/intel/xe_noexec_ping_pong.c
> index 51f28d9d0..f88f2af9d 100644
> --- a/tests/intel/xe_noexec_ping_pong.c
> +++ b/tests/intel/xe_noexec_ping_pong.c
> @@ -19,7 +19,7 @@
>   * TEST: Expose compute VM's unnecessary rebinds
>   * Category: Hardware building block
>   * Sub-category: Compute
> - * Functionality: compute VM rebind
> + * Functionality: VM rebind
>   * Test category: functionality test
>   *
>   * SUBTEST:
> -- 
> 2.34.1
> 

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

* Re: [PATCH i-g-t 12/12] tests/intel: Move xe_exec_reset.c to Reset Sub-category
  2024-03-22 12:41 ` [PATCH i-g-t 12/12] tests/intel: Move xe_exec_reset.c to Reset Sub-category Katarzyna Piecielska
@ 2024-03-25 15:23   ` Kamil Konieczny
  2024-03-26  9:23     ` Piecielska, Katarzyna
  0 siblings, 1 reply; 33+ messages in thread
From: Kamil Konieczny @ 2024-03-25 15:23 UTC (permalink / raw)
  To: igt-dev
  Cc: Katarzyna Piecielska, Mauro Carvalho Chehab, Aditya Chauhan,
	Girotra Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:08 +0000, Katarzyna Piecielska wrote:
> It looks like Sub-category=Reset and Functionality=gt reset is better
> for xe_exec_reset.c test.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>
> ---
>  tests/intel/xe_exec_reset.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c
> index 22735688a..cc10900d9 100644
> --- a/tests/intel/xe_exec_reset.c
> +++ b/tests/intel/xe_exec_reset.c
> @@ -6,8 +6,8 @@
>  /**
>   * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
>   * Category: Hardware building block
> - * Sub-category: CMD submission
> - * Functionality: reset
> + * Sub-category: Reset
> + * Functionality: gt reset
>   * Test category: functionality test
>   */
>  

There are still some problems left:

n.Functionality:../tests/device_reset.c: * Functionality: reset
n.Functionality:../tests/device_reset.c: * Functionality: sysfs reset

Looks inconsitent.

n.Functionality:../tests/intel/gem_eio.c: * Functionality: reset
n.Functionality:../tests/intel/gem_reset_stats.c: * Functionality: reset
n.Functionality:../tests/intel/i915_selftest.c: * Functionality: engine/GT reset

n.Functionality:../tests/intel/xe_exec_reset.c: * Functionality: gt reset

It can be left to future patch,

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> -- 
> 2.34.1
> 

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

* RE: [PATCH i-g-t 10/12] tests/intel: Move xe_waitfence test to Synchronization sub-category
  2024-03-25 15:14   ` Kamil Konieczny
@ 2024-03-26  9:12     ` Piecielska, Katarzyna
  0 siblings, 0 replies; 33+ messages in thread
From: Piecielska, Katarzyna @ 2024-03-26  9:12 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev
  Cc: Mauro Carvalho Chehab, Chauhan, Aditya, Girotra, Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:06 +0000, Katarzyna Piecielska wrote:
> Let's move xe_waitfence test to Synchronization sub-category to align 
> with i915 test documentation.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>
> ---
>  tests/intel/xe_waitfence.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/tests/intel/xe_waitfence.c b/tests/intel/xe_waitfence.c 
> index 5a67148ed..071e67bd6 100644
> --- a/tests/intel/xe_waitfence.c
> +++ b/tests/intel/xe_waitfence.c
> @@ -16,7 +16,7 @@
>  /**
>   * TEST: Check if waitfences work
>   * Category: Software building block
> - * Sub-category: waitfence
> + * Sub-category: Synchronizatio

There are conflicts with Functionality fields here:

n.Functionality:../tests/intel/gem_fenced_exec_thrash.c: * Functionality: synchronization
n.Functionality:../tests/intel/gem_fence_thrash.c: * Functionality: synchronization
n.Functionality:../tests/intel/gem_fence_upload.c: * Functionality: synchronization
n.Functionality:../tests/intel/kms_fence_pin_leak.c: * Functionality: kms_core, synchronization

but maybe this should be solved in separate patch.
Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

[Katarzyna] Those tests belong to CMD submission sub-category, so there should be no conflict.
Kasia
>   * Functionality: waitfence
>   * Test category: functionality test
>   * Description: Test waitfences functionality @@ -140,7 +140,6 @@ 
> waitfence(int fd, enum waittype wt)
>  /**
>   * TEST: Negative test for wait ufence ioctl
>   * Category: Software building block
> - * Sub-category: waitfence
>   * Functionality: waitfence
>   * Test category: negative test
>   *
> --
> 2.34.1
> 

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

* RE: [PATCH i-g-t 12/12] tests/intel: Move xe_exec_reset.c to Reset Sub-category
  2024-03-25 15:23   ` Kamil Konieczny
@ 2024-03-26  9:23     ` Piecielska, Katarzyna
  0 siblings, 0 replies; 33+ messages in thread
From: Piecielska, Katarzyna @ 2024-03-26  9:23 UTC (permalink / raw)
  To: Kamil Konieczny, igt-dev
  Cc: Mauro Carvalho Chehab, Chauhan, Aditya, Girotra, Himanshu

Hi Katarzyna,
On 2024-03-22 at 12:41:08 +0000, Katarzyna Piecielska wrote:
> It looks like Sub-category=Reset and Functionality=gt reset is better 
> for xe_exec_reset.c test.
> 
> Signed-off-by: Katarzyna Piecielska <katarzyna.piecielska@intel.com>
> Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
> Cc: Mauro Carvalho Chehab <mauro.chehab@linux.intel.com>
> Cc: Aditya Chauhan <aditya.chauhan@intel.com>
> Cc: Girotra Himanshu <himanshu.girotra@intel.com>
> ---
>  tests/intel/xe_exec_reset.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c 
> index 22735688a..cc10900d9 100644
> --- a/tests/intel/xe_exec_reset.c
> +++ b/tests/intel/xe_exec_reset.c
> @@ -6,8 +6,8 @@
>  /**
>   * TEST: Basic tests for execbuf functionality for virtual and parallel exec_queues
>   * Category: Hardware building block
> - * Sub-category: CMD submission
> - * Functionality: reset
> + * Sub-category: Reset
> + * Functionality: gt reset
>   * Test category: functionality test
>   */
>  

There are still some problems left:

n.Functionality:../tests/device_reset.c: * Functionality: reset
n.Functionality:../tests/device_reset.c: * Functionality: sysfs reset

Looks inconsitent.
[Katarzyna] Fixed that ^^
 
n.Functionality:../tests/intel/gem_eio.c: * Functionality: reset
n.Functionality:../tests/intel/gem_reset_stats.c: * Functionality: reset
[Katarzyna] Sub-category=uapi, Functionality=reset is not a conflict, but 'sysfs reset' seems better.

n.Functionality:../tests/intel/i915_selftest.c: * Functionality: engine/GT reset
[Katarzyna] seems correct
n.Functionality:../tests/intel/xe_exec_reset.c: * Functionality: gt reset
[Katarzyna] seems correct
Thank You for your feedback.
Kasia


It can be left to future patch,

Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>

> --
> 2.34.1
> 

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

end of thread, other threads:[~2024-03-26  9:23 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-22 12:40 [PATCH i-g-t 00/12] Align Xe test documentation to recent i915 changes Katarzyna Piecielska
2024-03-22 12:40 ` [PATCH i-g-t 01/12] tests/intel: Unify Blitter subcategory for i915 and Xe Katarzyna Piecielska
2024-03-25 14:46   ` Kamil Konieczny
2024-03-22 12:40 ` [PATCH i-g-t 02/12] tests/intel: Introduce CMD submission Sub-category for XE Katarzyna Piecielska
2024-03-25 14:48   ` Kamil Konieczny
2024-03-22 12:40 ` [PATCH i-g-t 03/12] tests/intel: Fix inconsitency in Sub-category/Functionality names Katarzyna Piecielska
2024-03-25 15:02   ` Kamil Konieczny
2024-03-22 12:40 ` [PATCH i-g-t 03/11] tests/intel: Fix inconsitency in Sub-category names Katarzyna Piecielska
2024-03-25 15:04   ` Kamil Konieczny
2024-03-22 12:41 ` [PATCH i-g-t 04/12] tests/intel: Let's have Firmware subcategory in Xe tests as well Katarzyna Piecielska
2024-03-25 15:05   ` Kamil Konieczny
2024-03-22 12:41 ` [PATCH i-g-t 05/12] tests/intel: Move drm_fdinfo to driver subcategory Katarzyna Piecielska
2024-03-25 15:06   ` Kamil Konieczny
2024-03-22 12:41 ` [PATCH i-g-t 06/12] tests/intel: Add xe_prime_self_import to DRM subcategory Katarzyna Piecielska
2024-03-25 15:08   ` Kamil Konieczny
2024-03-22 12:41 ` [PATCH i-g-t 07/12] tests/intel: Move xe_mmap to Memory management Sub-category Katarzyna Piecielska
2024-03-25 15:10   ` Kamil Konieczny
2024-03-22 12:41 ` [PATCH i-g-t 08/12] tests/intel: Add xe_spin_batch to IGT Lib Sub-category Katarzyna Piecielska
2024-03-25 15:10   ` Kamil Konieczny
2024-03-22 12:41 ` [PATCH i-g-t 09/12] tests/intel: Move xe_exec_queue_property to Sub-category uapi Katarzyna Piecielska
2024-03-25 15:11   ` Kamil Konieczny
2024-03-22 12:41 ` [PATCH i-g-t 10/12] tests/intel: Move xe_waitfence test to Synchronization sub-category Katarzyna Piecielska
2024-03-25 15:14   ` Kamil Konieczny
2024-03-26  9:12     ` Piecielska, Katarzyna
2024-03-22 12:41 ` [PATCH i-g-t 11/12] tests/intel: Unify functionality for compute tests Katarzyna Piecielska
2024-03-25 15:18   ` Kamil Konieczny
2024-03-22 12:41 ` [PATCH i-g-t 12/12] tests/intel: Move xe_exec_reset.c to Reset Sub-category Katarzyna Piecielska
2024-03-25 15:23   ` Kamil Konieczny
2024-03-26  9:23     ` Piecielska, Katarzyna
2024-03-22 13:43 ` ✓ CI.xeBAT: success for Align Xe test documentation to recent i915 changes Patchwork
2024-03-22 13:56 ` ✓ Fi.CI.BAT: " Patchwork
2024-03-23  8:37 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-03-25 14:44   ` Kamil Konieczny

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.