* [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it
@ 2023-09-08 10:31 Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 01/11] test_list.py: add support for reading testlist regular expressions Mauro Carvalho Chehab
` (13 more replies)
0 siblings, 14 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Right now, we're keeping testlists both at documentation and on
separate testlist files. That makes harder to maintain. It also
requires splitting wildcards on multiple fields just due to that.
In the end, only the testlist files are updated.
So, simplify the maintainance by reading the testlists and parsing
them directly.
This will also handle tests that are blacklisted for all platforms.
---
v5:
- Restored patch descriptions modified due to previous reviews;
- No changes at the patches.
v4:
- XLS spreadsheet output format improved;
- XLS logic can now split fields per their values. This is used for
GPU excluded platform field, as this is meant to indicate that a
test is blacklisted due to the lack of hardware support on a given
platform;
- When updating fields from testlists/blocklists, only store
value when it is not empty and don't have a default value;
- remove a broken logic of trying to automate adding a prefix to
testlists.
v3:
- Added a patch to handle testlist/blacklist regular expressions
the same way as done by IGT runner
v2:
- v2: no changes. Just rebased on the top of current TIP
Mauro Carvalho Chehab (11):
test_list.py: add support for reading testlist regular expressions
xe_test_config.json: add testlists and blocklists
kms_test_config.json: add testlists and blocklists
tests: Intel Xe: drop Run type field
tests: Intel KMS: drop Run type field
scripts/test_list.py: move "FULL" testlist to config file
scripts/test_list.py: don't be greedy while matching data from
testlists
scripts/test_list.py: fix gen_testlist logic
scripts/test_list.py: add support for expanding fields on spreadsheet
scripts/doc_to_xls.py: expand GPU excluded platform
scripts/doc_to_xls.py: improve XLS output format
scripts/doc_to_xls.py | 22 ++-
scripts/test_list.py | 119 +++++++++++++-
tests/chamelium/kms_chamelium_audio.c | 4 -
tests/chamelium/kms_chamelium_color.c | 3 -
tests/chamelium/kms_chamelium_edid.c | 10 --
tests/chamelium/kms_chamelium_frames.c | 10 --
tests/chamelium/kms_chamelium_hpd.c | 25 ---
tests/intel/kms_big_fb.c | 12 --
tests/intel/kms_big_joiner.c | 3 -
tests/intel/kms_busy.c | 5 -
tests/intel/kms_ccs.c | 3 -
tests/intel/kms_cdclk.c | 3 -
tests/intel/kms_draw_crc.c | 3 -
tests/intel/kms_dsc.c | 1 -
tests/intel/kms_fb_coherency.c | 1 -
tests/intel/kms_fbcon_fbt.c | 4 -
tests/intel/kms_fence_pin_leak.c | 1 -
tests/intel/kms_flip_scaled_crc.c | 19 ---
tests/intel/kms_flip_tiling.c | 1 -
tests/intel/kms_frontbuffer_tracking.c | 206 -------------------------
tests/intel/kms_legacy_colorkey.c | 2 -
tests/intel/kms_mmap_write_crc.c | 1 -
tests/intel/kms_pipe_b_c_ivb.c | 5 -
tests/intel/kms_psr.c | 19 ---
tests/intel/kms_psr2_sf.c | 8 -
tests/intel/kms_psr2_su.c | 2 -
tests/intel/kms_psr_stress_test.c | 2 -
tests/intel/kms_pwrite_crc.c | 1 -
tests/intel/kms_test_config.json | 15 +-
tests/intel/xe_ccs.c | 1 -
tests/intel/xe_compute.c | 1 -
tests/intel/xe_create.c | 2 -
tests/intel/xe_debugfs.c | 1 -
tests/intel/xe_dma_buf_sync.c | 4 -
tests/intel/xe_evict.c | 10 --
tests/intel/xe_exec_balancer.c | 11 --
tests/intel/xe_exec_basic.c | 6 -
tests/intel/xe_exec_compute_mode.c | 4 -
tests/intel/xe_exec_fault_mode.c | 8 -
tests/intel/xe_exec_reset.c | 23 ---
tests/intel/xe_exec_store.c | 2 -
tests/intel/xe_exec_threads.c | 2 -
tests/intel/xe_exercise_blt.c | 1 -
tests/intel/xe_gpgpu_fill.c | 1 -
tests/intel/xe_guc_pc.c | 9 --
tests/intel/xe_huc_copy.c | 1 -
tests/intel/xe_intel_bb.c | 13 --
tests/intel/xe_live_ktest.c | 1 -
tests/intel/xe_media_fill.c | 1 -
tests/intel/xe_mmap.c | 1 -
tests/intel/xe_mmio.c | 1 -
tests/intel/xe_module_load.c | 6 -
tests/intel/xe_noexec_ping_pong.c | 1 -
tests/intel/xe_pm.c | 2 -
tests/intel/xe_pm_residency.c | 4 -
tests/intel/xe_prime_self_import.c | 8 -
tests/intel/xe_query.c | 1 -
tests/intel/xe_spin_batch.c | 4 -
tests/intel/xe_sysfs_defaults.c | 1 -
tests/intel/xe_sysfs_scheduler.c | 1 -
tests/intel/xe_sysfs_tile.c | 1 -
tests/intel/xe_test_config.json | 7 +
tests/intel/xe_uevent.c | 1 -
tests/intel/xe_vm.c | 22 ---
tests/intel/xe_waitfence.c | 1 -
tests/kms_3d.c | 1 -
tests/kms_addfb_basic.c | 27 ----
tests/kms_async_flips.c | 6 -
tests/kms_atomic.c | 8 -
tests/kms_atomic_interruptible.c | 5 -
tests/kms_atomic_transition.c | 7 -
tests/kms_bw.c | 1 -
tests/kms_color.c | 7 -
tests/kms_concurrent.c | 1 -
tests/kms_content_protection.c | 7 -
tests/kms_cursor_crc.c | 4 -
tests/kms_cursor_edge_walk.c | 1 -
tests/kms_cursor_legacy.c | 16 --
tests/kms_display_modes.c | 2 -
tests/kms_dither.c | 2 -
tests/kms_dp_aux_dev.c | 1 -
tests/kms_flip.c | 26 ----
tests/kms_flip_event_leak.c | 1 -
tests/kms_force_connector_basic.c | 4 -
tests/kms_getfb.c | 7 -
tests/kms_hdmi_inject.c | 2 -
tests/kms_hdr.c | 8 -
tests/kms_invalid_mode.c | 1 -
tests/kms_lease.c | 21 ---
tests/kms_multipipe_modeset.c | 1 -
tests/kms_panel_fitting.c | 2 -
tests/kms_pipe_crc_basic.c | 9 --
tests/kms_plane.c | 6 -
tests/kms_plane_alpha_blend.c | 4 -
tests/kms_plane_cursor.c | 3 -
tests/kms_plane_lowres.c | 2 -
tests/kms_plane_multiple.c | 2 -
tests/kms_plane_scaling.c | 21 ---
tests/kms_prime.c | 3 -
tests/kms_prop_blob.c | 4 -
tests/kms_properties.c | 2 -
tests/kms_rmfb.c | 2 -
tests/kms_rotation_crc.c | 10 --
tests/kms_scaling_modes.c | 1 -
tests/kms_selftest.c | 1 -
tests/kms_sequence.c | 2 -
tests/kms_setmode.c | 6 -
tests/kms_sysfs_edid_timing.c | 1 -
tests/kms_tiled_display.c | 2 -
tests/kms_tv_load_detect.c | 1 -
tests/kms_universal_plane.c | 4 -
tests/kms_vblank.c | 9 --
tests/kms_vrr.c | 5 -
tests/kms_writeback.c | 4 -
tests/testdisplay.c | 1 -
115 files changed, 152 insertions(+), 796 deletions(-)
--
2.41.0
^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 01/11] test_list.py: add support for reading testlist regular expressions
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 02/11] xe_test_config.json: add testlists and blocklists Mauro Carvalho Chehab
` (12 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
If defined, use testlist and blocklist files to update the
fields that use it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
scripts/test_list.py | 75 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 75 insertions(+)
diff --git a/scripts/test_list.py b/scripts/test_list.py
index 2171f8b50617..c1518a904baf 100644
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -260,6 +260,8 @@ class TestList:
self.igt_build_path = igt_build_path
self.level_count = 0
self.field_list = {}
+ self.testlist = {}
+ self.blocklist = {}
self.title = None
self.filters = {}
self.subtest_separator = subtest_separator
@@ -327,6 +329,23 @@ class TestList:
if sublevel_count[level - 1] == 1:
del item["_properties_"]["level"]
del item["_properties_"]["sublevel"]
+
+ # Read testlist files if any
+ if "testlists" in item["_properties_"]:
+ testlist = {}
+ for name in item["_properties_"]["testlists"].keys():
+ self.read_testlist(testlist, name, cfg_path + item["_properties_"]["testlists"][name])
+
+ item["_properties_"]["testlist"] = testlist
+
+ # Read blocklist files if any
+ if "blocklists" in item["_properties_"]:
+ blocklist = {}
+ for name in item["_properties_"]["blocklists"].keys():
+ self.read_testlist(blocklist, name, cfg_path + item["_properties_"]["blocklists"][name])
+
+ item["_properties_"]["blocklist"] = blocklist
+
if "_properties_" in self.props:
del self.props["_properties_"]
@@ -427,6 +446,19 @@ class TestList:
self.__add_field(key, sublevel, hierarchy_level, field[key])
+ def read_testlist(self, testlist, name, filename):
+ base = r"^\s*({}[^\s\{}]+)(\S*)\s*(\#.*)?$"
+ regex = re.compile(base.format(self.main_name, self.subtest_separator))
+
+ testlist[name] = []
+ with open(filename, 'r', newline = '', encoding = 'utf8') as fp:
+ for line in fp:
+ match = regex.match(line)
+ if match:
+ test = match.group(1)
+ subtest = match.group(2)
+ testlist[name].append(re.compile(f"{test}{subtest}"))
+
def __filter_subtest(self, test, subtest, field_not_found_value):
""" Apply filter criteria to subtests """
@@ -444,6 +476,45 @@ class TestList:
# None of the filtering rules were applied
return False
+ def update_testlist_field(self, subtest_dict):
+ for field in self.props.keys():
+ if "_properties_" not in self.props[field]:
+ continue
+
+ if "testlist" not in self.props[field]["_properties_"]:
+ continue
+
+ testname = subtest_dict["_summary_"]
+
+ value = subtest_dict.get(field)
+ if value:
+ values = set(re.split(",\s*", value))
+ else:
+ values = set()
+
+ for names, regex_array in self.props[field]["_properties_"]["testlist"].items():
+ name = set(re.split(",\s*", names))
+ for regex in regex_array:
+ if regex.match(testname):
+ values.update(name)
+ break
+
+ # If test is at a global blocklist, ignore it
+ set_full_if_empty = True
+ if "blocklist" in self.props[field]["_properties_"]:
+ for names, regex_array in self.props[field]["_properties_"]["testlist"].items():
+ deleted_names = set(re.split(",\s*", names))
+ for regex in regex_array:
+ if regex.match(testname):
+ if sorted(deleted_names) == sorted(values):
+ set_full_if_empty = False
+ values.discard(deleted_names)
+
+ if set_full_if_empty and not values:
+ values = set(["FULL"])
+
+ subtest_dict[field] = ", ".join(sorted(values))
+
def expand_subtest(self, fname, test_name, test, allow_inherit, with_lines = False, with_subtest_nr = False):
"""Expand subtest wildcards providing an array with subtests"""
@@ -476,6 +547,8 @@ class TestList:
subtest_dict[k] = self.doc[test]["subtest"][subtest][k]
+ self.update_testlist_field(subtest_dict)
+
if with_lines:
subtest_dict["line"] = file_ln
@@ -549,6 +622,8 @@ class TestList:
subtest_dict[field] = sub_field
+ self.update_testlist_field(subtest_dict)
+
if with_lines:
subtest_dict["line"] = file_ln
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 02/11] xe_test_config.json: add testlists and blocklists
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 01/11] test_list.py: add support for reading testlist regular expressions Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 03/11] kms_test_config.json: " Mauro Carvalho Chehab
` (11 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Specify the testlists and blocklists to be used to store CI
run type.
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
tests/intel/xe_test_config.json | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
index 8fb65d02d840..408afcbb03bc 100644
--- a/tests/intel/xe_test_config.json
+++ b/tests/intel/xe_test_config.json
@@ -32,6 +32,12 @@
"_properties_": {
"mandatory": true,
"description": "Defines what category of testlist it belongs",
+ "testlists": {
+ "Xe BAT": "../intel-ci/xe-fast-feedback.testlist"
+ },
+ "blocklists": {
+ "Xe BAT": "../intel-ci/xe.blocklist.txt"
+ },
"order": [
"boot",
"__all__",
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 03/11] kms_test_config.json: add testlists and blocklists
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 01/11] test_list.py: add support for reading testlist regular expressions Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 02/11] xe_test_config.json: add testlists and blocklists Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 04/11] tests: Intel Xe: drop Run type field Mauro Carvalho Chehab
` (10 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Specify the testlists and blocklists to be used to store CI
run type.
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
tests/intel/kms_test_config.json | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
index 4130b7d6dae0..7ab288685677 100644
--- a/tests/intel/kms_test_config.json
+++ b/tests/intel/kms_test_config.json
@@ -21,7 +21,19 @@
},
"Run type": {
"_properties_": {
- "description": "Defines what category of testlist it belongs"
+ "description": "Defines what category of testlist it belongs",
+ "testlists": {
+ "i915 BAT": "../intel-ci/fast-feedback.testlist",
+ "i915 BAT chamelium": "../intel-ci/fast-feedback-chamelium-only.testlist",
+ "i915 chamelium": "../intel-ci/chamelium-only.testlist",
+
+ "Xe BAT": "../intel-ci/xe-fast-feedback.testlist",
+ "Xe BAT chamelium": "../intel-ci/xe-fast-feedback-chamelium-only.testlist"
+ },
+ "blocklists": {
+ "i915 BAT, i915 BAT chamelium, i915 chamelium": "../intel-ci/blacklist.txt",
+ "Xe BAT, Xe BAT chamelium": "../intel-ci/xe.blocklist.txt"
+ }
}
}
},
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 04/11] tests: Intel Xe: drop Run type field
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (2 preceding siblings ...)
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 03/11] kms_test_config.json: " Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 05/11] tests: Intel KMS: " Mauro Carvalho Chehab
` (9 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Currently, the information for BAT or FULL run should be on both
places, testlists and test source but that makes harder to
maintain. In practice, only the testlists are updated for
intel-ci.
Drop the explicit field data from the source files,
relying on intel-ci testlists and main blacklist.
Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
tests/intel/xe_ccs.c | 1 -
tests/intel/xe_compute.c | 1 -
tests/intel/xe_create.c | 2 --
tests/intel/xe_debugfs.c | 1 -
tests/intel/xe_dma_buf_sync.c | 4 ----
tests/intel/xe_evict.c | 10 ----------
tests/intel/xe_exec_balancer.c | 11 -----------
tests/intel/xe_exec_basic.c | 6 ------
tests/intel/xe_exec_compute_mode.c | 4 ----
tests/intel/xe_exec_fault_mode.c | 8 --------
tests/intel/xe_exec_reset.c | 23 -----------------------
tests/intel/xe_exec_store.c | 2 --
tests/intel/xe_exec_threads.c | 2 --
tests/intel/xe_exercise_blt.c | 1 -
tests/intel/xe_gpgpu_fill.c | 1 -
tests/intel/xe_guc_pc.c | 9 ---------
tests/intel/xe_huc_copy.c | 1 -
tests/intel/xe_intel_bb.c | 13 -------------
tests/intel/xe_live_ktest.c | 1 -
tests/intel/xe_media_fill.c | 1 -
tests/intel/xe_mmap.c | 1 -
tests/intel/xe_mmio.c | 1 -
tests/intel/xe_module_load.c | 6 ------
tests/intel/xe_noexec_ping_pong.c | 1 -
tests/intel/xe_pm.c | 2 --
tests/intel/xe_pm_residency.c | 4 ----
tests/intel/xe_prime_self_import.c | 8 --------
tests/intel/xe_query.c | 1 -
tests/intel/xe_spin_batch.c | 4 ----
tests/intel/xe_sysfs_defaults.c | 1 -
tests/intel/xe_sysfs_scheduler.c | 1 -
tests/intel/xe_sysfs_tile.c | 1 -
tests/intel/xe_uevent.c | 1 -
tests/intel/xe_vm.c | 22 ----------------------
tests/intel/xe_waitfence.c | 1 -
35 files changed, 157 deletions(-)
diff --git a/tests/intel/xe_ccs.c b/tests/intel/xe_ccs.c
index e9e13ab5c77f..20bbc4448cd8 100644
--- a/tests/intel/xe_ccs.c
+++ b/tests/intel/xe_ccs.c
@@ -23,7 +23,6 @@
* Functionality: flat_ccs
* Description: Exercise gen12 blitter with and without flatccs compression on Xe
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: block-copy-compressed
* Description: Check block-copy flatccs compressed blit
diff --git a/tests/intel/xe_compute.c b/tests/intel/xe_compute.c
index 2cf536701a58..41db9ff2f17c 100644
--- a/tests/intel/xe_compute.c
+++ b/tests/intel/xe_compute.c
@@ -8,7 +8,6 @@
* Category: Hardware building block
* Sub-category: compute
* Test category: functionality test
- * Run type: BAT
*/
#include <string.h>
diff --git a/tests/intel/xe_create.c b/tests/intel/xe_create.c
index 3e4bc1e3ae35..8d845e5c86be 100644
--- a/tests/intel/xe_create.c
+++ b/tests/intel/xe_create.c
@@ -7,7 +7,6 @@
* TEST: Check bo create ioctl
* Category: Software building block
* Sub-category: uapi
- * Run type: BAT
*/
#include <string.h>
@@ -127,7 +126,6 @@ static uint32_t __xe_exec_queue_create(int fd, uint32_t vm,
* Functionality: exequeues creation time
* Description: Check process ability of multiple exec_queues creation
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
diff --git a/tests/intel/xe_debugfs.c b/tests/intel/xe_debugfs.c
index 1b80164502b6..88b51dbd4c8c 100644
--- a/tests/intel/xe_debugfs.c
+++ b/tests/intel/xe_debugfs.c
@@ -9,7 +9,6 @@
* Sub-category: uapi
* Functionality: debugfs
* Test category: functionality test
- * Run type: BAT
* Description: Validate debugfs entries
*/
diff --git a/tests/intel/xe_dma_buf_sync.c b/tests/intel/xe_dma_buf_sync.c
index 8c400c8fd4d9..f233e70c6714 100644
--- a/tests/intel/xe_dma_buf_sync.c
+++ b/tests/intel/xe_dma_buf_sync.c
@@ -72,22 +72,18 @@ static bool sync_file_busy(int sync_file)
* SUBTEST: export-dma-buf-once
* Description: Test exporting a sync file from a dma-buf
* Functionality: export
- * Run type: BAT
*
* SUBTEST: export-dma-buf-once-read-sync
* Description: Test export prime BO as sync file and verify business
* Functionality: export
- * Run type: BAT
*
* SUBTEST: export-dma-buf-many
* Description: Test exporting many sync files from a dma-buf
* Functionality: export
- * Run type: FULL
*
* SUBTEST: export-dma-buf-many-read-sync
* Description: Test export many prime BO as sync file and verify business
* Functionality: export
- * Run type: FULL
*/
static void
diff --git a/tests/intel/xe_evict.c b/tests/intel/xe_evict.c
index 7a508fdd2a4e..5b64e56b455a 100644
--- a/tests/intel/xe_evict.c
+++ b/tests/intel/xe_evict.c
@@ -468,7 +468,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* SUBTEST: evict-%s
* Description: %arg[1] evict test.
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
@@ -483,7 +482,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* SUBTEST: evict-%s
* Description: %arg[1] evict test.
* Test category: stress test
- * Run type: FULL
*
* arg[1]:
*
@@ -499,7 +497,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* Description: %arg[1] evict test.
* Feature: compute machine
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
@@ -515,7 +512,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* Description: %arg[1] evict test.
* Feature: compute machine
* Test category: stress test
- * Run type: FULL
*
* arg[1]:
*
@@ -532,7 +528,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* Description: %arg[1] evict test.
* Feature: mixted threads
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
@@ -552,7 +547,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* Description: %arg[1] evict test.
* Feature: mixted threads
* Test category: stress test
- * Run type: FULL
*
* arg[1]:
*
@@ -572,7 +566,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* Description: %arg[1] evict test.
* Feature: compute mode threads
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
* @cm-threads-small: compute mode threads small
@@ -587,7 +580,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* Description: %arg[1] evict test.
* Feature: compute mode threads
* Test category: stress test
- * Run type: FULL
*
* arg[1]:
* @cm-threads-large: compute mode threads large
@@ -602,7 +594,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* Description: %arg[1] evict test.
* Feature: threads
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
@@ -619,7 +610,6 @@ static uint64_t calc_bo_size(uint64_t vram_size, int mul, int div)
* Description: %arg[1] evict test.
* Feature: threads
* Test category: stress test
- * Run type: FULL
*
* arg[1]:
*
diff --git a/tests/intel/xe_exec_balancer.c b/tests/intel/xe_exec_balancer.c
index f571f13d9620..3fb535988cc9 100644
--- a/tests/intel/xe_exec_balancer.c
+++ b/tests/intel/xe_exec_balancer.c
@@ -31,7 +31,6 @@
* Run a test to check if virtual exec_queues can be running on all instances
* of a class simultaneously
* Test category: functionality test
- * Run type: FULL
*/
static void test_all_active(int fd, int gt, int class)
{
@@ -139,27 +138,22 @@ static void test_all_active(int fd, int gt, int class)
* SUBTEST: once-%s
* Description: Run %arg[1] test only once
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: many-%s
* Description: Run %arg[1] test many times
* Test category: stress test
- * Run type: FULL
*
* SUBTEST: many-execqueues-%s
* Description: Run %arg[1] test on many exec_queues
* Test category: stress test
- * Run type: FULL
*
* SUBTEST: twice-%s
* Description: Run %arg[1] test twice
* Test category: functionality test
- * Run type: BAT
*
* SUBTEST: no-exec-%s
* Description: Run no-exec %arg[1] test
* Test category: functionality test
- * Run type: BAT
*
* arg[1]:
*
@@ -364,28 +358,23 @@ test_exec(int fd, int gt, int class, int n_exec_queues, int n_execs,
* Description: Run compute mode virtual exec_queue arg[1] test only once
* Test category: functionality test
*
- * Run type: FULL
*
* SUBTEST: twice-cm-%s
* Description: Run compute mode virtual exec_queue arg[1] test twice
* Test category: functionality test
- * Run type: BAT
*
* SUBTEST: many-cm-%s
* Description: Run compute mode virtual exec_queue arg[1] test many times
* Test category: stress test
- * Run type: FULL
*
* SUBTEST: many-execqueues-cm-%s
* Description: Run compute mode virtual exec_queue arg[1] test on many exec_queues
* Test category: stress test
- * Run type: FULL
*
*
* SUBTEST: no-exec-cm-%s
* Description: Run compute mode virtual exec_queue arg[1] no-exec test
* Test category: functionality test
- * Run type: BAT
*
* arg[1]:
*
diff --git a/tests/intel/xe_exec_basic.c b/tests/intel/xe_exec_basic.c
index d1d36e086a06..a4414e052353 100644
--- a/tests/intel/xe_exec_basic.c
+++ b/tests/intel/xe_exec_basic.c
@@ -33,32 +33,26 @@
* SUBTEST: once-%s
* Description: Run %arg[1] test only once
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: many-%s
* Description: Run %arg[1] test many times
* Test category: stress test
- * Run type: FULL
*
* SUBTEST: many-execqueues-%s
* Description: Run %arg[1] test on many exec_queues
* Test category: stress test
- * Run type: FULL
*
* SUBTEST: many-execqueues-many-vm-%s
* Description: Run %arg[1] test on many exec_queues and many VMs
* Test category: stress test
- * Run type: FULL
*
* SUBTEST: twice-%s
* Description: Run %arg[1] test twice
* Test category: functionality test
- * Run type: BAT
*
* SUBTEST: no-exec-%s
* Description: Run no-exec %arg[1] test
* Test category: functionality test
- * Run type: BAT
*
* arg[1]:
*
diff --git a/tests/intel/xe_exec_compute_mode.c b/tests/intel/xe_exec_compute_mode.c
index 38c904ddd2b0..6d1084727019 100644
--- a/tests/intel/xe_exec_compute_mode.c
+++ b/tests/intel/xe_exec_compute_mode.c
@@ -34,17 +34,14 @@
* SUBTEST: twice-%s
* Description: Run %arg[1] compute machine test twice
* Test category: functionality test
- * Run type: BAT
*
* SUBTEST: once-%s
* Description: Run %arg[1] compute machine test only once
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: many-%s
* Description: Run %arg[1] compute machine test many times
* Test category: stress test
- * Run type: FULL
*
* arg[1]:
*
@@ -68,7 +65,6 @@
* SUBTEST: many-execqueues-%s
* Description: Run %arg[1] compute machine test on many exec_queues
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
diff --git a/tests/intel/xe_exec_fault_mode.c b/tests/intel/xe_exec_fault_mode.c
index efd7ca2c2c8b..c5d6bdcd5df6 100644
--- a/tests/intel/xe_exec_fault_mode.c
+++ b/tests/intel/xe_exec_fault_mode.c
@@ -37,22 +37,18 @@
* SUBTEST: once-%s
* Description: Run %arg[1] fault mode test only once
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: twice-%s
* Description: Run %arg[1] fault mode test twice
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: many-%s
* Description: Run %arg[1] fault mode test many times
* Test category: stress test
- * Run type: FULL
*
* SUBTEST: many-execqueues-%s
* Description: Run %arg[1] fault mode test on many exec_queues
* Test category: stress test
- * Run type: FULL
*
* arg[1]:
*
@@ -328,23 +324,19 @@ test_exec(int fd, struct drm_xe_engine_class_instance *eci,
* SUBTEST: atomic-once
* Description: Run atomic fault mode test only once
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: atomic-once-wait
* Description: Run atomic wait fault mode test once
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: atomic-many
* Description: Run atomic fault mode test many times
* Description: atomic many
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: atomic-many-wait
* Description: Run atomic wait fault mode test many times
* Test category: functionality test
- * Run type: FULL
*
*/
static void
diff --git a/tests/intel/xe_exec_reset.c b/tests/intel/xe_exec_reset.c
index a2d33baf13cf..f12af4d9217e 100644
--- a/tests/intel/xe_exec_reset.c
+++ b/tests/intel/xe_exec_reset.c
@@ -24,7 +24,6 @@
/**
* SUBTEST: spin
* Description: test spin
- * Run type: FULL
*/
static void test_spin(int fd, struct drm_xe_engine_class_instance *eci)
{
@@ -105,35 +104,27 @@ static void test_spin(int fd, struct drm_xe_engine_class_instance *eci)
/**
* SUBTEST: %s-cancel
* Description: Test %arg[1] cancel
- * Run type: FULL
*
* SUBTEST: %s-execqueue-reset
* Description: Test %arg[1] exec_queue reset
- * Run type: FULL
*
* SUBTEST: %s-cat-error
* Description: Test %arg[1] cat error
- * Run type: FULL
*
* SUBTEST: %s-gt-reset
* Description: Test %arg[1] GT reset
- * Run type: FULL
*
* SUBTEST: virtual-close-fd-no-exec
* Description: Test virtual close fd no-exec
- * Run type: BAT
*
* SUBTEST: parallel-close-fd-no-exec
* Description: Test parallel close fd no-exec
- * Run type: FULL
*
* SUBTEST: %s-close-fd
* Description: Test %arg[1] close fd
- * Run type: FULL
*
* SUBTEST: %s-close-execqueues-close-fd
* Description: Test %arg[1] close exec_queues close fd
- * Run type: FULL
*
* arg[1]:
*
@@ -316,31 +307,24 @@ test_balancer(int fd, int gt, int class, int n_exec_queues, int n_execs,
/**
* SUBTEST: cancel
* Description: Test cancel
- * Run type: FULL
*
* SUBTEST: execqueue-reset
* Description: Test exec_queue reset
- * Run type: FULL
*
* SUBTEST: cat-error
* Description: Test cat error
- * Run type: FULL
*
* SUBTEST: gt-reset
* Description: Test GT reset
- * Run type: FULL
*
* SUBTEST: close-fd-no-exec
* Description: Test close fd no-exec
- * Run type: BAT
*
* SUBTEST: close-fd
* Description: Test close fd
- * Run type: FULL
*
* SUBTEST: close-execqueues-close-fd
* Description: Test close exec_queues close fd
- * Run type: FULL
*/
static void
@@ -489,27 +473,21 @@ test_legacy_mode(int fd, struct drm_xe_engine_class_instance *eci,
/**
* SUBTEST: cm-execqueue-reset
* Description: Test compute mode exec_queue reset
- * Run type: FULL
*
* SUBTEST: cm-cat-error
* Description: Test compute mode cat-error
- * Run type: FULL
*
* SUBTEST: cm-gt-reset
* Description: Test compute mode GT reset
- * Run type: FULL
*
* SUBTEST: cm-close-fd-no-exec
* Description: Test compute mode close fd no-exec
- * Run type: BAT
*
* SUBTEST: cm-close-fd
* Description: Test compute mode close fd
- * Run type: FULL
*
* SUBTEST: cm-close-execqueues-close-fd
* Description: Test compute mode close exec_queues close fd
- * Run type: FULL
*/
static void
@@ -744,7 +722,6 @@ static void *gt_reset_thread(void *data)
* SUBTEST: gt-reset-stress
* Description: Stress GT reset
* Test category: stress test
- * Run type: stress
*
*/
static void
diff --git a/tests/intel/xe_exec_store.c b/tests/intel/xe_exec_store.c
index bab5ea5bca49..14f7c9becdb2 100644
--- a/tests/intel/xe_exec_store.c
+++ b/tests/intel/xe_exec_store.c
@@ -51,7 +51,6 @@ static void store_dword_batch(struct data *data, uint64_t addr, int value)
/**
* SUBTEST: basic-store
* Description: Basic test to verify store dword.
- * Run type: BAT
*/
static void store(int fd)
{
@@ -109,7 +108,6 @@ static void store(int fd)
/**
* SUBTEST: basic-all
* Description: Test to verify store dword on all available engines.
- * Run type: BAT
*/
static void store_all(int fd, int gt, int class)
{
diff --git a/tests/intel/xe_exec_threads.c b/tests/intel/xe_exec_threads.c
index e64c1639a0e7..ae4da0568a80 100644
--- a/tests/intel/xe_exec_threads.c
+++ b/tests/intel/xe_exec_threads.c
@@ -790,7 +790,6 @@ static void *vm_async_ops_err_thread(void *data)
/**
* SUBTEST: threads-%s
* Description: Run threads %arg[1] test with multi threads
- * Run type: BAT
*
* arg[1]:
*
@@ -810,7 +809,6 @@ static void *vm_async_ops_err_thread(void *data)
/**
* SUBTEST: threads-%s
* Description: Run threads %arg[1] test with multi threads
- * Run type: FULL
* arg[1]:
* @basic:
* basic
diff --git a/tests/intel/xe_exercise_blt.c b/tests/intel/xe_exercise_blt.c
index 2e2ec34dcfc3..ca85f5f1852c 100644
--- a/tests/intel/xe_exercise_blt.c
+++ b/tests/intel/xe_exercise_blt.c
@@ -18,7 +18,6 @@
* Sub-category: Blitter
* Functionality: flat_ccs
* Description: Exercise blitter commands on Xe
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fast-copy
diff --git a/tests/intel/xe_gpgpu_fill.c b/tests/intel/xe_gpgpu_fill.c
index 4da01ee8c48e..eee77d2520c1 100644
--- a/tests/intel/xe_gpgpu_fill.c
+++ b/tests/intel/xe_gpgpu_fill.c
@@ -80,7 +80,6 @@ static void buf_check(uint8_t *ptr, int x, int y, uint8_t color)
/**
* SUBTEST: basic
* Description: run gpgpu fill
- * Run type: FULL
*/
static void gpgpu_fill(data_t *data, igt_fillfunc_t fill, uint32_t region)
diff --git a/tests/intel/xe_guc_pc.c b/tests/intel/xe_guc_pc.c
index 032816921f3d..a664f0cff5df 100644
--- a/tests/intel/xe_guc_pc.c
+++ b/tests/intel/xe_guc_pc.c
@@ -174,7 +174,6 @@ static uint32_t get_freq(int fd, int gt_id, const char *freq_name)
/**
* SUBTEST: freq_basic_api
* Description: Test basic get and set frequency API
- * Run type: BAT
*/
static void test_freq_basic_api(int fd, int gt_id)
@@ -213,11 +212,9 @@ static void test_freq_basic_api(int fd, int gt_id)
/**
* SUBTEST: freq_fixed_idle
* Description: Test fixed frequency request with exec_queue in idle state
- * Run type: BAT
*
* SUBTEST: freq_fixed_exec
* Description: Test fixed frequency request when exec_queue is doing some work
- * Run type: FULL
*/
static void test_freq_fixed(int fd, int gt_id, bool gt_idle)
@@ -279,11 +276,9 @@ static void test_freq_fixed(int fd, int gt_id, bool gt_idle)
/**
* SUBTEST: freq_range_idle
* Description: Test range frequency request with exec_queue in idle state
- * Run type: BAT
*
* SUBTEST: freq_range_exec
* Description: Test range frequency request when exec_queue is doing some work
- * Run type: FULL
*/
static void test_freq_range(int fd, int gt_id, bool gt_idle)
@@ -314,7 +309,6 @@ static void test_freq_range(int fd, int gt_id, bool gt_idle)
/**
* SUBTEST: freq_low_max
* Description: Test frequency request to minimal and maximum values
- * Run type: FULL
*/
static void test_freq_low_max(int fd, int gt_id)
@@ -336,7 +330,6 @@ static void test_freq_low_max(int fd, int gt_id)
/**
* SUBTEST: freq_suspend
* Description: Check frequency after returning from suspend
- * Run type: FULL
*/
static void test_suspend(int fd, int gt_id)
@@ -358,11 +351,9 @@ static void test_suspend(int fd, int gt_id)
/**
* SUBTEST: freq_reset
* Description: test frequency reset only once
- * Run type: FULL
*
* SUBTEST: freq_reset_multiple
* Description: test frequency reset multiple times
- * Run type: FULL
*/
static void test_reset(int fd, int gt_id, int cycles)
diff --git a/tests/intel/xe_huc_copy.c b/tests/intel/xe_huc_copy.c
index cbc30a8f67ab..c9891a72903a 100644
--- a/tests/intel/xe_huc_copy.c
+++ b/tests/intel/xe_huc_copy.c
@@ -98,7 +98,6 @@ gen12_create_batch_huc_copy(uint32_t *batch,
/**
* SUBTEST: huc_copy
- * Run type: BAT
* Description:
* Loads the HuC copy firmware to copy the content of
* the source buffer to the destination buffer. *
diff --git a/tests/intel/xe_intel_bb.c b/tests/intel/xe_intel_bb.c
index daab3496d44f..0159a3164407 100644
--- a/tests/intel/xe_intel_bb.c
+++ b/tests/intel/xe_intel_bb.c
@@ -117,7 +117,6 @@ static void print_buf(struct intel_buf *buf, const char *name)
/**
* SUBTEST: reset-bb
* Description: check bb reset
- * Run type: FULL
*/
static void reset_bb(struct buf_ops *bops)
{
@@ -132,7 +131,6 @@ static void reset_bb(struct buf_ops *bops)
/**
* SUBTEST: purge-bb
* Description: check bb reset == full (purge)
- * Run type: FULL
*/
static void purge_bb(struct buf_ops *bops)
{
@@ -164,7 +162,6 @@ static void purge_bb(struct buf_ops *bops)
/**
* SUBTEST: simple-%s
* Description: Run simple bb xe %arg[1] test
- * Run type: BAT
*
* arg[1]:
*
@@ -213,7 +210,6 @@ static void simple_bb(struct buf_ops *bops, bool new_context)
/**
* SUBTEST: bb-with-allocator
* Description: check bb with passed allocator
- * Run type: FULL
*/
static void bb_with_allocator(struct buf_ops *bops)
{
@@ -245,7 +241,6 @@ static void bb_with_allocator(struct buf_ops *bops)
/**
* SUBTEST: lot-of-buffers
* Description: check running bb with many buffers
- * Run type: FULL
*/
#define NUM_BUFS 500
static void lot_of_buffers(struct buf_ops *bops)
@@ -285,7 +280,6 @@ static void lot_of_buffers(struct buf_ops *bops)
/**
* SUBTEST: add-remove-objects
* Description: check bb object manipulation (add + remove)
- * Run type: FULL
*/
static void add_remove_objects(struct buf_ops *bops)
{
@@ -328,7 +322,6 @@ static void add_remove_objects(struct buf_ops *bops)
/**
* SUBTEST: destroy-bb
* Description: check bb destroy/create
- * Run type: FULL
*/
static void destroy_bb(struct buf_ops *bops)
{
@@ -387,7 +380,6 @@ static void destroy_bb(struct buf_ops *bops)
/**
* SUBTEST: create-in-region
* Description: check size validation on available regions
- * Run type: FULL
*/
static void create_in_region(struct buf_ops *bops, uint64_t region)
{
@@ -435,7 +427,6 @@ static void __emit_blit(struct intel_bb *ibb,
/**
* SUBTEST: blit-%s
* Description: Run blit on %arg[1] allocator
- * Run type: BAT
*
* arg[1]:
*
@@ -761,7 +752,6 @@ static int __do_intel_bb_blit(struct buf_ops *bops, uint32_t tiling)
/**
* SUBTEST: intel-bb-blit-%s
* Description: Run simple bb xe %arg[1] test
- * Run type: BAT
*
* arg[1]:
*
@@ -786,7 +776,6 @@ static void do_intel_bb_blit(struct buf_ops *bops, int loops, uint32_t tiling)
/**
* SUBTEST: offset-control
* Description: check offset is kept on default simple allocator
- * Run type: FULL
*/
static void offset_control(struct buf_ops *bops)
{
@@ -870,7 +859,6 @@ static void offset_control(struct buf_ops *bops)
/**
* SUBTEST: delta-check
* Description: check delta is honoured in intel-bb pipelines
- * Run type: FULL
*/
#define DELTA_BUFFERS 3
static void delta_check(struct buf_ops *bops)
@@ -935,7 +923,6 @@ static void delta_check(struct buf_ops *bops)
/**
* SUBTEST: render
* Description: check intel-bb render pipeline
- * Run type: FULL
*/
static int render(struct buf_ops *bops, uint32_t tiling,
uint32_t width, uint32_t height)
diff --git a/tests/intel/xe_live_ktest.c b/tests/intel/xe_live_ktest.c
index 779ff7efd402..fe7b2e69f49b 100644
--- a/tests/intel/xe_live_ktest.c
+++ b/tests/intel/xe_live_ktest.c
@@ -8,7 +8,6 @@
* Sub-category: kunit
* Functionality: kunit
* Test category: functionality test
- * Run type: BAT, kunit
*
* SUBTEST: bo
* Functionality: bo
diff --git a/tests/intel/xe_media_fill.c b/tests/intel/xe_media_fill.c
index 84c721ba7a1c..6b8494537038 100644
--- a/tests/intel/xe_media_fill.c
+++ b/tests/intel/xe_media_fill.c
@@ -34,7 +34,6 @@
* a very simple workload for the Media pipeline.
* Feature: media
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: media-fill
*/
diff --git a/tests/intel/xe_mmap.c b/tests/intel/xe_mmap.c
index 1b759207bf1d..7e7e43c00fc0 100644
--- a/tests/intel/xe_mmap.c
+++ b/tests/intel/xe_mmap.c
@@ -8,7 +8,6 @@
* Category: Software building block
* Sub-category: VMA
* Functionality: mmap
- * Run type: BAT
*/
#include "igt.h"
diff --git a/tests/intel/xe_mmio.c b/tests/intel/xe_mmio.c
index 4053faa5606f..9ac544770749 100644
--- a/tests/intel/xe_mmio.c
+++ b/tests/intel/xe_mmio.c
@@ -8,7 +8,6 @@
* Category: Software building block
* Sub-category: mmio
* Functionality: mmap
- * Run type: BAT
*/
#include "igt.h"
diff --git a/tests/intel/xe_module_load.c b/tests/intel/xe_module_load.c
index 75ee948a79d7..080e12ec88bc 100644
--- a/tests/intel/xe_module_load.c
+++ b/tests/intel/xe_module_load.c
@@ -100,27 +100,21 @@ static const char * const unwanted_drivers[] = {
/**
* SUBTEST: force-load
* Description: Load the Xe driver passing ``force_probe=*`` parameter
- * Run type: BAT, boot
*
* SUBTEST: load
* Description: Load the Xe driver
- * Run type: FULL
*
* SUBTEST: unload
* Description: Unload the Xe driver
- * Run type: FULL
*
* SUBTEST: reload
* Description: Reload the Xe driver
- * Run type: FULL
*
* SUBTEST: reload-no-display
* Description: Reload the Xe driver passing ``enable_display=0`` parameter
- * Run type: FULL
*
* SUBTEST: many-reload
* Description: Reload the Xe driver many times
- * Run type: FULL
*/
igt_main
{
diff --git a/tests/intel/xe_noexec_ping_pong.c b/tests/intel/xe_noexec_ping_pong.c
index a238f9d34a76..3f486adf97fc 100644
--- a/tests/intel/xe_noexec_ping_pong.c
+++ b/tests/intel/xe_noexec_ping_pong.c
@@ -27,7 +27,6 @@
* This test creates compute vms, binds a couple of bos and an exec_queue each,
* thus redying it for execution.
*
- * Run type: FULL
*/
/*
* More dailed test description:
diff --git a/tests/intel/xe_pm.c b/tests/intel/xe_pm.c
index d31049d193e5..fd28d5630df7 100644
--- a/tests/intel/xe_pm.c
+++ b/tests/intel/xe_pm.c
@@ -8,7 +8,6 @@
* Category: Software building block
* Sub-category: power management
* Test category: functionality test
- * Run type: FULL
*/
#include <limits.h>
@@ -370,7 +369,6 @@ NULL));
* Description:
* Validate whether card is limited to d3hot while vram used
* is greater than vram_d3cold_threshold.
- * Run type: FULL
*/
static void test_vram_d3cold_threshold(device_t device, int sysfs_fd)
{
diff --git a/tests/intel/xe_pm_residency.c b/tests/intel/xe_pm_residency.c
index bf8230114208..6dc88ad0ae9b 100644
--- a/tests/intel/xe_pm_residency.c
+++ b/tests/intel/xe_pm_residency.c
@@ -43,22 +43,18 @@ enum test_type {
/**
* SUBTEST: gt-c6-on-idle
* Description: Validate GT C6 state on idle
- * Run type: BAT
*
* SUBTEST: idle-residency
* Description: basic residency test to validate idle residency
* measured over a time interval is within the tolerance
- * Run type: FULL
*
* SUBTEST: gt-c6-freeze
* Description: Validate idle residency measured over suspend(s2idle)
* is greater than suspend time or within tolerance
- * Run type: FULL
*
* SUBTEST: toggle-gt-c6
* Description: toggles GT C states by acquiring/releasing forcewake,
* also validates power consumed by GPU in GT C6 is lesser than that of GT C0.
- * Run type: FULL
*/
IGT_TEST_DESCRIPTION("Tests for gtidle properties");
diff --git a/tests/intel/xe_prime_self_import.c b/tests/intel/xe_prime_self_import.c
index bfa0d5e34122..994fd99f5bf5 100644
--- a/tests/intel/xe_prime_self_import.c
+++ b/tests/intel/xe_prime_self_import.c
@@ -93,7 +93,6 @@ check_bo(int fd1, uint32_t handle1, int fd2, uint32_t handle2)
/**
* SUBTEST: basic-with_fd_dup
* Description: basic prime import/export with fd_dup
- * Run type: BAT
*/
static void test_with_fd_dup(void)
@@ -127,7 +126,6 @@ static void test_with_fd_dup(void)
/**
* SUBTEST: basic-with_two_bos
* Description: basic prime import/export with two BOs
- * Run type: FULL
*/
static void test_with_two_bos(void)
@@ -166,7 +164,6 @@ static void test_with_two_bos(void)
/**
* SUBTEST: basic-with_one_bo_two_files
* Description: basic prime import/export with one BO and two files
- * Run type: FULL
*/
static void test_with_one_bo_two_files(void)
@@ -200,7 +197,6 @@ static void test_with_one_bo_two_files(void)
/**
* SUBTEST: basic-with_one_bo
* Description: basic prime import/export with one BO
- * Run type: BAT
*/
static void test_with_one_bo(void)
@@ -272,7 +268,6 @@ static void *thread_fn_reimport_vs_close(void *p)
/**
* SUBTEST: reimport-vs-gem_close-race
* Description: Reimport versus gem_close race
- * Run type: FULL
*/
static void test_reimport_close_race(void)
@@ -370,7 +365,6 @@ static void *thread_fn_export_vs_close(void *p)
/**
* SUBTEST: export-vs-gem_close-race
* Description: Export versus gem_close race test
- * Run type: FULL
*/
static void test_export_close_race(void)
@@ -425,7 +419,6 @@ static void test_export_close_race(void)
/**
* SUBTEST: basic-llseek-size
* Description: basic BO llseek size test
- * Run type: FULL
*/
static void test_llseek_size(void)
@@ -458,7 +451,6 @@ static void test_llseek_size(void)
/**
* SUBTEST: basic-llseek-bad
* Description: basid bad BO llseek size test
- * Run type: FULL
*/
static void test_llseek_bad(void)
diff --git a/tests/intel/xe_query.c b/tests/intel/xe_query.c
index 8ec849130a29..b38913c9f5fc 100644
--- a/tests/intel/xe_query.c
+++ b/tests/intel/xe_query.c
@@ -8,7 +8,6 @@
* Category: Software building block
* Sub-category: uapi
* Functionality: ioctl
- * Run type: BAT
* Description: Acquire configuration data for xe device
*/
diff --git a/tests/intel/xe_spin_batch.c b/tests/intel/xe_spin_batch.c
index 9bd3dc349f10..dd9d7366fcd2 100644
--- a/tests/intel/xe_spin_batch.c
+++ b/tests/intel/xe_spin_batch.c
@@ -17,7 +17,6 @@
/**
* SUBTEST: spin-basic
* Description: Basic test to submit spin batch submissons on copy engine.
- * Run type: FULL
*/
static void spin_basic(int fd)
@@ -35,7 +34,6 @@ static void spin_basic(int fd)
/**
* SUBTEST: spin-batch
* Description: Create vm and engine of hwe class and run the spinner on it.
- * Run type: FULL
*/
static void spin(int fd, struct drm_xe_engine_class_instance *hwe)
@@ -61,7 +59,6 @@ static void spin(int fd, struct drm_xe_engine_class_instance *hwe)
/**
* SUBTEST: spin-basic-all
* Description: Basic test which validates the functionality of spinner on all hwe.
- * Run type: FULL
*/
static void spin_basic_all(int fd)
{
@@ -92,7 +89,6 @@ static void spin_basic_all(int fd)
/**
* SUBTEST: spin-all
* Description: Spinner test to run on all the engines!
- * Run type: FULL
*/
static void spin_all(int fd, int gt, int class)
diff --git a/tests/intel/xe_sysfs_defaults.c b/tests/intel/xe_sysfs_defaults.c
index 0fc2918b621a..a1cbfb11d7dd 100644
--- a/tests/intel/xe_sysfs_defaults.c
+++ b/tests/intel/xe_sysfs_defaults.c
@@ -7,7 +7,6 @@
* TEST: xe sysfs defaults
* Category: Infrastructure
* Functionality: sysman defaults
- * Run type: FULL
* Sub-category: sysman
* Test category: functionality test
* SUBTEST: engine-defaults
diff --git a/tests/intel/xe_sysfs_scheduler.c b/tests/intel/xe_sysfs_scheduler.c
index 866b9d50ab68..e41fc4b6bb61 100644
--- a/tests/intel/xe_sysfs_scheduler.c
+++ b/tests/intel/xe_sysfs_scheduler.c
@@ -8,7 +8,6 @@
* Category: Software building block
* Sub-category: sysman
* Functionality: scheduler control interface
- * Run type: FULL
*
* SUBTEST: %s-invalid
* Description: Test to check if %s arg[1] schedule parameter rejects any unrepresentable intervals.
diff --git a/tests/intel/xe_sysfs_tile.c b/tests/intel/xe_sysfs_tile.c
index a7203e2b39e0..ba970cda831b 100644
--- a/tests/intel/xe_sysfs_tile.c
+++ b/tests/intel/xe_sysfs_tile.c
@@ -9,7 +9,6 @@
* SUBTEST: physical_vram_size_bytes
* Functionality: Vram
* Sub-category: Total vram per tile
- * Run type: FULL
* Test category: functionality test
* Description:
* Read sysfs entry for physical_vram_size_bytes and compare with
diff --git a/tests/intel/xe_uevent.c b/tests/intel/xe_uevent.c
index b8a92b698c59..d30931714f0c 100644
--- a/tests/intel/xe_uevent.c
+++ b/tests/intel/xe_uevent.c
@@ -9,7 +9,6 @@
* SUBTEST:fake_reset_uevent_listener
* Functionality: uevent
* Sub-category: GT reset failure uevent
- * Run type: FULL
* Test category: functionality test
* Description:
* Test creates uevent listener and causes fake reset failure for gt0
diff --git a/tests/intel/xe_vm.c b/tests/intel/xe_vm.c
index 5453f10c47fe..5455348bb757 100644
--- a/tests/intel/xe_vm.c
+++ b/tests/intel/xe_vm.c
@@ -84,7 +84,6 @@ write_dwords(int fd, uint32_t vm, int n_dwords, uint64_t *addrs)
* Description: Test scratch page creation and write
* Functionality: scratch page
* Test category: functionality test
- * Run type: FULL
*/
static void
@@ -207,7 +206,6 @@ uint64_t addrs_57b[] = {
* Description: bind once on one BO
* Functionality: bind BO
* Test category: functionality test
- * Run type: FULL
*/
static void
@@ -225,7 +223,6 @@ test_bind_once(int fd)
* Description: bind many times on one BO
* Functionality: bind BO
* Test category: functionality test
- * Run type: FULL
*/
static void
@@ -246,7 +243,6 @@ test_bind_one_bo_many_times(int fd)
* Description: Test bind many times and many VM on one BO
* Functionality: bind BO
* Test category: functionality test
- * Run type: FULL
*/
static void
@@ -265,7 +261,6 @@ test_bind_one_bo_many_times_many_vm(int fd)
* Description: Test unbind all with %arg[1] VMAs
* Functionality: unbind
* Test category: functionality test
- * Run type: FULL
*
* arg[1].values: 2, 8
*/
@@ -306,7 +301,6 @@ static void unbind_all(int fd, int n_vmas)
* and that it is correctly handled.
* Functionality: userptr
* Test category: negative test
- * Run type: FULL
*/
static void userptr_invalid(int fd)
{
@@ -343,13 +337,11 @@ struct vm_thread_data {
* Description: Test VM async ops error
* Functionality: VM
* Test category: negative test
- * Run type: FULL
*
* SUBTEST: vm-async-ops-err-destroy
* Description: Test VM async ops error destroy
* Functionality: VM
* Test category: negative test
- * Run type: FULL
*/
static void *vm_async_ops_err_thread(void *data)
@@ -510,7 +502,6 @@ static void vm_async_ops_err(int fd, bool destroy)
* SUBTEST: shared-%s-page
* Description: Test shared arg[1] page
* Test category: functionality test
- * Run type: BAT
*
* Functionality: %arg[1] page
* arg[1].values: pte, pde, pde2, pde3
@@ -699,13 +690,11 @@ shared_pte_page(int fd, struct drm_xe_engine_class_instance *eci, int n_bo,
* Description: Test independent bind exec_queues
* Functionality: bind exec_queues
* Test category: functionality test
- * Run type: BAT
*
* SUBTEST: bind-execqueues-conflict
* Description: Test conflict bind exec_queues
* Functionality: bind exec_queues
* Test category: functionality test
- * Run type: BAT
*/
#define CONFLICT (0x1 << 0)
@@ -875,25 +864,21 @@ test_bind_execqueues_independent(int fd, struct drm_xe_engine_class_instance *ec
* Description: Test bind array twice
* Functionality: bind exec_queues
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: bind-array-many
* Description: Test bind array many times
* Functionality: bind exec_queues
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: bind-array-exec_queue-twice
* Description: Test bind array exec_queue twice
* Functionality: bind exec_queues
* Test category: functionality test
- * Run type: FULL
*
* SUBTEST: bind-array-exec_queue-many
* Description: Test bind array exec_queue many times
* Functionality: bind exec_queues
* Test category: functionality test
- * Run type: FULL
*/
static void
test_bind_array(int fd, struct drm_xe_engine_class_instance *eci, int n_execs,
@@ -1020,7 +1005,6 @@ test_bind_array(int fd, struct drm_xe_engine_class_instance *eci, int n_execs,
* Description: Test %arg[1] with %arg[2] bind size
* Functionality: bind
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
@@ -1039,7 +1023,6 @@ test_bind_array(int fd, struct drm_xe_engine_class_instance *eci, int n_execs,
* Description: Test %arg[1] with %arg[2] bind size
* Functionality: userptr bind
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
@@ -1059,7 +1042,6 @@ test_bind_array(int fd, struct drm_xe_engine_class_instance *eci, int n_execs,
* Description: Test %arg[1] with %arg[2] bind size
* Functionality: mixed bind
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
@@ -1075,7 +1057,6 @@ test_bind_array(int fd, struct drm_xe_engine_class_instance *eci, int n_execs,
* Description: Test %arg[1] with %arg[2] bind size
* Functionality: mixed bind
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
@@ -1328,7 +1309,6 @@ static void *hammer_thread(void *tdata)
* @userptr-front: userptr front
* @userptr-inval-end: userptr inval end
* @userptr-inval-front: userptr inval front
- * Run type: BAT
*/
/**
@@ -1336,7 +1316,6 @@ static void *hammer_thread(void *tdata)
* Description: Test munmap style unbind with %arg[1]
* Functionality: unbind
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
@@ -1650,7 +1629,6 @@ try_again_after_invalidate:
* Description: Test mmap style unbind with %arg[1]
* Functionality: bind
* Test category: functionality test
- * Run type: FULL
*
* arg[1]:
*
diff --git a/tests/intel/xe_waitfence.c b/tests/intel/xe_waitfence.c
index 4f2df2a9d878..34005fbeba81 100644
--- a/tests/intel/xe_waitfence.c
+++ b/tests/intel/xe_waitfence.c
@@ -19,7 +19,6 @@
* Sub-category: waitfence
* Functionality: waitfence
* Test category: functionality test
- * Run type: BAT
* Description: Test waitfences functionality
*/
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 05/11] tests: Intel KMS: drop Run type field
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (3 preceding siblings ...)
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 04/11] tests: Intel Xe: drop Run type field Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 06/11] scripts/test_list.py: move "FULL" testlist to config file Mauro Carvalho Chehab
` (8 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Follow "tests: Intel Xe: drop Run type field" patch and do the
same for KMS tests.
Acked-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
tests/chamelium/kms_chamelium_audio.c | 4 -
tests/chamelium/kms_chamelium_color.c | 3 -
tests/chamelium/kms_chamelium_edid.c | 10 --
tests/chamelium/kms_chamelium_frames.c | 10 --
tests/chamelium/kms_chamelium_hpd.c | 25 ---
tests/intel/kms_big_fb.c | 12 --
tests/intel/kms_big_joiner.c | 3 -
tests/intel/kms_busy.c | 5 -
tests/intel/kms_ccs.c | 3 -
tests/intel/kms_cdclk.c | 3 -
tests/intel/kms_draw_crc.c | 3 -
tests/intel/kms_dsc.c | 1 -
tests/intel/kms_fb_coherency.c | 1 -
tests/intel/kms_fbcon_fbt.c | 4 -
tests/intel/kms_fence_pin_leak.c | 1 -
tests/intel/kms_flip_scaled_crc.c | 19 ---
tests/intel/kms_flip_tiling.c | 1 -
tests/intel/kms_frontbuffer_tracking.c | 206 -------------------------
tests/intel/kms_legacy_colorkey.c | 2 -
tests/intel/kms_mmap_write_crc.c | 1 -
tests/intel/kms_pipe_b_c_ivb.c | 5 -
tests/intel/kms_psr.c | 19 ---
tests/intel/kms_psr2_sf.c | 8 -
tests/intel/kms_psr2_su.c | 2 -
tests/intel/kms_psr_stress_test.c | 2 -
tests/intel/kms_pwrite_crc.c | 1 -
tests/kms_3d.c | 1 -
tests/kms_addfb_basic.c | 27 ----
tests/kms_async_flips.c | 6 -
tests/kms_atomic.c | 8 -
tests/kms_atomic_interruptible.c | 5 -
tests/kms_atomic_transition.c | 7 -
tests/kms_bw.c | 1 -
tests/kms_color.c | 7 -
tests/kms_concurrent.c | 1 -
tests/kms_content_protection.c | 7 -
tests/kms_cursor_crc.c | 4 -
tests/kms_cursor_edge_walk.c | 1 -
tests/kms_cursor_legacy.c | 16 --
tests/kms_display_modes.c | 2 -
tests/kms_dither.c | 2 -
tests/kms_dp_aux_dev.c | 1 -
tests/kms_flip.c | 26 ----
tests/kms_flip_event_leak.c | 1 -
tests/kms_force_connector_basic.c | 4 -
tests/kms_getfb.c | 7 -
tests/kms_hdmi_inject.c | 2 -
tests/kms_hdr.c | 8 -
tests/kms_invalid_mode.c | 1 -
tests/kms_lease.c | 21 ---
tests/kms_multipipe_modeset.c | 1 -
tests/kms_panel_fitting.c | 2 -
tests/kms_pipe_crc_basic.c | 9 --
tests/kms_plane.c | 6 -
tests/kms_plane_alpha_blend.c | 4 -
tests/kms_plane_cursor.c | 3 -
tests/kms_plane_lowres.c | 2 -
tests/kms_plane_multiple.c | 2 -
tests/kms_plane_scaling.c | 21 ---
tests/kms_prime.c | 3 -
tests/kms_prop_blob.c | 4 -
tests/kms_properties.c | 2 -
tests/kms_rmfb.c | 2 -
tests/kms_rotation_crc.c | 10 --
tests/kms_scaling_modes.c | 1 -
tests/kms_selftest.c | 1 -
tests/kms_sequence.c | 2 -
tests/kms_setmode.c | 6 -
tests/kms_sysfs_edid_timing.c | 1 -
tests/kms_tiled_display.c | 2 -
tests/kms_tv_load_detect.c | 1 -
tests/kms_universal_plane.c | 4 -
tests/kms_vblank.c | 9 --
tests/kms_vrr.c | 5 -
tests/kms_writeback.c | 4 -
tests/testdisplay.c | 1 -
76 files changed, 628 deletions(-)
diff --git a/tests/chamelium/kms_chamelium_audio.c b/tests/chamelium/kms_chamelium_audio.c
index 3dc33c9c9de7..34ba0cb64370 100644
--- a/tests/chamelium/kms_chamelium_audio.c
+++ b/tests/chamelium/kms_chamelium_audio.c
@@ -681,7 +681,6 @@ static bool check_audio_configuration(struct alsa *alsa,
* capture them and check they are correct
* Functionality: chamelium, dp_audio
* Mega feature: Audio, DP
- * Run type: FULL
* Test category: functionality test
* Driver requirement: i915, xe
*
@@ -690,7 +689,6 @@ static bool check_audio_configuration(struct alsa *alsa,
* capture them and check they are correct
* Functionality: chamelium, hdmi_audio
* Mega feature: Audio, HDMI
- * Run type: FULL
* Test category: functionality test
* Driver requirement: i915, xe
*/
@@ -794,7 +792,6 @@ static void test_display_audio(chamelium_data_t *data,
* EDID-Like Data reports the correct audio parameters
* Functionality: chamelium, dp_audio
* Mega feature: Audio, DP
- * Run type: FULL
* Test category: functionality test
* Driver requirement: i915, xe
*
@@ -803,7 +800,6 @@ static void test_display_audio(chamelium_data_t *data,
* EDID-Like Data reports the correct audio parameters
* Functionality: chamelium, hdmi_audio
* Mega feature: Audio, HDMI
- * Run type: FULL
* Test category: functionality test
* Driver requirement: i915, xe
*/
diff --git a/tests/chamelium/kms_chamelium_color.c b/tests/chamelium/kms_chamelium_color.c
index 125de9915d94..0a9788214a06 100644
--- a/tests/chamelium/kms_chamelium_color.c
+++ b/tests/chamelium/kms_chamelium_color.c
@@ -37,7 +37,6 @@ IGT_TEST_DESCRIPTION("Test Color Features at Pipe level using Chamelium to verif
* Description: Verify that degamma LUT transformation works correctly
* Functionality: chamelium, colorspace
* Mega feature: Color mgmt
- * Run type: FULL
* Test category: functionality test
* Driver requirement: i915, xe
*/
@@ -135,7 +134,6 @@ static bool test_pipe_degamma(data_t *data,
* Description: Verify that gamma LUT transformation works correctly
* Functionality: chamelium, colorspace
* Mega feature: Color mgmt
- * Run type: FULL
* Test category: functionality test
* Driver requirement: i915, xe
*/
@@ -494,7 +492,6 @@ run_gamma_degamma_tests_for_pipe(data_t *data, enum pipe p,
* Description: Check the color transformation %arg[1]
* Functionality: chamelium, colorspace
* Mega feature: Color mgmt
- * Run type: FULL
* Test category: functionality test
* Driver requirement: i915, xe
*
diff --git a/tests/chamelium/kms_chamelium_edid.c b/tests/chamelium/kms_chamelium_edid.c
index 8e730c8189b8..de8e51a04e3c 100644
--- a/tests/chamelium/kms_chamelium_edid.c
+++ b/tests/chamelium/kms_chamelium_edid.c
@@ -149,7 +149,6 @@ static void check_mode(struct chamelium *chamelium, struct chamelium_port *port,
* SUBTEST: dp-edid-read
* Description: Make sure the EDID exposed by KMS is the same as the screen's
* Test category: functionality test
- * Run type: BAT
* Functionality: chamelium, dp_edid
* Mega feature: DP
* Driver requirement: i915, xe
@@ -157,7 +156,6 @@ static void check_mode(struct chamelium *chamelium, struct chamelium_port *port,
* SUBTEST: hdmi-edid-read
* Description: Make sure the EDID exposed by KMS is the same as the screen's
* Test category: functionality test
- * Run type: BAT
* Functionality: chamelium, hdmi_edid
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -165,7 +163,6 @@ static void check_mode(struct chamelium *chamelium, struct chamelium_port *port,
* SUBTEST: vga-edid-read
* Description: Make sure the EDID exposed by KMS is the same as the screen's
* Test category: functionality test
- * Run type: BAT
* Functionality: chamelium, vga_edid
* Mega feature: VGA
* Driver requirement: i915, xe
@@ -215,7 +212,6 @@ static void igt_custom_edid_type_read(chamelium_data_t *data,
* the other, and ensure their validity by check the real screen
* resolution vs the advertised mode (%arg[1]) resolution.
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, dp_edid
* Mega feature: DP
* Driver requirement: i915, xe
@@ -225,7 +221,6 @@ static void igt_custom_edid_type_read(chamelium_data_t *data,
* the other, and ensure their validity by check the real screen
* resolution vs the advertised mode (%arg[1]) resolution.
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hdmi_edid
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -310,7 +305,6 @@ static void edid_stress_resolution(chamelium_data_t *data,
* them on the screen and check the screen resolution matches the
* mode resolution.
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, dp_edid
* Mega feature: DP
* Driver requirement: i915, xe
@@ -384,7 +378,6 @@ static void edid_resolution_list(chamelium_data_t *data,
* plugged during suspend, check that a uevent is sent and
* connector status is updated during %arg[1]
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, dp_edid
* Mega feature: DP
* Driver requirement: i915, xe
@@ -394,7 +387,6 @@ static void edid_resolution_list(chamelium_data_t *data,
* plugged during suspend, check that a uevent is sent and
* connector status is updated during %arg[1]
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, dp_edid
* Mega feature: DP
* Driver requirement: i915, xe
@@ -462,7 +454,6 @@ static void test_suspend_resume_edid_change(chamelium_data_t *data,
* the mode detected by the Chamelium receiver matches the mode we
* set
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, dp_edid
* Mega feature: DP
* Driver requirement: i915, xe
@@ -472,7 +463,6 @@ static void test_suspend_resume_edid_change(chamelium_data_t *data,
* the mode detected by the Chamelium receiver matches the mode we
* set
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, dp_edid
* Mega feature: DP
* Driver requirement: i915, xe
diff --git a/tests/chamelium/kms_chamelium_frames.c b/tests/chamelium/kms_chamelium_frames.c
index 20e108c2175e..a313cd4336dc 100644
--- a/tests/chamelium/kms_chamelium_frames.c
+++ b/tests/chamelium/kms_chamelium_frames.c
@@ -544,7 +544,6 @@ static void prepare_randomized_plane(chamelium_data_t *data,
* Description: Pick the first mode of the IGT base EDID, display and capture
* a few frames, then check captured frames are correct
* Test category: functionality test
- * Run type: BAT
* Functionality: chamelium, frame_integrity
* Mega feature: DP
* Driver requirement: i915, xe
@@ -553,7 +552,6 @@ static void prepare_randomized_plane(chamelium_data_t *data,
* Description: Pick the first mode of the IGT base EDID, display and capture
* a few frames, then check captured frames are correct
* Test category: functionality test
- * Run type: BAT
* Functionality: chamelium, frame_integrity
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -564,7 +562,6 @@ static void prepare_randomized_plane(chamelium_data_t *data,
* Description: Pick the first mode of the IGT base EDID, display and capture a
* few frames, then check captured frames are correct
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, frame_integrity
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -615,7 +612,6 @@ static void test_display_one_mode(chamelium_data_t *data,
* Description: For each mode of the IGT base EDID, display and capture a few
* frames, then check captured frames are correct
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, frame_integrity
* Mega feature: VGA
* Driver requirement: i915, xe
@@ -624,7 +620,6 @@ static void test_display_one_mode(chamelium_data_t *data,
* Description: For each mode of the IGT base EDID, display and capture a %arg[1]
* frame(s), then check captured frame(s) are correct
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, frame_integrity
* Mega feature: DP
* Driver requirement: i915, xe
@@ -633,7 +628,6 @@ static void test_display_one_mode(chamelium_data_t *data,
* Description: For each mode of the IGT base EDID, display and capture a %arg[1]
* frame(s), then check captured frame(s) are correct
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, frame_integrity
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -707,7 +701,6 @@ static void test_display_all_modes(chamelium_data_t *data,
* frames, then download the captured frames and compare them
* bit-by-bit to the sent ones
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, frame_integrity
* Mega feature: DP
* Driver requirement: i915, xe
@@ -717,7 +710,6 @@ static void test_display_all_modes(chamelium_data_t *data,
* frames, then download the captured frames and compare them
* bit-by-bit to the sent ones
* Test category: functionality test
- * Run type: BAT
* Functionality: chamelium, frame_integrity
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -795,7 +787,6 @@ static void test_display_frame_dump(chamelium_data_t *data,
* Description: Pick a mode with a picture aspect-ratio, capture AVI InfoFrames
* and check they include the relevant fields
* Test category: functionality test
- * Run type: BAT
* Functionality: chamelium, frame_integrity
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -885,7 +876,6 @@ static void test_display_aspect_ratio(chamelium_data_t *data,
* Description: Setup a few overlay planes with random parameters, capture the
* frame and check it matches the expected output
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, frame_integrity
* Mega feature: HDMI
* Driver requirement: i915, xe
diff --git a/tests/chamelium/kms_chamelium_hpd.c b/tests/chamelium/kms_chamelium_hpd.c
index 1599c0a6250f..f7a9422a990d 100644
--- a/tests/chamelium/kms_chamelium_hpd.c
+++ b/tests/chamelium/kms_chamelium_hpd.c
@@ -115,7 +115,6 @@ static void try_suspend_resume_hpd(chamelium_data_t *data,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: chamelium, hotplug
* Mega feature: DP
* Driver requirement: i915, xe
@@ -124,7 +123,6 @@ static void try_suspend_resume_hpd(chamelium_data_t *data,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: chamelium, hotplug
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -133,7 +131,6 @@ static void try_suspend_resume_hpd(chamelium_data_t *data,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: chamelium, hotplug
* Mega feature: VGA
* Driver requirement: i915, xe
@@ -142,7 +139,6 @@ static void try_suspend_resume_hpd(chamelium_data_t *data,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: DP
* Driver requirement: i915, xe
@@ -151,7 +147,6 @@ static void try_suspend_resume_hpd(chamelium_data_t *data,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -160,7 +155,6 @@ static void try_suspend_resume_hpd(chamelium_data_t *data,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: VGA
* Driver requirement: i915, xe
@@ -169,7 +163,6 @@ static void try_suspend_resume_hpd(chamelium_data_t *data,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: DP
* Driver requirement: i915, xe
@@ -178,7 +171,6 @@ static void try_suspend_resume_hpd(chamelium_data_t *data,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -187,7 +179,6 @@ static void try_suspend_resume_hpd(chamelium_data_t *data,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: VGA
* Driver requirement: i915, xe
@@ -268,7 +259,6 @@ static void test_hotplug(chamelium_data_t *data, struct chamelium_port *port,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug for each pipe with valid output
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: DP
* Driver requirement: i915, xe
@@ -277,7 +267,6 @@ static void test_hotplug(chamelium_data_t *data, struct chamelium_port *port,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug for each pipe with valid output
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -286,7 +275,6 @@ static void test_hotplug(chamelium_data_t *data, struct chamelium_port *port,
* Description: Check that we get uevents and updated connector status on
* hotplug and unplug for each pipe with valid output
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: VGA
* Driver requirement: i915, xe
@@ -341,7 +329,6 @@ static void test_hotplug_for_each_pipe(chamelium_data_t *data,
* Description: Toggle HPD during Hibernation, check that uevents are sent and
* connector status is updated
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug, hibernation
* Mega feature: DP
* Driver requirement: i915, xe
@@ -350,7 +337,6 @@ static void test_hotplug_for_each_pipe(chamelium_data_t *data,
* Description: Toggle HPD during Hibernation, check that uevents are sent and
* connector status is updated
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug, hibernation
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -359,7 +345,6 @@ static void test_hotplug_for_each_pipe(chamelium_data_t *data,
* Description: Toggle HPD during Hibernation, check that uevents are sent and
* connector status is updated
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug, hibernation
* Mega feature: VGA
* Driver requirement: i915, xe
@@ -368,7 +353,6 @@ static void test_hotplug_for_each_pipe(chamelium_data_t *data,
* Description: Toggle HPD during Suspend, check that uevents are sent and
* connector status is updated
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug, suspend
* Mega feature: DP
* Driver requirement: i915, xe
@@ -377,7 +361,6 @@ static void test_hotplug_for_each_pipe(chamelium_data_t *data,
* Description: Toggle HPD during Suspend, check that uevents are sent and
* connector status is updated
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug, suspend
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -386,7 +369,6 @@ static void test_hotplug_for_each_pipe(chamelium_data_t *data,
* Description: Toggle HPD during Suspend, check that uevents are sent and
* connector status is updated
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug, suspend
* Mega feature: VGA
* Driver requirement: i915, xe
@@ -419,7 +401,6 @@ static void test_suspend_resume_hpd(chamelium_data_t *data,
* Description: Toggle HPD during suspend on all connectors, check that uevents
* are sent and connector status is updated
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: chamelium, hotplug, suspend
* Mega feature: General Display Features
* Driver requirement: i915, xe
@@ -428,7 +409,6 @@ static void test_suspend_resume_hpd(chamelium_data_t *data,
* Description: Toggle HPD during suspend on all connectors, check that uevents
* are sent and connector status is updated
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug, hibernation
* Mega feature: General Display Features
* Driver requirement: i915, xe
@@ -467,7 +447,6 @@ static void test_suspend_resume_hpd_common(chamelium_data_t *data,
* Description: Disable DDC on a VGA connector, check we still get a uevent on
* hotplug
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: VGA
* Driver requirement: i915, xe
@@ -504,7 +483,6 @@ static void test_hpd_without_ddc(chamelium_data_t *data,
* simulate abad cable, check the kernel falls back to polling
* to avoid a hotplug storm
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: DP
* Driver requirement: i915, xe
@@ -514,7 +492,6 @@ static void test_hpd_without_ddc(chamelium_data_t *data,
* simulate abad cable, check the kernel falls back to polling
* to avoid a hotplug storm
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: HDMI
* Driver requirement: i915, xe
@@ -558,7 +535,6 @@ static void test_hpd_storm_detect(chamelium_data_t *data,
* Description: Disable HPD storm detection, trigger a storm and check the
* kernel doesn't detect one
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: DP
* Driver requirement: i915, xe
@@ -567,7 +543,6 @@ static void test_hpd_storm_detect(chamelium_data_t *data,
* Description: Disable HPD storm detection, trigger a storm and check the
* kernel doesn't detect one
* Test category: functionality test
- * Run type: FULL
* Functionality: chamelium, hotplug
* Mega feature: HDMI
* Driver requirement: i915, xe
diff --git a/tests/intel/kms_big_fb.c b/tests/intel/kms_big_fb.c
index 025e28df00fc..611e60896c8e 100644
--- a/tests/intel/kms_big_fb.c
+++ b/tests/intel/kms_big_fb.c
@@ -595,7 +595,6 @@ max_hw_stride_async_flip_test(data_t *data)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop, rotation
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 8, 16, 32, 64
@@ -609,7 +608,6 @@ max_hw_stride_async_flip_test(data_t *data)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop, rotation, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -631,7 +629,6 @@ max_hw_stride_async_flip_test(data_t *data)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop, rotation
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 32, 64
@@ -646,7 +643,6 @@ max_hw_stride_async_flip_test(data_t *data)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop, rotation, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -668,7 +664,6 @@ max_hw_stride_async_flip_test(data_t *data)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop, rotation, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: %s-max-hw-stride-%dbpp-rotate-%d-%s
@@ -678,7 +673,6 @@ max_hw_stride_async_flip_test(data_t *data)
* Driver requirement: i915, xe
* Functionality: async_flips, big_fbs, kms_gem_interop, rotation, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -748,7 +742,6 @@ static void test_scanout(data_t *data)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: %s-addfb-size-overflow
@@ -757,7 +750,6 @@ static void test_scanout(data_t *data)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -818,7 +810,6 @@ test_size_overflow(data_t *data)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: %s-addfb-size-offset-overflow
@@ -827,7 +818,6 @@ test_size_overflow(data_t *data)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -902,7 +892,6 @@ static int rmfb(int fd, uint32_t id)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: %s-addfb
@@ -911,7 +900,6 @@ static int rmfb(int fd, uint32_t id)
* Driver requirement: i915, xe
* Functionality: big_fbs, kms_gem_interop, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/intel/kms_big_joiner.c b/tests/intel/kms_big_joiner.c
index ae38e02c56b6..a555ca7995f0 100644
--- a/tests/intel/kms_big_joiner.c
+++ b/tests/intel/kms_big_joiner.c
@@ -52,7 +52,6 @@ typedef struct {
* Driver requirement: i915, xe
* Functionality: 2p1p
* Mega feature: Bigjoiner
- * Run type: FULL
* Test category: functionality test
*/
static void test_invalid_modeset(data_t *data)
@@ -101,7 +100,6 @@ static void test_invalid_modeset(data_t *data)
* Driver requirement: i915, xe
* Functionality: 2p1p
* Mega feature: Bigjoiner
- * Run type: FULL
* Test category: functionality test
*/
static void test_basic_modeset(data_t *data)
@@ -148,7 +146,6 @@ static void test_basic_modeset(data_t *data)
* Driver requirement: i915, xe
* Functionality: 2p1p
* Mega feature: Bigjoiner
- * Run type: FULL
* Test category: functionality test
*/
static void test_dual_display(data_t *data)
diff --git a/tests/intel/kms_busy.c b/tests/intel/kms_busy.c
index a1f51775891b..5b620658fb18 100644
--- a/tests/intel/kms_busy.c
+++ b/tests/intel/kms_busy.c
@@ -142,7 +142,6 @@ static void flip_to_fb(igt_display_t *dpy, int pipe,
* Driver requirement: i915
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: basic-hang
@@ -150,7 +149,6 @@ static void flip_to_fb(igt_display_t *dpy, int pipe,
* Driver requirement: i915
* Functionality: kms_core, hang
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_flip(igt_display_t *dpy, int pipe,
@@ -251,7 +249,6 @@ static void test_atomic_commit_hang(igt_display_t *dpy, igt_plane_t *primary,
* Driver requirement: i915
* Functionality: kms_core, hang
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -268,7 +265,6 @@ static void test_atomic_commit_hang(igt_display_t *dpy, igt_plane_t *primary,
* Driver requirement: i915
* Functionality: kms_core, hang
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -329,7 +325,6 @@ static void test_hang(igt_display_t *dpy,
* Driver requirement: i915
* Functionality: kms_core, hang
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void
diff --git a/tests/intel/kms_ccs.c b/tests/intel/kms_ccs.c
index 976aedb06e80..e2bb5a0670f3 100644
--- a/tests/intel/kms_ccs.c
+++ b/tests/intel/kms_ccs.c
@@ -39,7 +39,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -77,7 +76,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -119,7 +117,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, rotation, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/intel/kms_cdclk.c b/tests/intel/kms_cdclk.c
index 237f28f007d1..71d827dacd0c 100644
--- a/tests/intel/kms_cdclk.c
+++ b/tests/intel/kms_cdclk.c
@@ -260,7 +260,6 @@ static void test_mode_transition(data_t *data, enum pipe pipe, igt_output_t *out
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_mode_transition_on_all_outputs(data_t *data)
@@ -365,7 +364,6 @@ static void test_mode_transition_on_all_outputs(data_t *data)
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-scaling
@@ -373,7 +371,6 @@ static void test_mode_transition_on_all_outputs(data_t *data)
* Driver requirement: i915, xe
* Functionality: kms_core, plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void run_cdclk_test(data_t *data, uint32_t flags)
diff --git a/tests/intel/kms_draw_crc.c b/tests/intel/kms_draw_crc.c
index ee1980552f7b..086f64dc8e68 100644
--- a/tests/intel/kms_draw_crc.c
+++ b/tests/intel/kms_draw_crc.c
@@ -150,7 +150,6 @@ static void get_method_crc(enum igt_draw_method method, uint32_t drm_format,
* Driver requirement: i915, xe
* Functionality: kms_core, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -167,7 +166,6 @@ static void get_method_crc(enum igt_draw_method method, uint32_t drm_format,
* Driver requirement: i915
* Functionality: kms_core, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -221,7 +219,6 @@ static void get_fill_crc(uint64_t modifier, igt_crc_t *crc)
* Driver requirement: i915, xe
* Functionality: kms_core, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void fill_fb_subtest(void)
diff --git a/tests/intel/kms_dsc.c b/tests/intel/kms_dsc.c
index 41e1d95197f9..c7dfb509a877 100644
--- a/tests/intel/kms_dsc.c
+++ b/tests/intel/kms_dsc.c
@@ -44,7 +44,6 @@
* Driver requirement: i915, xe
* Functionality: dsc
* Mega feature: VDSC
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/intel/kms_fb_coherency.c b/tests/intel/kms_fb_coherency.c
index c772ddcdce26..d0c0df9eefb6 100644
--- a/tests/intel/kms_fb_coherency.c
+++ b/tests/intel/kms_fb_coherency.c
@@ -247,7 +247,6 @@ igt_main
* Mega feature: General Display Features
* Functionality: kms_core
* Driver requirement: i915, xe
- * Run type: FULL
* Test category: functionality test
*/
igt_subtest_with_dynamic("memset-crc") {
diff --git a/tests/intel/kms_fbcon_fbt.c b/tests/intel/kms_fbcon_fbt.c
index 2cb0ffdb4073..e017d5887ee0 100644
--- a/tests/intel/kms_fbcon_fbt.c
+++ b/tests/intel/kms_fbcon_fbt.c
@@ -44,7 +44,6 @@
* Driver requirement: i915, xe
* Functionality: fbc, fbcon, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-suspend
@@ -53,7 +52,6 @@
* Driver requirement: i915, xe
* Functionality: fbc, fbcon, fbt, suspend
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr
@@ -62,7 +60,6 @@
* Driver requirement: i915, xe
* Functionality: fbcon, fbt, psr
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-suspend
@@ -71,7 +68,6 @@
* Driver requirement: i915, xe
* Functionality: fbcon, fbt, psr, suspend
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/intel/kms_fence_pin_leak.c b/tests/intel/kms_fence_pin_leak.c
index 3db5767af25e..03f3990c4c8f 100644
--- a/tests/intel/kms_fence_pin_leak.c
+++ b/tests/intel/kms_fence_pin_leak.c
@@ -40,7 +40,6 @@
* Driver requirement: i915
* Functionality: kms_core, synchronization
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/intel/kms_flip_scaled_crc.c b/tests/intel/kms_flip_scaled_crc.c
index 3d7991890e33..2997b63fac40 100644
--- a/tests/intel/kms_flip_scaled_crc.c
+++ b/tests/intel/kms_flip_scaled_crc.c
@@ -36,7 +36,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-64bpp-ytile-to-32bpp-ytilercccs-downscaling
@@ -45,7 +44,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-linear-to-64bpp-linear-%s
@@ -54,7 +52,6 @@
* Driver requirement: i915, xe
* Functionality: scaling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-%s
@@ -63,7 +60,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-4tile-to-64bpp-4tile-%s
@@ -72,7 +68,6 @@
* Driver requirement: i915, xe
* Functionality: scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-xtile-to-64bpp-xtile-%s
@@ -81,7 +76,6 @@
* Driver requirement: i915, xe
* Functionality: scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-yftile-to-32bpp-yftileccs-%s
@@ -90,7 +84,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-yftile-to-64bpp-yftile-%s
@@ -99,7 +92,6 @@
* Driver requirement: i915, xe
* Functionality: scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-yftileccs-to-64bpp-yftile-%s
@@ -108,7 +100,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-ytile-to-32bpp-ytileccs-%s
@@ -117,7 +108,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-%s
@@ -126,7 +116,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-ytile-to-64bpp-ytile-%s
@@ -135,7 +124,6 @@
* Driver requirement: i915, xe
* Functionality: scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-32bpp-ytileccs-to-64bpp-ytile-%s
@@ -144,7 +132,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-%s
@@ -153,7 +140,6 @@
* Driver requirement: i915, xe
* Functionality: ccs, scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -169,7 +155,6 @@
* Driver requirement: i915, xe
* Functionality: scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-64bpp-xtile-to-%dbpp-xtile-%s
@@ -178,7 +163,6 @@
* Driver requirement: i915, xe
* Functionality: scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-64bpp-yftile-to-%dbpp-yftile-%s
@@ -187,7 +171,6 @@
* Driver requirement: i915, xe
* Functionality: scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-64bpp-ytile-to-%dbpp-ytile-%s
@@ -196,7 +179,6 @@
* Driver requirement: i915, xe
* Functionality: scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-64bpp-linear-to-%dbpp-linear-%s
@@ -205,7 +187,6 @@
* Driver requirement: i915, xe
* Functionality: scaling, tiling, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 16, 32
diff --git a/tests/intel/kms_flip_tiling.c b/tests/intel/kms_flip_tiling.c
index d30f73a7f438..44121d7cf5d0 100644
--- a/tests/intel/kms_flip_tiling.c
+++ b/tests/intel/kms_flip_tiling.c
@@ -40,7 +40,6 @@
* Driver requirement: i915, xe
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/intel/kms_frontbuffer_tracking.c b/tests/intel/kms_frontbuffer_tracking.c
index 40b3d4cb5d4f..215ecdeef58d 100644
--- a/tests/intel/kms_frontbuffer_tracking.c
+++ b/tests/intel/kms_frontbuffer_tracking.c
@@ -1857,7 +1857,6 @@ static void prepare_subtest(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbt, drrs
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%dp-rte
@@ -1865,7 +1864,6 @@ static void prepare_subtest(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%dp-rte
@@ -1873,7 +1871,6 @@ static void prepare_subtest(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-rte
@@ -1881,7 +1878,6 @@ static void prepare_subtest(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-rte
@@ -1889,7 +1885,6 @@ static void prepare_subtest(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%dp-rte
@@ -1897,7 +1892,6 @@ static void prepare_subtest(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbt, drrs, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-rte
@@ -1905,7 +1899,6 @@ static void prepare_subtest(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, drrs, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -1977,7 +1970,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-1p-offscren-pri-%s-draw-%s
@@ -1985,7 +1977,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-1p-offscren-pri-%s-draw-%s
@@ -1993,7 +1984,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-1p-offscren-pri-%s-draw-%s
@@ -2001,7 +1991,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-1p-offscren-pri-%s-draw-%s
@@ -2009,7 +1998,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-1p-offscren-pri-%s-draw-%s
@@ -2017,7 +2005,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-1p-offscren-pri-%s-draw-%s
@@ -2025,7 +2012,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -2046,7 +2032,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-1p-offscren-pri-%s-draw-%s
@@ -2054,7 +2039,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-1p-offscren-pri-%s-draw-%s
@@ -2062,7 +2046,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-1p-offscren-pri-%s-draw-%s
@@ -2070,7 +2053,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-1p-offscren-pri-%s-draw-%s
@@ -2078,7 +2060,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-1p-offscren-pri-%s-draw-%s
@@ -2086,7 +2067,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-1p-offscren-pri-%s-draw-%s
@@ -2094,7 +2074,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -2115,7 +2094,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%dp-primscrn-%s-indfb-draw-%s
@@ -2123,7 +2101,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%dp-primscrn-%s-indfb-draw-%s
@@ -2131,7 +2108,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-primscrn-%s-indfb-draw-%s
@@ -2139,7 +2115,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-primscrn-%s-indfb-draw-%s
@@ -2147,7 +2122,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%dp-primscrn-%s-indfb-draw-%s
@@ -2155,7 +2129,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-primscrn-%s-indfb-draw-%s
@@ -2163,7 +2136,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -2187,7 +2159,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%dp-primscrn-%s-indfb-draw-%s
@@ -2195,7 +2166,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%dp-primscrn-%s-indfb-draw-%s
@@ -2203,7 +2173,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-primscrn-%s-indfb-draw-%s
@@ -2211,7 +2180,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-primscrn-%s-indfb-draw-%s
@@ -2219,7 +2187,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%dp-primscrn-%s-indfb-draw-%s
@@ -2227,7 +2194,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-primscrn-%s-indfb-draw-%s
@@ -2235,7 +2201,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -2259,7 +2224,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%dp-primscrn-pri-shrfb-draw-%s
@@ -2267,7 +2231,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%dp-primscrn-pri-shrfb-draw-%s
@@ -2275,7 +2238,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-primscrn-pri-shrfb-draw-%s
@@ -2283,7 +2245,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-primscrn-pri-shrfb-draw-%s
@@ -2291,7 +2252,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%dp-primscrn-pri-shrfb-draw-%s
@@ -2299,7 +2259,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-primscrn-pri-shrfb-draw-%s
@@ -2307,7 +2266,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -2325,7 +2283,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%dp-primscrn-pri-shrfb-draw-%s
@@ -2333,7 +2290,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%dp-primscrn-pri-shrfb-draw-%s
@@ -2341,7 +2297,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-primscrn-pri-shrfb-draw-%s
@@ -2349,7 +2304,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-primscrn-pri-shrfb-draw-%s
@@ -2357,7 +2311,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%dp-primscrn-pri-shrfb-draw-%s
@@ -2365,7 +2318,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-primscrn-pri-shrfb-draw-%s
@@ -2373,7 +2325,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -2391,7 +2342,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-2p-scndscrn-%s-indfb-draw-%s
@@ -2399,7 +2349,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-2p-scndscrn-%s-indfb-draw-%s
@@ -2407,7 +2356,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-2p-scndscrn-%s-indfb-draw-%s
@@ -2415,7 +2363,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-2p-scndscrn-%s-indfb-draw-%s
@@ -2423,7 +2370,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-2p-scndscrn-%s-indfb-draw-%s
@@ -2431,7 +2377,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-2p-scndscrn-%s-indfb-draw-%s
@@ -2439,7 +2384,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -2461,7 +2405,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-2p-scndscrn-%s-indfb-draw-%s
@@ -2469,7 +2412,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-2p-scndscrn-%s-indfb-draw-%s
@@ -2477,7 +2419,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-2p-scndscrn-%s-indfb-draw-%s
@@ -2485,7 +2426,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-2p-scndscrn-%s-indfb-draw-%s
@@ -2493,7 +2433,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-2p-scndscrn-%s-indfb-draw-%s
@@ -2501,7 +2440,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-2p-scndscrn-%s-indfb-draw-%s
@@ -2509,7 +2447,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -2531,7 +2468,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-2p-scndscrn-pri-shrfb-draw-%s
@@ -2539,7 +2475,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-2p-scndscrn-pri-shrfb-draw-%s
@@ -2547,7 +2482,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-2p-scndscrn-pri-shrfb-draw-%s
@@ -2555,7 +2489,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-2p-scndscrn-pri-shrfb-draw-%s
@@ -2563,7 +2496,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-2p-scndscrn-pri-shrfb-draw-%s
@@ -2571,7 +2503,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-shrfb-draw-%s
@@ -2579,7 +2510,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -2595,7 +2525,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-2p-scndscrn-pri-shrfb-draw-%s
@@ -2603,7 +2532,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-2p-scndscrn-pri-shrfb-draw-%s
@@ -2611,7 +2539,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-2p-scndscrn-pri-shrfb-draw-%s
@@ -2619,7 +2546,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-2p-scndscrn-pri-shrfb-draw-%s
@@ -2627,7 +2553,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-2p-scndscrn-pri-shrfb-draw-%s
@@ -2635,7 +2560,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-2p-scndscrn-pri-shrfb-draw-%s
@@ -2643,7 +2567,6 @@ static bool op_disables_psr(const struct test_mode *t,
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -2732,7 +2655,6 @@ static void draw_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%dp-pri-indfb-multidraw
@@ -2740,7 +2662,6 @@ static void draw_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%dp-pri-indfb-multidraw
@@ -2748,7 +2669,6 @@ static void draw_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-pri-indfb-multidraw
@@ -2756,7 +2676,6 @@ static void draw_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-pri-indfb-multidraw
@@ -2764,7 +2683,6 @@ static void draw_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%dp-pri-indfb-multidraw
@@ -2772,7 +2690,6 @@ static void draw_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-pri-indfb-multidraw
@@ -2780,7 +2697,6 @@ static void draw_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -2940,7 +2856,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%s-draw-%s
@@ -2948,7 +2863,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%s-draw-%s
@@ -2956,7 +2870,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%s-draw-%s
@@ -2964,7 +2877,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%s-draw-%s
@@ -2972,7 +2884,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%s-draw-%s
@@ -2980,7 +2891,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%s-draw-%s
@@ -2988,7 +2898,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -3009,7 +2918,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%s-draw-%s
@@ -3017,7 +2925,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%s-draw-%s
@@ -3025,7 +2932,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%s-draw-%s
@@ -3033,7 +2939,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%s-draw-%s
@@ -3041,7 +2946,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%s-draw-%s
@@ -3049,7 +2953,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%s-draw-%s
@@ -3057,7 +2960,6 @@ static void badformat_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -3121,7 +3023,6 @@ static bool tiling_is_valid(int feature_flags, enum tiling_type tiling)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-slowdraw
@@ -3129,7 +3030,6 @@ static bool tiling_is_valid(int feature_flags, enum tiling_type tiling)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-slowdraw
@@ -3137,7 +3037,6 @@ static bool tiling_is_valid(int feature_flags, enum tiling_type tiling)
* Driver requirement: i915, xe
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-slowdraw
@@ -3145,7 +3044,6 @@ static bool tiling_is_valid(int feature_flags, enum tiling_type tiling)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-slowdraw
@@ -3153,7 +3051,6 @@ static bool tiling_is_valid(int feature_flags, enum tiling_type tiling)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-slowdraw
@@ -3161,7 +3058,6 @@ static bool tiling_is_valid(int feature_flags, enum tiling_type tiling)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-slowdraw
@@ -3169,7 +3065,6 @@ static bool tiling_is_valid(int feature_flags, enum tiling_type tiling)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -3285,7 +3180,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%dp-primscrn-%s-%sflip-blt
@@ -3293,7 +3187,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%dp-primscrn-%s-%sflip-blt
@@ -3301,7 +3194,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-primscrn-%s-%sflip-blt
@@ -3309,7 +3201,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-primscrn-%s-%sflip-blt
@@ -3317,7 +3208,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%dp-primscrn-%s-%sflip-blt
@@ -3325,7 +3215,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-primscrn-%s-%sflip-blt
@@ -3333,7 +3222,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -3356,7 +3244,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-2p-scndscrn-%s-%sflip-blt
@@ -3364,7 +3251,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-2p-scndscrn-%s-%sflip-blt
@@ -3372,7 +3258,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-2p-scndscrn-%s-%sflip-blt
@@ -3380,7 +3265,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-2p-scndscrn-%s-%sflip-blt
@@ -3388,7 +3272,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-2p-scndscrn-%s-%sflip-blt
@@ -3396,7 +3279,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-2p-scndscrn-%s-%sflip-blt
@@ -3404,7 +3286,6 @@ static void page_flip_for_params(struct modeset_params *params,
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -3485,7 +3366,6 @@ static void flip_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-%s-fliptrack-mmap-gtt
@@ -3493,7 +3373,6 @@ static void flip_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-%s-fliptrack-mmap-gtt
@@ -3501,7 +3380,6 @@ static void flip_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-%s-fliptrack-mmap-gtt
@@ -3509,7 +3387,6 @@ static void flip_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -3574,7 +3451,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: drrs, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%dp-primscrn-%s-indfb-move
@@ -3582,7 +3458,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%dp-primscrn-%s-indfb-move
@@ -3590,7 +3465,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-primscrn-%s-indfb-move
@@ -3598,7 +3472,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-primscrn-%s-indfb-move
@@ -3606,7 +3479,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%dp-primscrn-%s-indfb-move
@@ -3614,7 +3486,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-primscrn-%s-indfb-move
@@ -3622,7 +3493,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -3639,7 +3509,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: drrs, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-2p-scndscrn-%s-indfb-move
@@ -3647,7 +3516,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-2p-scndscrn-%s-indfb-move
@@ -3655,7 +3523,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-2p-scndscrn-%s-indfb-move
@@ -3663,7 +3530,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-2p-scndscrn-%s-indfb-move
@@ -3671,7 +3537,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-2p-scndscrn-%s-indfb-move
@@ -3679,7 +3544,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-2p-scndscrn-%s-indfb-move
@@ -3687,7 +3551,6 @@ static void fliptrack_subtest(const struct test_mode *t, enum flip_type type)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -3755,7 +3618,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%dp-primscrn-%s-indfb-onoff
@@ -3763,7 +3625,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%dp-primscrn-%s-indfb-onoff
@@ -3771,7 +3632,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-primscrn-%s-indfb-onoff
@@ -3779,7 +3639,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-primscrn-%s-indfb-onoff
@@ -3787,7 +3646,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%dp-primscrn-%s-indfb-onoff
@@ -3795,7 +3653,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-primscrn-%s-indfb-onoff
@@ -3803,7 +3660,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -3820,7 +3676,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-2p-scndscrn-%s-indfb-onoff
@@ -3828,7 +3683,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-2p-scndscrn-%s-indfb-onoff
@@ -3836,7 +3690,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-2p-scndscrn-%s-indfb-onoff
@@ -3844,7 +3697,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-2p-scndscrn-%s-indfb-onoff
@@ -3852,7 +3704,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-2p-scndscrn-%s-indfb-onoff
@@ -3860,7 +3711,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-2p-scndscrn-%s-indfb-onoff
@@ -3868,7 +3718,6 @@ static void move_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -3942,7 +3791,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: drrs, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%dp-primscrn-spr-indfb-fullscreen
@@ -3950,7 +3798,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%dp-primscrn-spr-indfb-fullscreen
@@ -3958,7 +3805,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%dp-primscrn-spr-indfb-fullscreen
@@ -3966,7 +3812,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%dp-primscrn-spr-indfb-fullscreen
@@ -3974,7 +3819,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%dp-primscrn-spr-indfb-fullscreen
@@ -3982,7 +3826,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%dp-primscrn-spr-indfb-fullscreen
@@ -3990,7 +3833,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: drrs-2p-scndscrn-spr-indfb-fullscreen
@@ -3998,7 +3840,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: drrs, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-2p-scndscrn-spr-indfb-fullscreen
@@ -4006,7 +3847,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-2p-scndscrn-spr-indfb-fullscreen
@@ -4014,7 +3854,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-2p-scndscrn-spr-indfb-fullscreen
@@ -4022,7 +3861,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-2p-scndscrn-spr-indfb-fullscreen
@@ -4030,7 +3868,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-2p-scndscrn-spr-indfb-fullscreen
@@ -4038,7 +3875,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-2p-scndscrn-spr-indfb-fullscreen
@@ -4046,7 +3882,6 @@ static bool prim_plane_disabled(void)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2
@@ -4119,7 +3954,6 @@ static void fullscreen_plane_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-%s-scaledprimary
@@ -4127,7 +3961,6 @@ static void fullscreen_plane_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-%s-scaledprimary
@@ -4135,7 +3968,6 @@ static void fullscreen_plane_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbt, psr, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-%s-scaledprimary
@@ -4143,7 +3975,6 @@ static void fullscreen_plane_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-%s-scaledprimary
@@ -4151,7 +3982,6 @@ static void fullscreen_plane_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-%s-scaledprimary
@@ -4159,7 +3989,6 @@ static void fullscreen_plane_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, psr, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-%s-scaledprimary
@@ -4167,7 +3996,6 @@ static void fullscreen_plane_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -4288,7 +4116,6 @@ static void scaledprimary_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-modesetfrombusy
@@ -4296,7 +4123,6 @@ static void scaledprimary_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-modesetfrombusy
@@ -4304,7 +4130,6 @@ static void scaledprimary_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbt, psr, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-modesetfrombusy
@@ -4312,7 +4137,6 @@ static void scaledprimary_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-modesetfrombusy
@@ -4320,7 +4144,6 @@ static void scaledprimary_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-modesetfrombusy
@@ -4328,7 +4151,6 @@ static void scaledprimary_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, psr, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-modesetfrombusy
@@ -4336,7 +4158,6 @@ static void scaledprimary_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr, scaling
* Mega feature: General Display Features
- * Run type: FULL
*/
/**
@@ -4388,7 +4209,6 @@ static void modesetfrombusy_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, suspend
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-suspend
@@ -4396,7 +4216,6 @@ static void modesetfrombusy_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, suspend
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-suspend
@@ -4404,7 +4223,6 @@ static void modesetfrombusy_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbt, psr, suspend
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-suspend
@@ -4412,7 +4230,6 @@ static void modesetfrombusy_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, suspend
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-suspend
@@ -4420,7 +4237,6 @@ static void modesetfrombusy_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr, suspend
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-suspend
@@ -4428,7 +4244,6 @@ static void modesetfrombusy_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbt, psr, suspend
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-suspend
@@ -4436,7 +4251,6 @@ static void modesetfrombusy_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr, suspend
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -4478,7 +4292,6 @@ static void suspend_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbc-farfromfence-mmap-gtt
@@ -4486,7 +4299,6 @@ static void suspend_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr-farfromfence-mmap-gtt
@@ -4494,7 +4306,6 @@ static void suspend_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-farfromfence-mmap-gtt
@@ -4502,7 +4313,6 @@ static void suspend_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-farfromfence-mmap-gtt
@@ -4510,7 +4320,6 @@ static void suspend_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psrdrrs-farfromfence-mmap-gtt
@@ -4518,7 +4327,6 @@ static void suspend_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: drrs, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-farfromfence-mmap-gtt
@@ -4526,7 +4334,6 @@ static void suspend_subtest(const struct test_mode *t)
* Driver requirement: i915
* Functionality: drrs, fbc, fbt, kms_core, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -4632,7 +4439,6 @@ static void try_invalid_strides(void)
* Driver requirement: i915, xe
* Functionality: fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-badstride
@@ -4640,7 +4446,6 @@ static void try_invalid_strides(void)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-badstride
@@ -4648,7 +4453,6 @@ static void try_invalid_strides(void)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-badstride
@@ -4656,7 +4460,6 @@ static void try_invalid_strides(void)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -4734,7 +4537,6 @@ static void badstride_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-stridechange
@@ -4742,7 +4544,6 @@ static void badstride_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-stridechange
@@ -4750,7 +4551,6 @@ static void badstride_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-stridechange
@@ -4758,7 +4558,6 @@ static void badstride_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -4833,7 +4632,6 @@ static void stridechange_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcdrrs-tiling-%s
@@ -4842,7 +4640,6 @@ static void stridechange_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsr-tiling-%s
@@ -4851,7 +4648,6 @@ static void stridechange_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbc, fbt, psr, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: fbcpsrdrrs-tiling-%s
@@ -4860,7 +4656,6 @@ static void stridechange_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: drrs, fbc, fbt, psr, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -4925,7 +4720,6 @@ static void tiling_disable_fbc_subtest(const struct test_mode *t)
* Driver requirement: i915, xe
* Functionality: fbt
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/intel/kms_legacy_colorkey.c b/tests/intel/kms_legacy_colorkey.c
index f022bab19374..877a6799a9a6 100644
--- a/tests/intel/kms_legacy_colorkey.c
+++ b/tests/intel/kms_legacy_colorkey.c
@@ -34,7 +34,6 @@
* Driver requirement: i915
* Functionality: plane, xorg_xv
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: invalid-plane
@@ -42,7 +41,6 @@
* Driver requirement: i915
* Functionality: plane, xorg_xv
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/intel/kms_mmap_write_crc.c b/tests/intel/kms_mmap_write_crc.c
index 73676bc06afa..17d72ee32768 100644
--- a/tests/intel/kms_mmap_write_crc.c
+++ b/tests/intel/kms_mmap_write_crc.c
@@ -48,7 +48,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core, kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/intel/kms_pipe_b_c_ivb.c b/tests/intel/kms_pipe_b_c_ivb.c
index 582ec70ef71f..386f3003ae01 100644
--- a/tests/intel/kms_pipe_b_c_ivb.c
+++ b/tests/intel/kms_pipe_b_c_ivb.c
@@ -37,7 +37,6 @@
* Driver requirement: i915
* Functionality: kms_core, obsolete
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: enable-pipe-C-while-B-has-3-lanes
@@ -46,7 +45,6 @@
* Driver requirement: i915
* Functionality: kms_core, obsolete
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: from-pipe-C-to-B-with-3-lanes
@@ -55,7 +53,6 @@
* Driver requirement: i915
* Functionality: kms_core, obsolete
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: pipe-B-double-modeset-then-modeset-pipe-C
@@ -64,7 +61,6 @@
* Driver requirement: i915
* Functionality: kms_core, obsolete
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: pipe-B-dpms-off-modeset-pipe-C
@@ -74,7 +70,6 @@
* Driver requirement: i915
* Functionality: kms_core, obsolete
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/intel/kms_psr.c b/tests/intel/kms_psr.c
index 9e0e5c4a022e..ffecc5222f33 100644
--- a/tests/intel/kms_psr.c
+++ b/tests/intel/kms_psr.c
@@ -44,7 +44,6 @@
* Driver requirement: i915, xe
* Functionality: psr
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: %s_%s
@@ -53,7 +52,6 @@
* Driver requirement: i915
* Functionality: kms_core, plane, psr
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -75,7 +73,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: %s_%s
@@ -84,7 +81,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core, plane, psr
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -106,7 +102,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core, psr
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -122,7 +117,6 @@
* Driver requirement: i915, xe
* Functionality: dpms, psr
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: no_drrs
@@ -130,7 +124,6 @@
* Driver requirement: i915, xe
* Functionality: drrs, psr
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: suspend
@@ -139,7 +132,6 @@
* Driver requirement: i915, xe
* Functionality: psr, suspend
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr2_dpms
@@ -148,7 +140,6 @@
* Driver requirement: i915, xe
* Functionality: dpms, psr, psr2
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr2_no_drrs
@@ -156,7 +147,6 @@
* Driver requirement: i915, xe
* Functionality: drrs, psr, psr2
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr2_suspend
@@ -165,7 +155,6 @@
* Driver requirement: i915, xe
* Functionality: psr, psr2, suspend
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr2_basic
@@ -173,7 +162,6 @@
* Driver requirement: i915, xe
* Functionality: psr, psr2
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr2_%s_%s
@@ -182,7 +170,6 @@
* Driver requirement: i915
* Functionality: kms_core, plane, psr, psr2
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -204,7 +191,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr, psr2
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: psr2_primary_%s
@@ -213,7 +199,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core, plane, psr, psr2
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -229,7 +214,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core, plane, psr, psr2
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -523,7 +507,6 @@ static void fb_dirty_fb_ioctl(data_t *data, struct igt_fb *fb)
* cursor planes
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: psr
* Mega feature: PSR
*
@@ -532,7 +515,6 @@ static void fb_dirty_fb_ioctl(data_t *data, struct igt_fb *fb)
* on primary planes
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: psr
* Mega feature: PSR
*
@@ -541,7 +523,6 @@ static void fb_dirty_fb_ioctl(data_t *data, struct igt_fb *fb)
* sprite planes
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: psr
* Mega feature: PSR
*/
diff --git a/tests/intel/kms_psr2_sf.c b/tests/intel/kms_psr2_sf.c
index 6f71504b3343..d7a746211f31 100644
--- a/tests/intel/kms_psr2_sf.c
+++ b/tests/intel/kms_psr2_sf.c
@@ -42,7 +42,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr2, selective_fetch
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -63,7 +62,6 @@
* Driver requirement: i915, xe
* Functionality: cursor, psr2, selective_fetch
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: overlay-plane-update-continuous-sf
@@ -71,7 +69,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr2, selective_fetch
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: overlay-plane-update-sf-dmg-area
@@ -79,7 +76,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr2, selective_fetch
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: overlay-primary-update-sf-dmg-area
@@ -88,7 +84,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr2, selective_fetch
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-move-sf-dmg-area
@@ -96,7 +91,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr2, selective_fetch
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: primary-plane-update-sf-dmg-area
@@ -104,7 +98,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr2, selective_fetch
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: primary-plane-update-sf-dmg-area-big-fb
@@ -112,7 +105,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr2, selective_fetch
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/intel/kms_psr2_su.c b/tests/intel/kms_psr2_su.c
index 39bb20ded23d..321144d6b93b 100644
--- a/tests/intel/kms_psr2_su.c
+++ b/tests/intel/kms_psr2_su.c
@@ -40,7 +40,6 @@
* Driver requirement: i915, xe
* Functionality: fbt, psr2, selective_update
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: page_flip-%s
@@ -48,7 +47,6 @@
* Driver requirement: i915, xe
* Functionality: pixel-format, psr2, selective_update
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/intel/kms_psr_stress_test.c b/tests/intel/kms_psr_stress_test.c
index e8cec7807c9f..b6759eeceebd 100644
--- a/tests/intel/kms_psr_stress_test.c
+++ b/tests/intel/kms_psr_stress_test.c
@@ -17,7 +17,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: invalidate-primary-flip-overlay
@@ -26,7 +25,6 @@
* Driver requirement: i915, xe
* Functionality: plane, psr
* Mega feature: PSR
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/intel/kms_pwrite_crc.c b/tests/intel/kms_pwrite_crc.c
index b08997a8d2f2..50df18aa3a61 100644
--- a/tests/intel/kms_pwrite_crc.c
+++ b/tests/intel/kms_pwrite_crc.c
@@ -40,7 +40,6 @@
* Driver requirement: i915
* Functionality: crc, kms_core, kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_3d.c b/tests/kms_3d.c
index 617f870c65c9..fa73d0cc6886 100644
--- a/tests/kms_3d.c
+++ b/tests/kms_3d.c
@@ -34,7 +34,6 @@
* Driver requirement: i915, xe
* Functionality: stereoscopic
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_addfb_basic.c b/tests/kms_addfb_basic.c
index e9a116c3ba2c..fc16b88143c0 100644
--- a/tests/kms_addfb_basic.c
+++ b/tests/kms_addfb_basic.c
@@ -71,7 +71,6 @@ static int legacy_addfb(int fd, struct drm_mode_fb_cmd *arg)
* Description: Test that addfb2 call fails correctly for unused %arg[1]
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop
* Mega feature: General Display Features
*
@@ -79,7 +78,6 @@ static int legacy_addfb(int fd, struct drm_mode_fb_cmd *arg)
* Description: Test that addfb2 call fails correctly for unused modifier
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
*
@@ -88,7 +86,6 @@ static int legacy_addfb(int fd, struct drm_mode_fb_cmd *arg)
* Driver requirement: i915
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: invalid-smem-bo-on-discrete
@@ -97,7 +94,6 @@ static int legacy_addfb(int fd, struct drm_mode_fb_cmd *arg)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: legacy-format
@@ -105,7 +101,6 @@ static int legacy_addfb(int fd, struct drm_mode_fb_cmd *arg)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -332,7 +327,6 @@ static void invalid_tests(int fd)
* Description: Test that addfb2 call fails correctly without handle
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop
* Mega feature: General Display Features
*
@@ -340,7 +334,6 @@ static void invalid_tests(int fd)
* Description: Check if addfb2 call works with given handle
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop
* Mega feature: General Display Features
*
@@ -348,7 +341,6 @@ static void invalid_tests(int fd)
* Description: bad-pitch-%arg[1]: Test that addfb2 call fails correctly for bad-pitches
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop
* Mega feature: General Display Features
*
@@ -406,7 +398,6 @@ static void pitch_tests(int fd)
* Description: Check if addfb2 and rmfb call works for basic %arg[1] test
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: FULL
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
*
@@ -414,7 +405,6 @@ static void pitch_tests(int fd)
* Description: Check if addfb2 call works for x and y tiling
* Driver requirement: i915
* Test category: functionality test
- * Run type: FULL
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
*
@@ -422,7 +412,6 @@ static void pitch_tests(int fd)
* Description: Test that addfb2 call fails correctly for pitches mismatch
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: FULL
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
*
@@ -522,7 +511,6 @@ static void tiling_tests(int fd)
* Description: Check if addfb2 call works with max size of buffer object
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop
* Mega feature: General Display Features
*
@@ -530,7 +518,6 @@ static void tiling_tests(int fd)
* Description: Test that addfb2 call fails correctly with increased width of fb
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop
* Mega feature: General Display Features
*
@@ -538,7 +525,6 @@ static void tiling_tests(int fd)
* Description: Test that addfb2 call fails correctly with increased height of fb
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop
* Mega feature: General Display Features
*
@@ -546,7 +532,6 @@ static void tiling_tests(int fd)
* Description: Test that addfb2 call fails correctly with small size of buffer object
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop
* Mega feature: General Display Features
*
@@ -554,7 +539,6 @@ static void tiling_tests(int fd)
* Description: Check if addfb2 call works for given height
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop
* Mega feature: General Display Features
*
@@ -563,7 +547,6 @@ static void tiling_tests(int fd)
* after changing tile
* Driver requirement: i915
* Test category: functionality test
- * Run type: FULL
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
*/
@@ -687,7 +670,6 @@ static void size_tests(int fd)
* Description: Test that addfb2 call fails correctly for x-tiling with given modifier
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
*
@@ -695,7 +677,6 @@ static void size_tests(int fd)
* Description: Test that addfb2 call fails correctly for irrelevant modifier
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
*
@@ -703,7 +684,6 @@ static void size_tests(int fd)
* Description: Test that addfb2 call fails correctly for irrelevant x-tiling
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: FULL
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
*
@@ -711,7 +691,6 @@ static void size_tests(int fd)
* Description: Check if addfb2 call works for x-tiling
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: FULL
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
*
@@ -719,7 +698,6 @@ static void size_tests(int fd)
* Description: Check if addfb2 call works for relevant combination of tiling and fbs
* Driver requirement: i915
* Test category: functionality test
- * Run type: FULL
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
*/
@@ -814,7 +792,6 @@ static int addfb_expected_ret(igt_display_t *disp, struct drm_mode_fb_cmd2 *f)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: addfb25-yf-tiled-legacy
@@ -822,7 +799,6 @@ static int addfb_expected_ret(igt_display_t *disp, struct drm_mode_fb_cmd2 *f)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -902,7 +878,6 @@ static void addfb25_ytile(int fd)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void addfb25_4tile(int fd)
@@ -948,7 +923,6 @@ static void addfb25_4tile(int fd)
* Description: Test that %arg[1] ioctl call fails correctly for %arg[2] object
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_gem_interop
* Mega feature: General Display Features
*
@@ -1033,7 +1007,6 @@ static void prop_tests(int fd)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void master_tests(int fd)
diff --git a/tests/kms_async_flips.c b/tests/kms_async_flips.c
index 45c38c590f38..6c97558be721 100644
--- a/tests/kms_async_flips.c
+++ b/tests/kms_async_flips.c
@@ -210,7 +210,6 @@ static void test_init_fbs(data_t *data)
* Driver requirement: i915, xe
* Functionality: async_flips, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: async-flip-with-page-flip-events
@@ -219,7 +218,6 @@ static void test_init_fbs(data_t *data)
* Driver requirement: i915, xe
* Functionality: async_flips, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_async_flip(data_t *data)
@@ -325,7 +323,6 @@ static void wait_for_vblank(data_t *data, unsigned long *vbl_time, unsigned int
* Driver requirement: i915, xe
* Functionality: async_flips, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_timestamp(data_t *data)
@@ -378,7 +375,6 @@ static void test_timestamp(data_t *data)
* Driver requirement: i915, xe
* Functionality: async_flips, cursor, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_cursor(data_t *data)
@@ -539,7 +535,6 @@ static unsigned int clock_ms(void)
* Driver requirement: i915, xe
* Functionality: async_flips, crc, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_crc(data_t *data)
@@ -610,7 +605,6 @@ static void test_crc(data_t *data)
* Driver requirement: i915, xe
* Functionality: async_flips, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void run_test(data_t *data, void (*test)(data_t *))
diff --git a/tests/kms_atomic.c b/tests/kms_atomic.c
index a3205497b830..d1511716ad20 100644
--- a/tests/kms_atomic.c
+++ b/tests/kms_atomic.c
@@ -296,7 +296,6 @@ static uint32_t plane_get_igt_format(igt_plane_t *plane)
* Driver requirement: i915, xe
* Functionality: kms_core, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void
@@ -388,7 +387,6 @@ plane_primary_overlay_mutable_zpos(igt_pipe_t *pipe, igt_output_t *output,
* Driver requirement: i915, xe
* Functionality: kms_core, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void
@@ -533,7 +531,6 @@ plane_immutable_zpos(igt_display_t *display, igt_pipe_t *pipe,
* Driver requirement: i915, xe
* Functionality: kms_core, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -623,7 +620,6 @@ static void plane_primary(igt_pipe_t *pipe, igt_plane_t *plane, struct igt_fb *f
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -741,7 +737,6 @@ static void plane_cursor(igt_pipe_t *pipe_obj,
* Driver requirement: i915, xe
* Functionality: kms_core, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -844,7 +839,6 @@ static void plane_invalid_params_fence(igt_pipe_t *pipe,
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1007,7 +1001,6 @@ static void crtc_invalid_params_fence(igt_pipe_t *pipe,
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -1158,7 +1151,6 @@ static void atomic_invalid_params(igt_pipe_t *pipe,
* Driver requirement: i915, xe
* Functionality: kms_core, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void atomic_plane_damage(igt_pipe_t *pipe, igt_plane_t *plane, struct igt_fb *fb)
diff --git a/tests/kms_atomic_interruptible.c b/tests/kms_atomic_interruptible.c
index c8a8ba447a29..0ae2435f9a52 100644
--- a/tests/kms_atomic_interruptible.c
+++ b/tests/kms_atomic_interruptible.c
@@ -85,7 +85,6 @@ static drmEventContext drm_events = {
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -100,7 +99,6 @@ static drmEventContext drm_events = {
* Driver requirement: i915, xe
* Functionality: cursor, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: legacy-dpms
@@ -108,7 +106,6 @@ static drmEventContext drm_events = {
* Driver requirement: i915, xe
* Functionality: dpms, kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: legacy-pageflip
@@ -116,7 +113,6 @@ static drmEventContext drm_events = {
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -126,7 +122,6 @@ static drmEventContext drm_events = {
* Driver requirement: i915, xe
* Functionality: kms_core, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c
index a470eb88cbc6..2fae952497a6 100644
--- a/tests/kms_atomic_transition.c
+++ b/tests/kms_atomic_transition.c
@@ -68,7 +68,6 @@ int *seqno;
* Driver requirement: i915, xe
* Functionality: plane, vblank, watermark
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void
@@ -489,7 +488,6 @@ static void wait_for_transition(data_t *data, enum pipe pipe, bool nonblocking,
* Driver requirement: i915, xe
* Functionality: plane, watermark
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -504,7 +502,6 @@ static void wait_for_transition(data_t *data, enum pipe pipe, bool nonblocking,
* Driver requirement: i915, xe
* Functionality: plane, watermark
* Mega feature: eDP
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -519,7 +516,6 @@ static void wait_for_transition(data_t *data, enum pipe pipe, bool nonblocking,
* Driver requirement: i915, xe
* Functionality: plane, watermark
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -536,7 +532,6 @@ static void wait_for_transition(data_t *data, enum pipe pipe, bool nonblocking,
* Driver requirement: i915, xe
* Functionality: plane, watermark
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-use-after-nonblocking-%s
@@ -545,7 +540,6 @@ static void wait_for_transition(data_t *data, enum pipe pipe, bool nonblocking,
* Driver requirement: i915, xe
* Functionality: plane, watermark
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1049,7 +1043,6 @@ retry:
* Driver requirement: i915, xe
* Functionality: plane, watermark
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_bw.c b/tests/kms_bw.c
index 5f787628c8cb..5f9a020da027 100644
--- a/tests/kms_bw.c
+++ b/tests/kms_bw.c
@@ -35,7 +35,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1].values: 1, 2, 3, 4, 5, 6, 7, 8
diff --git a/tests/kms_color.c b/tests/kms_color.c
index 0b6e1d6f0b0b..f59feabd4f5a 100644
--- a/tests/kms_color.c
+++ b/tests/kms_color.c
@@ -37,7 +37,6 @@ IGT_TEST_DESCRIPTION("Test Color Features at Pipe level");
* Driver requirement: i915, xe
* Functionality: colorspace
* Mega feature: Color mgmt
- * Run type: FULL
* Test category: functionality test
*/
static bool test_pipe_degamma(data_t *data,
@@ -134,7 +133,6 @@ static bool test_pipe_degamma(data_t *data,
* Driver requirement: i915, xe
* Functionality: colorspace
* Mega feature: Color mgmt
- * Run type: FULL
* Test category: functionality test
*/
@@ -232,7 +230,6 @@ static bool test_pipe_gamma(data_t *data,
* Driver requirement: i915, xe
* Functionality: colorspace
* Mega feature: Color mgmt
- * Run type: FULL
* Test category: functionality test
*/
@@ -355,7 +352,6 @@ static bool test_pipe_legacy_gamma(data_t *data,
* Driver requirement: i915, xe
* Functionality: colorspace
* Mega feature: Color mgmt
- * Run type: FULL
* Test category: functionality test
*/
@@ -499,7 +495,6 @@ end:
* Driver requirement: i915, xe
* Functionality: colorspace
* Mega feature: Color mgmt
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -880,7 +875,6 @@ out:
* Driver requirement: i915, xe
* Functionality: colorspace
* Mega feature: Color mgmt
- * Run type: FULL
* Test category: functionality test
*/
static void
@@ -990,7 +984,6 @@ run_deep_color_tests_for_pipe(data_t *data, enum pipe p)
* Driver requirement: i915, xe
* Functionality: colorspace
* Mega feature: Color mgmt
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_concurrent.c b/tests/kms_concurrent.c
index a37b7d2fbd6b..d9cb197dea27 100644
--- a/tests/kms_concurrent.c
+++ b/tests/kms_concurrent.c
@@ -36,7 +36,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_content_protection.c b/tests/kms_content_protection.c
index 3de31720795c..9378a76c1f78 100644
--- a/tests/kms_content_protection.c
+++ b/tests/kms_content_protection.c
@@ -496,7 +496,6 @@ test_fini(igt_output_t *output, enum igt_commit_style s)
* Driver requirement: i915, xe
* Functionality: hdcp1.4
* Mega feature: HDCP
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: content_type_change
@@ -505,7 +504,6 @@ test_fini(igt_output_t *output, enum igt_commit_style s)
* Driver requirement: i915, xe
* Functionality: hdcp1.4, hdcp2.2
* Mega feature: HDCP
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: mei_interface
@@ -514,7 +512,6 @@ test_fini(igt_output_t *output, enum igt_commit_style s)
* Driver requirement: i915, xe
* Functionality: hdcp1.4, hdcp2.2
* Mega feature: HDCP
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: srm
@@ -523,7 +520,6 @@ test_fini(igt_output_t *output, enum igt_commit_style s)
* Driver requirement: i915, xe
* Functionality: hdcp1.4
* Mega feature: HDCP
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: uevent
@@ -532,7 +528,6 @@ test_fini(igt_output_t *output, enum igt_commit_style s)
* Driver requirement: i915, xe
* Functionality: hdcp1.4
* Mega feature: HDCP
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: %s
@@ -540,7 +535,6 @@ test_fini(igt_output_t *output, enum igt_commit_style s)
* Driver requirement: i915, xe
* Functionality: hdcp1.4
* Mega feature: HDCP
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -643,7 +637,6 @@ static void test_cp_lic_on_mst(igt_output_t *mst_outputs[], int valid_outputs, b
* Driver requirement: i915, xe
* Functionality: hdcp1.4, mst
* Mega feature: HDCP
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index 7151ccf809c7..76c01f5577a6 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -660,7 +660,6 @@ static bool require_cursor_size(data_t *data, int w, int h)
* Driver requirement: i915, xe
* Functionality: cursor, dpms
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: cursor-suspend
@@ -668,7 +667,6 @@ static bool require_cursor_size(data_t *data, int w, int h)
* Driver requirement: i915, xe
* Functionality: cursor, suspend
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: cursor-%s
@@ -676,7 +674,6 @@ static bool require_cursor_size(data_t *data, int w, int h)
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -792,7 +789,6 @@ static bool execution_constraint(enum pipe pipe)
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_cursor_edge_walk.c b/tests/kms_cursor_edge_walk.c
index 2b4b43282d90..1e233306d2f8 100644
--- a/tests/kms_cursor_edge_walk.c
+++ b/tests/kms_cursor_edge_walk.c
@@ -39,7 +39,6 @@
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_cursor_legacy.c b/tests/kms_cursor_legacy.c
index 3fc2ece885d1..861581c93c3b 100644
--- a/tests/kms_cursor_legacy.c
+++ b/tests/kms_cursor_legacy.c
@@ -86,7 +86,6 @@ static void override_output_modes(igt_display_t *display,
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -575,7 +574,6 @@ enum basic_flip_cursor {
* Description: Cursor test with %arg[1] mode
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: cursor
* Mega feature: General Display Features
*
@@ -584,7 +582,6 @@ enum basic_flip_cursor {
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -598,7 +595,6 @@ enum basic_flip_cursor {
* Description: Cursor test with %arg[1]
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: cursor
* Mega feature: General Display Features
*
@@ -606,7 +602,6 @@ enum basic_flip_cursor {
* Description: Cursor test with %arg[1]
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: cursor
* Mega feature: General Display Features
*
@@ -628,7 +623,6 @@ enum basic_flip_cursor {
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -654,7 +648,6 @@ enum basic_flip_cursor {
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -991,7 +984,6 @@ static void flip_vs_cursor(igt_display_t *display, enum flip_test mode, int nloo
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: nonblocking-modeset-vs-cursor-atomic
@@ -1000,7 +992,6 @@ static void flip_vs_cursor(igt_display_t *display, enum flip_test mode, int nloo
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void nonblocking_modeset_vs_cursor(igt_display_t *display, int loops)
@@ -1109,7 +1100,6 @@ static void wait_for_modeset(igt_display_t *display, unsigned flags, int timeout
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1132,7 +1122,6 @@ static void wait_for_modeset(igt_display_t *display, unsigned flags, int timeout
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1334,7 +1323,6 @@ done:
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1473,7 +1461,6 @@ static void cursor_vs_flip(igt_display_t *display, enum flip_test mode, int nloo
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1622,7 +1609,6 @@ static void two_screens_cursor_vs_flip(igt_display_t *display, int nloops, bool
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1708,7 +1694,6 @@ static void flip_vs_cursor_crc(igt_display_t *display, bool atomic)
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1835,7 +1820,6 @@ static void flip_vs_cursor_busy_crc(igt_display_t *display, bool atomic)
* Driver requirement: i915, xe
* Functionality: cursor
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void modeset_atomic_cursor_hotspot(igt_display_t *display)
diff --git a/tests/kms_display_modes.c b/tests/kms_display_modes.c
index 738b7303afd0..f44d452b7bd4 100644
--- a/tests/kms_display_modes.c
+++ b/tests/kms_display_modes.c
@@ -212,7 +212,6 @@ static void run_extendedmode_basic(data_t *data,
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void run_extendedmode_test(data_t *data) {
@@ -267,7 +266,6 @@ static void run_extendedmode_test(data_t *data) {
* Driver requirement: i915, xe
* Functionality: kms_core, mst
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void run_extendedmode_negative(data_t *data, int pipe1, int pipe2)
diff --git a/tests/kms_dither.c b/tests/kms_dither.c
index d74bee1f0f9d..c41961937b69 100644
--- a/tests/kms_dither.c
+++ b/tests/kms_dither.c
@@ -192,7 +192,6 @@ static bool is_supported(igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: colorspace, kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: FB-8BPC-Vs-Panel-8BPC
@@ -200,7 +199,6 @@ static bool is_supported(igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: colorspace, kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void
diff --git a/tests/kms_dp_aux_dev.c b/tests/kms_dp_aux_dev.c
index d8f52920e2ab..e6a67e22ebed 100644
--- a/tests/kms_dp_aux_dev.c
+++ b/tests/kms_dp_aux_dev.c
@@ -41,7 +41,6 @@
* Driver requirement: i915, xe
* Functionality: dp_aux
* Mega feature: DP
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_flip.c b/tests/kms_flip.c
index 23c71cee245b..a1ee3bf26543 100755
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -48,7 +48,6 @@
* Driver requirement: i915
* Functionality: gtt, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: 2x-flip-vs-fences-interruptible
@@ -57,7 +56,6 @@
* Driver requirement: i915, xe
* Functionality: gtt, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-vs-fences
@@ -65,7 +63,6 @@
* Driver requirement: i915
* Functionality: gtt, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-vs-fences-interruptible
@@ -73,7 +70,6 @@
* Driver requirement: i915
* Functionality: gtt, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: dpms-off-confusion
@@ -81,7 +77,6 @@
* Driver requirement: i915, xe
* Functionality: dpms, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: dpms-off-confusion-interruptible
@@ -89,7 +84,6 @@
* Driver requirement: i915, xe
* Functionality: dpms, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: bo-too-big
@@ -97,7 +91,6 @@
* Driver requirement: i915, xe
* Functionality: kms_gem_interop, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: bo-too-big-interruptible
@@ -105,7 +98,6 @@
* Driver requirement: i915, xe
* Functionality: kms_gem_interop, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -115,7 +107,6 @@
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: 2x-%s
@@ -123,7 +114,6 @@
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -152,7 +142,6 @@
* Driver requirement: i915, xe
* Functionality: suspend, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: 2x-flip-vs-suspend
@@ -161,7 +150,6 @@
* Driver requirement: i915, xe
* Functionality: suspend, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-vs-suspend-interruptible
@@ -169,7 +157,6 @@
* Driver requirement: i915, xe
* Functionality: suspend, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: 2x-flip-vs-suspend-interruptible
@@ -178,7 +165,6 @@
* Driver requirement: i915, xe
* Functionality: suspend, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: %s
@@ -186,7 +172,6 @@
* Driver requirement: i915, xe
* Functionality: dpms, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: 2x-%s
@@ -194,7 +179,6 @@
* Driver requirement: i915, xe
* Functionality: dpms, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: %s-interruptible
@@ -202,7 +186,6 @@
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: 2x-%s-interruptible
@@ -210,7 +193,6 @@
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -229,7 +211,6 @@
* Driver requirement: i915, xe
* Functionality: dpms, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: 2x-%s
@@ -237,7 +218,6 @@
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -253,7 +233,6 @@
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: 2x-%s-interruptible
@@ -262,7 +241,6 @@
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1809,7 +1787,6 @@ static void run_test_on_crtc_set(struct test_output *o, int *crtc_idxs,
* Description: Basic test to valide pageflip with dpms
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: dpms, vblank
* Mega feature: General Display Features
*
@@ -1817,7 +1794,6 @@ static void run_test_on_crtc_set(struct test_output *o, int *crtc_idxs,
* Description: Basic test to valide pageflip with %arg[1]
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: vblank
* Mega feature: General Display Features
*
@@ -1830,7 +1806,6 @@ static void run_test_on_crtc_set(struct test_output *o, int *crtc_idxs,
* Description: Basic test for validating page flip
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: vblank
* Mega feature: General Display Features
*/
@@ -2023,7 +1998,6 @@ static void kms_flip_exit_handler(int sig)
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_nonblocking_read(int in)
diff --git a/tests/kms_flip_event_leak.c b/tests/kms_flip_event_leak.c
index d638a4495f49..57f6f64f7215 100644
--- a/tests/kms_flip_event_leak.c
+++ b/tests/kms_flip_event_leak.c
@@ -44,7 +44,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_force_connector_basic.c b/tests/kms_force_connector_basic.c
index 5fe8bf52e7d9..e3b9034db6af 100644
--- a/tests/kms_force_connector_basic.c
+++ b/tests/kms_force_connector_basic.c
@@ -75,7 +75,6 @@ static void reset_connectors(void)
* Driver requirement: i915
* Functionality: force_connector, vga
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void force_load_detect(int drm_fd, drmModeConnectorPtr connector, drmModeRes *res)
@@ -171,7 +170,6 @@ static void force_load_detect(int drm_fd, drmModeConnectorPtr connector, drmMode
* Description: Test to check the forced connector state
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: force_connector
* Mega feature: General Display Features
*/
@@ -219,7 +217,6 @@ static void force_connector_state(int drm_fd, drmModeConnectorPtr connector)
* Description: Test to check the values after forcing edid
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: force_connector
* Mega feature: General Display Features
*/
@@ -269,7 +266,6 @@ static void force_edid(int drm_fd, drmModeConnectorPtr connector)
* Description: Tests pruning of stale modes
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: force_connector
* Mega feature: General Display Features
*/
diff --git a/tests/kms_getfb.c b/tests/kms_getfb.c
index 6ee58caabee0..059f66d99d28 100644
--- a/tests/kms_getfb.c
+++ b/tests/kms_getfb.c
@@ -184,7 +184,6 @@ static uint32_t get_any_prop_id(int fd)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -256,7 +255,6 @@ static void test_handle_input(int fd)
* Driver requirement: i915, xe
* Functionality: ccs, kms_gem_interop, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: getfb-%s-different-handles
@@ -265,7 +263,6 @@ static void test_handle_input(int fd)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -344,7 +341,6 @@ static void test_duplicate_handles(int fd)
* Driver requirement: i915, xe
* Functionality: ccs, kms_gem_interop, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: getfb2-into-addfb2
@@ -352,7 +348,6 @@ static void test_duplicate_handles(int fd)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: getfb2-handle-%s
@@ -360,7 +355,6 @@ static void test_duplicate_handles(int fd)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -483,7 +477,6 @@ static void test_getfb2(int fd)
* Driver requirement: i915, xe
* Functionality: kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_hdmi_inject.c b/tests/kms_hdmi_inject.c
index ba2d457ccb3c..61f62fa7c7b2 100644
--- a/tests/kms_hdmi_inject.c
+++ b/tests/kms_hdmi_inject.c
@@ -44,7 +44,6 @@
* Driver requirement: i915, xe
* Functionality: force_connector, hdmi_edid
* Mega feature: HDMI
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: inject-audio
@@ -53,7 +52,6 @@
* Driver requirement: i915, xe
* Functionality: audio, force_connector
* Mega feature: HDMI
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_hdr.c b/tests/kms_hdr.c
index 1a5b5ead839a..ed98a0c26126 100644
--- a/tests/kms_hdr.c
+++ b/tests/kms_hdr.c
@@ -219,7 +219,6 @@ static bool has_max_bpc(igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: colorspace, hdr
* Mega feature: HDR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: bpc-switch-dpms
@@ -227,7 +226,6 @@ static bool has_max_bpc(igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: colorspace, dpms, hdr
* Mega feature: HDR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: bpc-switch-suspend
@@ -235,7 +233,6 @@ static bool has_max_bpc(igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: colorspace, hdr, suspend
* Mega feature: HDR
- * Run type: FULL
* Test category: functionality test
*/
static void test_bpc_switch(data_t *data, uint32_t flags)
@@ -597,7 +594,6 @@ static bool has_hdr(igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: colorspace, hdr
* Mega feature: HDR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: invalid-metadata-sizes
@@ -605,7 +601,6 @@ static bool has_hdr(igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: colorspace, hdr
* Mega feature: HDR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: static-toggle-dpms
@@ -613,7 +608,6 @@ static bool has_hdr(igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: colorspace, dpms, hdr
* Mega feature: HDR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: static-toggle-suspend
@@ -621,7 +615,6 @@ static bool has_hdr(igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: colorspace, hdr, suspend
* Mega feature: HDR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: static-%s
@@ -629,7 +622,6 @@ static bool has_hdr(igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: colorspace, hdr
* Mega feature: HDR
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_invalid_mode.c b/tests/kms_invalid_mode.c
index 306fa972f727..017c2c1951fb 100644
--- a/tests/kms_invalid_mode.c
+++ b/tests/kms_invalid_mode.c
@@ -39,7 +39,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_lease.c b/tests/kms_lease.c
index fcdb2dbe61de..9ada6d5ea3a1 100644
--- a/tests/kms_lease.c
+++ b/tests/kms_lease.c
@@ -56,7 +56,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: cursor_implicit_plane
@@ -64,7 +63,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: empty_lease
@@ -72,7 +70,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: implicit-plane-lease
@@ -80,7 +77,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: invalid-create-leases
@@ -89,7 +85,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: lease-uevent
@@ -97,7 +92,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: lease_again
@@ -105,7 +99,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: lease_get
@@ -113,7 +106,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: lease_invalid_connector
@@ -121,7 +113,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: lease_invalid_crtc
@@ -129,7 +120,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: lease_invalid_plane
@@ -137,7 +127,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: lease_revoke
@@ -145,7 +134,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: lease_unleased_connector
@@ -153,7 +141,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: lease_unleased_crtc
@@ -161,7 +148,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: lessee_list
@@ -169,7 +155,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: master-vs-lease
@@ -177,7 +162,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: multimaster-lease
@@ -187,7 +171,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: page_flip_implicit_plane
@@ -195,7 +178,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: possible-crtcs-filtering
@@ -205,7 +187,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: setcrtc_implicit_plane
@@ -213,7 +194,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: simple_lease
@@ -221,7 +201,6 @@
* Driver requirement: i915, xe
* Functionality: lease
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_multipipe_modeset.c b/tests/kms_multipipe_modeset.c
index 801e3144bec5..a968a3513180 100644
--- a/tests/kms_multipipe_modeset.c
+++ b/tests/kms_multipipe_modeset.c
@@ -36,7 +36,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_panel_fitting.c b/tests/kms_panel_fitting.c
index b36ed4636ea8..a583e1435717 100644
--- a/tests/kms_panel_fitting.c
+++ b/tests/kms_panel_fitting.c
@@ -36,7 +36,6 @@
* Driver requirement: i915, xe
* Functionality: eDP, panel_fitting, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: legacy
@@ -44,7 +43,6 @@
* Driver requirement: i915, xe
* Functionality: eDP, panel_fitting, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c
index c085fb971ab4..d980c3786737 100644
--- a/tests/kms_pipe_crc_basic.c
+++ b/tests/kms_pipe_crc_basic.c
@@ -71,7 +71,6 @@ static bool simulation_constraint(enum pipe pipe)
* Driver requirement: i915, xe
* Functionality: crc
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_bad_source(data_t *data)
@@ -100,7 +99,6 @@ enum {
* Description: Test for pipe CRC reads
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: crc
* Mega feature: General Display Features
*
@@ -108,7 +106,6 @@ enum {
* Description: Tests the pipe CRC read and ensure frame sequence
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: crc
* Mega feature: General Display Features
*
@@ -116,7 +113,6 @@ enum {
* Description: Test for O_NONBLOCK CRC reads
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: crc
* Mega feature: General Display Features
*
@@ -124,7 +120,6 @@ enum {
* Description: Test for O_NONBLOCK CRC reads and ensure frame sequence
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: crc
* Mega feature: General Display Features
*
@@ -132,7 +127,6 @@ enum {
* Description: Suspend test for pipe CRC reads
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: crc, suspend
* Mega feature: General Display Features
*
@@ -140,7 +134,6 @@ enum {
* Description: Hang test for pipe CRC read
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: crc, hang
* Mega feature: General Display Features
*/
@@ -246,7 +239,6 @@ static void test_read_crc(data_t *data, enum pipe pipe,
* Description: Basic sanity check for CRC mismatches with %arg[1]
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: crc, pixel_format
* Mega feature: General Display Features
*
@@ -328,7 +320,6 @@ static void test_compare_crc(data_t *data, enum pipe pipe, igt_output_t *output,
* Driver requirement: i915, xe
* Functionality: crc
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_disable_crc_after_crtc(data_t *data, enum pipe pipe,
diff --git a/tests/kms_plane.c b/tests/kms_plane.c
index d8b5dca9c674..9a515559c9b0 100644
--- a/tests/kms_plane.c
+++ b/tests/kms_plane.c
@@ -290,7 +290,6 @@ test_plane_position_with_output(data_t *data,
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-position-hole-dpms
@@ -299,7 +298,6 @@ test_plane_position_with_output(data_t *data,
* Driver requirement: i915, xe
* Functionality: dpms, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -421,7 +419,6 @@ test_plane_panning_with_output(data_t *data,
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-panning-bottom-right-suspend
@@ -430,7 +427,6 @@ test_plane_panning_with_output(data_t *data,
* Driver requirement: i915, xe
* Functionality: plane, suspend
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1169,7 +1165,6 @@ static bool skip_plane(data_t *data, igt_plane_t *plane)
* Driver requirement: i915, xe
* Functionality: pixel_format, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1239,7 +1234,6 @@ test_pixel_formats(data_t *data, enum pipe pipe)
* Driver requirement: i915, xe
* Functionality: pixel_format, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_invalid_settings(data_t *data)
diff --git a/tests/kms_plane_alpha_blend.c b/tests/kms_plane_alpha_blend.c
index d4458ac69fa5..bff624ebef18 100644
--- a/tests/kms_plane_alpha_blend.c
+++ b/tests/kms_plane_alpha_blend.c
@@ -488,7 +488,6 @@ static void coverage_premult_constant(data_t *data, enum pipe pipe, igt_plane_t
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -506,7 +505,6 @@ static void coverage_premult_constant(data_t *data, enum pipe pipe, igt_plane_t
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: coverage-7efc
@@ -515,7 +513,6 @@ static void coverage_premult_constant(data_t *data, enum pipe pipe, igt_plane_t
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: constant-alpha-%s
@@ -523,7 +520,6 @@ static void coverage_premult_constant(data_t *data, enum pipe pipe, igt_plane_t
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_plane_cursor.c b/tests/kms_plane_cursor.c
index 319a8ecaa7eb..22c5a709d1f5 100644
--- a/tests/kms_plane_cursor.c
+++ b/tests/kms_plane_cursor.c
@@ -32,7 +32,6 @@
* Driver requirement: i915, xe
* Functionality: cursor, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: primary
@@ -40,7 +39,6 @@
* Driver requirement: i915, xe
* Functionality: cursor, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: viewport
@@ -49,7 +47,6 @@
* Driver requirement: i915, xe
* Functionality: cursor, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c
index ea6c08200320..d9a175c9bd0e 100644
--- a/tests/kms_plane_lowres.c
+++ b/tests/kms_plane_lowres.c
@@ -274,7 +274,6 @@ static void test_cleanup(data_t *data)
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: tiling-%s
@@ -283,7 +282,6 @@ static void test_cleanup(data_t *data)
* Driver requirement: i915, xe
* Functionality: plane, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_plane_multiple.c b/tests/kms_plane_multiple.c
index c381d2e5ab6f..b1ae35161383 100644
--- a/tests/kms_plane_multiple.c
+++ b/tests/kms_plane_multiple.c
@@ -386,7 +386,6 @@ test_plane_position(data_t *data, enum pipe pipe, igt_output_t *output, uint64_t
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: tiling-%s
@@ -396,7 +395,6 @@ test_plane_position(data_t *data, enum pipe pipe, igt_output_t *output, uint64_t
* Driver requirement: i915, xe
* Functionality: plane, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index a7d60d6fc69a..299f55960f6e 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -535,7 +535,6 @@ static const uint64_t modifiers[] = {
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-scaler-with-clipping-clamping-modifiers
@@ -543,7 +542,6 @@ static const uint64_t modifiers[] = {
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-upscale-with-modifiers-%s
@@ -551,7 +549,6 @@ static const uint64_t modifiers[] = {
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -566,7 +563,6 @@ static const uint64_t modifiers[] = {
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -613,7 +609,6 @@ static void test_scaler_with_modifier_pipe(data_t *d,
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-scaler-with-clipping-clamping-rotation
@@ -621,7 +616,6 @@ static void test_scaler_with_modifier_pipe(data_t *d,
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-upscale-with-rotation-%s
@@ -629,7 +623,6 @@ static void test_scaler_with_modifier_pipe(data_t *d,
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -644,7 +637,6 @@ static void test_scaler_with_modifier_pipe(data_t *d,
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -692,7 +684,6 @@ static void test_scaler_with_rotation_pipe(data_t *d,
* Driver requirement: i915, xe
* Functionality: pixel_formats, plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-scaler-with-clipping-clamping-pixel-formats
@@ -700,7 +691,6 @@ static void test_scaler_with_rotation_pipe(data_t *d,
* Driver requirement: i915, xe
* Functionality: pixel_formats, plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: plane-upscale-with-pixel-format-%s
@@ -708,7 +698,6 @@ static void test_scaler_with_rotation_pipe(data_t *d,
* Driver requirement: i915, xe
* Functionality: pixel_formats, plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -723,7 +712,6 @@ static void test_scaler_with_rotation_pipe(data_t *d,
* Driver requirement: i915, xe
* Functionality: pixel_formats, plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -873,7 +861,6 @@ static void setup_fb(int fd, int width, int height, struct igt_fb *fb)
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -889,7 +876,6 @@ static void setup_fb(int fd, int width, int height, struct igt_fb *fb)
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -910,7 +896,6 @@ static void setup_fb(int fd, int width, int height, struct igt_fb *fb)
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: planes-upscale-%s
@@ -918,7 +903,6 @@ static void setup_fb(int fd, int width, int height, struct igt_fb *fb)
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -933,7 +917,6 @@ static void setup_fb(int fd, int width, int height, struct igt_fb *fb)
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1013,7 +996,6 @@ test_planes_scaling_combo(data_t *d, int w1, int h1, int w2, int h2,
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void
@@ -1087,7 +1069,6 @@ test_invalid_num_scalers(data_t *d, enum pipe pipe, igt_output_t *output)
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_scaler_with_multi_pipe_plane(data_t *d)
@@ -1180,7 +1161,6 @@ static void test_scaler_with_multi_pipe_plane(data_t *d)
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void invalid_parameter_tests(data_t *d)
@@ -1269,7 +1249,6 @@ static drmModeModeInfo *find_mode(data_t *data, igt_output_t *output, const uint
* Driver requirement: i915, xe
* Functionality: plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_prime.c b/tests/kms_prime.c
index a14006147252..14e44869d0b0 100644
--- a/tests/kms_prime.c
+++ b/tests/kms_prime.c
@@ -40,7 +40,6 @@
* Driver requirement: i915, xe
* Functionality: hybrid, kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: basic-modeset-hybrid
@@ -48,7 +47,6 @@
* Driver requirement: i915, xe
* Functionality: hybrid, kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: basic-crc-%s
@@ -57,7 +55,6 @@
* Driver requirement: i915, xe
* Functionality: crc, hybrid, kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_prop_blob.c b/tests/kms_prop_blob.c
index 0dfd38af6c01..c92525227304 100644
--- a/tests/kms_prop_blob.c
+++ b/tests/kms_prop_blob.c
@@ -129,7 +129,6 @@ destroy_prop(int fd, uint32_t prop_id)
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: blob-prop-%s
@@ -137,7 +136,6 @@ destroy_prop(int fd, uint32_t prop_id)
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -271,7 +269,6 @@ test_core(int fd)
* Description: Test to ensure property support exists
* Driver requirement: i915, xe
* Test category: functionality test
- * Run type: BAT, FULL
* Functionality: kms_core
* Mega feature: General Display Features
*/
@@ -291,7 +288,6 @@ test_basic(int fd)
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index 50ffa91b57a1..3284366228c0 100644
--- a/tests/kms_properties.c
+++ b/tests/kms_properties.c
@@ -38,7 +38,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -720,7 +719,6 @@ static void expect_no_props(int fd, uint32_t obj_type, uint32_t obj_id)
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_rmfb.c b/tests/kms_rmfb.c
index a4628129c4ea..6c6cdffba511 100644
--- a/tests/kms_rmfb.c
+++ b/tests/kms_rmfb.c
@@ -40,7 +40,6 @@
* Driver requirement: i915, xe
* Functionality: kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: rmfb-ioctl
@@ -49,7 +48,6 @@
* Driver requirement: i915, xe
* Functionality: kms_gem_interop
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_rotation_crc.c b/tests/kms_rotation_crc.c
index f08d31e37ca5..f171fcd22c69 100644
--- a/tests/kms_rotation_crc.c
+++ b/tests/kms_rotation_crc.c
@@ -485,7 +485,6 @@ static bool test_format(data_t *data,
* Driver requirement: i915, xe
* Functionality: plane, rotation
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -501,7 +500,6 @@ static bool test_format(data_t *data,
* Driver requirement: i915, xe
* Functionality: plane, rotation
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -518,7 +516,6 @@ static bool test_format(data_t *data,
* Driver requirement: i915, xe
* Functionality: plane, rotation
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: bad-tiling
@@ -526,7 +523,6 @@ static bool test_format(data_t *data,
* Driver requirement: i915, xe
* Functionality: plane, rotation, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -536,7 +532,6 @@ static bool test_format(data_t *data,
* Driver requirement: i915, xe
* Functionality: plane, rotation, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -555,7 +550,6 @@ static bool test_format(data_t *data,
* Driver requirement: i915, xe
* Functionality: plane, rotation, tiling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -570,7 +564,6 @@ static bool test_format(data_t *data,
* Driver requirement: i915, xe
* Functionality: plane, rotation
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_plane_rotation(data_t *data, int plane_type, bool test_bad_format)
@@ -898,7 +891,6 @@ static bool reusecrcfromlastround(planeinfos p[2], int lastroundp1format,
* Driver requirement: i915, xe
* Functionality: plane, rotation
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: multiplane-rotation-cropping-%s
@@ -907,7 +899,6 @@ static bool reusecrcfromlastround(planeinfos p[2], int lastroundp1format,
* Driver requirement: i915, xe
* Functionality: plane, rotation
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -1119,7 +1110,6 @@ static void test_multi_plane_rotation(data_t *data, enum pipe pipe)
* Driver requirement: i915
* Functionality: plane, rotation
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
static void test_plane_rotation_exhaust_fences(data_t *data,
diff --git a/tests/kms_scaling_modes.c b/tests/kms_scaling_modes.c
index d32e02dacc9d..bd7ed7e5630b 100644
--- a/tests/kms_scaling_modes.c
+++ b/tests/kms_scaling_modes.c
@@ -35,7 +35,6 @@
* Driver requirement: i915, xe
* Functionality: eDP, plane, scaling
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_selftest.c b/tests/kms_selftest.c
index b1416a16c47e..080ffdf2c05e 100644
--- a/tests/kms_selftest.c
+++ b/tests/kms_selftest.c
@@ -33,7 +33,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_sequence.c b/tests/kms_sequence.c
index 1c825784e527..9476203e9394 100644
--- a/tests/kms_sequence.c
+++ b/tests/kms_sequence.c
@@ -147,7 +147,6 @@ static int crtc_queue_sequence(int fd, struct drm_crtc_queue_sequence *cqs)
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -164,7 +163,6 @@ static int crtc_queue_sequence(int fd, struct drm_crtc_queue_sequence *cqs)
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_setmode.c b/tests/kms_setmode.c
index e32c53480c10..32a6fb6907fd 100644
--- a/tests/kms_setmode.c
+++ b/tests/kms_setmode.c
@@ -43,7 +43,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: basic-clone-single-crtc
@@ -52,7 +51,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: clone-exclusive-crtc
@@ -61,7 +59,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: invalid-clone-exclusive-crtc
@@ -70,7 +67,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: invalid-clone-single-crtc
@@ -79,7 +75,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: invalid-clone-single-crtc-stealing
@@ -88,7 +83,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_sysfs_edid_timing.c b/tests/kms_sysfs_edid_timing.c
index 3a440ed98782..ee47a024ea44 100644
--- a/tests/kms_sysfs_edid_timing.c
+++ b/tests/kms_sysfs_edid_timing.c
@@ -39,7 +39,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_tiled_display.c b/tests/kms_tiled_display.c
index fbca3890d70a..519c3754c39c 100644
--- a/tests/kms_tiled_display.c
+++ b/tests/kms_tiled_display.c
@@ -54,7 +54,6 @@
* Driver requirement: i915, xe
* Functionality: tiled_display
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: basic-test-pattern-with-chamelium
@@ -63,7 +62,6 @@
* Driver requirement: i915, xe
* Functionality: chamelium, tiled_display
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_tv_load_detect.c b/tests/kms_tv_load_detect.c
index dee82dc89c00..67dbb242edfc 100644
--- a/tests/kms_tv_load_detect.c
+++ b/tests/kms_tv_load_detect.c
@@ -33,7 +33,6 @@
* Driver requirement: i915, xe
* Functionality: obsolete
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_universal_plane.c b/tests/kms_universal_plane.c
index 09d7a76460ef..8aa43a929531 100644
--- a/tests/kms_universal_plane.c
+++ b/tests/kms_universal_plane.c
@@ -38,7 +38,6 @@
* Driver requirement: i915, xe
* Functionality: cursor, plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: disable-primary-vs-flip-pipe-%s
@@ -47,7 +46,6 @@
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: universal-plane-pageflip-windowed-pipe-%s
@@ -55,7 +53,6 @@
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -76,7 +73,6 @@
* Driver requirement: i915, xe
* Functionality: plane
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_vblank.c b/tests/kms_vblank.c
index 0cc21bb5fee8..57bc62ab3c2b 100644
--- a/tests/kms_vblank.c
+++ b/tests/kms_vblank.c
@@ -50,7 +50,6 @@
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: invalid
@@ -58,7 +57,6 @@
* Driver requirement: i915, xe
* Functionality: vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
@@ -69,7 +67,6 @@
* Driver requirement: i915, xe
* Functionality: dpms, hang, rpm, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -91,7 +88,6 @@
* Driver requirement: i915, xe
* Functionality: dpms, hang, suspend, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -113,7 +109,6 @@
* Driver requirement: i915, xe
* Functionality: hang, suspend, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -135,7 +130,6 @@
* Driver requirement: i915, xe
* Functionality: hang, rpm, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
@@ -157,7 +151,6 @@
* Driver requirement: i915, xe
* Functionality: hang, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: pipe-%s-%s
@@ -165,7 +158,6 @@
* Driver requirement: i915, xe
* Functionality: hang, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: pipe-%s-%s-hang
@@ -173,7 +165,6 @@
* Driver requirement: i915, xe
* Functionality: hang, vblank
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* arg[1]:
diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index d7ede65131d1..e203fd4d596e 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -35,7 +35,6 @@
* Driver requirement: i915, xe
* Functionality: adaptive_sync
* Mega feature: VRR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-dpms
@@ -44,7 +43,6 @@
* Driver requirement: i915, xe
* Functionality: adaptive_sync, dpms
* Mega feature: VRR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flip-suspend
@@ -53,7 +51,6 @@
* Driver requirement: i915, xe
* Functionality: adaptive_sync, suspend
* Mega feature: VRR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: flipline
@@ -61,7 +58,6 @@
* Driver requirement: i915, xe
* Functionality: adaptive_sync
* Mega feature: VRR
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: negative-basic
@@ -69,7 +65,6 @@
* Driver requirement: i915, xe
* Functionality: adaptive_sync
* Mega feature: VRR
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/kms_writeback.c b/tests/kms_writeback.c
index fce6554ce3de..a69cf6609aeb 100644
--- a/tests/kms_writeback.c
+++ b/tests/kms_writeback.c
@@ -45,7 +45,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: writeback-fb-id
@@ -53,7 +52,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: writeback-invalid-parameters
@@ -63,7 +61,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*
* SUBTEST: writeback-pixel-formats
@@ -71,7 +68,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index 0a6d2718a6ea..42218210ff08 100644
--- a/tests/testdisplay.c
+++ b/tests/testdisplay.c
@@ -80,7 +80,6 @@
* Driver requirement: i915, xe
* Functionality: kms_core
* Mega feature: General Display Features
- * Run type: FULL
* Test category: functionality test
*/
IGT_TEST_DESCRIPTION("Tests basic display functionality.");
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 06/11] scripts/test_list.py: move "FULL" testlist to config file
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (4 preceding siblings ...)
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 05/11] tests: Intel KMS: " Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 07/11] scripts/test_list.py: don't be greedy while matching data from testlists Mauro Carvalho Chehab
` (7 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Don't assume that the default testlist is "FULL". Instead, read
it from the configuration file.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
scripts/test_list.py | 9 ++++++---
tests/intel/kms_test_config.json | 1 +
tests/intel/xe_test_config.json | 1 +
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/scripts/test_list.py b/scripts/test_list.py
index c1518a904baf..ff4b2d8d76ae 100644
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -484,6 +484,8 @@ class TestList:
if "testlist" not in self.props[field]["_properties_"]:
continue
+ default_value = self.props[field]["_properties_"].get("default-testlist")
+
testname = subtest_dict["_summary_"]
value = subtest_dict.get(field)
@@ -510,10 +512,11 @@ class TestList:
set_full_if_empty = False
values.discard(deleted_names)
- if set_full_if_empty and not values:
- values = set(["FULL"])
+ if default_value and set_full_if_empty and not values:
+ values = set([default_value])
- subtest_dict[field] = ", ".join(sorted(values))
+ if values:
+ subtest_dict[field] = ", ".join(sorted(values))
def expand_subtest(self, fname, test_name, test, allow_inherit, with_lines = False, with_subtest_nr = False):
diff --git a/tests/intel/kms_test_config.json b/tests/intel/kms_test_config.json
index 7ab288685677..5be264a79c6e 100644
--- a/tests/intel/kms_test_config.json
+++ b/tests/intel/kms_test_config.json
@@ -22,6 +22,7 @@
"Run type": {
"_properties_": {
"description": "Defines what category of testlist it belongs",
+ "default-testlist": "FULL",
"testlists": {
"i915 BAT": "../intel-ci/fast-feedback.testlist",
"i915 BAT chamelium": "../intel-ci/fast-feedback-chamelium-only.testlist",
diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
index 408afcbb03bc..9e582a43df56 100644
--- a/tests/intel/xe_test_config.json
+++ b/tests/intel/xe_test_config.json
@@ -32,6 +32,7 @@
"_properties_": {
"mandatory": true,
"description": "Defines what category of testlist it belongs",
+ "default-testlist": "FULL",
"testlists": {
"Xe BAT": "../intel-ci/xe-fast-feedback.testlist"
},
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 07/11] scripts/test_list.py: don't be greedy while matching data from testlists
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (5 preceding siblings ...)
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 06/11] scripts/test_list.py: move "FULL" testlist to config file Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 08/11] scripts/test_list.py: fix gen_testlist logic Mauro Carvalho Chehab
` (6 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Testlist regexes are not greedy: despite not containing a $ at the
end, they stop parsing at the end of string.
Honour that, doing the same logic as IGT runner does.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
scripts/test_list.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/test_list.py b/scripts/test_list.py
index ff4b2d8d76ae..c9073cc0305f 100644
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -457,6 +457,8 @@ class TestList:
if match:
test = match.group(1)
subtest = match.group(2)
+ if not subtest.endswith("$"):
+ subtest += r"(\@.*)?$"
testlist[name].append(re.compile(f"{test}{subtest}"))
def __filter_subtest(self, test, subtest, field_not_found_value):
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 08/11] scripts/test_list.py: fix gen_testlist logic
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (6 preceding siblings ...)
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 07/11] scripts/test_list.py: don't be greedy while matching data from testlists Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 09/11] scripts/test_list.py: add support for expanding fields on spreadsheet Mauro Carvalho Chehab
` (5 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Don't try to find a common prefix for tests, as this cause
troubles when filtering out tests.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
scripts/test_list.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/scripts/test_list.py b/scripts/test_list.py
index c9073cc0305f..01f6528ac84c 100644
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -1352,8 +1352,6 @@ class TestList:
"""Generate testlists from the test documentation"""
- test_prefix = os.path.commonprefix(self.get_subtests()[""])
- test_prefix = re.sub(r'^' + self.main_name, '', test_prefix)
# NOTE: currently, it uses a comma for multi-value delimitter
test_subtests = self.get_subtests(sort_field, ",", with_order = True)
@@ -1374,7 +1372,7 @@ class TestList:
fname = testlist
fname = re.sub(r"[^\w\d]+", "-", fname)
- fname = directory + "/" + test_prefix + fname + ".testlist"
+ fname = directory + "/" + fname + ".testlist"
with open(fname, 'w', encoding='utf8') as handler:
for sub in test_subtests[test]:
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 09/11] scripts/test_list.py: add support for expanding fields on spreadsheet
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (7 preceding siblings ...)
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 08/11] scripts/test_list.py: fix gen_testlist logic Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 10/11] scripts/doc_to_xls.py: expand GPU excluded platform Mauro Carvalho Chehab
` (4 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
Sometimes, it is desired to expand a field into multiple columns
when generating a spreadsheet. Add support for it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
scripts/test_list.py | 35 ++++++++++++++++++++++++++++++++++-
1 file changed, 34 insertions(+), 1 deletion(-)
diff --git a/scripts/test_list.py b/scripts/test_list.py
index 01f6528ac84c..74abdc5ebe65 100644
--- a/scripts/test_list.py
+++ b/scripts/test_list.py
@@ -759,7 +759,7 @@ class TestList:
else:
return out
- def get_spreadsheet(self):
+ def get_spreadsheet(self, expand_fields = {}):
"""
Return a bidimentional array with the test contents.
@@ -768,6 +768,7 @@ class TestList:
separate python file that would create a workbook's sheet.
"""
+ expand_field_name = {}
sheet = []
row = 0
sheet.append([])
@@ -779,6 +780,9 @@ class TestList:
fields_order = []
fields = sorted(self.props.items(), key = _sort_per_level)
for item in fields:
+ if item[0] in expand_fields.keys():
+ expand_field_name[item[0]] = set()
+ continue
fields_order.append(item[0])
sheet[row].append(item[0])
@@ -799,6 +803,35 @@ class TestList:
sheet[row].append(fields[field])
else:
sheet[row].append('')
+
+ for field in expand_fields.keys():
+ names = fields.get(field)
+ if not names:
+ continue
+
+ names = set(re.split(r",\s*", names))
+ expand_field_name[field].update(names)
+
+ # Add expanded fields, if any
+ for item in sorted(expand_fields.keys(), key=str.lower):
+ prefix = expand_fields[item]
+
+ for field in sorted(list(expand_field_name[item]), key=str.lower):
+ row = 0
+ sheet[row].append(prefix + field)
+
+ for subtest, fields in subtests:
+ row += 1
+ value = ""
+ names = fields.get(item)
+ if names:
+ names = set(re.split(r",\s*", names))
+
+ if field in names:
+ value = "Yes"
+
+ sheet[row].append(value)
+
return sheet
def print_nested_rest(self, filename = None, return_string = False):
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 10/11] scripts/doc_to_xls.py: expand GPU excluded platform
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (8 preceding siblings ...)
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 09/11] scripts/test_list.py: add support for expanding fields on spreadsheet Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 11/11] scripts/doc_to_xls.py: improve XLS output format Mauro Carvalho Chehab
` (3 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
As this item reflect blacklists, better to expand it at the
spreadsheet, as it makes easier to filter for it.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
scripts/doc_to_xls.py | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/scripts/doc_to_xls.py b/scripts/doc_to_xls.py
index 8531eeb81779..3af3488928cf 100755
--- a/scripts/doc_to_xls.py
+++ b/scripts/doc_to_xls.py
@@ -48,6 +48,10 @@ for config_file in parse_args.config:
wb = Workbook()
ws = None
+expand_fields = {
+ "GPU excluded platform": "blacklist "
+}
+
for row in range(len(tests)):
test = tests[row]
sheet_name = test.title
@@ -58,7 +62,7 @@ for row in range(len(tests)):
else:
ws = wb.create_sheet(sheet_name)
- sheet = test.get_spreadsheet()
+ sheet = test.get_spreadsheet(expand_fields)
max_length = []
for col in range(len(sheet[row])):
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] [PATCH i-g-t v5 11/11] scripts/doc_to_xls.py: improve XLS output format
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (9 preceding siblings ...)
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 10/11] scripts/doc_to_xls.py: expand GPU excluded platform Mauro Carvalho Chehab
@ 2023-09-08 10:31 ` Mauro Carvalho Chehab
2023-09-08 11:15 ` [igt-dev] ✓ Fi.CI.BAT: success for Xe: set Run type from testlist instead of defining it Patchwork
` (2 subsequent siblings)
13 siblings, 0 replies; 15+ messages in thread
From: Mauro Carvalho Chehab @ 2023-09-08 10:31 UTC (permalink / raw)
To: igt-dev; +Cc: tomasz.mistat, jari.tahvanainen
From: Mauro Carvalho Chehab <mchehab@kernel.org>
- Use a bold font for column names;
- enable auto-filter;
- make it backward compatible with versions of openpyxl
shipped on LTS distros.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
---
scripts/doc_to_xls.py | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/scripts/doc_to_xls.py b/scripts/doc_to_xls.py
index 3af3488928cf..c2eaef8fd4b4 100755
--- a/scripts/doc_to_xls.py
+++ b/scripts/doc_to_xls.py
@@ -25,6 +25,8 @@ Examples:
import argparse
from openpyxl import Workbook
+from openpyxl.utils import get_column_letter
+from openpyxl.styles import Font
from test_list import TestList
@@ -70,17 +72,21 @@ for row in range(len(tests)):
for row in range(len(sheet)):
for col in range(len(sheet[row])):
- ws.cell(row = row + 1, column = col + 1, value = sheet[row][col])
+ c = ws.cell(row = row + 1, column = col + 1, value = sheet[row][col])
+ if row == 0:
+ c.font = Font(bold=True)
+
if len(sheet[row][col]) > max_length[col]:
max_length[col] = len(sheet[row][col])
- col = 0
- for c in ws.columns:
- column = c[0].column_letter
+ # Estimate column length
+ for col in range(len(sheet[0])):
+ column = get_column_letter(col + 1)
adjusted_width = (max_length[col] + 2) * 1.2
ws.column_dimensions[column].width = adjusted_width
- col += 1
+ # Turn on auto-filter
+ ws.auto_filter.ref = ws.dimensions
wb.save(parse_args.xls)
--
2.41.0
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for Xe: set Run type from testlist instead of defining it
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (10 preceding siblings ...)
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 11/11] scripts/doc_to_xls.py: improve XLS output format Mauro Carvalho Chehab
@ 2023-09-08 11:15 ` Patchwork
2023-09-08 11:16 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-09-08 17:31 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
13 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2023-09-08 11:15 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 10487 bytes --]
== Series Details ==
Series: Xe: set Run type from testlist instead of defining it
URL : https://patchwork.freedesktop.org/series/123432/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13613 -> IGTPW_9752
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/index.html
Participating hosts (38 -> 40)
------------------------------
Additional (3): fi-kbl-soraka fi-hsw-4770 bat-adlm-1
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_9752 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@debugfs_test@basic-hwmon:
- bat-adlm-1: NOTRUN -> [SKIP][1] ([i915#7456])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@debugfs_test@basic-hwmon.html
* igt@fbdev@eof:
- bat-adlm-1: NOTRUN -> [SKIP][2] ([i915#2582]) +3 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@fbdev@eof.html
* igt@fbdev@info:
- bat-adlm-1: NOTRUN -> [SKIP][3] ([i915#1849] / [i915#2582])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@fbdev@info.html
* igt@gem_huc_copy@huc-copy:
- fi-kbl-soraka: NOTRUN -> [SKIP][4] ([fdo#109271] / [i915#2190])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/fi-kbl-soraka/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@basic:
- fi-kbl-soraka: NOTRUN -> [SKIP][5] ([fdo#109271] / [i915#4613]) +3 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/fi-kbl-soraka/igt@gem_lmem_swapping@basic.html
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-adlm-1: NOTRUN -> [SKIP][6] ([i915#4613]) +3 other tests skip
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@gem_lmem_swapping@parallel-random-engines.html
* igt@gem_tiled_pread_basic:
- bat-adlm-1: NOTRUN -> [SKIP][7] ([i915#3282])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@gem_tiled_pread_basic.html
* igt@i915_pm_backlight@basic-brightness:
- bat-adlm-1: NOTRUN -> [SKIP][8] ([i915#7561])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@i915_pm_backlight@basic-brightness.html
* igt@i915_pm_rps@basic-api:
- bat-adlm-1: NOTRUN -> [SKIP][9] ([i915#6621])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@i915_pm_rps@basic-api.html
* igt@i915_selftest@live@gt_pm:
- fi-kbl-soraka: NOTRUN -> [DMESG-FAIL][10] ([i915#1886] / [i915#7913])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/fi-kbl-soraka/igt@i915_selftest@live@gt_pm.html
* igt@i915_selftest@live@hangcheck:
- bat-adlp-9: [PASS][11] -> [ABORT][12] ([i915#7913])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/bat-adlp-9/igt@i915_selftest@live@hangcheck.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlp-9/igt@i915_selftest@live@hangcheck.html
* igt@i915_suspend@basic-s3-without-i915:
- bat-adlm-1: NOTRUN -> [INCOMPLETE][13] ([i915#7443] / [i915#9220])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- fi-hsw-4770: NOTRUN -> [SKIP][14] ([fdo#109271]) +13 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/fi-hsw-4770/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- fi-kbl-soraka: NOTRUN -> [SKIP][15] ([fdo#109271]) +8 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/fi-kbl-soraka/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size:
- bat-adlm-1: NOTRUN -> [SKIP][16] ([i915#1845]) +15 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html
* igt@kms_flip@basic-plain-flip:
- bat-adlm-1: NOTRUN -> [SKIP][17] ([i915#3637]) +3 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@kms_flip@basic-plain-flip.html
* igt@kms_force_connector_basic@force-load-detect:
- bat-adlm-1: NOTRUN -> [SKIP][18] ([fdo#109285])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_frontbuffer_tracking@basic:
- bat-adlm-1: NOTRUN -> [SKIP][19] ([i915#1849])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@kms_frontbuffer_tracking@basic.html
- fi-bsw-nick: [PASS][20] -> [FAIL][21] ([i915#9276])
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/fi-bsw-nick/igt@kms_frontbuffer_tracking@basic.html
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/fi-bsw-nick/igt@kms_frontbuffer_tracking@basic.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-vga-1:
- fi-hsw-4770: NOTRUN -> [DMESG-WARN][22] ([i915#8841]) +6 other tests dmesg-warn
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/fi-hsw-4770/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-c-vga-1.html
* igt@kms_psr@cursor_plane_move:
- bat-adlm-1: NOTRUN -> [SKIP][23] ([i915#1072]) +3 other tests skip
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@kms_psr@cursor_plane_move.html
* igt@kms_psr@primary_page_flip:
- bat-rplp-1: NOTRUN -> [SKIP][24] ([i915#1072]) +1 other test skip
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-rplp-1/igt@kms_psr@primary_page_flip.html
* igt@kms_psr@sprite_plane_onoff:
- fi-hsw-4770: NOTRUN -> [SKIP][25] ([fdo#109271] / [i915#1072]) +3 other tests skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/fi-hsw-4770/igt@kms_psr@sprite_plane_onoff.html
- bat-rplp-1: NOTRUN -> [ABORT][26] ([i915#8442] / [i915#8712])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-rplp-1/igt@kms_psr@sprite_plane_onoff.html
* igt@kms_setmode@basic-clone-single-crtc:
- bat-adlm-1: NOTRUN -> [SKIP][27] ([i915#3555])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@kms_setmode@basic-clone-single-crtc.html
* igt@prime_vgem@basic-fence-flip:
- bat-adlm-1: NOTRUN -> [SKIP][28] ([i915#1845] / [i915#3708])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@prime_vgem@basic-fence-flip.html
* igt@prime_vgem@basic-write:
- bat-adlm-1: NOTRUN -> [SKIP][29] ([i915#3708]) +2 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-adlm-1/igt@prime_vgem@basic-write.html
#### Possible fixes ####
* igt@i915_selftest@live@gt_heartbeat:
- fi-apl-guc: [DMESG-FAIL][30] ([i915#5334]) -> [PASS][31]
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/fi-apl-guc/igt@i915_selftest@live@gt_heartbeat.html
* igt@kms_hdmi_inject@inject-audio:
- fi-kbl-guc: [FAIL][32] ([IGT#3] / [i915#6121]) -> [PASS][33]
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/fi-kbl-guc/igt@kms_hdmi_inject@inject-audio.html
* igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1:
- bat-rplp-1: [ABORT][34] ([i915#8442] / [i915#8668]) -> [PASS][35]
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/bat-rplp-1/igt@kms_pipe_crc_basic@read-crc-frame-sequence@pipe-d-edp-1.html
[IGT#3]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/3
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1845]: https://gitlab.freedesktop.org/drm/intel/issues/1845
[i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
[i915#1886]: https://gitlab.freedesktop.org/drm/intel/issues/1886
[i915#2190]: https://gitlab.freedesktop.org/drm/intel/issues/2190
[i915#2582]: https://gitlab.freedesktop.org/drm/intel/issues/2582
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#7443]: https://gitlab.freedesktop.org/drm/intel/issues/7443
[i915#7456]: https://gitlab.freedesktop.org/drm/intel/issues/7456
[i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
[i915#7913]: https://gitlab.freedesktop.org/drm/intel/issues/7913
[i915#8442]: https://gitlab.freedesktop.org/drm/intel/issues/8442
[i915#8668]: https://gitlab.freedesktop.org/drm/intel/issues/8668
[i915#8712]: https://gitlab.freedesktop.org/drm/intel/issues/8712
[i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
[i915#9220]: https://gitlab.freedesktop.org/drm/intel/issues/9220
[i915#9276]: https://gitlab.freedesktop.org/drm/intel/issues/9276
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7474 -> IGTPW_9752
CI-20190529: 20190529
CI_DRM_13613: 25ec37710fd81562fd25eccebaac156d9334ff0c @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9752: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/index.html
IGT_7474: 9d91cf2c6e7bb64d60c2030d1535e40ca0ad53ee @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/index.html
[-- Attachment #2: Type: text/html, Size: 12698 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] ✓ CI.xeBAT: success for Xe: set Run type from testlist instead of defining it
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (11 preceding siblings ...)
2023-09-08 11:15 ` [igt-dev] ✓ Fi.CI.BAT: success for Xe: set Run type from testlist instead of defining it Patchwork
@ 2023-09-08 11:16 ` Patchwork
2023-09-08 17:31 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
13 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2023-09-08 11:16 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1672 bytes --]
== Series Details ==
Series: Xe: set Run type from testlist instead of defining it
URL : https://patchwork.freedesktop.org/series/123432/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7474_BAT -> XEIGTPW_9752_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_9752_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_exec_reset@virtual-close-fd-no-exec:
- bat-pvc-2: [PASS][1] -> [INCOMPLETE][2] ([Intel XE#631])
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7474/bat-pvc-2/igt@xe_exec_reset@virtual-close-fd-no-exec.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9752/bat-pvc-2/igt@xe_exec_reset@virtual-close-fd-no-exec.html
[Intel XE#631]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/631
Build changes
-------------
* IGT: IGT_7474 -> IGTPW_9752
* Linux: xe-357-bae46e59a7f667734376ddb0d2451967dfb264f1 -> xe-362-758f01ec2a6774fda1e8f8075d31f42b81783caf
IGTPW_9752: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/index.html
IGT_7474: 9d91cf2c6e7bb64d60c2030d1535e40ca0ad53ee @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-357-bae46e59a7f667734376ddb0d2451967dfb264f1: bae46e59a7f667734376ddb0d2451967dfb264f1
xe-362-758f01ec2a6774fda1e8f8075d31f42b81783caf: 758f01ec2a6774fda1e8f8075d31f42b81783caf
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_9752/index.html
[-- Attachment #2: Type: text/html, Size: 2248 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for Xe: set Run type from testlist instead of defining it
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
` (12 preceding siblings ...)
2023-09-08 11:16 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
@ 2023-09-08 17:31 ` Patchwork
13 siblings, 0 replies; 15+ messages in thread
From: Patchwork @ 2023-09-08 17:31 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 90706 bytes --]
== Series Details ==
Series: Xe: set Run type from testlist instead of defining it
URL : https://patchwork.freedesktop.org/series/123432/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_13613_full -> IGTPW_9752_full
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/index.html
Participating hosts (9 -> 9)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in IGTPW_9752_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][1] ([i915#6230])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@api_intel_bb@crc32.html
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-dg2: NOTRUN -> [SKIP][2] ([i915#8411])
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@drm_buddy@drm_buddy_test:
- shard-rkl: NOTRUN -> [SKIP][3] ([i915#8661])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@drm_buddy@drm_buddy_test.html
* igt@drm_fdinfo@busy-idle-check-all@ccs0:
- shard-mtlp: NOTRUN -> [SKIP][4] ([i915#8414]) +18 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-8/igt@drm_fdinfo@busy-idle-check-all@ccs0.html
* igt@drm_fdinfo@busy@ccs0:
- shard-dg2: NOTRUN -> [SKIP][5] ([i915#8414]) +10 other tests skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-1/igt@drm_fdinfo@busy@ccs0.html
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [PASS][6] -> [FAIL][7] ([i915#7742]) +2 other tests fail
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@gem_busy@semaphore:
- shard-dg2: NOTRUN -> [SKIP][8] ([i915#3936])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@gem_busy@semaphore.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-rkl: NOTRUN -> [SKIP][9] ([i915#4098] / [i915#5325])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_close_race@multigpu-basic-process:
- shard-mtlp: NOTRUN -> [SKIP][10] ([i915#7697]) +1 other test skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gem_close_race@multigpu-basic-process.html
* igt@gem_create@create-ext-set-pat:
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#8562])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_isolation@preservation-s3@bcs0:
- shard-dg2: NOTRUN -> [FAIL][12] ([fdo#103375]) +1 other test fail
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@gem_ctx_isolation@preservation-s3@bcs0.html
* igt@gem_ctx_persistence@heartbeat-hostile:
- shard-dg2: NOTRUN -> [SKIP][13] ([i915#8555])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@gem_ctx_persistence@heartbeat-hostile.html
* igt@gem_ctx_persistence@legacy-engines-cleanup:
- shard-snb: NOTRUN -> [SKIP][14] ([fdo#109271] / [i915#1099]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-snb1/igt@gem_ctx_persistence@legacy-engines-cleanup.html
* igt@gem_ctx_sseu@engines:
- shard-mtlp: NOTRUN -> [SKIP][15] ([i915#280])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@gem_ctx_sseu@engines.html
* igt@gem_eio@in-flight-suspend:
- shard-mtlp: NOTRUN -> [ABORT][16] ([i915#7892] / [i915#9262])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gem_eio@in-flight-suspend.html
* igt@gem_eio@kms:
- shard-dg1: [PASS][17] -> [FAIL][18] ([i915#5784])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-12/igt@gem_eio@kms.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-13/igt@gem_eio@kms.html
* igt@gem_exec_balancer@bonded-dual:
- shard-mtlp: NOTRUN -> [SKIP][19] ([i915#4771])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@gem_exec_balancer@bonded-dual.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#4812]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@bonded-true-hang:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#4812]) +2 other tests skip
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@gem_exec_balancer@bonded-true-hang.html
* igt@gem_exec_balancer@invalid-bonds:
- shard-dg2: NOTRUN -> [SKIP][22] ([i915#4036])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@gem_exec_balancer@invalid-bonds.html
* igt@gem_exec_balancer@noheartbeat:
- shard-mtlp: NOTRUN -> [SKIP][23] ([i915#8555])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@gem_exec_balancer@noheartbeat.html
* igt@gem_exec_balancer@parallel-keep-submit-fence:
- shard-rkl: NOTRUN -> [SKIP][24] ([i915#4525])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-1/igt@gem_exec_balancer@parallel-keep-submit-fence.html
* igt@gem_exec_capture@pi@vcs0:
- shard-mtlp: NOTRUN -> [FAIL][25] ([i915#4475])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@gem_exec_capture@pi@vcs0.html
* igt@gem_exec_capture@pi@vcs1:
- shard-mtlp: NOTRUN -> [DMESG-WARN][26] ([i915#5591] / [i915#8504])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@gem_exec_capture@pi@vcs1.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [PASS][27] -> [FAIL][28] ([i915#2846])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-vip:
- shard-mtlp: NOTRUN -> [SKIP][29] ([i915#4473] / [i915#4771]) +2 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@gem_exec_fair@basic-none-vip.html
* igt@gem_exec_fair@basic-none@bcs0:
- shard-rkl: NOTRUN -> [FAIL][30] ([i915#2842]) +3 other tests fail
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@gem_exec_fair@basic-none@bcs0.html
* igt@gem_exec_fair@basic-pace-share@rcs0:
- shard-rkl: [PASS][31] -> [FAIL][32] ([i915#2842])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-2/igt@gem_exec_fair@basic-pace-share@rcs0.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@gem_exec_fair@basic-pace-share@rcs0.html
- shard-tglu: [PASS][33] -> [FAIL][34] ([i915#2842])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-tglu-3/igt@gem_exec_fair@basic-pace-share@rcs0.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-tglu-4/igt@gem_exec_fair@basic-pace-share@rcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-glk: [PASS][35] -> [FAIL][36] ([i915#2842])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-glk8/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-glk8/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#3539] / [i915#4852]) +3 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_flush@basic-uc-prw-default:
- shard-dg2: NOTRUN -> [SKIP][38] ([i915#3539])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@gem_exec_flush@basic-uc-prw-default.html
* igt@gem_exec_params@secure-non-root:
- shard-mtlp: NOTRUN -> [SKIP][39] ([fdo#112283])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@gem_exec_params@secure-non-root.html
* igt@gem_exec_reloc@basic-gtt-cpu-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][40] ([i915#3281]) +10 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@gem_exec_reloc@basic-gtt-cpu-noreloc.html
* igt@gem_exec_reloc@basic-gtt-wc-active:
- shard-rkl: NOTRUN -> [SKIP][41] ([i915#3281]) +3 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@gem_exec_reloc@basic-gtt-wc-active.html
* igt@gem_exec_reloc@basic-softpin:
- shard-dg2: NOTRUN -> [SKIP][42] ([i915#3281]) +16 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@gem_exec_reloc@basic-softpin.html
* igt@gem_exec_schedule@deep@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][43] ([i915#4537])
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@gem_exec_schedule@deep@rcs0.html
* igt@gem_exec_schedule@preempt-queue:
- shard-dg2: NOTRUN -> [SKIP][44] ([i915#4537] / [i915#4812])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@gem_exec_schedule@preempt-queue.html
* igt@gem_exec_schedule@semaphore-power:
- shard-mtlp: NOTRUN -> [SKIP][45] ([i915#4537] / [i915#4812])
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_exec_suspend@basic-s3-devices@smem:
- shard-mtlp: [PASS][46] -> [DMESG-WARN][47] ([i915#9260])
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-8/igt@gem_exec_suspend@basic-s3-devices@smem.html
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@gem_exec_suspend@basic-s3-devices@smem.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: NOTRUN -> [ABORT][48] ([i915#7975] / [i915#8213])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-1/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_exec_suspend@basic-s4-devices@smem:
- shard-mtlp: NOTRUN -> [DMESG-WARN][49] ([i915#9260])
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@gem_exec_suspend@basic-s4-devices@smem.html
* igt@gem_fence_thrash@bo-write-verify-x:
- shard-dg2: NOTRUN -> [SKIP][50] ([i915#4860]) +2 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@gem_fence_thrash@bo-write-verify-x.html
* igt@gem_fenced_exec_thrash@no-spare-fences-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][51] ([i915#4860]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gem_fenced_exec_thrash@no-spare-fences-interruptible.html
* igt@gem_lmem_swapping@heavy-verify-multi:
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4613]) +6 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@gem_lmem_swapping@heavy-verify-multi.html
* igt@gem_lmem_swapping@heavy-verify-multi-ccs:
- shard-rkl: NOTRUN -> [SKIP][53] ([i915#4613])
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@gem_lmem_swapping@heavy-verify-multi-ccs.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: NOTRUN -> [TIMEOUT][54] ([i915#5493])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@gem_lmem_swapping@smem-oom@lmem0.html
- shard-dg1: [PASS][55] -> [TIMEOUT][56] ([i915#5493])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-19/igt@gem_lmem_swapping@smem-oom@lmem0.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_madvise@dontneed-before-exec:
- shard-mtlp: NOTRUN -> [SKIP][57] ([i915#3282]) +6 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@gem_madvise@dontneed-before-exec.html
* igt@gem_media_vme:
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#284])
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-7/igt@gem_media_vme.html
* igt@gem_mmap_gtt@cpuset-medium-copy:
- shard-mtlp: NOTRUN -> [SKIP][59] ([i915#4077]) +16 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gem_mmap_gtt@cpuset-medium-copy.html
* igt@gem_mmap_wc@close:
- shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4083]) +5 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@gem_mmap_wc@close.html
* igt@gem_mmap_wc@write-wc-read-gtt:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#4083]) +4 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@gem_mmap_wc@write-wc-read-gtt.html
* igt@gem_partial_pwrite_pread@reads-uncached:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#3282]) +7 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@gem_partial_pwrite_pread@reads-uncached.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-rkl: NOTRUN -> [SKIP][63] ([i915#3282]) +3 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_pwrite@basic-exhaustion:
- shard-snb: NOTRUN -> [WARN][64] ([i915#2658])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-snb2/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pxp@create-valid-protected-context:
- shard-mtlp: NOTRUN -> [SKIP][65] ([i915#4270]) +3 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gem_pxp@create-valid-protected-context.html
* igt@gem_pxp@display-protected-crc:
- shard-dg2: NOTRUN -> [SKIP][66] ([i915#4270]) +1 other test skip
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@gem_pxp@display-protected-crc.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-rkl: NOTRUN -> [SKIP][67] ([i915#4270])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-7/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_render_copy@y-tiled:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#8428]) +7 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-8/igt@gem_render_copy@y-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-rkl: NOTRUN -> [SKIP][69] ([i915#8411])
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-4/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_blt@tiled-to-untiled:
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#4079]) +2 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html
* igt@gem_softpin@evict-snoop:
- shard-mtlp: NOTRUN -> [SKIP][71] ([i915#4885])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@gem_softpin@evict-snoop.html
* igt@gem_spin_batch@spin-all-new:
- shard-dg2: NOTRUN -> [FAIL][72] ([i915#5889])
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-1/igt@gem_spin_batch@spin-all-new.html
* igt@gem_tiled_blits@basic:
- shard-dg2: NOTRUN -> [SKIP][73] ([i915#4077]) +10 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@gem_tiled_blits@basic.html
* igt@gem_unfence_active_buffers:
- shard-mtlp: NOTRUN -> [SKIP][74] ([i915#4879])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@gem_unfence_active_buffers.html
* igt@gem_userptr_blits@coherency-sync:
- shard-rkl: NOTRUN -> [SKIP][75] ([fdo#110542])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-4/igt@gem_userptr_blits@coherency-sync.html
* igt@gem_userptr_blits@create-destroy-unsync:
- shard-dg2: NOTRUN -> [SKIP][76] ([i915#3297]) +2 other tests skip
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@gem_userptr_blits@create-destroy-unsync.html
* igt@gem_userptr_blits@dmabuf-unsync:
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#3297])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@gem_userptr_blits@dmabuf-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#3297] / [i915#4880])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@gem_userptr_blits@map-fixed-invalidate.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg1: NOTRUN -> [SKIP][79] ([i915#3297] / [i915#4880])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-15/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@unsync-overlap:
- shard-mtlp: NOTRUN -> [SKIP][80] ([i915#3297]) +4 other tests skip
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gem_userptr_blits@unsync-overlap.html
* igt@gen7_exec_parse@basic-offset:
- shard-dg2: NOTRUN -> [SKIP][81] ([fdo#109289]) +2 other tests skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@gen7_exec_parse@basic-offset.html
* igt@gen9_exec_parse@allowed-all:
- shard-rkl: NOTRUN -> [SKIP][82] ([i915#2527])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@batch-zero-length:
- shard-dg1: NOTRUN -> [SKIP][83] ([i915#2527])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-18/igt@gen9_exec_parse@batch-zero-length.html
* igt@gen9_exec_parse@secure-batches:
- shard-dg2: NOTRUN -> [SKIP][84] ([i915#2856]) +2 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@gen9_exec_parse@secure-batches.html
* igt@gen9_exec_parse@unaligned-jump:
- shard-mtlp: NOTRUN -> [SKIP][85] ([i915#2856]) +8 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gen9_exec_parse@unaligned-jump.html
* igt@i915_hangman@engine-engine-error@vcs0:
- shard-mtlp: [PASS][86] -> [FAIL][87] ([i915#7069])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-6/igt@i915_hangman@engine-engine-error@vcs0.html
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@i915_hangman@engine-engine-error@vcs0.html
* igt@i915_hwmon@hwmon-read:
- shard-rkl: NOTRUN -> [SKIP][88] ([i915#7707])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@i915_hwmon@hwmon-read.html
* igt@i915_module_load@load:
- shard-mtlp: NOTRUN -> [SKIP][89] ([i915#6227])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@i915_module_load@load.html
* igt@i915_pm_backlight@fade:
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#5354] / [i915#7561]) +1 other test skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@i915_pm_backlight@fade.html
* igt@i915_pm_backlight@fade-with-suspend:
- shard-dg1: NOTRUN -> [SKIP][91] ([i915#5354] / [i915#7561])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-18/igt@i915_pm_backlight@fade-with-suspend.html
* igt@i915_pm_dc@dc5-psr:
- shard-dg2: NOTRUN -> [SKIP][92] ([i915#658]) +5 other tests skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-6/igt@i915_pm_dc@dc5-psr.html
* igt@i915_pm_dc@dc6-dpms:
- shard-tglu: [PASS][93] -> [FAIL][94] ([i915#3989] / [i915#454])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-tglu-10/igt@i915_pm_dc@dc6-dpms.html
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-tglu-8/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_dc@dc6-psr:
- shard-mtlp: NOTRUN -> [FAIL][95] ([i915#8599])
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@i915_pm_dc@dc6-psr.html
* igt@i915_pm_freq_mult@media-freq@gt1:
- shard-mtlp: NOTRUN -> [SKIP][96] ([i915#6590]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@i915_pm_freq_mult@media-freq@gt1.html
* igt@i915_pm_rpm@dpms-mode-unset-lpsp:
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#1397])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-1/igt@i915_pm_rpm@dpms-mode-unset-lpsp.html
* igt@i915_pm_rpm@gem-execbuf-stress-pc8:
- shard-dg2: NOTRUN -> [SKIP][98] ([fdo#109506])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-dg1: [PASS][99] -> [SKIP][100] ([i915#1397])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-19/igt@i915_pm_rpm@modeset-lpsp.html
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-17/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp-stress:
- shard-rkl: [PASS][101] -> [SKIP][102] ([i915#1397])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp-stress.html
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@i915_pm_rpm@modeset-lpsp-stress.html
* igt@i915_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#1397]) +3 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@i915_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@i915_pm_rpm@modeset-non-lpsp-stress:
- shard-mtlp: NOTRUN -> [SKIP][104] ([i915#1397])
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@i915_pm_rpm@modeset-non-lpsp-stress.html
* igt@i915_pm_rpm@modeset-pc8-residency-stress:
- shard-mtlp: NOTRUN -> [SKIP][105] ([fdo#109293])
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-1/igt@i915_pm_rpm@modeset-pc8-residency-stress.html
* igt@i915_pm_rps@basic-api:
- shard-mtlp: NOTRUN -> [SKIP][106] ([i915#6621])
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-1/igt@i915_pm_rps@basic-api.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg2: NOTRUN -> [SKIP][107] ([i915#6621])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_pm_rps@thresholds-idle@gt0:
- shard-dg2: NOTRUN -> [SKIP][108] ([i915#8925])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@i915_pm_rps@thresholds-idle@gt0.html
* igt@i915_pm_rps@thresholds@gt1:
- shard-mtlp: NOTRUN -> [SKIP][109] ([i915#8925]) +1 other test skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@i915_pm_rps@thresholds@gt1.html
* igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy:
- shard-dg1: NOTRUN -> [SKIP][110] ([i915#4212])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-12/igt@kms_addfb_basic@addfb25-x-tiled-mismatch-legacy.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-mtlp: NOTRUN -> [SKIP][111] ([i915#5190])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_addfb_basic@basic-y-tiled-legacy:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#4215] / [i915#5190])
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@kms_addfb_basic@basic-y-tiled-legacy.html
* igt@kms_addfb_basic@bo-too-small-due-to-tiling:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#4212])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-6/igt@kms_addfb_basic@bo-too-small-due-to-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#8502] / [i915#8709]) +11 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-3-4-mc_ccs.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-rkl: NOTRUN -> [SKIP][115] ([i915#404])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-1/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-mtlp: NOTRUN -> [SKIP][116] ([i915#1769] / [i915#3555])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][117] ([i915#4538] / [i915#5286])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-18/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-addfb:
- shard-rkl: NOTRUN -> [SKIP][118] ([i915#5286]) +1 other test skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-7/igt@kms_big_fb@4-tiled-addfb.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: [PASS][119] -> [FAIL][120] ([i915#5138])
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: NOTRUN -> [FAIL][121] ([i915#5138])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][122] ([fdo#111614]) +4 other tests skip
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][123] ([fdo#111614] / [i915#3638]) +1 other test skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][124] ([i915#3638])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-13/igt@kms_big_fb@x-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][125] ([fdo#111614]) +4 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#5190]) +9 other tests skip
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip:
- shard-mtlp: NOTRUN -> [SKIP][127] ([fdo#111615]) +13 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-hflip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-rkl: [PASS][128] -> [FAIL][129] ([i915#3743])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
- shard-rkl: NOTRUN -> [SKIP][130] ([fdo#110723]) +2 other tests skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-7/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][131] ([i915#4538] / [i915#5190]) +8 other tests skip
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@kms_big_fb@yf-tiled-8bpp-rotate-0.html
* igt@kms_big_joiner@basic:
- shard-mtlp: NOTRUN -> [SKIP][132] ([i915#2705])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-1/igt@kms_big_joiner@basic.html
* igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][133] ([i915#5354] / [i915#6095]) +5 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@kms_ccs@pipe-a-bad-pixel-format-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][134] ([i915#3886] / [i915#6095]) +13 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@kms_ccs@pipe-a-bad-pixel-format-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs:
- shard-mtlp: NOTRUN -> [SKIP][135] ([i915#5354] / [i915#6095])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-1/igt@kms_ccs@pipe-a-crc-primary-rotation-180-4_tiled_dg2_rc_ccs.html
* igt@kms_ccs@pipe-b-bad-aux-stride-4_tiled_mtl_mc_ccs:
- shard-tglu: NOTRUN -> [SKIP][136] ([i915#5354] / [i915#6095])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-tglu-4/igt@kms_ccs@pipe-b-bad-aux-stride-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs:
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#3734] / [i915#5354] / [i915#6095]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@kms_ccs@pipe-b-bad-rotation-90-yf_tiled_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs:
- shard-snb: NOTRUN -> [SKIP][138] ([fdo#109271]) +197 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-snb2/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_ccs.html
* igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][139] ([i915#3886] / [i915#5354] / [i915#6095]) +2 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_ccs@pipe-b-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_mc_ccs:
- shard-dg1: NOTRUN -> [SKIP][140] ([i915#5354] / [i915#6095])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-17/igt@kms_ccs@pipe-c-crc-primary-rotation-180-4_tiled_mtl_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs:
- shard-dg2: NOTRUN -> [SKIP][141] ([i915#3689] / [i915#3886] / [i915#5354]) +14 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@kms_ccs@pipe-c-crc-primary-rotation-180-y_tiled_gen12_mc_ccs.html
* igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs:
- shard-tglu: NOTRUN -> [SKIP][142] ([fdo#111615] / [i915#3689] / [i915#5354] / [i915#6095])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-tglu-2/igt@kms_ccs@pipe-c-crc-primary-rotation-180-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs:
- shard-dg2: NOTRUN -> [SKIP][143] ([i915#3689] / [i915#5354]) +24 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@kms_ccs@pipe-d-crc-primary-basic-yf_tiled_ccs.html
* igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs:
- shard-rkl: NOTRUN -> [SKIP][144] ([i915#5354]) +11 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_ccs@pipe-d-crc-sprite-planes-basic-4_tiled_dg2_mc_ccs.html
* igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_ccs:
- shard-mtlp: NOTRUN -> [SKIP][145] ([i915#6095]) +44 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@kms_ccs@pipe-d-random-ccs-data-y_tiled_ccs.html
* igt@kms_cdclk@mode-transition:
- shard-rkl: NOTRUN -> [SKIP][146] ([i915#3742])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-mtlp: NOTRUN -> [SKIP][147] ([i915#7213] / [i915#9010])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-5/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][148] ([i915#4087] / [i915#7213]) +3 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html
* igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][149] ([i915#4087]) +3 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-1/igt@kms_cdclk@plane-scaling@pipe-c-hdmi-a-3.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-rkl: NOTRUN -> [SKIP][150] ([fdo#111827])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_chamelium_color@ctm-0-50.html
- shard-tglu: NOTRUN -> [SKIP][151] ([fdo#111827])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-tglu-10/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-mtlp: NOTRUN -> [SKIP][152] ([fdo#111827]) +1 other test skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_color@gamma:
- shard-dg2: NOTRUN -> [SKIP][153] ([fdo#111827]) +1 other test skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-rkl: NOTRUN -> [SKIP][154] ([i915#7828]) +4 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#7828]) +6 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@kms_chamelium_frames@hdmi-crc-fast.html
* igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode:
- shard-mtlp: NOTRUN -> [SKIP][156] ([i915#7828]) +10 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@kms_chamelium_hpd@vga-hpd-enable-disable-mode.html
* igt@kms_color@deep-color:
- shard-rkl: NOTRUN -> [SKIP][157] ([i915#3555]) +3 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@kms_color@deep-color.html
* igt@kms_content_protection@atomic:
- shard-dg2: NOTRUN -> [SKIP][158] ([i915#7118])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@dp-mst-lic-type-1:
- shard-mtlp: NOTRUN -> [SKIP][159] ([i915#3299])
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-8/igt@kms_content_protection@dp-mst-lic-type-1.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2: NOTRUN -> [SKIP][160] ([i915#3299])
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-1/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-mtlp: NOTRUN -> [SKIP][161] ([i915#6944])
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@kms_content_protection@legacy.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-rkl: NOTRUN -> [SKIP][162] ([fdo#109279] / [i915#3359])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2: NOTRUN -> [SKIP][163] ([i915#3359]) +2 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-rkl: NOTRUN -> [SKIP][164] ([i915#3359]) +1 other test skip
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-sliding-32x32:
- shard-mtlp: NOTRUN -> [SKIP][165] ([i915#3555] / [i915#8814]) +5 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@kms_cursor_crc@cursor-sliding-32x32.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-mtlp: NOTRUN -> [SKIP][166] ([i915#3546]) +6 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-mtlp: NOTRUN -> [SKIP][167] ([i915#4213])
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-dg2: NOTRUN -> [SKIP][168] ([i915#4103] / [i915#4213])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-rkl: NOTRUN -> [SKIP][169] ([fdo#111825]) +6 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic:
- shard-dg2: NOTRUN -> [SKIP][170] ([fdo#109274] / [i915#5354]) +5 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions:
- shard-glk: [PASS][171] -> [FAIL][172] ([i915#2346])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-glk8/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
- shard-apl: [PASS][173] -> [FAIL][174] ([i915#2346])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-apl1/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-apl4/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@single-move@all-pipes:
- shard-mtlp: [PASS][175] -> [DMESG-WARN][176] ([i915#2017])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-7/igt@kms_cursor_legacy@single-move@all-pipes.html
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@kms_cursor_legacy@single-move@all-pipes.html
* igt@kms_display_modes@extended-mode-basic:
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#3555] / [i915#8827])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-5/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_display_modes@mst-extended-mode-negative:
- shard-dg2: NOTRUN -> [SKIP][178] ([i915#8588])
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@kms_display_modes@mst-extended-mode-negative.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-mtlp: NOTRUN -> [SKIP][179] ([i915#3555] / [i915#3840])
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-tglu: [PASS][180] -> [FAIL][181] ([i915#4767])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-tglu-6/igt@kms_fbcon_fbt@fbc-suspend.html
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-tglu-7/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fence_pin_leak:
- shard-dg2: NOTRUN -> [SKIP][182] ([i915#4881])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@kms_fence_pin_leak.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-mtlp: NOTRUN -> [SKIP][183] ([i915#3637]) +6 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-5/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-snb: NOTRUN -> [SKIP][184] ([fdo#109271] / [fdo#111767]) +1 other test skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-snb5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-fences:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#8381]) +1 other test skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@kms_flip@2x-flip-vs-fences.html
- shard-mtlp: NOTRUN -> [SKIP][186] ([i915#8381])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@kms_flip@2x-flip-vs-fences.html
* igt@kms_flip@2x-modeset-vs-vblank-race:
- shard-dg2: NOTRUN -> [SKIP][187] ([fdo#109274]) +3 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@kms_flip@2x-modeset-vs-vblank-race.html
* igt@kms_flip@flip-vs-suspend@b-hdmi-a1:
- shard-snb: NOTRUN -> [DMESG-WARN][188] ([i915#8841]) +3 other tests dmesg-warn
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-snb1/igt@kms_flip@flip-vs-suspend@b-hdmi-a1.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][189] ([i915#2672]) +2 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-valid-mode:
- shard-dg1: [PASS][190] -> [FAIL][191] ([i915#7479])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-16/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-valid-mode.html
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-12/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#2672])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][193] ([i915#8810])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][194] ([i915#2672] / [i915#3555]) +4 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][195] ([i915#2672]) +7 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-dg2: NOTRUN -> [SKIP][196] ([i915#5274])
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render:
- shard-dg2: [PASS][197] -> [FAIL][198] ([i915#6880]) +2 other tests fail
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-3/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render.html
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][199] ([i915#8708]) +14 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt:
- shard-mtlp: NOTRUN -> [SKIP][200] ([i915#1825]) +31 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][201] ([i915#8708]) +2 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-suspend:
- shard-dg2: NOTRUN -> [INCOMPLETE][202] ([i915#8912])
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-suspend.html
- shard-mtlp: NOTRUN -> [ABORT][203] ([i915#9262]) +7 other tests abort
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#3458]) +23 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render:
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#5354]) +45 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move:
- shard-rkl: NOTRUN -> [SKIP][206] ([fdo#111825] / [i915#1825]) +11 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][207] ([fdo#110189])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-dg1: NOTRUN -> [SKIP][208] ([fdo#111825]) +3 other tests skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][209] ([i915#8708]) +22 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][210] ([i915#3023]) +13 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-suspend.html
- shard-mtlp: [PASS][211] -> [ABORT][212] ([i915#9262])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-8/igt@kms_frontbuffer_tracking@psr-suspend.html
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_hdr@static-swap:
- shard-mtlp: NOTRUN -> [SKIP][213] ([i915#3555] / [i915#8228])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@kms_hdr@static-swap.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][214] ([i915#3555] / [i915#8228]) +1 other test skip
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@kms_hdr@static-toggle-suspend.html
- shard-rkl: NOTRUN -> [SKIP][215] ([i915#3555] / [i915#8228]) +2 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-7/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-mtlp: NOTRUN -> [SKIP][216] ([i915#4816])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-dg2: NOTRUN -> [SKIP][217] ([i915#4816])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-6/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-rkl: NOTRUN -> [SKIP][218] ([fdo#109289]) +2 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-4/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_plane_lowres@tiling-x@pipe-c-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#3582]) +3 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@kms_plane_lowres@tiling-x@pipe-c-edp-1.html
* igt@kms_plane_lowres@tiling-y:
- shard-dg2: NOTRUN -> [SKIP][220] ([i915#8821])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@kms_plane_lowres@tiling-y.html
* igt@kms_plane_multiple@tiling-yf:
- shard-mtlp: NOTRUN -> [SKIP][221] ([i915#3555] / [i915#8806])
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size:
- shard-apl: NOTRUN -> [SKIP][222] ([fdo#109271])
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-apl6/igt@kms_plane_scaling@intel-max-src-size.html
- shard-glk: NOTRUN -> [SKIP][223] ([fdo#109271])
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-glk5/igt@kms_plane_scaling@intel-max-src-size.html
- shard-rkl: NOTRUN -> [SKIP][224] ([i915#6953])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_plane_scaling@intel-max-src-size.html
- shard-dg1: NOTRUN -> [SKIP][225] ([i915#6953])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-19/igt@kms_plane_scaling@intel-max-src-size.html
- shard-tglu: NOTRUN -> [SKIP][226] ([i915#6953])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-tglu-4/igt@kms_plane_scaling@intel-max-src-size.html
- shard-mtlp: NOTRUN -> [SKIP][227] ([i915#6953])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@kms_plane_scaling@intel-max-src-size.html
* igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][228] ([i915#5176]) +5 other tests skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_plane_scaling@plane-downscale-with-modifiers-factor-0-25@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#5176]) +3 other tests skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@kms_plane_scaling@plane-downscale-with-pixel-format-factor-0-25@pipe-c-hdmi-a-2.html
* igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][230] ([i915#5176]) +7 other tests skip
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-13/igt@kms_plane_scaling@plane-downscale-with-rotation-factor-0-25@pipe-d-hdmi-a-3.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][231] ([i915#5235]) +9 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-4/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][232] ([i915#5235]) +19 other tests skip
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][233] ([i915#5235]) +19 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-8/igt@kms_plane_scaling@planes-downscale-factor-0-5@pipe-b-edp-1.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][234] ([i915#5235]) +7 other tests skip
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-12/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a-hdmi-a-3.html
* igt@kms_prime@basic-crc-hybrid:
- shard-dg2: NOTRUN -> [SKIP][235] ([i915#6524] / [i915#6805]) +1 other test skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@kms_prime@basic-crc-hybrid.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-mtlp: NOTRUN -> [SKIP][236] ([i915#6524])
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@cursor-plane-update-sf:
- shard-rkl: NOTRUN -> [SKIP][237] ([fdo#111068] / [i915#658]) +1 other test skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_psr2_sf@cursor-plane-update-sf.html
* igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb:
- shard-rkl: NOTRUN -> [SKIP][238] ([i915#658])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@kms_psr2_sf@primary-plane-update-sf-dmg-area-big-fb.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-mtlp: NOTRUN -> [SKIP][239] ([i915#4348])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr@primary_page_flip:
- shard-rkl: NOTRUN -> [SKIP][240] ([i915#1072]) +1 other test skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_psr@primary_page_flip.html
* igt@kms_psr@psr2_primary_blt:
- shard-dg2: NOTRUN -> [SKIP][241] ([i915#1072]) +10 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-2/igt@kms_psr@psr2_primary_blt.html
* igt@kms_rotation_crc@bad-pixel-format:
- shard-mtlp: NOTRUN -> [SKIP][242] ([i915#4235]) +1 other test skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@kms_rotation_crc@bad-pixel-format.html
* igt@kms_rotation_crc@exhaust-fences:
- shard-dg2: NOTRUN -> [SKIP][243] ([i915#4235]) +1 other test skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@kms_rotation_crc@exhaust-fences.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-0:
- shard-mtlp: NOTRUN -> [SKIP][244] ([i915#5289])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-0.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270:
- shard-dg2: NOTRUN -> [SKIP][245] ([i915#4235] / [i915#5190]) +1 other test skip
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-270.html
* igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-d:
- shard-mtlp: NOTRUN -> [SKIP][246] ([i915#5030]) +3 other tests skip
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-5/igt@kms_scaling_modes@scaling-mode-none@edp-1-pipe-d.html
* igt@kms_selftest@drm_cmdline:
- shard-mtlp: NOTRUN -> [SKIP][247] ([i915#8661]) +1 other test skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@kms_selftest@drm_cmdline.html
* igt@kms_selftest@drm_format_helper:
- shard-dg2: NOTRUN -> [SKIP][248] ([i915#8661]) +3 other tests skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@kms_selftest@drm_format_helper.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-mtlp: NOTRUN -> [SKIP][249] ([i915#3555] / [i915#8809]) +1 other test skip
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@basic@pipe-a-vga-1:
- shard-snb: NOTRUN -> [FAIL][250] ([i915#5465]) +1 other test fail
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-snb4/igt@kms_setmode@basic@pipe-a-vga-1.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-mtlp: NOTRUN -> [SKIP][251] ([i915#3555] / [i915#8823])
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_setmode@invalid-clone-single-crtc:
- shard-rkl: NOTRUN -> [SKIP][252] ([i915#3555] / [i915#4098])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-7/igt@kms_setmode@invalid-clone-single-crtc.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#8623])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_universal_plane@universal-plane-pipe-d-functional:
- shard-rkl: NOTRUN -> [SKIP][254] ([i915#4070] / [i915#533] / [i915#6768]) +1 other test skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_universal_plane@universal-plane-pipe-d-functional.html
* igt@kms_vblank@pipe-c-query-forked-busy:
- shard-rkl: NOTRUN -> [SKIP][255] ([i915#4070] / [i915#6768])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-2/igt@kms_vblank@pipe-c-query-forked-busy.html
* igt@kms_vblank@pipe-c-ts-continuation-suspend:
- shard-dg2: [PASS][256] -> [FAIL][257] ([fdo#103375]) +1 other test fail
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-10/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@kms_vblank@pipe-c-ts-continuation-suspend.html
* igt@kms_vrr@flip-basic:
- shard-dg2: NOTRUN -> [SKIP][258] ([i915#3555]) +5 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-1/igt@kms_vrr@flip-basic.html
* igt@kms_writeback@writeback-check-output:
- shard-dg1: NOTRUN -> [SKIP][259] ([i915#2437])
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-18/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-mtlp: NOTRUN -> [SKIP][260] ([i915#2437]) +1 other test skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@gen12-group-concurrent-oa-buffer-read:
- shard-mtlp: NOTRUN -> [FAIL][261] ([i915#9259]) +3 other tests fail
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@perf@gen12-group-concurrent-oa-buffer-read.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-mtlp: NOTRUN -> [SKIP][262] ([fdo#109289]) +7 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf_pmu@all-busy-idle-check-all:
- shard-mtlp: NOTRUN -> [FAIL][263] ([i915#5234])
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-5/igt@perf_pmu@all-busy-idle-check-all.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: NOTRUN -> [FAIL][264] ([i915#4349]) +3 other tests fail
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@busy-hang@ccs0:
- shard-mtlp: NOTRUN -> [FAIL][265] ([i915#4349]) +5 other tests fail
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@perf_pmu@busy-hang@ccs0.html
* igt@perf_pmu@busy-hang@vcs1:
- shard-dg2: [PASS][266] -> [FAIL][267] ([i915#4349])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-2/igt@perf_pmu@busy-hang@vcs1.html
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@perf_pmu@busy-hang@vcs1.html
* igt@perf_pmu@busy-idle-check-all@bcs0:
- shard-mtlp: NOTRUN -> [FAIL][268] ([i915#4521]) +2 other tests fail
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@perf_pmu@busy-idle-check-all@bcs0.html
* igt@perf_pmu@busy-idle@bcs0:
- shard-mtlp: [PASS][269] -> [FAIL][270] ([i915#4349]) +2 other tests fail
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-4/igt@perf_pmu@busy-idle@bcs0.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-1/igt@perf_pmu@busy-idle@bcs0.html
* igt@perf_pmu@cpu-hotplug:
- shard-mtlp: NOTRUN -> [SKIP][271] ([i915#8850])
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-4/igt@perf_pmu@cpu-hotplug.html
* igt@perf_pmu@event-wait@rcs0:
- shard-mtlp: NOTRUN -> [SKIP][272] ([i915#8807])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-1/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@faulting-read@gtt:
- shard-mtlp: NOTRUN -> [SKIP][273] ([i915#8440])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-6/igt@perf_pmu@faulting-read@gtt.html
* igt@prime_vgem@basic-fence-read:
- shard-dg2: NOTRUN -> [SKIP][274] ([i915#3291] / [i915#3708])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-5/igt@prime_vgem@basic-fence-read.html
* igt@prime_vgem@fence-read-hang:
- shard-mtlp: NOTRUN -> [SKIP][275] ([i915#3708])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-8/igt@prime_vgem@fence-read-hang.html
* igt@prime_vgem@fence-write-hang:
- shard-dg2: NOTRUN -> [SKIP][276] ([i915#3708])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@prime_vgem@fence-write-hang.html
* igt@sysfs_preempt_timeout@timeout@vecs0:
- shard-mtlp: NOTRUN -> [ABORT][277] ([i915#8521] / [i915#8865])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@sysfs_preempt_timeout@timeout@vecs0.html
* igt@v3d/v3d_submit_cl@bad-bo:
- shard-dg2: NOTRUN -> [SKIP][278] ([i915#2575]) +12 other tests skip
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-1/igt@v3d/v3d_submit_cl@bad-bo.html
* igt@v3d/v3d_submit_cl@bad-extension:
- shard-rkl: NOTRUN -> [SKIP][279] ([fdo#109315]) +3 other tests skip
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@v3d/v3d_submit_cl@bad-extension.html
* igt@v3d/v3d_submit_csd@bad-in-sync:
- shard-dg1: NOTRUN -> [SKIP][280] ([i915#2575])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-18/igt@v3d/v3d_submit_csd@bad-in-sync.html
* igt@v3d/v3d_wait_bo@used-bo:
- shard-mtlp: NOTRUN -> [SKIP][281] ([i915#2575]) +16 other tests skip
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-3/igt@v3d/v3d_wait_bo@used-bo.html
* igt@vc4/vc4_mmap@mmap-bo:
- shard-dg2: NOTRUN -> [SKIP][282] ([i915#7711]) +9 other tests skip
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-6/igt@vc4/vc4_mmap@mmap-bo.html
* igt@vc4/vc4_tiling@get-after-free:
- shard-mtlp: NOTRUN -> [SKIP][283] ([i915#7711]) +12 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@vc4/vc4_tiling@get-after-free.html
* igt@vc4/vc4_tiling@set-bad-flags:
- shard-rkl: NOTRUN -> [SKIP][284] ([i915#7711]) +3 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@vc4/vc4_tiling@set-bad-flags.html
#### Possible fixes ####
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [FAIL][285] ([i915#6268]) -> [PASS][286]
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-4/igt@gem_ctx_exec@basic-nohangcheck.html
- shard-mtlp: [FAIL][287] ([i915#6121]) -> [PASS][288]
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-8/igt@gem_ctx_exec@basic-nohangcheck.html
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_exec_fair@basic-none-solo@rcs0:
- shard-apl: [FAIL][289] ([i915#2842]) -> [PASS][290]
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-apl7/igt@gem_exec_fair@basic-none-solo@rcs0.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-apl2/igt@gem_exec_fair@basic-none-solo@rcs0.html
* igt@gem_exec_fair@basic-pace@rcs0:
- shard-rkl: [FAIL][291] ([i915#2842]) -> [PASS][292] +1 other test pass
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-4/igt@gem_exec_fair@basic-pace@rcs0.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-1/igt@gem_exec_fair@basic-pace@rcs0.html
* igt@gem_exec_schedule@noreorder@bcs0:
- shard-mtlp: [DMESG-WARN][293] ([i915#9121] / [i915#9262]) -> [PASS][294]
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-4/igt@gem_exec_schedule@noreorder@bcs0.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gem_exec_schedule@noreorder@bcs0.html
* igt@gem_exec_schedule@noreorder@rcs0:
- shard-mtlp: [ABORT][295] ([i915#4537] / [i915#9121] / [i915#9262]) -> [PASS][296]
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-4/igt@gem_exec_schedule@noreorder@rcs0.html
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-7/igt@gem_exec_schedule@noreorder@rcs0.html
* igt@i915_pm_dc@dc9-dpms:
- shard-apl: [SKIP][297] ([fdo#109271]) -> [PASS][298]
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-apl2/igt@i915_pm_dc@dc9-dpms.html
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-apl7/igt@i915_pm_dc@dc9-dpms.html
* igt@i915_pm_rc6_residency@rc6-idle@vcs0:
- shard-dg1: [FAIL][299] ([i915#3591]) -> [PASS][300] +1 other test pass
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-17/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@vcs0.html
* igt@i915_pm_rpm@dpms-non-lpsp:
- shard-dg1: [SKIP][301] ([i915#1397]) -> [PASS][302] +2 other tests pass
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-19/igt@i915_pm_rpm@dpms-non-lpsp.html
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-17/igt@i915_pm_rpm@dpms-non-lpsp.html
* igt@i915_pm_rpm@modeset-lpsp:
- shard-rkl: [SKIP][303] ([i915#1397]) -> [PASS][304]
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-2/igt@i915_pm_rpm@modeset-lpsp.html
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-7/igt@i915_pm_rpm@modeset-lpsp.html
* igt@i915_selftest@live@gt_heartbeat:
- shard-apl: [DMESG-FAIL][305] ([i915#5334]) -> [PASS][306]
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-apl1/igt@i915_selftest@live@gt_heartbeat.html
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-apl6/igt@i915_selftest@live@gt_heartbeat.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-apl: [FAIL][307] ([i915#2346]) -> [PASS][308]
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-apl2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-apl3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt:
- shard-dg2: [FAIL][309] ([i915#6880]) -> [PASS][310] +2 other tests pass
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-suspend:
- shard-mtlp: [ABORT][311] ([i915#9262]) -> [PASS][312] +2 other tests pass
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-mtlp-5/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-suspend.html
* igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-3:
- shard-dg2: [FAIL][313] ([fdo#103375]) -> [PASS][314] +1 other test pass
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-5/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-3.html
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-3/igt@kms_pipe_crc_basic@suspend-read-crc@pipe-d-hdmi-a-3.html
* igt@kms_rotation_crc@sprite-rotation-90:
- shard-rkl: [INCOMPLETE][315] ([i915#8875]) -> [PASS][316]
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-6/igt@kms_rotation_crc@sprite-rotation-90.html
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-1/igt@kms_rotation_crc@sprite-rotation-90.html
* igt@kms_sysfs_edid_timing:
- shard-dg2: [FAIL][317] ([IGT#2]) -> [PASS][318]
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-6/igt@kms_sysfs_edid_timing.html
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@kms_sysfs_edid_timing.html
* igt@perf@i915-ref-count:
- shard-apl: [FAIL][319] ([i915#9285]) -> [PASS][320]
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-apl6/igt@perf@i915-ref-count.html
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-apl3/igt@perf@i915-ref-count.html
- shard-tglu: [FAIL][321] ([i915#9285]) -> [PASS][322]
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-tglu-4/igt@perf@i915-ref-count.html
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-tglu-9/igt@perf@i915-ref-count.html
#### Warnings ####
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: [INCOMPLETE][323] ([i915#4983]) -> [ABORT][324] ([i915#4983] / [i915#7461])
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-12/igt@device_reset@unbind-reset-rebind.html
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-13/igt@device_reset@unbind-reset-rebind.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: [ABORT][325] ([i915#7461]) -> [INCOMPLETE][326] ([i915#9283])
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-7/igt@gem_create@create-ext-cpu-access-big.html
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-11/igt@gem_create@create-ext-cpu-access-big.html
* igt@kms_content_protection@type1:
- shard-dg2: [SKIP][327] ([i915#7118] / [i915#7162]) -> [SKIP][328] ([i915#7118])
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-11/igt@kms_content_protection@type1.html
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-1/igt@kms_content_protection@type1.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-rkl: [SKIP][329] ([fdo#109285] / [i915#4098]) -> [SKIP][330] ([fdo#109285])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-4/igt@kms_force_connector_basic@force-load-detect.html
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-6/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: [SKIP][331] ([i915#4070] / [i915#4816]) -> [SKIP][332] ([i915#4816])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-rkl-1/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-rkl-7/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_psr@cursor_plane_move:
- shard-dg1: [SKIP][333] ([i915#1072] / [i915#4078]) -> [SKIP][334] ([i915#1072])
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-12/igt@kms_psr@cursor_plane_move.html
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-19/igt@kms_psr@cursor_plane_move.html
* igt@kms_psr@primary_mmap_gtt:
- shard-dg1: [SKIP][335] ([i915#1072]) -> [SKIP][336] ([i915#1072] / [i915#4078])
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg1-15/igt@kms_psr@primary_mmap_gtt.html
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg1-12/igt@kms_psr@primary_mmap_gtt.html
* igt@kms_vblank@pipe-b-ts-continuation-suspend:
- shard-snb: [DMESG-WARN][337] ([i915#8841]) -> [DMESG-FAIL][338] ([fdo#103375])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-snb6/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-snb7/igt@kms_vblank@pipe-b-ts-continuation-suspend.html
* igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
- shard-dg2: [CRASH][339] ([i915#7331]) -> [INCOMPLETE][340] ([i915#5493])
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_13613/shard-dg2-6/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/shard-dg2-7/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[IGT#2]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/2
[fdo#103375]: https://bugs.freedesktop.org/show_bug.cgi?id=103375
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109279]: https://bugs.freedesktop.org/show_bug.cgi?id=109279
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109293]: https://bugs.freedesktop.org/show_bug.cgi?id=109293
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#109506]: https://bugs.freedesktop.org/show_bug.cgi?id=109506
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110542]: https://bugs.freedesktop.org/show_bug.cgi?id=110542
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111767]: https://bugs.freedesktop.org/show_bug.cgi?id=111767
[fdo#111825]: https://bugs.freedesktop.org/show_bug.cgi?id=111825
[fdo#111827]: https://bugs.freedesktop.org/show_bug.cgi?id=111827
[fdo#112283]: https://bugs.freedesktop.org/show_bug.cgi?id=112283
[i915#1072]: https://gitlab.freedesktop.org/drm/intel/issues/1072
[i915#1099]: https://gitlab.freedesktop.org/drm/intel/issues/1099
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#2017]: https://gitlab.freedesktop.org/drm/intel/issues/2017
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2705]: https://gitlab.freedesktop.org/drm/intel/issues/2705
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#284]: https://gitlab.freedesktop.org/drm/intel/issues/284
[i915#2842]: https://gitlab.freedesktop.org/drm/intel/issues/2842
[i915#2846]: https://gitlab.freedesktop.org/drm/intel/issues/2846
[i915#2856]: https://gitlab.freedesktop.org/drm/intel/issues/2856
[i915#3023]: https://gitlab.freedesktop.org/drm/intel/issues/3023
[i915#3281]: https://gitlab.freedesktop.org/drm/intel/issues/3281
[i915#3282]: https://gitlab.freedesktop.org/drm/intel/issues/3282
[i915#3291]: https://gitlab.freedesktop.org/drm/intel/issues/3291
[i915#3297]: https://gitlab.freedesktop.org/drm/intel/issues/3297
[i915#3299]: https://gitlab.freedesktop.org/drm/intel/issues/3299
[i915#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3546]: https://gitlab.freedesktop.org/drm/intel/issues/3546
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3582]: https://gitlab.freedesktop.org/drm/intel/issues/3582
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3689]: https://gitlab.freedesktop.org/drm/intel/issues/3689
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3734]: https://gitlab.freedesktop.org/drm/intel/issues/3734
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3886]: https://gitlab.freedesktop.org/drm/intel/issues/3886
[i915#3936]: https://gitlab.freedesktop.org/drm/intel/issues/3936
[i915#3989]: https://gitlab.freedesktop.org/drm/intel/issues/3989
[i915#4036]: https://gitlab.freedesktop.org/drm/intel/issues/4036
[i915#404]: https://gitlab.freedesktop.org/drm/intel/issues/404
[i915#4070]: https://gitlab.freedesktop.org/drm/intel/issues/4070
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4078]: https://gitlab.freedesktop.org/drm/intel/issues/4078
[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#4098]: https://gitlab.freedesktop.org/drm/intel/issues/4098
[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#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#4475]: https://gitlab.freedesktop.org/drm/intel/issues/4475
[i915#4521]: https://gitlab.freedesktop.org/drm/intel/issues/4521
[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#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4767]: https://gitlab.freedesktop.org/drm/intel/issues/4767
[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#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4879]: https://gitlab.freedesktop.org/drm/intel/issues/4879
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#4881]: https://gitlab.freedesktop.org/drm/intel/issues/4881
[i915#4885]: https://gitlab.freedesktop.org/drm/intel/issues/4885
[i915#4983]: https://gitlab.freedesktop.org/drm/intel/issues/4983
[i915#5030]: https://gitlab.freedesktop.org/drm/intel/issues/5030
[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#5234]: https://gitlab.freedesktop.org/drm/intel/issues/5234
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5289]: https://gitlab.freedesktop.org/drm/intel/issues/5289
[i915#5325]: https://gitlab.freedesktop.org/drm/intel/issues/5325
[i915#533]: https://gitlab.freedesktop.org/drm/intel/issues/533
[i915#5334]: https://gitlab.freedesktop.org/drm/intel/issues/5334
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5465]: https://gitlab.freedesktop.org/drm/intel/issues/5465
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#5889]: https://gitlab.freedesktop.org/drm/intel/issues/5889
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6121]: https://gitlab.freedesktop.org/drm/intel/issues/6121
[i915#6227]: https://gitlab.freedesktop.org/drm/intel/issues/6227
[i915#6230]: https://gitlab.freedesktop.org/drm/intel/issues/6230
[i915#6268]: https://gitlab.freedesktop.org/drm/intel/issues/6268
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658
[i915#6590]: https://gitlab.freedesktop.org/drm/intel/issues/6590
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6768]: https://gitlab.freedesktop.org/drm/intel/issues/6768
[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#6953]: https://gitlab.freedesktop.org/drm/intel/issues/6953
[i915#7069]: https://gitlab.freedesktop.org/drm/intel/issues/7069
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7162]: https://gitlab.freedesktop.org/drm/intel/issues/7162
[i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213
[i915#7331]: https://gitlab.freedesktop.org/drm/intel/issues/7331
[i915#7461]: https://gitlab.freedesktop.org/drm/intel/issues/7461
[i915#7479]: https://gitlab.freedesktop.org/drm/intel/issues/7479
[i915#7561]: https://gitlab.freedesktop.org/drm/intel/issues/7561
[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#7742]: https://gitlab.freedesktop.org/drm/intel/issues/7742
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7892]: https://gitlab.freedesktop.org/drm/intel/issues/7892
[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#8381]: https://gitlab.freedesktop.org/drm/intel/issues/8381
[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#8502]: https://gitlab.freedesktop.org/drm/intel/issues/8502
[i915#8504]: https://gitlab.freedesktop.org/drm/intel/issues/8504
[i915#8521]: https://gitlab.freedesktop.org/drm/intel/issues/8521
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8588]: https://gitlab.freedesktop.org/drm/intel/issues/8588
[i915#8599]: https://gitlab.freedesktop.org/drm/intel/issues/8599
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8661]: https://gitlab.freedesktop.org/drm/intel/issues/8661
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8806]: https://gitlab.freedesktop.org/drm/intel/issues/8806
[i915#8807]: https://gitlab.freedesktop.org/drm/intel/issues/8807
[i915#8809]: https://gitlab.freedesktop.org/drm/intel/issues/8809
[i915#8810]: https://gitlab.freedesktop.org/drm/intel/issues/8810
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#8821]: https://gitlab.freedesktop.org/drm/intel/issues/8821
[i915#8823]: https://gitlab.freedesktop.org/drm/intel/issues/8823
[i915#8827]: https://gitlab.freedesktop.org/drm/intel/issues/8827
[i915#8841]: https://gitlab.freedesktop.org/drm/intel/issues/8841
[i915#8850]: https://gitlab.freedesktop.org/drm/intel/issues/8850
[i915#8865]: https://gitlab.freedesktop.org/drm/intel/issues/8865
[i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
[i915#8912]: https://gitlab.freedesktop.org/drm/intel/issues/8912
[i915#8925]: https://gitlab.freedesktop.org/drm/intel/issues/8925
[i915#9010]: https://gitlab.freedesktop.org/drm/intel/issues/9010
[i915#9053]: https://gitlab.freedesktop.org/drm/intel/issues/9053
[i915#9121]: https://gitlab.freedesktop.org/drm/intel/issues/9121
[i915#9226]: https://gitlab.freedesktop.org/drm/intel/issues/9226
[i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227
[i915#9259]: https://gitlab.freedesktop.org/drm/intel/issues/9259
[i915#9260]: https://gitlab.freedesktop.org/drm/intel/issues/9260
[i915#9261]: https://gitlab.freedesktop.org/drm/intel/issues/9261
[i915#9262]: https://gitlab.freedesktop.org/drm/intel/issues/9262
[i915#9283]: https://gitlab.freedesktop.org/drm/intel/issues/9283
[i915#9285]: https://gitlab.freedesktop.org/drm/intel/issues/9285
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7474 -> IGTPW_9752
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_13613: 25ec37710fd81562fd25eccebaac156d9334ff0c @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_9752: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/index.html
IGT_7474: 9d91cf2c6e7bb64d60c2030d1535e40ca0ad53ee @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_9752/index.html
[-- Attachment #2: Type: text/html, Size: 110052 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2023-09-08 17:31 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-08 10:31 [igt-dev] [PATCH i-g-t v5 00/11] Xe: set Run type from testlist instead of defining it Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 01/11] test_list.py: add support for reading testlist regular expressions Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 02/11] xe_test_config.json: add testlists and blocklists Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 03/11] kms_test_config.json: " Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 04/11] tests: Intel Xe: drop Run type field Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 05/11] tests: Intel KMS: " Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 06/11] scripts/test_list.py: move "FULL" testlist to config file Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 07/11] scripts/test_list.py: don't be greedy while matching data from testlists Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 08/11] scripts/test_list.py: fix gen_testlist logic Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 09/11] scripts/test_list.py: add support for expanding fields on spreadsheet Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 10/11] scripts/doc_to_xls.py: expand GPU excluded platform Mauro Carvalho Chehab
2023-09-08 10:31 ` [igt-dev] [PATCH i-g-t v5 11/11] scripts/doc_to_xls.py: improve XLS output format Mauro Carvalho Chehab
2023-09-08 11:15 ` [igt-dev] ✓ Fi.CI.BAT: success for Xe: set Run type from testlist instead of defining it Patchwork
2023-09-08 11:16 ` [igt-dev] ✓ CI.xeBAT: " Patchwork
2023-09-08 17:31 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox