* [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f
@ 2024-02-27 5:27 Ashutosh Dixit
2024-02-27 6:28 ` ✓ Fi.CI.BAT: success for " Patchwork
` (6 more replies)
0 siblings, 7 replies; 9+ messages in thread
From: Ashutosh Dixit @ 2024-02-27 5:27 UTC (permalink / raw)
To: igt-dev; +Cc: Kamil Konieczny
Sync with drm-next commit 'f112b68f273f ("Merge v6.8-rc6 into drm-next")'.
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
include/drm-uapi/i915_drm.h | 24 +++++++++---
include/drm-uapi/nouveau_drm.h | 70 ++++++++++++++++++++--------------
include/drm-uapi/xe_drm.h | 51 +++++++++++++++++++++++++
3 files changed, 110 insertions(+), 35 deletions(-)
diff --git a/include/drm-uapi/i915_drm.h b/include/drm-uapi/i915_drm.h
index ce9fa2812e..fe3cf9bca5 100644
--- a/include/drm-uapi/i915_drm.h
+++ b/include/drm-uapi/i915_drm.h
@@ -693,7 +693,7 @@ typedef struct drm_i915_irq_wait {
#define I915_PARAM_HAS_EXEC_FENCE 44
/* Query whether DRM_I915_GEM_EXECBUFFER2 supports the ability to capture
- * user specified bufffers for post-mortem debugging of GPU hangs. See
+ * user-specified buffers for post-mortem debugging of GPU hangs. See
* EXEC_OBJECT_CAPTURE.
*/
#define I915_PARAM_HAS_EXEC_CAPTURE 45
@@ -1606,7 +1606,7 @@ struct drm_i915_gem_busy {
* is accurate.
*
* The returned dword is split into two fields to indicate both
- * the engine classess on which the object is being read, and the
+ * the engine classes on which the object is being read, and the
* engine class on which it is currently being written (if any).
*
* The low word (bits 0:15) indicate if the object is being written
@@ -1815,7 +1815,7 @@ struct drm_i915_gem_madvise {
__u32 handle;
/* Advice: either the buffer will be needed again in the near future,
- * or wont be and could be discarded under memory pressure.
+ * or won't be and could be discarded under memory pressure.
*/
__u32 madv;
@@ -3013,6 +3013,7 @@ struct drm_i915_query_item {
* - %DRM_I915_QUERY_MEMORY_REGIONS (see struct drm_i915_query_memory_regions)
* - %DRM_I915_QUERY_HWCONFIG_BLOB (see `GuC HWCONFIG blob uAPI`)
* - %DRM_I915_QUERY_GEOMETRY_SUBSLICES (see struct drm_i915_query_topology_info)
+ * - %DRM_I915_QUERY_GUC_SUBMISSION_VERSION (see struct drm_i915_query_guc_submission_version)
*/
__u64 query_id;
#define DRM_I915_QUERY_TOPOLOGY_INFO 1
@@ -3021,6 +3022,7 @@ struct drm_i915_query_item {
#define DRM_I915_QUERY_MEMORY_REGIONS 4
#define DRM_I915_QUERY_HWCONFIG_BLOB 5
#define DRM_I915_QUERY_GEOMETRY_SUBSLICES 6
+#define DRM_I915_QUERY_GUC_SUBMISSION_VERSION 7
/* Must be kept compact -- no holes and well documented */
/**
@@ -3246,7 +3248,7 @@ struct drm_i915_query_topology_info {
* // enough to hold our array of engines. The kernel will fill out the
* // item.length for us, which is the number of bytes we need.
* //
- * // Alternatively a large buffer can be allocated straight away enabling
+ * // Alternatively a large buffer can be allocated straightaway enabling
* // querying in one pass, in which case item.length should contain the
* // length of the provided buffer.
* err = ioctl(fd, DRM_IOCTL_I915_QUERY, &query);
@@ -3256,7 +3258,7 @@ struct drm_i915_query_topology_info {
* // Now that we allocated the required number of bytes, we call the ioctl
* // again, this time with the data_ptr pointing to our newly allocated
* // blob, which the kernel can then populate with info on all engines.
- * item.data_ptr = (uintptr_t)&info,
+ * item.data_ptr = (uintptr_t)&info;
*
* err = ioctl(fd, DRM_IOCTL_I915_QUERY, &query);
* if (err) ...
@@ -3286,7 +3288,7 @@ struct drm_i915_query_topology_info {
/**
* struct drm_i915_engine_info
*
- * Describes one engine and it's capabilities as known to the driver.
+ * Describes one engine and its capabilities as known to the driver.
*/
struct drm_i915_engine_info {
/** @engine: Engine class and instance. */
@@ -3566,6 +3568,16 @@ struct drm_i915_query_memory_regions {
struct drm_i915_memory_region_info regions[];
};
+/**
+ * struct drm_i915_query_guc_submission_version - query GuC submission interface version
+ */
+struct drm_i915_query_guc_submission_version {
+ __u32 branch;
+ __u32 major;
+ __u32 minor;
+ __u32 patch;
+};
+
/**
* DOC: GuC HWCONFIG blob uAPI
*
diff --git a/include/drm-uapi/nouveau_drm.h b/include/drm-uapi/nouveau_drm.h
index 0bade1592f..cd84227f1b 100644
--- a/include/drm-uapi/nouveau_drm.h
+++ b/include/drm-uapi/nouveau_drm.h
@@ -54,6 +54,20 @@ extern "C" {
*/
#define NOUVEAU_GETPARAM_EXEC_PUSH_MAX 17
+/*
+ * NOUVEAU_GETPARAM_VRAM_BAR_SIZE - query bar size
+ *
+ * Query the VRAM BAR size.
+ */
+#define NOUVEAU_GETPARAM_VRAM_BAR_SIZE 18
+
+/*
+ * NOUVEAU_GETPARAM_VRAM_USED
+ *
+ * Get remaining VRAM size.
+ */
+#define NOUVEAU_GETPARAM_VRAM_USED 19
+
struct drm_nouveau_getparam {
__u64 param;
__u64 value;
@@ -238,34 +252,32 @@ struct drm_nouveau_vm_init {
struct drm_nouveau_vm_bind_op {
/**
* @op: the operation type
+ *
+ * Supported values:
+ *
+ * %DRM_NOUVEAU_VM_BIND_OP_MAP - Map a GEM object to the GPU's VA
+ * space. Optionally, the &DRM_NOUVEAU_VM_BIND_SPARSE flag can be
+ * passed to instruct the kernel to create sparse mappings for the
+ * given range.
+ *
+ * %DRM_NOUVEAU_VM_BIND_OP_UNMAP - Unmap an existing mapping in the
+ * GPU's VA space. If the region the mapping is located in is a
+ * sparse region, new sparse mappings are created where the unmapped
+ * (memory backed) mapping was mapped previously. To remove a sparse
+ * region the &DRM_NOUVEAU_VM_BIND_SPARSE must be set.
*/
__u32 op;
-/**
- * @DRM_NOUVEAU_VM_BIND_OP_MAP:
- *
- * Map a GEM object to the GPU's VA space. Optionally, the
- * &DRM_NOUVEAU_VM_BIND_SPARSE flag can be passed to instruct the kernel to
- * create sparse mappings for the given range.
- */
#define DRM_NOUVEAU_VM_BIND_OP_MAP 0x0
-/**
- * @DRM_NOUVEAU_VM_BIND_OP_UNMAP:
- *
- * Unmap an existing mapping in the GPU's VA space. If the region the mapping
- * is located in is a sparse region, new sparse mappings are created where the
- * unmapped (memory backed) mapping was mapped previously. To remove a sparse
- * region the &DRM_NOUVEAU_VM_BIND_SPARSE must be set.
- */
#define DRM_NOUVEAU_VM_BIND_OP_UNMAP 0x1
/**
* @flags: the flags for a &drm_nouveau_vm_bind_op
+ *
+ * Supported values:
+ *
+ * %DRM_NOUVEAU_VM_BIND_SPARSE - Indicates that an allocated VA
+ * space region should be sparse.
*/
__u32 flags;
-/**
- * @DRM_NOUVEAU_VM_BIND_SPARSE:
- *
- * Indicates that an allocated VA space region should be sparse.
- */
#define DRM_NOUVEAU_VM_BIND_SPARSE (1 << 8)
/**
* @handle: the handle of the DRM GEM object to map
@@ -301,17 +313,17 @@ struct drm_nouveau_vm_bind {
__u32 op_count;
/**
* @flags: the flags for a &drm_nouveau_vm_bind ioctl
+ *
+ * Supported values:
+ *
+ * %DRM_NOUVEAU_VM_BIND_RUN_ASYNC - Indicates that the given VM_BIND
+ * operation should be executed asynchronously by the kernel.
+ *
+ * If this flag is not supplied the kernel executes the associated
+ * operations synchronously and doesn't accept any &drm_nouveau_sync
+ * objects.
*/
__u32 flags;
-/**
- * @DRM_NOUVEAU_VM_BIND_RUN_ASYNC:
- *
- * Indicates that the given VM_BIND operation should be executed asynchronously
- * by the kernel.
- *
- * If this flag is not supplied the kernel executes the associated operations
- * synchronously and doesn't accept any &drm_nouveau_sync objects.
- */
#define DRM_NOUVEAU_VM_BIND_RUN_ASYNC 0x1
/**
* @wait_count: the number of wait &drm_nouveau_syncs
diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
index 2417a9654d..0d2ff6efd1 100644
--- a/include/drm-uapi/xe_drm.h
+++ b/include/drm-uapi/xe_drm.h
@@ -574,6 +574,36 @@ struct drm_xe_query_engine_cycles {
__u64 cpu_delta;
};
+/**
+ * struct drm_xe_query_uc_fw_version - query a micro-controller firmware version
+ *
+ * Given a uc_type this will return the branch, major, minor and patch version
+ * of the micro-controller firmware.
+ */
+struct drm_xe_query_uc_fw_version {
+ /** @uc_type: The micro-controller type to query firmware version */
+#define XE_QUERY_UC_TYPE_GUC_SUBMISSION 0
+ __u16 uc_type;
+
+ /** @pad: MBZ */
+ __u16 pad;
+
+ /** @branch_ver: branch uc fw version */
+ __u32 branch_ver;
+ /** @major_ver: major uc fw version */
+ __u32 major_ver;
+ /** @minor_ver: minor uc fw version */
+ __u32 minor_ver;
+ /** @patch_ver: patch uc fw version */
+ __u32 patch_ver;
+
+ /** @pad2: MBZ */
+ __u32 pad2;
+
+ /** @reserved: Reserved */
+ __u64 reserved;
+};
+
/**
* struct drm_xe_device_query - Input of &DRM_IOCTL_XE_DEVICE_QUERY - main
* structure to query device information
@@ -643,6 +673,7 @@ struct drm_xe_device_query {
#define DRM_XE_DEVICE_QUERY_HWCONFIG 4
#define DRM_XE_DEVICE_QUERY_GT_TOPOLOGY 5
#define DRM_XE_DEVICE_QUERY_ENGINE_CYCLES 6
+#define DRM_XE_DEVICE_QUERY_UC_FW_VERSION 7
/** @query: The type of data to query */
__u32 query;
@@ -831,6 +862,10 @@ struct drm_xe_vm_destroy {
* - %DRM_XE_VM_BIND_OP_PREFETCH
*
* and the @flags can be:
+ * - %DRM_XE_VM_BIND_FLAG_READONLY
+ * - %DRM_XE_VM_BIND_FLAG_IMMEDIATE - Valid on a faulting VM only, do the
+ * MAP operation immediately rather than deferring the MAP to the page
+ * fault handler.
* - %DRM_XE_VM_BIND_FLAG_NULL - When the NULL flag is set, the page
* tables are setup with a special bit which indicates writes are
* dropped and all reads return zero. In the future, the NULL flags
@@ -923,7 +958,10 @@ struct drm_xe_vm_bind_op {
/** @op: Bind operation to perform */
__u32 op;
+#define DRM_XE_VM_BIND_FLAG_READONLY (1 << 0)
+#define DRM_XE_VM_BIND_FLAG_IMMEDIATE (1 << 1)
#define DRM_XE_VM_BIND_FLAG_NULL (1 << 2)
+#define DRM_XE_VM_BIND_FLAG_DUMPABLE (1 << 3)
/** @flags: Bind flags */
__u32 flags;
@@ -1038,6 +1076,19 @@ struct drm_xe_exec_queue_create {
#define DRM_XE_EXEC_QUEUE_EXTENSION_SET_PROPERTY 0
#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_PRIORITY 0
#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_TIMESLICE 1
+#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_PREEMPTION_TIMEOUT 2
+#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_JOB_TIMEOUT 4
+#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_ACC_TRIGGER 5
+#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_ACC_NOTIFY 6
+#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_ACC_GRANULARITY 7
+/* Monitor 128KB contiguous region with 4K sub-granularity */
+#define DRM_XE_ACC_GRANULARITY_128K 0
+/* Monitor 2MB contiguous region with 64KB sub-granularity */
+#define DRM_XE_ACC_GRANULARITY_2M 1
+/* Monitor 16MB contiguous region with 512KB sub-granularity */
+#define DRM_XE_ACC_GRANULARITY_16M 2
+/* Monitor 64MB contiguous region with 2M sub-granularity */
+#define DRM_XE_ACC_GRANULARITY_64M 3
/** @extensions: Pointer to the first extension struct, if any */
__u64 extensions;
--
2.41.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* ✓ Fi.CI.BAT: success for drm-uapi: sync with drm-next f112b68f273f
2024-02-27 5:27 [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f Ashutosh Dixit
@ 2024-02-27 6:28 ` Patchwork
2024-02-27 6:40 ` ✓ CI.xeBAT: " Patchwork
` (5 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-02-27 6:28 UTC (permalink / raw)
To: Ashutosh Dixit; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2286 bytes --]
== Series Details ==
Series: drm-uapi: sync with drm-next f112b68f273f
URL : https://patchwork.freedesktop.org/series/130421/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_14345 -> IGTPW_10741
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/index.html
Participating hosts (39 -> 39)
------------------------------
Additional (1): bat-kbl-2
Missing (1): fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_10741 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@fbdev@info:
- bat-kbl-2: NOTRUN -> [SKIP][1] ([fdo#109271] / [i915#1849])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/bat-kbl-2/igt@fbdev@info.html
* igt@gem_lmem_swapping@parallel-random-engines:
- bat-kbl-2: NOTRUN -> [SKIP][2] ([fdo#109271]) +39 other tests skip
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/bat-kbl-2/igt@gem_lmem_swapping@parallel-random-engines.html
#### Possible fixes ####
* igt@i915_selftest@live@gem_contexts:
- bat-atsm-1: [INCOMPLETE][3] ([i915#10094] / [i915#10137]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/bat-atsm-1/igt@i915_selftest@live@gem_contexts.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/bat-atsm-1/igt@i915_selftest@live@gem_contexts.html
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[i915#10094]: https://gitlab.freedesktop.org/drm/intel/issues/10094
[i915#10137]: https://gitlab.freedesktop.org/drm/intel/issues/10137
[i915#1849]: https://gitlab.freedesktop.org/drm/intel/issues/1849
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7731 -> IGTPW_10741
CI-20190529: 20190529
CI_DRM_14345: b3552bf1e79de200a6ca49c518ead46a1256618c @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10741: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/index.html
IGT_7731: 17f897a81868fb35c6a7033a8b07256659742248 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/index.html
[-- Attachment #2: Type: text/html, Size: 2999 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ CI.xeBAT: success for drm-uapi: sync with drm-next f112b68f273f
2024-02-27 5:27 [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f Ashutosh Dixit
2024-02-27 6:28 ` ✓ Fi.CI.BAT: success for " Patchwork
@ 2024-02-27 6:40 ` Patchwork
2024-02-27 13:24 ` ✗ Fi.CI.IGT: failure " Patchwork
` (4 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-02-27 6:40 UTC (permalink / raw)
To: Ashutosh Dixit; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2537 bytes --]
== Series Details ==
Series: drm-uapi: sync with drm-next f112b68f273f
URL : https://patchwork.freedesktop.org/series/130421/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7731_BAT -> XEIGTPW_10741_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_10741_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@xe_evict@evict-beng-mixed-threads-small-multi-vm:
- bat-dg2-oem2: [DMESG-WARN][1] ([Intel XE#1009]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7731/bat-dg2-oem2/igt@xe_evict@evict-beng-mixed-threads-small-multi-vm.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10741/bat-dg2-oem2/igt@xe_evict@evict-beng-mixed-threads-small-multi-vm.html
* igt@xe_exec_threads@threads-basic:
- bat-dg2-oem2: [DMESG-WARN][3] ([Intel XE#1232]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7731/bat-dg2-oem2/igt@xe_exec_threads@threads-basic.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10741/bat-dg2-oem2/igt@xe_exec_threads@threads-basic.html
* igt@xe_live_ktest@xe_migrate:
- bat-dg2-oem2: [SKIP][5] ([Intel XE#1192]) -> [PASS][6] +2 other tests pass
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7731/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10741/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate.html
[Intel XE#1009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1009
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1232]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1232
Build changes
-------------
* IGT: IGT_7731 -> IGTPW_10741
* Linux: xe-851-3ffcc68ae900bd09bba64d4c9e0a9290ff4452b5 -> xe-855-b3552bf1e79de200a6ca49c518ead46a1256618c
IGTPW_10741: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/index.html
IGT_7731: 17f897a81868fb35c6a7033a8b07256659742248 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-851-3ffcc68ae900bd09bba64d4c9e0a9290ff4452b5: 3ffcc68ae900bd09bba64d4c9e0a9290ff4452b5
xe-855-b3552bf1e79de200a6ca49c518ead46a1256618c: b3552bf1e79de200a6ca49c518ead46a1256618c
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10741/index.html
[-- Attachment #2: Type: text/html, Size: 3172 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.IGT: failure for drm-uapi: sync with drm-next f112b68f273f
2024-02-27 5:27 [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f Ashutosh Dixit
2024-02-27 6:28 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-02-27 6:40 ` ✓ CI.xeBAT: " Patchwork
@ 2024-02-27 13:24 ` Patchwork
2024-02-27 14:32 ` [PATCH i-g-t] " Kamil Konieczny
` (3 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-02-27 13:24 UTC (permalink / raw)
To: Ashutosh Dixit; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 78122 bytes --]
== Series Details ==
Series: drm-uapi: sync with drm-next f112b68f273f
URL : https://patchwork.freedesktop.org/series/130421/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_14345_full -> IGTPW_10741_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_10741_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_10741_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/index.html
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_10741_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_pm_rc6_residency@rc6-accuracy@gt0:
- shard-dg2: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-dg2-10/igt@i915_pm_rc6_residency@rc6-accuracy@gt0.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@i915_pm_rc6_residency@rc6-accuracy@gt0.html
Known issues
------------
Here are the changes found in IGTPW_10741_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-dg2: NOTRUN -> [SKIP][3] ([i915#8411]) +1 other test skip
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-5/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-mtlp: NOTRUN -> [SKIP][4] ([i915#7701])
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-7/igt@device_reset@unbind-cold-reset-rebind.html
* igt@drm_fdinfo@virtual-busy-idle-all:
- shard-dg2: NOTRUN -> [SKIP][5] ([i915#8414]) +1 other test skip
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@drm_fdinfo@virtual-busy-idle-all.html
* igt@gem_ccs@suspend-resume:
- shard-dg1: NOTRUN -> [SKIP][6] ([i915#9323])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-19/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0:
- shard-dg2: [PASS][7] -> [INCOMPLETE][8] ([i915#7297])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-dg2-2/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-6/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-mtlp: NOTRUN -> [SKIP][9] ([i915#7697])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-8/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-dg2: NOTRUN -> [SKIP][10] ([fdo#109314])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-5/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@heartbeat-stop:
- shard-dg1: NOTRUN -> [SKIP][11] ([i915#8555])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-19/igt@gem_ctx_persistence@heartbeat-stop.html
- shard-mtlp: NOTRUN -> [SKIP][12] ([i915#8555])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@gem_ctx_persistence@heartbeat-stop.html
- shard-dg2: NOTRUN -> [SKIP][13] ([i915#8555])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@gem_ctx_persistence@heartbeat-stop.html
* igt@gem_ctx_sseu@invalid-args:
- shard-tglu: NOTRUN -> [SKIP][14] ([i915#280])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-8/igt@gem_ctx_sseu@invalid-args.html
* igt@gem_eio@kms:
- shard-dg1: NOTRUN -> [FAIL][15] ([i915#5784])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-17/igt@gem_eio@kms.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][16] ([i915#4812]) +1 other test skip
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-3/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@bonded-true-hang:
- shard-mtlp: NOTRUN -> [SKIP][17] ([i915#4812])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-5/igt@gem_exec_balancer@bonded-true-hang.html
* igt@gem_exec_capture@many-4k-zero:
- shard-dg2: NOTRUN -> [FAIL][18] ([i915#9606])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@gem_exec_capture@many-4k-zero.html
* igt@gem_exec_fair@basic-deadline:
- shard-glk: NOTRUN -> [FAIL][19] ([i915#2846])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-glk8/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-flow:
- shard-mtlp: NOTRUN -> [SKIP][20] ([i915#4473] / [i915#4771]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@gem_exec_fair@basic-flow.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-tglu: NOTRUN -> [FAIL][21] ([i915#2842]) +1 other test fail
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-4/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-pace@bcs0:
- shard-rkl: [PASS][22] -> [FAIL][23] ([i915#2842]) +2 other tests fail
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-rkl-5/igt@gem_exec_fair@basic-pace@bcs0.html
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-7/igt@gem_exec_fair@basic-pace@bcs0.html
* igt@gem_exec_flush@basic-batch-kernel-default-uc:
- shard-dg1: NOTRUN -> [SKIP][24] ([i915#3539] / [i915#4852])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-18/igt@gem_exec_flush@basic-batch-kernel-default-uc.html
* igt@gem_exec_flush@basic-uc-ro-default:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#3539] / [i915#4852]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-5/igt@gem_exec_flush@basic-uc-ro-default.html
* igt@gem_exec_gttfill@multigpu-basic:
- shard-dg2: NOTRUN -> [SKIP][26] ([i915#7697])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@gem_exec_gttfill@multigpu-basic.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-mtlp: NOTRUN -> [SKIP][27] ([i915#5107])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-1/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_params@secure-non-master:
- shard-mtlp: NOTRUN -> [SKIP][28] ([fdo#112283]) +1 other test skip
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-7/igt@gem_exec_params@secure-non-master.html
* igt@gem_exec_reloc@basic-concurrent0:
- shard-dg1: NOTRUN -> [SKIP][29] ([i915#3281]) +4 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-15/igt@gem_exec_reloc@basic-concurrent0.html
* igt@gem_exec_reloc@basic-cpu-wc-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][30] ([i915#3281]) +6 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@gem_exec_reloc@basic-cpu-wc-noreloc.html
* igt@gem_exec_reloc@basic-write-gtt:
- shard-dg2: NOTRUN -> [SKIP][31] ([i915#3281]) +7 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-6/igt@gem_exec_reloc@basic-write-gtt.html
* igt@gem_exec_reloc@basic-write-gtt-active:
- shard-rkl: NOTRUN -> [SKIP][32] ([i915#3281])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-1/igt@gem_exec_reloc@basic-write-gtt-active.html
* igt@gem_exec_suspend@basic-s0@lmem0:
- shard-dg2: [PASS][33] -> [INCOMPLETE][34] ([i915#9275])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-dg2-5/igt@gem_exec_suspend@basic-s0@lmem0.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@gem_exec_suspend@basic-s0@lmem0.html
* igt@gem_exec_suspend@basic-s4-devices@lmem0:
- shard-dg2: NOTRUN -> [ABORT][35] ([i915#7975] / [i915#8213])
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-5/igt@gem_exec_suspend@basic-s4-devices@lmem0.html
* igt@gem_exec_suspend@basic-s4-devices@smem:
- shard-tglu: [PASS][36] -> [ABORT][37] ([i915#7975] / [i915#8213])
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-tglu-9/igt@gem_exec_suspend@basic-s4-devices@smem.html
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-10/igt@gem_exec_suspend@basic-s4-devices@smem.html
* igt@gem_fenced_exec_thrash@no-spare-fences:
- shard-dg1: NOTRUN -> [SKIP][38] ([i915#4860]) +1 other test skip
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-13/igt@gem_fenced_exec_thrash@no-spare-fences.html
- shard-mtlp: NOTRUN -> [SKIP][39] ([i915#4860])
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-8/igt@gem_fenced_exec_thrash@no-spare-fences.html
* igt@gem_fenced_exec_thrash@too-many-fences:
- shard-dg2: NOTRUN -> [SKIP][40] ([i915#4860]) +1 other test skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@gem_fenced_exec_thrash@too-many-fences.html
* igt@gem_gtt_cpu_tlb:
- shard-dg1: NOTRUN -> [SKIP][41] ([i915#4077]) +2 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-13/igt@gem_gtt_cpu_tlb.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg2: [PASS][42] -> [TIMEOUT][43] ([i915#5493])
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-dg2-6/igt@gem_lmem_swapping@smem-oom@lmem0.html
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][44] ([i915#4613]) +2 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-4/igt@gem_lmem_swapping@verify-ccs.html
- shard-glk: NOTRUN -> [SKIP][45] ([fdo#109271] / [i915#4613]) +3 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-glk9/igt@gem_lmem_swapping@verify-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][46] ([i915#4613]) +2 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-8/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_lmem_swapping@verify-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][47] ([i915#4565])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-13/igt@gem_lmem_swapping@verify-ccs@lmem0.html
* igt@gem_media_vme:
- shard-dg2: NOTRUN -> [SKIP][48] ([i915#284])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@gem_media_vme.html
* igt@gem_mmap_gtt@basic-small-bo:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#4077]) +8 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@gem_mmap_gtt@basic-small-bo.html
* igt@gem_mmap_gtt@cpuset-medium-copy-odd:
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#4077]) +5 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-5/igt@gem_mmap_gtt@cpuset-medium-copy-odd.html
* igt@gem_mmap_wc@fault-concurrent:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#4083]) +3 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@gem_mmap_wc@fault-concurrent.html
* igt@gem_mmap_wc@read:
- shard-mtlp: NOTRUN -> [SKIP][52] ([i915#4083])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-7/igt@gem_mmap_wc@read.html
* igt@gem_partial_pwrite_pread@writes-after-reads-display:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#3282]) +5 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@gem_partial_pwrite_pread@writes-after-reads-display.html
* igt@gem_pread@exhaustion:
- shard-dg1: NOTRUN -> [SKIP][54] ([i915#3282]) +2 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-17/igt@gem_pread@exhaustion.html
* igt@gem_pwrite@basic-exhaustion:
- shard-tglu: NOTRUN -> [WARN][55] ([i915#2658])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-8/igt@gem_pwrite@basic-exhaustion.html
* igt@gem_pwrite@basic-random:
- shard-mtlp: NOTRUN -> [SKIP][56] ([i915#3282])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-2/igt@gem_pwrite@basic-random.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-tglu: NOTRUN -> [SKIP][57] ([i915#4270]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-6/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#4270]) +1 other test skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-6/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
- shard-dg1: NOTRUN -> [SKIP][59] ([i915#4270]) +1 other test skip
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-16/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-mtlp: NOTRUN -> [SKIP][60] ([i915#4270]) +3 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-1/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs:
- shard-dg2: NOTRUN -> [SKIP][61] ([i915#5190]) +7 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@gem_render_copy@mixed-tiled-to-y-tiled-ccs.html
* igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs:
- shard-mtlp: NOTRUN -> [SKIP][62] ([i915#8428]) +1 other test skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-2/igt@gem_render_copy@y-tiled-ccs-to-y-tiled-mc-ccs.html
* igt@gem_tiled_pread_basic:
- shard-dg2: NOTRUN -> [SKIP][63] ([i915#4079])
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@gem_tiled_pread_basic.html
- shard-dg1: NOTRUN -> [SKIP][64] ([i915#4079])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-13/igt@gem_tiled_pread_basic.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#3297]) +1 other test skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@gem_userptr_blits@coherency-unsync.html
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#3297])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-19/igt@gem_userptr_blits@coherency-unsync.html
* igt@gen3_render_mixed_blits:
- shard-mtlp: NOTRUN -> [SKIP][67] ([fdo#109289])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-2/igt@gen3_render_mixed_blits.html
* igt@gen9_exec_parse@allowed-single:
- shard-glk: [PASS][68] -> [ABORT][69] ([i915#5566])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-glk4/igt@gen9_exec_parse@allowed-single.html
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-glk1/igt@gen9_exec_parse@allowed-single.html
* igt@gen9_exec_parse@bb-oversize:
- shard-mtlp: NOTRUN -> [SKIP][70] ([i915#2856])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-2/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@unaligned-access:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#2856]) +3 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@gen9_exec_parse@unaligned-access.html
* igt@i915_pm_freq_api@freq-basic-api:
- shard-tglu: NOTRUN -> [SKIP][72] ([i915#8399]) +1 other test skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-8/igt@i915_pm_freq_api@freq-basic-api.html
* igt@i915_pm_freq_api@freq-suspend@gt0:
- shard-dg2: [PASS][73] -> [INCOMPLETE][74] ([i915#9407])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-dg2-5/igt@i915_pm_freq_api@freq-suspend@gt0.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@i915_pm_freq_api@freq-suspend@gt0.html
* igt@i915_pm_rc6_residency@media-rc6-accuracy:
- shard-tglu: NOTRUN -> [SKIP][75] ([fdo#109289]) +3 other tests skip
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-7/igt@i915_pm_rc6_residency@media-rc6-accuracy.html
* igt@i915_pm_rc6_residency@rc6-fence@gt0:
- shard-tglu: NOTRUN -> [WARN][76] ([i915#2681])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-4/igt@i915_pm_rc6_residency@rc6-fence@gt0.html
* igt@i915_pm_rps@min-max-config-loaded:
- shard-dg2: NOTRUN -> [SKIP][77] ([i915#6621])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@i915_pm_rps@min-max-config-loaded.html
* igt@i915_pm_rps@thresholds-park@gt0:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#8925])
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@i915_pm_rps@thresholds-park@gt0.html
* igt@i915_pm_rps@waitboost:
- shard-mtlp: NOTRUN -> [FAIL][79] ([i915#8346])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-5/igt@i915_pm_rps@waitboost.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][80] ([i915#6245])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-13/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-mtlp: NOTRUN -> [SKIP][81] ([i915#6188])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-5/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@intel_hwmon@hwmon-write:
- shard-mtlp: NOTRUN -> [SKIP][82] ([i915#7707])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-2/igt@intel_hwmon@hwmon-write.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][83] ([i915#8709]) +3 other tests skip
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-tglu: NOTRUN -> [SKIP][84] ([fdo#111615] / [i915#5286]) +3 other tests skip
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-2/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0:
- shard-mtlp: [PASS][85] -> [FAIL][86] ([i915#5138])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-mtlp-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/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-dg1: NOTRUN -> [SKIP][87] ([i915#4538] / [i915#5286]) +2 other tests skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-13/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][88] ([fdo#111614] / [i915#3638])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-7/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@linear-8bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][89] ([fdo#111614]) +4 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@kms_big_fb@linear-8bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][90] ([fdo#111614]) +4 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-5/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-tglu: [PASS][91] -> [FAIL][92] ([i915#3743]) +1 other test fail
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-tglu-7/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-2/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-90:
- shard-tglu: NOTRUN -> [SKIP][93] ([fdo#111614]) +2 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-5/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][94] ([i915#3638]) +1 other test skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-17/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-mtlp: NOTRUN -> [SKIP][95] ([fdo#111615]) +6 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip:
- shard-dg2: NOTRUN -> [SKIP][96] ([i915#4538] / [i915#5190]) +9 other tests skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-5/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-async-flip.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][97] ([i915#4538])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-12/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
- shard-tglu: NOTRUN -> [SKIP][98] ([fdo#111615]) +2 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-2/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_cdclk@mode-transition:
- shard-dg1: NOTRUN -> [SKIP][99] ([i915#3742])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-15/igt@kms_cdclk@mode-transition.html
- shard-tglu: NOTRUN -> [SKIP][100] ([i915#3742])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-5/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][101] ([i915#7213] / [i915#9010]) +4 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-1/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html
* igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][102] ([i915#7213]) +3 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-3/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html
* igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][103] ([i915#4087]) +3 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-5/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html
* igt@kms_chamelium_audio@dp-audio:
- shard-tglu: NOTRUN -> [SKIP][104] ([i915#7828]) +5 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-8/igt@kms_chamelium_audio@dp-audio.html
* igt@kms_chamelium_audio@dp-audio-edid:
- shard-dg1: NOTRUN -> [SKIP][105] ([i915#7828]) +3 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-19/igt@kms_chamelium_audio@dp-audio-edid.html
* igt@kms_chamelium_color@ctm-0-50:
- shard-dg2: NOTRUN -> [SKIP][106] ([fdo#111827]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@kms_chamelium_color@ctm-0-50.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-mtlp: NOTRUN -> [SKIP][107] ([fdo#111827])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg1: NOTRUN -> [SKIP][108] ([fdo#111827])
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-12/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_edid@hdmi-mode-timings:
- shard-mtlp: NOTRUN -> [SKIP][109] ([i915#7828]) +5 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-3/igt@kms_chamelium_edid@hdmi-mode-timings.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][110] ([i915#7828]) +7 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-5/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-rkl: NOTRUN -> [SKIP][111] ([i915#7828])
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-4/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_content_protection@dp-mst-lic-type-0:
- shard-mtlp: NOTRUN -> [SKIP][112] ([i915#3299]) +1 other test skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-2/igt@kms_content_protection@dp-mst-lic-type-0.html
* igt@kms_content_protection@lic-type-0:
- shard-dg2: NOTRUN -> [SKIP][113] ([i915#9424])
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-3/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@type1:
- shard-dg2: NOTRUN -> [SKIP][114] ([i915#7118] / [i915#9424]) +1 other test skip
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@kms_content_protection@type1.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][115] ([i915#3359]) +1 other test skip
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][116] ([i915#3359])
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-2/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-mtlp: NOTRUN -> [SKIP][117] ([i915#3359])
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-tglu: NOTRUN -> [SKIP][118] ([i915#3555]) +4 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-10/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_crc@cursor-sliding-128x42:
- shard-mtlp: NOTRUN -> [SKIP][119] ([i915#8814]) +2 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-8/igt@kms_cursor_crc@cursor-sliding-128x42.html
* igt@kms_cursor_crc@cursor-sliding-max-size:
- shard-mtlp: NOTRUN -> [SKIP][120] ([i915#3555] / [i915#8814]) +1 other test skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-5/igt@kms_cursor_crc@cursor-sliding-max-size.html
* igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic:
- shard-dg2: NOTRUN -> [SKIP][121] ([fdo#109274] / [i915#5354]) +2 other tests skip
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@kms_cursor_legacy@2x-long-nonblocking-modeset-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-mtlp: NOTRUN -> [SKIP][122] ([i915#4213])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-legacy:
- shard-mtlp: NOTRUN -> [SKIP][123] ([i915#9809]) +2 other tests skip
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-3/igt@kms_cursor_legacy@cursorb-vs-flipa-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size:
- shard-tglu: NOTRUN -> [SKIP][124] ([fdo#109274])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-3/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-tglu: NOTRUN -> [SKIP][125] ([i915#4103])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-dg2: NOTRUN -> [SKIP][126] ([i915#4103] / [i915#4213])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-dg1: NOTRUN -> [SKIP][127] ([i915#4103] / [i915#4213])
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-13/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][128] ([fdo#110189] / [i915#9227])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-1.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][129] ([fdo#110189] / [i915#9723])
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-6/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-2.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-dg1: NOTRUN -> [SKIP][130] ([i915#3555]) +1 other test skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-15/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][131] ([i915#3804])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-2/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
- shard-tglu: NOTRUN -> [SKIP][132] ([i915#3804])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-3/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_draw_crc@draw-method-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][133] ([i915#3555] / [i915#8812])
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@kms_draw_crc@draw-method-mmap-gtt.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-mtlp: NOTRUN -> [SKIP][134] ([i915#3840] / [i915#9688])
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-1/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2: NOTRUN -> [SKIP][135] ([i915#3840] / [i915#9053])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@display-3x:
- shard-tglu: NOTRUN -> [SKIP][136] ([i915#1839])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-9/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-mtlp: NOTRUN -> [SKIP][137] ([i915#1839])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-2/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][138] ([fdo#109274] / [i915#3637]) +4 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-7/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-tglu: NOTRUN -> [SKIP][139] ([fdo#109274] / [fdo#111767] / [i915#3637])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-9/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-modeset:
- shard-tglu: NOTRUN -> [SKIP][140] ([fdo#109274] / [i915#3637] / [i915#3966]) +1 other test skip
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-5/igt@kms_flip@2x-flip-vs-modeset.html
* igt@kms_flip@2x-flip-vs-modeset-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][141] ([fdo#109274]) +6 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@kms_flip@2x-flip-vs-modeset-vs-hang.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg1: NOTRUN -> [SKIP][142] ([fdo#111825] / [i915#9934]) +2 other tests skip
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-17/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][143] ([i915#3637]) +3 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-8/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][144] ([i915#2587] / [i915#2672]) +3 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-18/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#2672]) +5 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-3/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][146] ([i915#2672]) +1 other test skip
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][147] ([i915#2587] / [i915#2672]) +2 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][148] ([i915#2672] / [i915#3555])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-7/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html
* igt@kms_force_connector_basic@force-load-detect:
- shard-dg2: NOTRUN -> [SKIP][149] ([fdo#109285])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@kms_force_connector_basic@force-load-detect.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-mtlp: NOTRUN -> [SKIP][150] ([i915#5274])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-5/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt:
- shard-glk: NOTRUN -> [DMESG-FAIL][151] ([i915#118])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-glk1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][152] ([i915#8708]) +5 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][153] ([fdo#109280]) +19 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][154] ([fdo#111825]) +10 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-17/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt:
- shard-dg2: NOTRUN -> [SKIP][155] ([i915#5354]) +26 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-snb: [PASS][156] -> [SKIP][157] ([fdo#109271]) +14 other tests skip
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-snb6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-tglu: NOTRUN -> [SKIP][158] ([i915#5439])
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-3/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite:
- shard-dg2: NOTRUN -> [SKIP][159] ([i915#3458]) +21 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
- shard-mtlp: NOTRUN -> [SKIP][160] ([i915#1825]) +19 other tests skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][161] ([fdo#111767] / [i915#1825]) +1 other test skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-mtlp: NOTRUN -> [SKIP][162] ([i915#10070])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
- shard-dg1: NOTRUN -> [SKIP][163] ([i915#10070])
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-16/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
- shard-tglu: NOTRUN -> [SKIP][164] ([i915#10070])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-3/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite:
- shard-tglu: NOTRUN -> [SKIP][165] ([fdo#110189]) +17 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-4/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff:
- shard-glk: NOTRUN -> [SKIP][166] ([fdo#109271]) +87 other tests skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-glk8/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][167] ([i915#3458]) +6 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][168] ([fdo#109280] / [fdo#111767])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-dg2: NOTRUN -> [SKIP][169] ([i915#8708]) +14 other tests skip
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][170] ([fdo#111767] / [fdo#111825])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-15/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][171] ([fdo#111825] / [i915#1825])
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][172] ([i915#8708]) +6 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-19/igt@kms_frontbuffer_tracking@psr-rgb101010-draw-mmap-wc.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][173] ([i915#6118])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@static-toggle:
- shard-dg2: NOTRUN -> [SKIP][174] ([i915#3555] / [i915#8228]) +1 other test skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-3/igt@kms_hdr@static-toggle.html
- shard-rkl: NOTRUN -> [SKIP][175] ([i915#3555] / [i915#8228])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-7/igt@kms_hdr@static-toggle.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-dg2: NOTRUN -> [SKIP][176] ([fdo#109289]) +3 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
- shard-dg1: NOTRUN -> [SKIP][177] ([fdo#109289]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-18/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-a-hdmi-a-1:
- shard-snb: NOTRUN -> [SKIP][178] ([fdo#109271]) +2 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-snb1/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-nv12@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][179] ([i915#9423]) +3 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-modifiers@pipe-d-hdmi-a-1.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][180] ([i915#9423]) +11 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-17/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][181] ([i915#9423]) +1 other test skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-7/igt@kms_plane_scaling@plane-downscale-factor-0-75-with-rotation@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][182] ([i915#5176] / [i915#9423]) +3 other tests skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-16/igt@kms_plane_scaling@plane-scaler-with-clipping-clamping-rotation@pipe-c-hdmi-a-4.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][183] ([i915#5235] / [i915#9423] / [i915#9728]) +3 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-3/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-c-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][184] ([i915#5235]) +11 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-12/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-3.html
* igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][185] ([i915#5235]) +1 other test skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-7/igt@kms_plane_scaling@planes-unity-scaling-downscale-factor-0-25@pipe-a-hdmi-a-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][186] ([i915#5235] / [i915#9423]) +3 other tests skip
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-a-hdmi-a-3.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg1: NOTRUN -> [SKIP][187] ([i915#5354])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-19/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2: NOTRUN -> [SKIP][188] ([i915#9685]) +1 other test skip
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc5-psr:
- shard-tglu: NOTRUN -> [SKIP][189] ([i915#9685])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-2/igt@kms_pm_dc@dc5-psr.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: [PASS][190] -> [SKIP][191] ([i915#9519])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-dg2-10/igt@kms_pm_rpm@modeset-lpsp-stress.html
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#9519])
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-dg2: NOTRUN -> [SKIP][193] ([i915#6524] / [i915#6805])
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-3/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf:
- shard-glk: NOTRUN -> [SKIP][194] ([fdo#109271] / [fdo#110189]) +1 other test skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-glk2/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2: NOTRUN -> [SKIP][195] ([fdo#110189]) +4 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
- shard-dg1: NOTRUN -> [SKIP][196] ([fdo#110189]) +1 other test skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-17/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_su@page_flip-p010:
- shard-mtlp: NOTRUN -> [SKIP][197] ([i915#4348])
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-1/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-pr-basic:
- shard-mtlp: NOTRUN -> [SKIP][198] ([i915#9688]) +8 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-3/igt@kms_psr@fbc-pr-basic.html
* igt@kms_psr@fbc-psr-primary-render:
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#9732])
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-1/igt@kms_psr@fbc-psr-primary-render.html
* igt@kms_psr@fbc-psr2-no-drrs:
- shard-tglu: NOTRUN -> [SKIP][200] ([i915#9732]) +10 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-8/igt@kms_psr@fbc-psr2-no-drrs.html
* igt@kms_psr@psr-cursor-render:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#9732]) +23 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-6/igt@kms_psr@psr-cursor-render.html
* igt@kms_psr@psr2-primary-mmap-cpu:
- shard-dg1: NOTRUN -> [SKIP][202] ([i915#9732]) +8 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-13/igt@kms_psr@psr2-primary-mmap-cpu.html
* igt@kms_rotation_crc@sprite-rotation-270:
- shard-mtlp: NOTRUN -> [SKIP][203] ([i915#4235]) +2 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-1/igt@kms_rotation_crc@sprite-rotation-270.html
- shard-dg2: NOTRUN -> [SKIP][204] ([i915#4235]) +2 other tests skip
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@kms_rotation_crc@sprite-rotation-270.html
* igt@kms_setmode@invalid-clone-single-crtc-stealing:
- shard-dg2: NOTRUN -> [SKIP][205] ([i915#3555]) +4 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-3/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-mtlp: NOTRUN -> [SKIP][206] ([i915#8623])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-5/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_tv_load_detect@load-detect:
- shard-tglu: NOTRUN -> [SKIP][207] ([fdo#109309])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-10/igt@kms_tv_load_detect@load-detect.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1:
- shard-tglu: [PASS][208] -> [FAIL][209] ([i915#9196])
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-tglu-7/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-6/igt@kms_universal_plane@cursor-fb-leak@pipe-c-hdmi-a-1.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-dg2: NOTRUN -> [SKIP][210] ([i915#9906])
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2: NOTRUN -> [SKIP][211] ([i915#2437] / [i915#9412]) +1 other test skip
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-tglu: NOTRUN -> [SKIP][212] ([i915#2437] / [i915#9412])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-2/igt@kms_writeback@writeback-pixel-formats.html
- shard-glk: NOTRUN -> [SKIP][213] ([fdo#109271] / [i915#2437])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-glk8/igt@kms_writeback@writeback-pixel-formats.html
- shard-mtlp: NOTRUN -> [SKIP][214] ([i915#2437] / [i915#9412])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-8/igt@kms_writeback@writeback-pixel-formats.html
- shard-dg1: NOTRUN -> [SKIP][215] ([i915#2437] / [i915#9412])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-19/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@mi-rpc:
- shard-dg2: NOTRUN -> [SKIP][216] ([i915#2434] / [i915#7387])
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-2/igt@perf@mi-rpc.html
* igt@perf_pmu@event-wait@rcs0:
- shard-tglu: NOTRUN -> [SKIP][217] ([fdo#112283])
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-10/igt@perf_pmu@event-wait@rcs0.html
* igt@perf_pmu@frequency@gt0:
- shard-dg1: NOTRUN -> [FAIL][218] ([i915#6806])
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-17/igt@perf_pmu@frequency@gt0.html
* igt@perf_pmu@rc6@other-idle-gt0:
- shard-tglu: NOTRUN -> [SKIP][219] ([i915#8516])
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-2/igt@perf_pmu@rc6@other-idle-gt0.html
* igt@prime_udl:
- shard-dg2: NOTRUN -> [SKIP][220] ([fdo#109291])
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-3/igt@prime_udl.html
* igt@prime_vgem@basic-write:
- shard-dg2: NOTRUN -> [SKIP][221] ([i915#3291] / [i915#3708]) +2 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@prime_vgem@basic-write.html
* igt@prime_vgem@fence-write-hang:
- shard-tglu: NOTRUN -> [SKIP][222] ([fdo#109295]) +1 other test skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-6/igt@prime_vgem@fence-write-hang.html
- shard-mtlp: NOTRUN -> [SKIP][223] ([i915#3708]) +2 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-2/igt@prime_vgem@fence-write-hang.html
- shard-dg2: NOTRUN -> [SKIP][224] ([i915#3708])
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-1/igt@prime_vgem@fence-write-hang.html
- shard-dg1: NOTRUN -> [SKIP][225] ([i915#3708])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-13/igt@prime_vgem@fence-write-hang.html
* igt@runner@aborted:
- shard-glk: NOTRUN -> [FAIL][226] ([i915#10291])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-glk1/igt@runner@aborted.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-tglu: NOTRUN -> [SKIP][227] ([i915#9917])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-3/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-mtlp: NOTRUN -> [SKIP][228] ([i915#9917]) +1 other test skip
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#9917])
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-6/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-dg1: NOTRUN -> [SKIP][230] ([i915#9917])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-16/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-dg1: NOTRUN -> [FAIL][231] ([i915#9779])
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-19/igt@syncobj_wait@invalid-wait-zero-handles.html
- shard-tglu: NOTRUN -> [FAIL][232] ([i915#9779])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-2/igt@syncobj_wait@invalid-wait-zero-handles.html
* igt@syncobj_wait@wait-any-interrupted:
- shard-rkl: [PASS][233] -> [INCOMPLETE][234] ([i915#2295])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-rkl-1/igt@syncobj_wait@wait-any-interrupted.html
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-6/igt@syncobj_wait@wait-any-interrupted.html
* igt@v3d/v3d_submit_cl@simple-flush-cache:
- shard-dg1: NOTRUN -> [SKIP][235] ([i915#2575]) +5 other tests skip
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-17/igt@v3d/v3d_submit_cl@simple-flush-cache.html
* igt@v3d/v3d_submit_cl@single-out-sync:
- shard-tglu: NOTRUN -> [SKIP][236] ([fdo#109315] / [i915#2575]) +6 other tests skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-5/igt@v3d/v3d_submit_cl@single-out-sync.html
* igt@v3d/v3d_submit_csd@bad-extension:
- shard-mtlp: NOTRUN -> [SKIP][237] ([i915#2575]) +5 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@v3d/v3d_submit_csd@bad-extension.html
* igt@v3d/v3d_submit_csd@single-out-sync:
- shard-dg2: NOTRUN -> [SKIP][238] ([i915#2575]) +14 other tests skip
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-10/igt@v3d/v3d_submit_csd@single-out-sync.html
* igt@vc4/vc4_perfmon@create-perfmon-0:
- shard-tglu: NOTRUN -> [SKIP][239] ([i915#2575]) +3 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-8/igt@vc4/vc4_perfmon@create-perfmon-0.html
* igt@vc4/vc4_perfmon@create-perfmon-exceed:
- shard-mtlp: NOTRUN -> [SKIP][240] ([i915#7711]) +5 other tests skip
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-7/igt@vc4/vc4_perfmon@create-perfmon-exceed.html
* igt@vc4/vc4_tiling@set-bad-modifier:
- shard-dg1: NOTRUN -> [SKIP][241] ([i915#7711])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-16/igt@vc4/vc4_tiling@set-bad-modifier.html
* igt@vc4/vc4_wait_bo@bad-bo:
- shard-dg2: NOTRUN -> [SKIP][242] ([i915#7711]) +8 other tests skip
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg2-3/igt@vc4/vc4_wait_bo@bad-bo.html
#### Possible fixes ####
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [FAIL][243] ([i915#2846]) -> [PASS][244]
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-1/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-none-rrul@rcs0:
- shard-rkl: [FAIL][245] ([i915#2842]) -> [PASS][246]
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-rkl-2/igt@gem_exec_fair@basic-none-rrul@rcs0.html
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-2/igt@gem_exec_fair@basic-none-rrul@rcs0.html
* igt@gem_exec_fair@basic-none-share@rcs0:
- shard-glk: [FAIL][247] ([i915#2842]) -> [PASS][248]
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-glk8/igt@gem_exec_fair@basic-none-share@rcs0.html
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-glk5/igt@gem_exec_fair@basic-none-share@rcs0.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu: [INCOMPLETE][249] ([i915#10137]) -> [PASS][250]
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-tglu-6/igt@i915_module_load@reload-with-fault-injection.html
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-4/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rps@reset:
- shard-dg1: [FAIL][251] ([i915#10186]) -> [PASS][252]
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-dg1-13/igt@i915_pm_rps@reset.html
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-18/igt@i915_pm_rps@reset.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [FAIL][253] ([i915#10031]) -> [PASS][254]
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-rkl-4/igt@i915_suspend@basic-s3-without-i915.html
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-7/igt@i915_suspend@basic-s3-without-i915.html
* igt@kms_big_fb@4-tiled-64bpp-rotate-180:
- shard-mtlp: [FAIL][255] ([i915#3763] / [i915#5138]) -> [PASS][256]
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-4/igt@kms_big_fb@4-tiled-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-mtlp: [FAIL][257] ([i915#5138]) -> [PASS][258]
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip:
- shard-tglu: [FAIL][259] ([i915#3743]) -> [PASS][260]
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-tglu-3/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-8/igt@kms_big_fb@x-tiled-max-hw-stride-32bpp-rotate-0-hflip-async-flip.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
- shard-snb: [SKIP][261] ([fdo#109271] / [fdo#111767]) -> [PASS][262]
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-snb5/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-snb7/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [FAIL][263] ([i915#2346]) -> [PASS][264]
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-glk3/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-glk9/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt:
- shard-snb: [SKIP][265] ([fdo#109271]) -> [PASS][266] +11 other tests pass
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-snb4/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-shrfb-fliptrack-mmap-gtt.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1:
- shard-rkl: [FAIL][267] ([i915#8292]) -> [PASS][268]
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-rkl-2/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-7/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-1.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: [FAIL][269] ([i915#9295]) -> [PASS][270]
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-tglu-8/igt@kms_pm_dc@dc6-dpms.html
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-tglu-10/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-rkl: [SKIP][271] ([i915#9519]) -> [PASS][272] +2 other tests pass
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-rkl-3/igt@kms_pm_rpm@modeset-lpsp.html
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-2/igt@kms_pm_rpm@modeset-lpsp.html
#### Warnings ####
* igt@kms_content_protection@atomic:
- shard-snb: [INCOMPLETE][273] ([i915#8816]) -> [SKIP][274] ([fdo#109271]) +1 other test skip
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-snb7/igt@kms_content_protection@atomic.html
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-snb5/igt@kms_content_protection@atomic.html
* igt@kms_content_protection@lic-type-0:
- shard-snb: [SKIP][275] ([fdo#109271]) -> [INCOMPLETE][276] ([i915#10137])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-snb6/igt@kms_content_protection@lic-type-0.html
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-snb7/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][277] ([i915#9424]) -> [SKIP][278] ([i915#9433])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-dg1-15/igt@kms_content_protection@mei-interface.html
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-dg1-12/igt@kms_content_protection@mei-interface.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][279] ([i915#3955]) -> [SKIP][280] ([fdo#110189] / [i915#3955])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-rkl-3/igt@kms_fbcon_fbt@psr-suspend.html
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-1/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render:
- shard-snb: [SKIP][281] ([fdo#109271]) -> [SKIP][282] ([fdo#109271] / [fdo#111767])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-snb7/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render.html
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-snb6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_pm_dc@dc6-dpms:
- shard-rkl: [FAIL][283] ([i915#9295]) -> [SKIP][284] ([i915#3361])
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-rkl-5/igt@kms_pm_dc@dc6-dpms.html
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-1/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: [SKIP][285] ([i915#3361]) -> [SKIP][286] ([i915#4281])
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14345/shard-rkl-4/igt@kms_pm_dc@dc9-dpms.html
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109285]: https://bugs.freedesktop.org/show_bug.cgi?id=109285
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109291]: https://bugs.freedesktop.org/show_bug.cgi?id=109291
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[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#10031]: https://gitlab.freedesktop.org/drm/intel/issues/10031
[i915#10070]: https://gitlab.freedesktop.org/drm/intel/issues/10070
[i915#10137]: https://gitlab.freedesktop.org/drm/intel/issues/10137
[i915#10186]: https://gitlab.freedesktop.org/drm/intel/issues/10186
[i915#10278]: https://gitlab.freedesktop.org/drm/intel/issues/10278
[i915#10291]: https://gitlab.freedesktop.org/drm/intel/issues/10291
[i915#10307]: https://gitlab.freedesktop.org/drm/intel/issues/10307
[i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2434]: https://gitlab.freedesktop.org/drm/intel/issues/2434
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#280]: https://gitlab.freedesktop.org/drm/intel/issues/280
[i915#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#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#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3763]: https://gitlab.freedesktop.org/drm/intel/issues/3763
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3840]: https://gitlab.freedesktop.org/drm/intel/issues/3840
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#3966]: https://gitlab.freedesktop.org/drm/intel/issues/3966
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
[i915#4348]: https://gitlab.freedesktop.org/drm/intel/issues/4348
[i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4565]: https://gitlab.freedesktop.org/drm/intel/issues/4565
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#4771]: https://gitlab.freedesktop.org/drm/intel/issues/4771
[i915#4812]: https://gitlab.freedesktop.org/drm/intel/issues/4812
[i915#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#5107]: https://gitlab.freedesktop.org/drm/intel/issues/5107
[i915#5138]: https://gitlab.freedesktop.org/drm/intel/issues/5138
[i915#5176]: https://gitlab.freedesktop.org/drm/intel/issues/5176
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[i915#5235]: https://gitlab.freedesktop.org/drm/intel/issues/5235
[i915#5274]: https://gitlab.freedesktop.org/drm/intel/issues/5274
[i915#5286]: https://gitlab.freedesktop.org/drm/intel/issues/5286
[i915#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5566]: https://gitlab.freedesktop.org/drm/intel/issues/5566
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118
[i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188
[i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245
[i915#6524]: https://gitlab.freedesktop.org/drm/intel/issues/6524
[i915#6621]: https://gitlab.freedesktop.org/drm/intel/issues/6621
[i915#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805
[i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213
[i915#7297]: https://gitlab.freedesktop.org/drm/intel/issues/7297
[i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[i915#7701]: https://gitlab.freedesktop.org/drm/intel/issues/7701
[i915#7707]: https://gitlab.freedesktop.org/drm/intel/issues/7707
[i915#7711]: https://gitlab.freedesktop.org/drm/intel/issues/7711
[i915#7828]: https://gitlab.freedesktop.org/drm/intel/issues/7828
[i915#7975]: https://gitlab.freedesktop.org/drm/intel/issues/7975
[i915#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346
[i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8428]: https://gitlab.freedesktop.org/drm/intel/issues/8428
[i915#8516]: https://gitlab.freedesktop.org/drm/intel/issues/8516
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8623]: https://gitlab.freedesktop.org/drm/intel/issues/8623
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8812]: https://gitlab.freedesktop.org/drm/intel/issues/8812
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#8816]: https://gitlab.freedesktop.org/drm/intel/issues/8816
[i915#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#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196
[i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
[i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9407]: https://gitlab.freedesktop.org/drm/intel/issues/9407
[i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433
[i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519
[i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606
[i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
[i915#9723]: https://gitlab.freedesktop.org/drm/intel/issues/9723
[i915#9728]: https://gitlab.freedesktop.org/drm/intel/issues/9728
[i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732
[i915#9779]: https://gitlab.freedesktop.org/drm/intel/issues/9779
[i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809
[i915#9906]: https://gitlab.freedesktop.org/drm/intel/issues/9906
[i915#9917]: https://gitlab.freedesktop.org/drm/intel/issues/9917
[i915#9934]: https://gitlab.freedesktop.org/drm/intel/issues/9934
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7731 -> IGTPW_10741
* Piglit: piglit_4509 -> None
CI-20190529: 20190529
CI_DRM_14345: b3552bf1e79de200a6ca49c518ead46a1256618c @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10741: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10741/index.html
IGT_7731: 17f897a81868fb35c6a7033a8b07256659742248 @ 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_10741/index.html
[-- Attachment #2: Type: text/html, Size: 94808 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f
2024-02-27 5:27 [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f Ashutosh Dixit
` (2 preceding siblings ...)
2024-02-27 13:24 ` ✗ Fi.CI.IGT: failure " Patchwork
@ 2024-02-27 14:32 ` Kamil Konieczny
2024-02-27 16:16 ` Dixit, Ashutosh
2024-02-27 18:31 ` ✓ CI.xeBAT: success for drm-uapi: sync with drm-next f112b68f273f (rev2) Patchwork
` (2 subsequent siblings)
6 siblings, 1 reply; 9+ messages in thread
From: Kamil Konieczny @ 2024-02-27 14:32 UTC (permalink / raw)
To: Ashutosh Dixit; +Cc: igt-dev
Hi Ashutosh,
On 2024-02-26 at 21:27:40 -0800, Ashutosh Dixit wrote:
> Sync with drm-next commit 'f112b68f273f ("Merge v6.8-rc6 into drm-next")'.
>
> Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> ---
> include/drm-uapi/i915_drm.h | 24 +++++++++---
> include/drm-uapi/nouveau_drm.h | 70 ++++++++++++++++++++--------------
> include/drm-uapi/xe_drm.h | 51 +++++++++++++++++++++++++
It seems that later on there are more changes to xe_drm.h header?
I am not sure if you want to keep this xe_drm.h from f112b6?
If yes,
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Regards,
Kamil
> 3 files changed, 110 insertions(+), 35 deletions(-)
>
> diff --git a/include/drm-uapi/i915_drm.h b/include/drm-uapi/i915_drm.h
> index ce9fa2812e..fe3cf9bca5 100644
> --- a/include/drm-uapi/i915_drm.h
> +++ b/include/drm-uapi/i915_drm.h
> @@ -693,7 +693,7 @@ typedef struct drm_i915_irq_wait {
> #define I915_PARAM_HAS_EXEC_FENCE 44
>
> /* Query whether DRM_I915_GEM_EXECBUFFER2 supports the ability to capture
> - * user specified bufffers for post-mortem debugging of GPU hangs. See
> + * user-specified buffers for post-mortem debugging of GPU hangs. See
> * EXEC_OBJECT_CAPTURE.
> */
> #define I915_PARAM_HAS_EXEC_CAPTURE 45
> @@ -1606,7 +1606,7 @@ struct drm_i915_gem_busy {
> * is accurate.
> *
> * The returned dword is split into two fields to indicate both
> - * the engine classess on which the object is being read, and the
> + * the engine classes on which the object is being read, and the
> * engine class on which it is currently being written (if any).
> *
> * The low word (bits 0:15) indicate if the object is being written
> @@ -1815,7 +1815,7 @@ struct drm_i915_gem_madvise {
> __u32 handle;
>
> /* Advice: either the buffer will be needed again in the near future,
> - * or wont be and could be discarded under memory pressure.
> + * or won't be and could be discarded under memory pressure.
> */
> __u32 madv;
>
> @@ -3013,6 +3013,7 @@ struct drm_i915_query_item {
> * - %DRM_I915_QUERY_MEMORY_REGIONS (see struct drm_i915_query_memory_regions)
> * - %DRM_I915_QUERY_HWCONFIG_BLOB (see `GuC HWCONFIG blob uAPI`)
> * - %DRM_I915_QUERY_GEOMETRY_SUBSLICES (see struct drm_i915_query_topology_info)
> + * - %DRM_I915_QUERY_GUC_SUBMISSION_VERSION (see struct drm_i915_query_guc_submission_version)
> */
> __u64 query_id;
> #define DRM_I915_QUERY_TOPOLOGY_INFO 1
> @@ -3021,6 +3022,7 @@ struct drm_i915_query_item {
> #define DRM_I915_QUERY_MEMORY_REGIONS 4
> #define DRM_I915_QUERY_HWCONFIG_BLOB 5
> #define DRM_I915_QUERY_GEOMETRY_SUBSLICES 6
> +#define DRM_I915_QUERY_GUC_SUBMISSION_VERSION 7
> /* Must be kept compact -- no holes and well documented */
>
> /**
> @@ -3246,7 +3248,7 @@ struct drm_i915_query_topology_info {
> * // enough to hold our array of engines. The kernel will fill out the
> * // item.length for us, which is the number of bytes we need.
> * //
> - * // Alternatively a large buffer can be allocated straight away enabling
> + * // Alternatively a large buffer can be allocated straightaway enabling
> * // querying in one pass, in which case item.length should contain the
> * // length of the provided buffer.
> * err = ioctl(fd, DRM_IOCTL_I915_QUERY, &query);
> @@ -3256,7 +3258,7 @@ struct drm_i915_query_topology_info {
> * // Now that we allocated the required number of bytes, we call the ioctl
> * // again, this time with the data_ptr pointing to our newly allocated
> * // blob, which the kernel can then populate with info on all engines.
> - * item.data_ptr = (uintptr_t)&info,
> + * item.data_ptr = (uintptr_t)&info;
> *
> * err = ioctl(fd, DRM_IOCTL_I915_QUERY, &query);
> * if (err) ...
> @@ -3286,7 +3288,7 @@ struct drm_i915_query_topology_info {
> /**
> * struct drm_i915_engine_info
> *
> - * Describes one engine and it's capabilities as known to the driver.
> + * Describes one engine and its capabilities as known to the driver.
> */
> struct drm_i915_engine_info {
> /** @engine: Engine class and instance. */
> @@ -3566,6 +3568,16 @@ struct drm_i915_query_memory_regions {
> struct drm_i915_memory_region_info regions[];
> };
>
> +/**
> + * struct drm_i915_query_guc_submission_version - query GuC submission interface version
> + */
> +struct drm_i915_query_guc_submission_version {
> + __u32 branch;
> + __u32 major;
> + __u32 minor;
> + __u32 patch;
> +};
> +
> /**
> * DOC: GuC HWCONFIG blob uAPI
> *
> diff --git a/include/drm-uapi/nouveau_drm.h b/include/drm-uapi/nouveau_drm.h
> index 0bade1592f..cd84227f1b 100644
> --- a/include/drm-uapi/nouveau_drm.h
> +++ b/include/drm-uapi/nouveau_drm.h
> @@ -54,6 +54,20 @@ extern "C" {
> */
> #define NOUVEAU_GETPARAM_EXEC_PUSH_MAX 17
>
> +/*
> + * NOUVEAU_GETPARAM_VRAM_BAR_SIZE - query bar size
> + *
> + * Query the VRAM BAR size.
> + */
> +#define NOUVEAU_GETPARAM_VRAM_BAR_SIZE 18
> +
> +/*
> + * NOUVEAU_GETPARAM_VRAM_USED
> + *
> + * Get remaining VRAM size.
> + */
> +#define NOUVEAU_GETPARAM_VRAM_USED 19
> +
> struct drm_nouveau_getparam {
> __u64 param;
> __u64 value;
> @@ -238,34 +252,32 @@ struct drm_nouveau_vm_init {
> struct drm_nouveau_vm_bind_op {
> /**
> * @op: the operation type
> + *
> + * Supported values:
> + *
> + * %DRM_NOUVEAU_VM_BIND_OP_MAP - Map a GEM object to the GPU's VA
> + * space. Optionally, the &DRM_NOUVEAU_VM_BIND_SPARSE flag can be
> + * passed to instruct the kernel to create sparse mappings for the
> + * given range.
> + *
> + * %DRM_NOUVEAU_VM_BIND_OP_UNMAP - Unmap an existing mapping in the
> + * GPU's VA space. If the region the mapping is located in is a
> + * sparse region, new sparse mappings are created where the unmapped
> + * (memory backed) mapping was mapped previously. To remove a sparse
> + * region the &DRM_NOUVEAU_VM_BIND_SPARSE must be set.
> */
> __u32 op;
> -/**
> - * @DRM_NOUVEAU_VM_BIND_OP_MAP:
> - *
> - * Map a GEM object to the GPU's VA space. Optionally, the
> - * &DRM_NOUVEAU_VM_BIND_SPARSE flag can be passed to instruct the kernel to
> - * create sparse mappings for the given range.
> - */
> #define DRM_NOUVEAU_VM_BIND_OP_MAP 0x0
> -/**
> - * @DRM_NOUVEAU_VM_BIND_OP_UNMAP:
> - *
> - * Unmap an existing mapping in the GPU's VA space. If the region the mapping
> - * is located in is a sparse region, new sparse mappings are created where the
> - * unmapped (memory backed) mapping was mapped previously. To remove a sparse
> - * region the &DRM_NOUVEAU_VM_BIND_SPARSE must be set.
> - */
> #define DRM_NOUVEAU_VM_BIND_OP_UNMAP 0x1
> /**
> * @flags: the flags for a &drm_nouveau_vm_bind_op
> + *
> + * Supported values:
> + *
> + * %DRM_NOUVEAU_VM_BIND_SPARSE - Indicates that an allocated VA
> + * space region should be sparse.
> */
> __u32 flags;
> -/**
> - * @DRM_NOUVEAU_VM_BIND_SPARSE:
> - *
> - * Indicates that an allocated VA space region should be sparse.
> - */
> #define DRM_NOUVEAU_VM_BIND_SPARSE (1 << 8)
> /**
> * @handle: the handle of the DRM GEM object to map
> @@ -301,17 +313,17 @@ struct drm_nouveau_vm_bind {
> __u32 op_count;
> /**
> * @flags: the flags for a &drm_nouveau_vm_bind ioctl
> + *
> + * Supported values:
> + *
> + * %DRM_NOUVEAU_VM_BIND_RUN_ASYNC - Indicates that the given VM_BIND
> + * operation should be executed asynchronously by the kernel.
> + *
> + * If this flag is not supplied the kernel executes the associated
> + * operations synchronously and doesn't accept any &drm_nouveau_sync
> + * objects.
> */
> __u32 flags;
> -/**
> - * @DRM_NOUVEAU_VM_BIND_RUN_ASYNC:
> - *
> - * Indicates that the given VM_BIND operation should be executed asynchronously
> - * by the kernel.
> - *
> - * If this flag is not supplied the kernel executes the associated operations
> - * synchronously and doesn't accept any &drm_nouveau_sync objects.
> - */
> #define DRM_NOUVEAU_VM_BIND_RUN_ASYNC 0x1
> /**
> * @wait_count: the number of wait &drm_nouveau_syncs
> diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
> index 2417a9654d..0d2ff6efd1 100644
> --- a/include/drm-uapi/xe_drm.h
> +++ b/include/drm-uapi/xe_drm.h
> @@ -574,6 +574,36 @@ struct drm_xe_query_engine_cycles {
> __u64 cpu_delta;
> };
>
> +/**
> + * struct drm_xe_query_uc_fw_version - query a micro-controller firmware version
> + *
> + * Given a uc_type this will return the branch, major, minor and patch version
> + * of the micro-controller firmware.
> + */
> +struct drm_xe_query_uc_fw_version {
> + /** @uc_type: The micro-controller type to query firmware version */
> +#define XE_QUERY_UC_TYPE_GUC_SUBMISSION 0
> + __u16 uc_type;
> +
> + /** @pad: MBZ */
> + __u16 pad;
> +
> + /** @branch_ver: branch uc fw version */
> + __u32 branch_ver;
> + /** @major_ver: major uc fw version */
> + __u32 major_ver;
> + /** @minor_ver: minor uc fw version */
> + __u32 minor_ver;
> + /** @patch_ver: patch uc fw version */
> + __u32 patch_ver;
> +
> + /** @pad2: MBZ */
> + __u32 pad2;
> +
> + /** @reserved: Reserved */
> + __u64 reserved;
> +};
> +
> /**
> * struct drm_xe_device_query - Input of &DRM_IOCTL_XE_DEVICE_QUERY - main
> * structure to query device information
> @@ -643,6 +673,7 @@ struct drm_xe_device_query {
> #define DRM_XE_DEVICE_QUERY_HWCONFIG 4
> #define DRM_XE_DEVICE_QUERY_GT_TOPOLOGY 5
> #define DRM_XE_DEVICE_QUERY_ENGINE_CYCLES 6
> +#define DRM_XE_DEVICE_QUERY_UC_FW_VERSION 7
> /** @query: The type of data to query */
> __u32 query;
>
> @@ -831,6 +862,10 @@ struct drm_xe_vm_destroy {
> * - %DRM_XE_VM_BIND_OP_PREFETCH
> *
> * and the @flags can be:
> + * - %DRM_XE_VM_BIND_FLAG_READONLY
> + * - %DRM_XE_VM_BIND_FLAG_IMMEDIATE - Valid on a faulting VM only, do the
> + * MAP operation immediately rather than deferring the MAP to the page
> + * fault handler.
> * - %DRM_XE_VM_BIND_FLAG_NULL - When the NULL flag is set, the page
> * tables are setup with a special bit which indicates writes are
> * dropped and all reads return zero. In the future, the NULL flags
> @@ -923,7 +958,10 @@ struct drm_xe_vm_bind_op {
> /** @op: Bind operation to perform */
> __u32 op;
>
> +#define DRM_XE_VM_BIND_FLAG_READONLY (1 << 0)
> +#define DRM_XE_VM_BIND_FLAG_IMMEDIATE (1 << 1)
> #define DRM_XE_VM_BIND_FLAG_NULL (1 << 2)
> +#define DRM_XE_VM_BIND_FLAG_DUMPABLE (1 << 3)
> /** @flags: Bind flags */
> __u32 flags;
>
> @@ -1038,6 +1076,19 @@ struct drm_xe_exec_queue_create {
> #define DRM_XE_EXEC_QUEUE_EXTENSION_SET_PROPERTY 0
> #define DRM_XE_EXEC_QUEUE_SET_PROPERTY_PRIORITY 0
> #define DRM_XE_EXEC_QUEUE_SET_PROPERTY_TIMESLICE 1
> +#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_PREEMPTION_TIMEOUT 2
> +#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_JOB_TIMEOUT 4
> +#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_ACC_TRIGGER 5
> +#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_ACC_NOTIFY 6
> +#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_ACC_GRANULARITY 7
> +/* Monitor 128KB contiguous region with 4K sub-granularity */
> +#define DRM_XE_ACC_GRANULARITY_128K 0
> +/* Monitor 2MB contiguous region with 64KB sub-granularity */
> +#define DRM_XE_ACC_GRANULARITY_2M 1
> +/* Monitor 16MB contiguous region with 512KB sub-granularity */
> +#define DRM_XE_ACC_GRANULARITY_16M 2
> +/* Monitor 64MB contiguous region with 2M sub-granularity */
> +#define DRM_XE_ACC_GRANULARITY_64M 3
>
> /** @extensions: Pointer to the first extension struct, if any */
> __u64 extensions;
> --
> 2.41.0
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f
2024-02-27 14:32 ` [PATCH i-g-t] " Kamil Konieczny
@ 2024-02-27 16:16 ` Dixit, Ashutosh
0 siblings, 0 replies; 9+ messages in thread
From: Dixit, Ashutosh @ 2024-02-27 16:16 UTC (permalink / raw)
To: Kamil Konieczny, Ashutosh Dixit, igt-dev
On Tue, 27 Feb 2024 06:32:19 -0800, Kamil Konieczny wrote:
>
> Hi Ashutosh,
> On 2024-02-26 at 21:27:40 -0800, Ashutosh Dixit wrote:
> > Sync with drm-next commit 'f112b68f273f ("Merge v6.8-rc6 into drm-next")'.
> >
> > Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> > ---
> > include/drm-uapi/i915_drm.h | 24 +++++++++---
> > include/drm-uapi/nouveau_drm.h | 70 ++++++++++++++++++++--------------
> > include/drm-uapi/xe_drm.h | 51 +++++++++++++++++++++++++
>
> It seems that later on there are more changes to xe_drm.h header?
> I am not sure if you want to keep this xe_drm.h from f112b6?
Possibly, but afaik we need to sync headers from drm-next and this is the
latest drm-next. Other headers go into *_local.h etc. So I think this is
fine for now.
> If yes,
>
> Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Thanks, I'll take a look and likely merge this today.
>
> Regards,
> Kamil
>
> > 3 files changed, 110 insertions(+), 35 deletions(-)
> >
> > diff --git a/include/drm-uapi/i915_drm.h b/include/drm-uapi/i915_drm.h
> > index ce9fa2812e..fe3cf9bca5 100644
> > --- a/include/drm-uapi/i915_drm.h
> > +++ b/include/drm-uapi/i915_drm.h
> > @@ -693,7 +693,7 @@ typedef struct drm_i915_irq_wait {
> > #define I915_PARAM_HAS_EXEC_FENCE 44
> >
> > /* Query whether DRM_I915_GEM_EXECBUFFER2 supports the ability to capture
> > - * user specified bufffers for post-mortem debugging of GPU hangs. See
> > + * user-specified buffers for post-mortem debugging of GPU hangs. See
> > * EXEC_OBJECT_CAPTURE.
> > */
> > #define I915_PARAM_HAS_EXEC_CAPTURE 45
> > @@ -1606,7 +1606,7 @@ struct drm_i915_gem_busy {
> > * is accurate.
> > *
> > * The returned dword is split into two fields to indicate both
> > - * the engine classess on which the object is being read, and the
> > + * the engine classes on which the object is being read, and the
> > * engine class on which it is currently being written (if any).
> > *
> > * The low word (bits 0:15) indicate if the object is being written
> > @@ -1815,7 +1815,7 @@ struct drm_i915_gem_madvise {
> > __u32 handle;
> >
> > /* Advice: either the buffer will be needed again in the near future,
> > - * or wont be and could be discarded under memory pressure.
> > + * or won't be and could be discarded under memory pressure.
> > */
> > __u32 madv;
> >
> > @@ -3013,6 +3013,7 @@ struct drm_i915_query_item {
> > * - %DRM_I915_QUERY_MEMORY_REGIONS (see struct drm_i915_query_memory_regions)
> > * - %DRM_I915_QUERY_HWCONFIG_BLOB (see `GuC HWCONFIG blob uAPI`)
> > * - %DRM_I915_QUERY_GEOMETRY_SUBSLICES (see struct drm_i915_query_topology_info)
> > + * - %DRM_I915_QUERY_GUC_SUBMISSION_VERSION (see struct drm_i915_query_guc_submission_version)
> > */
> > __u64 query_id;
> > #define DRM_I915_QUERY_TOPOLOGY_INFO 1
> > @@ -3021,6 +3022,7 @@ struct drm_i915_query_item {
> > #define DRM_I915_QUERY_MEMORY_REGIONS 4
> > #define DRM_I915_QUERY_HWCONFIG_BLOB 5
> > #define DRM_I915_QUERY_GEOMETRY_SUBSLICES 6
> > +#define DRM_I915_QUERY_GUC_SUBMISSION_VERSION 7
> > /* Must be kept compact -- no holes and well documented */
> >
> > /**
> > @@ -3246,7 +3248,7 @@ struct drm_i915_query_topology_info {
> > * // enough to hold our array of engines. The kernel will fill out the
> > * // item.length for us, which is the number of bytes we need.
> > * //
> > - * // Alternatively a large buffer can be allocated straight away enabling
> > + * // Alternatively a large buffer can be allocated straightaway enabling
> > * // querying in one pass, in which case item.length should contain the
> > * // length of the provided buffer.
> > * err = ioctl(fd, DRM_IOCTL_I915_QUERY, &query);
> > @@ -3256,7 +3258,7 @@ struct drm_i915_query_topology_info {
> > * // Now that we allocated the required number of bytes, we call the ioctl
> > * // again, this time with the data_ptr pointing to our newly allocated
> > * // blob, which the kernel can then populate with info on all engines.
> > - * item.data_ptr = (uintptr_t)&info,
> > + * item.data_ptr = (uintptr_t)&info;
> > *
> > * err = ioctl(fd, DRM_IOCTL_I915_QUERY, &query);
> > * if (err) ...
> > @@ -3286,7 +3288,7 @@ struct drm_i915_query_topology_info {
> > /**
> > * struct drm_i915_engine_info
> > *
> > - * Describes one engine and it's capabilities as known to the driver.
> > + * Describes one engine and its capabilities as known to the driver.
> > */
> > struct drm_i915_engine_info {
> > /** @engine: Engine class and instance. */
> > @@ -3566,6 +3568,16 @@ struct drm_i915_query_memory_regions {
> > struct drm_i915_memory_region_info regions[];
> > };
> >
> > +/**
> > + * struct drm_i915_query_guc_submission_version - query GuC submission interface version
> > + */
> > +struct drm_i915_query_guc_submission_version {
> > + __u32 branch;
> > + __u32 major;
> > + __u32 minor;
> > + __u32 patch;
> > +};
> > +
> > /**
> > * DOC: GuC HWCONFIG blob uAPI
> > *
> > diff --git a/include/drm-uapi/nouveau_drm.h b/include/drm-uapi/nouveau_drm.h
> > index 0bade1592f..cd84227f1b 100644
> > --- a/include/drm-uapi/nouveau_drm.h
> > +++ b/include/drm-uapi/nouveau_drm.h
> > @@ -54,6 +54,20 @@ extern "C" {
> > */
> > #define NOUVEAU_GETPARAM_EXEC_PUSH_MAX 17
> >
> > +/*
> > + * NOUVEAU_GETPARAM_VRAM_BAR_SIZE - query bar size
> > + *
> > + * Query the VRAM BAR size.
> > + */
> > +#define NOUVEAU_GETPARAM_VRAM_BAR_SIZE 18
> > +
> > +/*
> > + * NOUVEAU_GETPARAM_VRAM_USED
> > + *
> > + * Get remaining VRAM size.
> > + */
> > +#define NOUVEAU_GETPARAM_VRAM_USED 19
> > +
> > struct drm_nouveau_getparam {
> > __u64 param;
> > __u64 value;
> > @@ -238,34 +252,32 @@ struct drm_nouveau_vm_init {
> > struct drm_nouveau_vm_bind_op {
> > /**
> > * @op: the operation type
> > + *
> > + * Supported values:
> > + *
> > + * %DRM_NOUVEAU_VM_BIND_OP_MAP - Map a GEM object to the GPU's VA
> > + * space. Optionally, the &DRM_NOUVEAU_VM_BIND_SPARSE flag can be
> > + * passed to instruct the kernel to create sparse mappings for the
> > + * given range.
> > + *
> > + * %DRM_NOUVEAU_VM_BIND_OP_UNMAP - Unmap an existing mapping in the
> > + * GPU's VA space. If the region the mapping is located in is a
> > + * sparse region, new sparse mappings are created where the unmapped
> > + * (memory backed) mapping was mapped previously. To remove a sparse
> > + * region the &DRM_NOUVEAU_VM_BIND_SPARSE must be set.
> > */
> > __u32 op;
> > -/**
> > - * @DRM_NOUVEAU_VM_BIND_OP_MAP:
> > - *
> > - * Map a GEM object to the GPU's VA space. Optionally, the
> > - * &DRM_NOUVEAU_VM_BIND_SPARSE flag can be passed to instruct the kernel to
> > - * create sparse mappings for the given range.
> > - */
> > #define DRM_NOUVEAU_VM_BIND_OP_MAP 0x0
> > -/**
> > - * @DRM_NOUVEAU_VM_BIND_OP_UNMAP:
> > - *
> > - * Unmap an existing mapping in the GPU's VA space. If the region the mapping
> > - * is located in is a sparse region, new sparse mappings are created where the
> > - * unmapped (memory backed) mapping was mapped previously. To remove a sparse
> > - * region the &DRM_NOUVEAU_VM_BIND_SPARSE must be set.
> > - */
> > #define DRM_NOUVEAU_VM_BIND_OP_UNMAP 0x1
> > /**
> > * @flags: the flags for a &drm_nouveau_vm_bind_op
> > + *
> > + * Supported values:
> > + *
> > + * %DRM_NOUVEAU_VM_BIND_SPARSE - Indicates that an allocated VA
> > + * space region should be sparse.
> > */
> > __u32 flags;
> > -/**
> > - * @DRM_NOUVEAU_VM_BIND_SPARSE:
> > - *
> > - * Indicates that an allocated VA space region should be sparse.
> > - */
> > #define DRM_NOUVEAU_VM_BIND_SPARSE (1 << 8)
> > /**
> > * @handle: the handle of the DRM GEM object to map
> > @@ -301,17 +313,17 @@ struct drm_nouveau_vm_bind {
> > __u32 op_count;
> > /**
> > * @flags: the flags for a &drm_nouveau_vm_bind ioctl
> > + *
> > + * Supported values:
> > + *
> > + * %DRM_NOUVEAU_VM_BIND_RUN_ASYNC - Indicates that the given VM_BIND
> > + * operation should be executed asynchronously by the kernel.
> > + *
> > + * If this flag is not supplied the kernel executes the associated
> > + * operations synchronously and doesn't accept any &drm_nouveau_sync
> > + * objects.
> > */
> > __u32 flags;
> > -/**
> > - * @DRM_NOUVEAU_VM_BIND_RUN_ASYNC:
> > - *
> > - * Indicates that the given VM_BIND operation should be executed asynchronously
> > - * by the kernel.
> > - *
> > - * If this flag is not supplied the kernel executes the associated operations
> > - * synchronously and doesn't accept any &drm_nouveau_sync objects.
> > - */
> > #define DRM_NOUVEAU_VM_BIND_RUN_ASYNC 0x1
> > /**
> > * @wait_count: the number of wait &drm_nouveau_syncs
> > diff --git a/include/drm-uapi/xe_drm.h b/include/drm-uapi/xe_drm.h
> > index 2417a9654d..0d2ff6efd1 100644
> > --- a/include/drm-uapi/xe_drm.h
> > +++ b/include/drm-uapi/xe_drm.h
> > @@ -574,6 +574,36 @@ struct drm_xe_query_engine_cycles {
> > __u64 cpu_delta;
> > };
> >
> > +/**
> > + * struct drm_xe_query_uc_fw_version - query a micro-controller firmware version
> > + *
> > + * Given a uc_type this will return the branch, major, minor and patch version
> > + * of the micro-controller firmware.
> > + */
> > +struct drm_xe_query_uc_fw_version {
> > + /** @uc_type: The micro-controller type to query firmware version */
> > +#define XE_QUERY_UC_TYPE_GUC_SUBMISSION 0
> > + __u16 uc_type;
> > +
> > + /** @pad: MBZ */
> > + __u16 pad;
> > +
> > + /** @branch_ver: branch uc fw version */
> > + __u32 branch_ver;
> > + /** @major_ver: major uc fw version */
> > + __u32 major_ver;
> > + /** @minor_ver: minor uc fw version */
> > + __u32 minor_ver;
> > + /** @patch_ver: patch uc fw version */
> > + __u32 patch_ver;
> > +
> > + /** @pad2: MBZ */
> > + __u32 pad2;
> > +
> > + /** @reserved: Reserved */
> > + __u64 reserved;
> > +};
> > +
> > /**
> > * struct drm_xe_device_query - Input of &DRM_IOCTL_XE_DEVICE_QUERY - main
> > * structure to query device information
> > @@ -643,6 +673,7 @@ struct drm_xe_device_query {
> > #define DRM_XE_DEVICE_QUERY_HWCONFIG 4
> > #define DRM_XE_DEVICE_QUERY_GT_TOPOLOGY 5
> > #define DRM_XE_DEVICE_QUERY_ENGINE_CYCLES 6
> > +#define DRM_XE_DEVICE_QUERY_UC_FW_VERSION 7
> > /** @query: The type of data to query */
> > __u32 query;
> >
> > @@ -831,6 +862,10 @@ struct drm_xe_vm_destroy {
> > * - %DRM_XE_VM_BIND_OP_PREFETCH
> > *
> > * and the @flags can be:
> > + * - %DRM_XE_VM_BIND_FLAG_READONLY
> > + * - %DRM_XE_VM_BIND_FLAG_IMMEDIATE - Valid on a faulting VM only, do the
> > + * MAP operation immediately rather than deferring the MAP to the page
> > + * fault handler.
> > * - %DRM_XE_VM_BIND_FLAG_NULL - When the NULL flag is set, the page
> > * tables are setup with a special bit which indicates writes are
> > * dropped and all reads return zero. In the future, the NULL flags
> > @@ -923,7 +958,10 @@ struct drm_xe_vm_bind_op {
> > /** @op: Bind operation to perform */
> > __u32 op;
> >
> > +#define DRM_XE_VM_BIND_FLAG_READONLY (1 << 0)
> > +#define DRM_XE_VM_BIND_FLAG_IMMEDIATE (1 << 1)
> > #define DRM_XE_VM_BIND_FLAG_NULL (1 << 2)
> > +#define DRM_XE_VM_BIND_FLAG_DUMPABLE (1 << 3)
> > /** @flags: Bind flags */
> > __u32 flags;
> >
> > @@ -1038,6 +1076,19 @@ struct drm_xe_exec_queue_create {
> > #define DRM_XE_EXEC_QUEUE_EXTENSION_SET_PROPERTY 0
> > #define DRM_XE_EXEC_QUEUE_SET_PROPERTY_PRIORITY 0
> > #define DRM_XE_EXEC_QUEUE_SET_PROPERTY_TIMESLICE 1
> > +#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_PREEMPTION_TIMEOUT 2
> > +#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_JOB_TIMEOUT 4
> > +#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_ACC_TRIGGER 5
> > +#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_ACC_NOTIFY 6
> > +#define DRM_XE_EXEC_QUEUE_SET_PROPERTY_ACC_GRANULARITY 7
> > +/* Monitor 128KB contiguous region with 4K sub-granularity */
> > +#define DRM_XE_ACC_GRANULARITY_128K 0
> > +/* Monitor 2MB contiguous region with 64KB sub-granularity */
> > +#define DRM_XE_ACC_GRANULARITY_2M 1
> > +/* Monitor 16MB contiguous region with 512KB sub-granularity */
> > +#define DRM_XE_ACC_GRANULARITY_16M 2
> > +/* Monitor 64MB contiguous region with 2M sub-granularity */
> > +#define DRM_XE_ACC_GRANULARITY_64M 3
> >
> > /** @extensions: Pointer to the first extension struct, if any */
> > __u64 extensions;
> > --
> > 2.41.0
> >
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ CI.xeBAT: success for drm-uapi: sync with drm-next f112b68f273f (rev2)
2024-02-27 5:27 [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f Ashutosh Dixit
` (3 preceding siblings ...)
2024-02-27 14:32 ` [PATCH i-g-t] " Kamil Konieczny
@ 2024-02-27 18:31 ` Patchwork
2024-02-27 18:45 ` ✓ Fi.CI.BAT: " Patchwork
2024-02-28 7:44 ` ✗ Fi.CI.IGT: failure " Patchwork
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-02-27 18:31 UTC (permalink / raw)
To: Dixit, Ashutosh; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2486 bytes --]
== Series Details ==
Series: drm-uapi: sync with drm-next f112b68f273f (rev2)
URL : https://patchwork.freedesktop.org/series/130421/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_7731_BAT -> XEIGTPW_10745_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_10745_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@xe_evict@evict-beng-mixed-threads-small-multi-vm:
- bat-dg2-oem2: [DMESG-WARN][1] ([Intel XE#1009]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7731/bat-dg2-oem2/igt@xe_evict@evict-beng-mixed-threads-small-multi-vm.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10745/bat-dg2-oem2/igt@xe_evict@evict-beng-mixed-threads-small-multi-vm.html
* igt@xe_exec_threads@threads-basic:
- bat-dg2-oem2: [DMESG-WARN][3] ([Intel XE#1232]) -> [PASS][4]
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7731/bat-dg2-oem2/igt@xe_exec_threads@threads-basic.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10745/bat-dg2-oem2/igt@xe_exec_threads@threads-basic.html
* igt@xe_live_ktest@xe_migrate:
- bat-dg2-oem2: [SKIP][5] ([Intel XE#1192]) -> [PASS][6] +2 other tests pass
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_7731/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10745/bat-dg2-oem2/igt@xe_live_ktest@xe_migrate.html
[Intel XE#1009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1009
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1232]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1232
Build changes
-------------
* IGT: IGT_7731 -> IGTPW_10745
* Linux: xe-851-3ffcc68ae900bd09bba64d4c9e0a9290ff4452b5 -> xe-860-32331a55601f4043838fc9d559a587459d02e5b4
IGTPW_10745: 10745
IGT_7731: 17f897a81868fb35c6a7033a8b07256659742248 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-851-3ffcc68ae900bd09bba64d4c9e0a9290ff4452b5: 3ffcc68ae900bd09bba64d4c9e0a9290ff4452b5
xe-860-32331a55601f4043838fc9d559a587459d02e5b4: 32331a55601f4043838fc9d559a587459d02e5b4
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_10745/index.html
[-- Attachment #2: Type: text/html, Size: 3121 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ Fi.CI.BAT: success for drm-uapi: sync with drm-next f112b68f273f (rev2)
2024-02-27 5:27 [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f Ashutosh Dixit
` (4 preceding siblings ...)
2024-02-27 18:31 ` ✓ CI.xeBAT: success for drm-uapi: sync with drm-next f112b68f273f (rev2) Patchwork
@ 2024-02-27 18:45 ` Patchwork
2024-02-28 7:44 ` ✗ Fi.CI.IGT: failure " Patchwork
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-02-27 18:45 UTC (permalink / raw)
To: Dixit, Ashutosh; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2416 bytes --]
== Series Details ==
Series: drm-uapi: sync with drm-next f112b68f273f (rev2)
URL : https://patchwork.freedesktop.org/series/130421/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_14351 -> IGTPW_10745
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/index.html
Participating hosts (42 -> 40)
------------------------------
Missing (2): fi-apl-guc fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_10745 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence:
- bat-dg2-11: NOTRUN -> [SKIP][1] ([i915#9197]) +1 other test skip
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html
#### Possible fixes ####
* igt@i915_pm_rpm@module-reload:
- fi-kbl-7567u: [CRASH][2] ([i915#9947]) -> [PASS][3]
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/fi-kbl-7567u/igt@i915_pm_rpm@module-reload.html
* igt@i915_selftest@live@hangcheck:
- {bat-rpls-3}: [DMESG-WARN][4] ([i915#5591]) -> [PASS][5]
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/bat-rpls-3/igt@i915_selftest@live@hangcheck.html
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/bat-rpls-3/igt@i915_selftest@live@hangcheck.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#5591]: https://gitlab.freedesktop.org/drm/intel/issues/5591
[i915#9197]: https://gitlab.freedesktop.org/drm/intel/issues/9197
[i915#9947]: https://gitlab.freedesktop.org/drm/intel/issues/9947
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7731 -> IGTPW_10745
CI-20190529: 20190529
CI_DRM_14351: fd37451ae419aa90ac2dbd1a9fcf7aa26102cabe @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10745: 10745
IGT_7731: 17f897a81868fb35c6a7033a8b07256659742248 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/index.html
[-- Attachment #2: Type: text/html, Size: 3076 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.IGT: failure for drm-uapi: sync with drm-next f112b68f273f (rev2)
2024-02-27 5:27 [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f Ashutosh Dixit
` (5 preceding siblings ...)
2024-02-27 18:45 ` ✓ Fi.CI.BAT: " Patchwork
@ 2024-02-28 7:44 ` Patchwork
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-02-28 7:44 UTC (permalink / raw)
To: Dixit, Ashutosh; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 85374 bytes --]
== Series Details ==
Series: drm-uapi: sync with drm-next f112b68f273f (rev2)
URL : https://patchwork.freedesktop.org/series/130421/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_14351_full -> IGTPW_10745_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_10745_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_10745_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/index.html
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_10745_full:
### IGT changes ###
#### Possible regressions ####
* igt@perf_pmu@rc6-suspend:
- shard-dg1: [PASS][1] -> [FAIL][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg1-17/igt@perf_pmu@rc6-suspend.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-18/igt@perf_pmu@rc6-suspend.html
Known issues
------------
Here are the changes found in IGTPW_10745_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@blit-reloc-keep-cache:
- shard-rkl: NOTRUN -> [SKIP][3] ([i915#8411])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@api_intel_bb@blit-reloc-keep-cache.html
* igt@drm_fdinfo@busy-check-all@ccs3:
- shard-dg2: NOTRUN -> [SKIP][4] ([i915#8414]) +10 other tests skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@drm_fdinfo@busy-check-all@ccs3.html
* igt@drm_fdinfo@most-busy-idle-check-all@rcs0:
- shard-rkl: [PASS][5] -> [FAIL][6] ([i915#7742])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-5/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@drm_fdinfo@most-busy-idle-check-all@rcs0.html
* igt@drm_fdinfo@virtual-idle:
- shard-rkl: NOTRUN -> [FAIL][7] ([i915#7742])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@drm_fdinfo@virtual-idle.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-rkl: NOTRUN -> [SKIP][8] ([i915#9323])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@suspend-resume:
- shard-dg1: NOTRUN -> [SKIP][9] ([i915#9323])
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-12/igt@gem_ccs@suspend-resume.html
* igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0:
- shard-dg2: NOTRUN -> [INCOMPLETE][10] ([i915#10137] / [i915#7297])
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@gem_ccs@suspend-resume@xmajor-compressed-compfmt0-lmem0-lmem0.html
* igt@gem_close_race@multigpu-basic-threads:
- shard-mtlp: NOTRUN -> [SKIP][11] ([i915#7697])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@gem_close_race@multigpu-basic-threads.html
* igt@gem_create@create-ext-cpu-access-big:
- shard-dg2: NOTRUN -> [ABORT][12] ([i915#10183])
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@gem_create@create-ext-cpu-access-big.html
* igt@gem_create@create-ext-set-pat:
- shard-rkl: NOTRUN -> [SKIP][13] ([i915#8562])
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_exec@basic-nohangcheck:
- shard-rkl: [PASS][14] -> [FAIL][15] ([i915#6268])
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-7/igt@gem_ctx_exec@basic-nohangcheck.html
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-2/igt@gem_ctx_exec@basic-nohangcheck.html
* igt@gem_ctx_isolation@preservation-s3@vecs0:
- shard-dg1: [PASS][16] -> [FAIL][17] ([i915#10086]) +1 other test fail
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg1-13/igt@gem_ctx_isolation@preservation-s3@vecs0.html
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-18/igt@gem_ctx_isolation@preservation-s3@vecs0.html
* igt@gem_ctx_param@set-priority-not-supported:
- shard-dg2: NOTRUN -> [SKIP][18] ([fdo#109314])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@gem_ctx_param@set-priority-not-supported.html
* igt@gem_ctx_persistence@heartbeat-hang:
- shard-dg2: NOTRUN -> [SKIP][19] ([i915#8555]) +3 other tests skip
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@gem_ctx_persistence@heartbeat-hang.html
* igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0:
- shard-dg2: NOTRUN -> [SKIP][20] ([i915#5882]) +9 other tests skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@gem_ctx_persistence@saturated-hostile-nopreempt@ccs0.html
* igt@gem_ctx_sseu@invalid-sseu:
- shard-dg2: NOTRUN -> [SKIP][21] ([i915#280])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@gem_ctx_sseu@invalid-sseu.html
- shard-rkl: NOTRUN -> [SKIP][22] ([i915#280]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@gem_ctx_sseu@invalid-sseu.html
- shard-tglu: NOTRUN -> [SKIP][23] ([i915#280])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-6/igt@gem_ctx_sseu@invalid-sseu.html
* igt@gem_eio@kms:
- shard-dg2: NOTRUN -> [FAIL][24] ([i915#5784])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@gem_eio@kms.html
* igt@gem_exec_balancer@bonded-false-hang:
- shard-dg2: NOTRUN -> [SKIP][25] ([i915#4812]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@gem_exec_balancer@bonded-false-hang.html
* igt@gem_exec_balancer@parallel-bb-first:
- shard-rkl: NOTRUN -> [SKIP][26] ([i915#4525])
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@gem_exec_balancer@parallel-bb-first.html
* igt@gem_exec_capture@many-4k-incremental:
- shard-rkl: NOTRUN -> [FAIL][27] ([i915#9606]) +1 other test fail
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-2/igt@gem_exec_capture@many-4k-incremental.html
* igt@gem_exec_fair@basic-none-vip@rcs0:
- shard-tglu: NOTRUN -> [FAIL][28] ([i915#2842])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-4/igt@gem_exec_fair@basic-none-vip@rcs0.html
- shard-glk: NOTRUN -> [FAIL][29] ([i915#2842]) +1 other test fail
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk9/igt@gem_exec_fair@basic-none-vip@rcs0.html
* igt@gem_exec_fair@basic-none@vcs0:
- shard-glk: [PASS][30] -> [FAIL][31] ([i915#2842])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-glk7/igt@gem_exec_fair@basic-none@vcs0.html
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk2/igt@gem_exec_fair@basic-none@vcs0.html
* igt@gem_exec_fair@basic-pace-solo@rcs0:
- shard-tglu: [PASS][32] -> [FAIL][33] ([i915#2842])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-tglu-10/igt@gem_exec_fair@basic-pace-solo@rcs0.html
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-7/igt@gem_exec_fair@basic-pace-solo@rcs0.html
* igt@gem_exec_fair@basic-sync:
- shard-mtlp: NOTRUN -> [SKIP][34] ([i915#4473] / [i915#4771])
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@gem_exec_fair@basic-sync.html
* igt@gem_exec_fair@basic-throttle@rcs0:
- shard-rkl: [PASS][35] -> [FAIL][36] ([i915#2842]) +2 other tests fail
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-1/igt@gem_exec_fair@basic-throttle@rcs0.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@gem_exec_fair@basic-throttle@rcs0.html
* igt@gem_exec_flush@basic-batch-kernel-default-cmd:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#3539] / [i915#4852]) +2 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html
* igt@gem_exec_gttfill@multigpu-basic:
- shard-rkl: NOTRUN -> [SKIP][38] ([i915#7697])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@gem_exec_gttfill@multigpu-basic.html
* igt@gem_exec_reloc@basic-active:
- shard-dg2: NOTRUN -> [SKIP][39] ([i915#3281]) +13 other tests skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@gem_exec_reloc@basic-active.html
* igt@gem_exec_reloc@basic-concurrent0:
- shard-dg1: NOTRUN -> [SKIP][40] ([i915#3281]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-19/igt@gem_exec_reloc@basic-concurrent0.html
* igt@gem_exec_reloc@basic-gtt-wc-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][41] ([i915#3281]) +2 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-6/igt@gem_exec_reloc@basic-gtt-wc-noreloc.html
* igt@gem_exec_reloc@basic-write-wc:
- shard-rkl: NOTRUN -> [SKIP][42] ([i915#3281]) +3 other tests skip
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@gem_exec_reloc@basic-write-wc.html
* igt@gem_fence_thrash@bo-copy:
- shard-dg2: NOTRUN -> [SKIP][43] ([i915#4860]) +4 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@gem_fence_thrash@bo-copy.html
* igt@gem_fenced_exec_thrash@no-spare-fences:
- shard-mtlp: NOTRUN -> [SKIP][44] ([i915#4860])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-8/igt@gem_fenced_exec_thrash@no-spare-fences.html
* igt@gem_gtt_cpu_tlb:
- shard-dg1: NOTRUN -> [SKIP][45] ([i915#4077]) +1 other test skip
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-19/igt@gem_gtt_cpu_tlb.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][46] ([i915#4613]) +2 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
- shard-glk: NOTRUN -> [SKIP][47] ([fdo#109271] / [i915#4613]) +2 other tests skip
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk9/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@verify-ccs:
- shard-tglu: NOTRUN -> [SKIP][48] ([i915#4613])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-2/igt@gem_lmem_swapping@verify-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][49] ([i915#4613]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@gem_lmem_swapping@verify-ccs.html
* igt@gem_media_vme:
- shard-rkl: NOTRUN -> [SKIP][50] ([i915#284])
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@gem_media_vme.html
* igt@gem_mmap_gtt@basic-small-bo:
- shard-dg2: NOTRUN -> [SKIP][51] ([i915#4077]) +6 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@gem_mmap_gtt@basic-small-bo.html
* igt@gem_mmap_gtt@coherency:
- shard-rkl: NOTRUN -> [SKIP][52] ([fdo#111656])
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-5/igt@gem_mmap_gtt@coherency.html
* igt@gem_mmap_wc@invalid-flags:
- shard-dg2: NOTRUN -> [SKIP][53] ([i915#4083]) +5 other tests skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@gem_mmap_wc@invalid-flags.html
* igt@gem_mmap_wc@read:
- shard-mtlp: NOTRUN -> [SKIP][54] ([i915#4083])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-7/igt@gem_mmap_wc@read.html
* igt@gem_partial_pwrite_pread@writes-after-reads:
- shard-rkl: NOTRUN -> [SKIP][55] ([i915#3282]) +4 other tests skip
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@gem_partial_pwrite_pread@writes-after-reads.html
* igt@gem_pread@exhaustion:
- shard-dg1: NOTRUN -> [SKIP][56] ([i915#3282]) +2 other tests skip
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-18/igt@gem_pread@exhaustion.html
- shard-glk: NOTRUN -> [WARN][57] ([i915#2658])
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk3/igt@gem_pread@exhaustion.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][58] ([i915#3282]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@gem_pread@snoop.html
* igt@gem_pwrite@basic-random:
- shard-mtlp: NOTRUN -> [SKIP][59] ([i915#3282])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-6/igt@gem_pwrite@basic-random.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-tglu: NOTRUN -> [SKIP][60] ([i915#4270]) +2 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-8/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@reject-modify-context-protection-on:
- shard-rkl: NOTRUN -> [SKIP][61] ([i915#4270]) +1 other test skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@gem_pxp@reject-modify-context-protection-on.html
* igt@gem_pxp@verify-pxp-execution-after-suspend-resume:
- shard-dg2: NOTRUN -> [SKIP][62] ([i915#4270]) +1 other test skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-10/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html
* igt@gem_pxp@verify-pxp-stale-buf-execution:
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4270]) +1 other test skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-5/igt@gem_pxp@verify-pxp-stale-buf-execution.html
* igt@gem_render_copy@y-tiled-ccs-to-linear:
- shard-dg2: NOTRUN -> [SKIP][64] ([i915#5190]) +5 other tests skip
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@gem_render_copy@y-tiled-ccs-to-linear.html
* igt@gem_tiled_pread_basic:
- shard-dg2: NOTRUN -> [SKIP][65] ([i915#4079]) +2 other tests skip
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-10/igt@gem_tiled_pread_basic.html
- shard-dg1: NOTRUN -> [SKIP][66] ([i915#4079])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-12/igt@gem_tiled_pread_basic.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#3297])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-18/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy:
- shard-dg2: NOTRUN -> [SKIP][68] ([i915#3297] / [i915#4880])
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html
* igt@gem_userptr_blits@unsync-unmap:
- shard-dg2: NOTRUN -> [SKIP][69] ([i915#3297]) +2 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@gem_userptr_blits@unsync-unmap.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-rkl: NOTRUN -> [SKIP][70] ([i915#3297])
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-5/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gen3_render_mixed_blits:
- shard-mtlp: NOTRUN -> [SKIP][71] ([fdo#109289])
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@gen3_render_mixed_blits.html
* igt@gen3_render_tiledx_blits:
- shard-dg2: NOTRUN -> [SKIP][72] ([fdo#109289]) +4 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@gen3_render_tiledx_blits.html
* igt@gen3_render_tiledy_blits:
- shard-rkl: NOTRUN -> [SKIP][73] ([fdo#109289])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@gen3_render_tiledy_blits.html
- shard-tglu: NOTRUN -> [SKIP][74] ([fdo#109289])
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-8/igt@gen3_render_tiledy_blits.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-tglu: NOTRUN -> [SKIP][75] ([i915#2527] / [i915#2856])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-7/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@bb-oversize:
- shard-mtlp: NOTRUN -> [SKIP][76] ([i915#2856])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-7/igt@gen9_exec_parse@bb-oversize.html
* igt@gen9_exec_parse@unaligned-access:
- shard-rkl: NOTRUN -> [SKIP][77] ([i915#2527]) +3 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@gen9_exec_parse@unaligned-access.html
* igt@gen9_exec_parse@valid-registers:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#2856]) +4 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@gen9_exec_parse@valid-registers.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-rkl: [PASS][79] -> [INCOMPLETE][80] ([i915#10137] / [i915#9820] / [i915#9849])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-5/igt@i915_module_load@reload-with-fault-injection.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-7/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_freq_api@freq-suspend:
- shard-rkl: NOTRUN -> [SKIP][81] ([i915#8399])
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@i915_pm_freq_api@freq-suspend.html
- shard-tglu: NOTRUN -> [SKIP][82] ([i915#8399])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-4/igt@i915_pm_freq_api@freq-suspend.html
* igt@i915_pm_freq_api@freq-suspend@gt0:
- shard-dg2: NOTRUN -> [INCOMPLETE][83] ([i915#9407])
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@i915_pm_freq_api@freq-suspend@gt0.html
* igt@i915_pm_rc6_residency@rc6-fence@gt0:
- shard-tglu: NOTRUN -> [WARN][84] ([i915#2681])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-7/igt@i915_pm_rc6_residency@rc6-fence@gt0.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-dg1: [PASS][85] -> [FAIL][86] ([i915#3591])
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg1-19/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-16/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@i915_pm_rps@waitboost:
- shard-mtlp: NOTRUN -> [FAIL][87] ([i915#8346])
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-5/igt@i915_pm_rps@waitboost.html
* igt@i915_pm_sseu@full-enable:
- shard-dg2: NOTRUN -> [SKIP][88] ([i915#4387])
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-dg1: NOTRUN -> [SKIP][89] ([i915#6245])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-15/igt@i915_query@hwconfig_table.html
* igt@i915_query@query-topology-coherent-slice-mask:
- shard-mtlp: NOTRUN -> [SKIP][90] ([i915#6188])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@i915_query@query-topology-coherent-slice-mask.html
* igt@i915_query@query-topology-known-pci-ids:
- shard-rkl: NOTRUN -> [SKIP][91] ([fdo#109303])
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@i915_query@query-topology-known-pci-ids.html
* igt@i915_query@query-topology-unsupported:
- shard-rkl: NOTRUN -> [SKIP][92] ([fdo#109302])
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@i915_query@query-topology-unsupported.html
* igt@kms_addfb_basic@framebuffer-vs-set-tiling:
- shard-dg2: NOTRUN -> [SKIP][93] ([i915#4212]) +2 other tests skip
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_addfb_basic@framebuffer-vs-set-tiling.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][94] ([i915#8709]) +3 other tests skip
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-vga-1-linear:
- shard-snb: NOTRUN -> [SKIP][95] ([fdo#109271]) +2 other tests skip
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-snb7/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-vga-1-linear.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-glk: NOTRUN -> [SKIP][96] ([fdo#109271] / [i915#1769]) +1 other test skip
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-90:
- shard-dg2: NOTRUN -> [SKIP][97] ([fdo#111614]) +5 other tests skip
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][98] ([i915#5286]) +2 other tests skip
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
- shard-tglu: NOTRUN -> [SKIP][99] ([fdo#111615] / [i915#5286])
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-5/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-dg1: NOTRUN -> [SKIP][100] ([i915#4538] / [i915#5286]) +1 other test skip
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-18/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-16bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][101] ([fdo#111614] / [i915#3638])
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-2/igt@kms_big_fb@linear-16bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-16bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][102] ([fdo#111614]) +1 other test skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-7/igt@kms_big_fb@x-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][103] ([fdo#111615]) +3 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-6/igt@kms_big_fb@y-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-8bpp-rotate-270:
- shard-tglu: NOTRUN -> [SKIP][104] ([fdo#111614]) +1 other test skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-7/igt@kms_big_fb@y-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][105] ([i915#4538] / [i915#5190]) +8 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@kms_big_fb@yf-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-8bpp-rotate-90:
- shard-tglu: NOTRUN -> [SKIP][106] ([fdo#111615]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-3/igt@kms_big_fb@yf-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-rkl: NOTRUN -> [SKIP][107] ([fdo#111615])
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0:
- shard-rkl: NOTRUN -> [SKIP][108] ([fdo#110723]) +1 other test skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-5/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-0.html
* igt@kms_big_joiner@invalid-modeset:
- shard-rkl: NOTRUN -> [SKIP][109] ([i915#2705])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_cdclk@mode-transition:
- shard-tglu: NOTRUN -> [SKIP][110] ([i915#3742])
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-2/igt@kms_cdclk@mode-transition.html
* igt@kms_cdclk@mode-transition@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][111] ([i915#7213] / [i915#9010]) +3 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-6/igt@kms_cdclk@mode-transition@pipe-b-edp-1.html
* igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][112] ([i915#4087]) +3 other tests skip
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html
* igt@kms_chamelium_color@ctm-0-25:
- shard-dg2: NOTRUN -> [SKIP][113] ([fdo#111827]) +2 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_chamelium_color@ctm-0-25.html
* igt@kms_chamelium_color@ctm-blue-to-red:
- shard-mtlp: NOTRUN -> [SKIP][114] ([fdo#111827])
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@kms_chamelium_color@ctm-blue-to-red.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg1: NOTRUN -> [SKIP][115] ([fdo#111827])
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-15/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_edid@hdmi-mode-timings:
- shard-mtlp: NOTRUN -> [SKIP][116] ([i915#7828]) +3 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-5/igt@kms_chamelium_edid@hdmi-mode-timings.html
* igt@kms_chamelium_frames@dp-crc-fast:
- shard-dg2: NOTRUN -> [SKIP][117] ([i915#7828]) +11 other tests skip
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@kms_chamelium_frames@dp-crc-fast.html
- shard-dg1: NOTRUN -> [SKIP][118] ([i915#7828]) +2 other tests skip
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-18/igt@kms_chamelium_frames@dp-crc-fast.html
* igt@kms_chamelium_frames@hdmi-crc-single:
- shard-rkl: NOTRUN -> [SKIP][119] ([i915#7828]) +5 other tests skip
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-5/igt@kms_chamelium_frames@hdmi-crc-single.html
* igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode:
- shard-tglu: NOTRUN -> [SKIP][120] ([i915#7828]) +3 other tests skip
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-4/igt@kms_chamelium_hpd@vga-hpd-with-enabled-mode.html
* igt@kms_content_protection@atomic-dpms:
- shard-dg2: NOTRUN -> [SKIP][121] ([i915#7118] / [i915#9424])
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-10/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@content-type-change:
- shard-rkl: NOTRUN -> [SKIP][122] ([i915#9424])
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@srm:
- shard-rkl: NOTRUN -> [SKIP][123] ([i915#7118])
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][124] ([i915#3359])
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-tglu: NOTRUN -> [SKIP][125] ([i915#3359])
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-8/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-onscreen-32x10:
- shard-dg1: NOTRUN -> [SKIP][126] ([i915#3555])
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-12/igt@kms_cursor_crc@cursor-onscreen-32x10.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-tglu: NOTRUN -> [SKIP][127] ([i915#3555]) +2 other tests skip
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-10/igt@kms_cursor_crc@cursor-random-32x10.html
- shard-mtlp: NOTRUN -> [SKIP][128] ([i915#3555] / [i915#8814])
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-4/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-rkl: NOTRUN -> [SKIP][129] ([i915#3359]) +1 other test skip
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-sliding-128x42:
- shard-mtlp: NOTRUN -> [SKIP][130] ([i915#8814]) +1 other test skip
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-5/igt@kms_cursor_crc@cursor-sliding-128x42.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-mtlp: NOTRUN -> [SKIP][131] ([i915#9809])
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-mtlp: NOTRUN -> [SKIP][132] ([i915#4213])
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-8/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
- shard-dg2: NOTRUN -> [SKIP][133] ([fdo#109274] / [i915#5354]) +3 other tests skip
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
* igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size:
- shard-rkl: NOTRUN -> [SKIP][134] ([fdo#111825]) +3 other tests skip
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@kms_cursor_legacy@cursorb-vs-flipb-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-rkl: NOTRUN -> [SKIP][135] ([i915#9067])
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-tglu: NOTRUN -> [SKIP][136] ([i915#4103])
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
- shard-rkl: NOTRUN -> [SKIP][137] ([i915#4103])
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-dg2: NOTRUN -> [SKIP][138] ([i915#4103] / [i915#4213]) +1 other test skip
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
- shard-dg1: NOTRUN -> [SKIP][139] ([i915#4103] / [i915#4213])
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-15/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-dg2: NOTRUN -> [SKIP][140] ([i915#9833])
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][141] ([fdo#110189] / [i915#9227])
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@kms_dirtyfb@fbc-dirtyfb-ioctl@a-hdmi-a-3.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][142] ([i915#3804])
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][143] ([i915#3804])
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html
* igt@kms_dither@fb-8bpc-vs-panel-8bpc:
- shard-dg2: NOTRUN -> [SKIP][144] ([i915#3555]) +5 other tests skip
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_dither@fb-8bpc-vs-panel-8bpc.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2: NOTRUN -> [SKIP][145] ([i915#3469])
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2: NOTRUN -> [SKIP][146] ([i915#4854])
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2: NOTRUN -> [SKIP][147] ([i915#1839])
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-10/igt@kms_feature_discovery@display-3x.html
- shard-rkl: NOTRUN -> [SKIP][148] ([i915#1839])
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@kms_feature_discovery@display-3x.html
- shard-tglu: NOTRUN -> [SKIP][149] ([i915#1839])
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-7/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-mtlp: NOTRUN -> [SKIP][150] ([i915#1839])
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-6/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg2: NOTRUN -> [SKIP][151] ([i915#9337])
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr2:
- shard-rkl: NOTRUN -> [SKIP][152] ([i915#658])
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-7/igt@kms_feature_discovery@psr2.html
* igt@kms_flip@2x-blocking-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][153] ([fdo#109274] / [i915#3637]) +3 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-10/igt@kms_flip@2x-blocking-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-blocking-wf-vblank:
- shard-dg2: NOTRUN -> [SKIP][154] ([fdo#109274] / [fdo#111767]) +1 other test skip
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-10/igt@kms_flip@2x-flip-vs-blocking-wf-vblank.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible:
- shard-rkl: NOTRUN -> [SKIP][155] ([fdo#111767] / [fdo#111825])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
- shard-tglu: NOTRUN -> [SKIP][156] ([fdo#109274] / [fdo#111767] / [i915#3637])
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-5/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible.html
* igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][157] ([i915#3637]) +2 other tests skip
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
- shard-dg2: NOTRUN -> [SKIP][158] ([fdo#109274]) +3 other tests skip
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-dg1: NOTRUN -> [SKIP][159] ([i915#2587] / [i915#2672]) +1 other test skip
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-17/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][160] ([i915#2672]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][161] ([i915#2587] / [i915#2672]) +1 other test skip
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][162] ([i915#2672]) +3 other tests skip
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][163] ([i915#2672]) +2 other tests skip
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-7/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][164] ([i915#2672] / [i915#3555])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-5/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling@pipe-a-default-mode.html
* igt@kms_force_connector_basic@prune-stale-modes:
- shard-mtlp: NOTRUN -> [SKIP][165] ([i915#5274])
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-8/igt@kms_force_connector_basic@prune-stale-modes.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][166] ([i915#8708]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#5354]) +27 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt:
- shard-rkl: NOTRUN -> [SKIP][168] ([fdo#111825] / [i915#1825]) +28 other tests skip
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][169] ([fdo#111767] / [i915#5354])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render:
- shard-snb: [PASS][170] -> [SKIP][171] ([fdo#109271]) +15 other tests skip
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-snb1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][172] ([i915#5439])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
- shard-tglu: NOTRUN -> [SKIP][173] ([i915#5439])
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-6/igt@kms_frontbuffer_tracking@fbc-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt:
- shard-dg2: NOTRUN -> [SKIP][174] ([i915#3458]) +20 other tests skip
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][175] ([i915#8708]) +3 other tests skip
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-15/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu:
- shard-mtlp: NOTRUN -> [SKIP][176] ([i915#1825]) +10 other tests skip
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-cpu.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-mtlp: NOTRUN -> [SKIP][177] ([fdo#111767] / [i915#1825]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-dg1: NOTRUN -> [SKIP][178] ([fdo#111825]) +3 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-17/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-render:
- shard-tglu: NOTRUN -> [SKIP][179] ([fdo#109280]) +10 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-7/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@plane-fbc-rte:
- shard-mtlp: NOTRUN -> [SKIP][180] ([i915#10070])
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-5/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
- shard-dg2: NOTRUN -> [SKIP][181] ([i915#10070])
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
- shard-tglu: NOTRUN -> [SKIP][182] ([i915#10070])
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-3/igt@kms_frontbuffer_tracking@plane-fbc-rte.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite:
- shard-tglu: NOTRUN -> [SKIP][183] ([fdo#110189]) +10 other tests skip
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-2/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][184] ([i915#3458]) +3 other tests skip
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-17/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][185] ([i915#8708]) +17 other tests skip
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt:
- shard-tglu: NOTRUN -> [SKIP][186] ([fdo#109280] / [fdo#111767])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-6/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt.html
- shard-rkl: NOTRUN -> [SKIP][187] ([fdo#111767] / [fdo#111825] / [i915#1825])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][188] ([fdo#111767] / [fdo#111825])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-16/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][189] ([i915#3023]) +16 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@kms_frontbuffer_tracking@psr-suspend.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][190] ([i915#6118])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@static-toggle:
- shard-rkl: NOTRUN -> [SKIP][191] ([i915#3555] / [i915#8228])
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-7/igt@kms_hdr@static-toggle.html
* igt@kms_hdr@static-toggle-suspend:
- shard-dg2: NOTRUN -> [SKIP][192] ([i915#3555] / [i915#8228]) +1 other test skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_hdr@static-toggle-suspend.html
* igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes:
- shard-dg1: NOTRUN -> [SKIP][193] ([fdo#109289]) +1 other test skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-12/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html
* igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][194] ([i915#4573]) +1 other test fail
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk5/igt@kms_plane_alpha_blend@constant-alpha-max@pipe-c-hdmi-a-1.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4:
- shard-dg1: [PASS][195] -> [FAIL][196] ([i915#8292])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg1-15/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-19/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][197] ([i915#9423]) +3 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-pixel-format@pipe-b-hdmi-a-3.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][198] ([i915#9423]) +15 other tests skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-15/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-a-hdmi-a-4.html
* igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][199] ([i915#9423]) +5 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@kms_plane_scaling@plane-scaler-unity-scaling-with-rotation@pipe-a-hdmi-a-2.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][200] ([i915#5235] / [i915#9423]) +11 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-10/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#5235] / [i915#9423] / [i915#9728]) +7 other tests skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-d-hdmi-a-2.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1:
- shard-rkl: NOTRUN -> [SKIP][202] ([i915#5235]) +5 other tests skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-b-hdmi-a-1.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4:
- shard-dg1: NOTRUN -> [SKIP][203] ([i915#5235]) +7 other tests skip
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-17/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d-hdmi-a-4.html
* igt@kms_pm_backlight@basic-brightness:
- shard-dg1: NOTRUN -> [SKIP][204] ([i915#5354])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-13/igt@kms_pm_backlight@basic-brightness.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: NOTRUN -> [SKIP][205] ([i915#3361])
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@kms_pm_dc@dc9-dpms.html
- shard-tglu: [PASS][206] -> [SKIP][207] ([i915#4281])
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-tglu-6/igt@kms_pm_dc@dc9-dpms.html
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-4/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_rpm@dpms-mode-unset-non-lpsp:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#9519]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html
* igt@kms_pm_rpm@fences:
- shard-mtlp: NOTRUN -> [SKIP][209] ([i915#4077]) +2 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@kms_pm_rpm@fences.html
* igt@kms_pm_rpm@modeset-lpsp:
- shard-rkl: [PASS][210] -> [SKIP][211] ([i915#9519]) +3 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-4/igt@kms_pm_rpm@modeset-lpsp.html
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@kms_pm_rpm@modeset-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress:
- shard-dg2: NOTRUN -> [SKIP][212] ([i915#9519])
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@kms_pm_rpm@modeset-lpsp-stress.html
* igt@kms_prime@d3hot:
- shard-rkl: NOTRUN -> [SKIP][213] ([i915#6524])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@kms_prime@d3hot.html
- shard-tglu: NOTRUN -> [SKIP][214] ([i915#6524])
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-6/igt@kms_prime@d3hot.html
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#6524] / [i915#6805])
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_prime@d3hot.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
- shard-rkl: NOTRUN -> [SKIP][216] ([fdo#110189]) +2 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf:
- shard-dg2: NOTRUN -> [SKIP][217] ([fdo#110189]) +3 other tests skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@kms_psr2_sf@fbc-overlay-plane-move-continuous-exceed-fully-sf.html
* igt@kms_psr2_sf@overlay-plane-move-continuous-sf:
- shard-glk: NOTRUN -> [SKIP][218] ([fdo#109271] / [fdo#110189]) +7 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk7/igt@kms_psr2_sf@overlay-plane-move-continuous-sf.html
* igt@kms_psr@fbc-pr-basic:
- shard-mtlp: NOTRUN -> [SKIP][219] ([i915#9688]) +3 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@kms_psr@fbc-pr-basic.html
* igt@kms_psr@fbc-psr2-no-drrs:
- shard-tglu: NOTRUN -> [SKIP][220] ([i915#9732]) +6 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-10/igt@kms_psr@fbc-psr2-no-drrs.html
* igt@kms_psr@pr-sprite-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][221] ([i915#9732]) +11 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-7/igt@kms_psr@pr-sprite-mmap-gtt.html
* igt@kms_psr@psr2-primary-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][222] ([i915#9732]) +22 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_psr@psr2-primary-mmap-gtt.html
* igt@kms_psr@psr2-sprite-plane-onoff:
- shard-glk: NOTRUN -> [SKIP][223] ([fdo#109271]) +296 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk7/igt@kms_psr@psr2-sprite-plane-onoff.html
* igt@kms_psr@psr2-suspend:
- shard-dg1: NOTRUN -> [SKIP][224] ([i915#9732]) +5 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-17/igt@kms_psr@psr2-suspend.html
* igt@kms_psr_stress_test@flip-primary-invalidate-overlay:
- shard-rkl: NOTRUN -> [SKIP][225] ([i915#9685])
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@kms_psr_stress_test@flip-primary-invalidate-overlay.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-dg2: NOTRUN -> [SKIP][226] ([i915#9685])
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-10/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-rotation-270:
- shard-dg2: NOTRUN -> [SKIP][227] ([i915#4235]) +2 other tests skip
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@kms_rotation_crc@primary-rotation-270.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-270:
- shard-rkl: [PASS][228] -> [INCOMPLETE][229] ([i915#8875] / [i915#9475] / [i915#9569])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-5/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@kms_rotation_crc@primary-y-tiled-reflect-x-270.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-dg2: NOTRUN -> [SKIP][230] ([i915#4235] / [i915#5190])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-rkl: NOTRUN -> [SKIP][231] ([i915#3555]) +1 other test skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_tv_load_detect@load-detect:
- shard-tglu: NOTRUN -> [SKIP][232] ([fdo#109309])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-5/igt@kms_tv_load_detect@load-detect.html
- shard-rkl: NOTRUN -> [SKIP][233] ([fdo#109309])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@kms_tv_load_detect@load-detect.html
* igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1:
- shard-snb: [PASS][234] -> [FAIL][235] ([i915#9196])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-snb4/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-snb1/igt@kms_universal_plane@cursor-fb-leak@pipe-b-hdmi-a-1.html
* igt@kms_writeback@writeback-fb-id:
- shard-rkl: NOTRUN -> [SKIP][236] ([i915#2437]) +1 other test skip
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2: NOTRUN -> [SKIP][237] ([i915#2437] / [i915#9412]) +1 other test skip
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-tglu: NOTRUN -> [SKIP][238] ([i915#2437] / [i915#9412])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-7/igt@kms_writeback@writeback-pixel-formats.html
- shard-glk: NOTRUN -> [SKIP][239] ([fdo#109271] / [i915#2437]) +3 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk8/igt@kms_writeback@writeback-pixel-formats.html
- shard-mtlp: NOTRUN -> [SKIP][240] ([i915#2437] / [i915#9412])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-4/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#2436])
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@global-sseu-config:
- shard-dg2: NOTRUN -> [SKIP][242] ([i915#7387])
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-10/igt@perf@global-sseu-config.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][243] ([i915#2433])
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-5/igt@perf@unprivileged-single-ctx-counters.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [PASS][244] -> [FAIL][245] ([i915#4349])
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-mtlp-4/igt@perf_pmu@busy-double-start@rcs0.html
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@busy-double-start@vecs1:
- shard-dg2: NOTRUN -> [FAIL][246] ([i915#4349]) +3 other tests fail
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@perf_pmu@busy-double-start@vecs1.html
* igt@perf_pmu@frequency@gt0:
- shard-dg1: NOTRUN -> [FAIL][247] ([i915#6806])
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-12/igt@perf_pmu@frequency@gt0.html
* igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem:
- shard-dg2: NOTRUN -> [INCOMPLETE][248] ([i915#5493])
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html
* igt@prime_vgem@basic-read:
- shard-dg2: NOTRUN -> [SKIP][249] ([i915#3291] / [i915#3708])
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@prime_vgem@basic-read.html
* igt@prime_vgem@fence-write-hang:
- shard-tglu: NOTRUN -> [SKIP][250] ([fdo#109295])
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-2/igt@prime_vgem@fence-write-hang.html
- shard-mtlp: NOTRUN -> [SKIP][251] ([i915#3708]) +2 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@prime_vgem@fence-write-hang.html
- shard-dg2: NOTRUN -> [SKIP][252] ([i915#3708])
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-10/igt@prime_vgem@fence-write-hang.html
* igt@sriov_basic@enable-vfs-autoprobe-off:
- shard-mtlp: NOTRUN -> [SKIP][253] ([i915#9917])
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-6/igt@sriov_basic@enable-vfs-autoprobe-off.html
* igt@sriov_basic@enable-vfs-autoprobe-on:
- shard-tglu: NOTRUN -> [SKIP][254] ([i915#9917])
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-4/igt@sriov_basic@enable-vfs-autoprobe-on.html
- shard-dg2: NOTRUN -> [SKIP][255] ([i915#9917])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@sriov_basic@enable-vfs-autoprobe-on.html
* igt@syncobj_wait@invalid-wait-zero-handles:
- shard-mtlp: NOTRUN -> [FAIL][256] ([i915#9779])
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-7/igt@syncobj_wait@invalid-wait-zero-handles.html
- shard-dg2: NOTRUN -> [FAIL][257] ([i915#9779])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@syncobj_wait@invalid-wait-zero-handles.html
- shard-glk: NOTRUN -> [FAIL][258] ([i915#9779])
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk8/igt@syncobj_wait@invalid-wait-zero-handles.html
* igt@v3d/v3d_submit_cl@bad-extension:
- shard-mtlp: NOTRUN -> [SKIP][259] ([i915#2575]) +2 other tests skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-1/igt@v3d/v3d_submit_cl@bad-extension.html
* igt@v3d/v3d_submit_cl@simple-flush-cache:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#2575]) +11 other tests skip
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@v3d/v3d_submit_cl@simple-flush-cache.html
- shard-dg1: NOTRUN -> [SKIP][261] ([i915#2575]) +2 other tests skip
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-17/igt@v3d/v3d_submit_cl@simple-flush-cache.html
* igt@v3d/v3d_submit_csd@valid-multisync-submission:
- shard-rkl: NOTRUN -> [SKIP][262] ([fdo#109315]) +7 other tests skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-5/igt@v3d/v3d_submit_csd@valid-multisync-submission.html
* igt@v3d/v3d_wait_bo@unused-bo-1ns:
- shard-tglu: NOTRUN -> [SKIP][263] ([fdo#109315] / [i915#2575]) +4 other tests skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-5/igt@v3d/v3d_wait_bo@unused-bo-1ns.html
* igt@vc4/vc4_perfmon@create-perfmon-exceed:
- shard-mtlp: NOTRUN -> [SKIP][264] ([i915#7711]) +4 other tests skip
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-1/igt@vc4/vc4_perfmon@create-perfmon-exceed.html
* igt@vc4/vc4_perfmon@create-two-perfmon:
- shard-rkl: NOTRUN -> [SKIP][265] ([i915#7711]) +3 other tests skip
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-3/igt@vc4/vc4_perfmon@create-two-perfmon.html
* igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained:
- shard-dg2: NOTRUN -> [SKIP][266] ([i915#7711]) +5 other tests skip
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-1/igt@vc4/vc4_purgeable_bo@mark-unpurgeable-check-retained.html
* igt@vc4/vc4_tiling@get-after-free:
- shard-tglu: NOTRUN -> [SKIP][267] ([i915#2575]) +2 other tests skip
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-3/igt@vc4/vc4_tiling@get-after-free.html
#### Possible fixes ####
* igt@drm_fdinfo@most-busy-check-all@rcs0:
- shard-rkl: [FAIL][268] ([i915#7742]) -> [PASS][269]
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-7/igt@drm_fdinfo@most-busy-check-all@rcs0.html
* igt@drm_fdinfo@virtual-busy-all:
- shard-glk: [INCOMPLETE][270] ([i915#2295]) -> [PASS][271]
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-glk3/igt@drm_fdinfo@virtual-busy-all.html
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk8/igt@drm_fdinfo@virtual-busy-all.html
* igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0:
- shard-dg2: [INCOMPLETE][272] ([i915#7297]) -> [PASS][273]
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg2-1/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-5/igt@gem_ccs@suspend-resume@linear-compressed-compfmt0-smem-lmem0.html
* igt@gem_exec_fair@basic-deadline:
- shard-rkl: [FAIL][274] ([i915#2846]) -> [PASS][275]
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-5/igt@gem_exec_fair@basic-deadline.html
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@gem_exec_fair@basic-deadline.html
* igt@gem_exec_fair@basic-pace@vecs0:
- shard-rkl: [FAIL][276] ([i915#2842]) -> [PASS][277] +2 other tests pass
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-7/igt@gem_exec_fair@basic-pace@vecs0.html
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-6/igt@gem_exec_fair@basic-pace@vecs0.html
* igt@gem_exec_suspend@basic-s0@smem:
- shard-dg2: [INCOMPLETE][278] ([i915#9275]) -> [PASS][279]
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg2-2/igt@gem_exec_suspend@basic-s0@smem.html
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-6/igt@gem_exec_suspend@basic-s0@smem.html
* igt@gem_lmem_swapping@smem-oom@lmem0:
- shard-dg1: [TIMEOUT][280] ([i915#5493]) -> [PASS][281]
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg1-16/igt@gem_lmem_swapping@smem-oom@lmem0.html
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-18/igt@gem_lmem_swapping@smem-oom@lmem0.html
* igt@gem_softpin@noreloc-s3:
- shard-mtlp: [ABORT][282] ([i915#8213]) -> [PASS][283]
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-mtlp-4/igt@gem_softpin@noreloc-s3.html
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-5/igt@gem_softpin@noreloc-s3.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu: [INCOMPLETE][284] ([i915#10137]) -> [PASS][285]
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-tglu-2/igt@i915_module_load@reload-with-fault-injection.html
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-2/igt@i915_module_load@reload-with-fault-injection.html
- shard-mtlp: [ABORT][286] ([i915#10131] / [i915#9697]) -> [PASS][287]
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-mtlp-4/igt@i915_module_load@reload-with-fault-injection.html
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-mtlp-2/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_pm_rps@reset:
- shard-dg1: [FAIL][288] ([i915#10186]) -> [PASS][289]
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg1-19/igt@i915_pm_rps@reset.html
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-19/igt@i915_pm_rps@reset.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip:
- shard-tglu: [FAIL][290] ([i915#3743]) -> [PASS][291]
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-tglu-3/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-7/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-0-async-flip.html
* igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size:
- shard-glk: [FAIL][292] ([i915#2346]) -> [PASS][293]
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-glk2/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-glk7/igt@kms_cursor_legacy@flip-vs-cursor-atomic-transitions-varying-size.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-rkl: [FAIL][294] ([i915#4767]) -> [PASS][295]
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-6/igt@kms_fbcon_fbt@fbc-suspend.html
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-dg2: [FAIL][296] ([i915#6880]) -> [PASS][297]
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite.html
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt:
- shard-snb: [SKIP][298] ([fdo#109271]) -> [PASS][299] +6 other tests pass
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt:
- shard-snb: [SKIP][300] ([fdo#109271] / [fdo#111767]) -> [PASS][301] +1 other test pass
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-snb2/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-snb7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-indfb-draw-mmap-gtt.html
* igt@kms_pm_dc@dc6-dpms:
- shard-tglu: [FAIL][302] ([i915#9295]) -> [PASS][303]
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-tglu-6/igt@kms_pm_dc@dc6-dpms.html
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-tglu-4/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_rpm@dpms-lpsp:
- shard-dg2: [SKIP][304] ([i915#9519]) -> [PASS][305] +1 other test pass
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg2-5/igt@kms_pm_rpm@dpms-lpsp.html
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg2-10/igt@kms_pm_rpm@dpms-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [SKIP][306] ([i915#9519]) -> [PASS][307] +2 other tests pass
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-4/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
#### Warnings ####
* igt@kms_content_protection@content-type-change:
- shard-snb: [SKIP][308] ([fdo#109271]) -> [INCOMPLETE][309] ([i915#8816])
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-snb5/igt@kms_content_protection@content-type-change.html
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-snb7/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@mei-interface:
- shard-dg1: [SKIP][310] ([i915#9433]) -> [SKIP][311] ([i915#9424])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-dg1-12/igt@kms_content_protection@mei-interface.html
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-dg1-19/igt@kms_content_protection@mei-interface.html
- shard-snb: [INCOMPLETE][312] ([i915#9878]) -> [SKIP][313] ([fdo#109271])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-snb7/igt@kms_content_protection@mei-interface.html
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-snb4/igt@kms_content_protection@mei-interface.html
* igt@kms_content_protection@srm:
- shard-snb: [INCOMPLETE][314] ([i915#8816]) -> [SKIP][315] ([fdo#109271])
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-snb7/igt@kms_content_protection@srm.html
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-snb6/igt@kms_content_protection@srm.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: [SKIP][316] ([fdo#110189] / [i915#3955]) -> [SKIP][317] ([i915#3955])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-rkl-5/igt@kms_fbcon_fbt@psr-suspend.html
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-rkl-4/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc:
- shard-snb: [SKIP][318] ([fdo#109271]) -> [SKIP][319] ([fdo#109271] / [fdo#111767])
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_14351/shard-snb7/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/shard-snb5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-mmap-wc.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109274]: https://bugs.freedesktop.org/show_bug.cgi?id=109274
[fdo#109280]: https://bugs.freedesktop.org/show_bug.cgi?id=109280
[fdo#109289]: https://bugs.freedesktop.org/show_bug.cgi?id=109289
[fdo#109295]: https://bugs.freedesktop.org/show_bug.cgi?id=109295
[fdo#109302]: https://bugs.freedesktop.org/show_bug.cgi?id=109302
[fdo#109303]: https://bugs.freedesktop.org/show_bug.cgi?id=109303
[fdo#109309]: https://bugs.freedesktop.org/show_bug.cgi?id=109309
[fdo#109314]: https://bugs.freedesktop.org/show_bug.cgi?id=109314
[fdo#109315]: https://bugs.freedesktop.org/show_bug.cgi?id=109315
[fdo#110189]: https://bugs.freedesktop.org/show_bug.cgi?id=110189
[fdo#110723]: https://bugs.freedesktop.org/show_bug.cgi?id=110723
[fdo#111614]: https://bugs.freedesktop.org/show_bug.cgi?id=111614
[fdo#111615]: https://bugs.freedesktop.org/show_bug.cgi?id=111615
[fdo#111656]: https://bugs.freedesktop.org/show_bug.cgi?id=111656
[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
[i915#10070]: https://gitlab.freedesktop.org/drm/intel/issues/10070
[i915#10086]: https://gitlab.freedesktop.org/drm/intel/issues/10086
[i915#10131]: https://gitlab.freedesktop.org/drm/intel/issues/10131
[i915#10137]: https://gitlab.freedesktop.org/drm/intel/issues/10137
[i915#10183]: https://gitlab.freedesktop.org/drm/intel/issues/10183
[i915#10186]: https://gitlab.freedesktop.org/drm/intel/issues/10186
[i915#10278]: https://gitlab.freedesktop.org/drm/intel/issues/10278
[i915#10307]: https://gitlab.freedesktop.org/drm/intel/issues/10307
[i915#1769]: https://gitlab.freedesktop.org/drm/intel/issues/1769
[i915#1825]: https://gitlab.freedesktop.org/drm/intel/issues/1825
[i915#1839]: https://gitlab.freedesktop.org/drm/intel/issues/1839
[i915#2295]: https://gitlab.freedesktop.org/drm/intel/issues/2295
[i915#2346]: https://gitlab.freedesktop.org/drm/intel/issues/2346
[i915#2433]: https://gitlab.freedesktop.org/drm/intel/issues/2433
[i915#2436]: https://gitlab.freedesktop.org/drm/intel/issues/2436
[i915#2437]: https://gitlab.freedesktop.org/drm/intel/issues/2437
[i915#2527]: https://gitlab.freedesktop.org/drm/intel/issues/2527
[i915#2575]: https://gitlab.freedesktop.org/drm/intel/issues/2575
[i915#2587]: https://gitlab.freedesktop.org/drm/intel/issues/2587
[i915#2658]: https://gitlab.freedesktop.org/drm/intel/issues/2658
[i915#2672]: https://gitlab.freedesktop.org/drm/intel/issues/2672
[i915#2681]: https://gitlab.freedesktop.org/drm/intel/issues/2681
[i915#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#3359]: https://gitlab.freedesktop.org/drm/intel/issues/3359
[i915#3361]: https://gitlab.freedesktop.org/drm/intel/issues/3361
[i915#3458]: https://gitlab.freedesktop.org/drm/intel/issues/3458
[i915#3469]: https://gitlab.freedesktop.org/drm/intel/issues/3469
[i915#3539]: https://gitlab.freedesktop.org/drm/intel/issues/3539
[i915#3555]: https://gitlab.freedesktop.org/drm/intel/issues/3555
[i915#3591]: https://gitlab.freedesktop.org/drm/intel/issues/3591
[i915#3637]: https://gitlab.freedesktop.org/drm/intel/issues/3637
[i915#3638]: https://gitlab.freedesktop.org/drm/intel/issues/3638
[i915#3708]: https://gitlab.freedesktop.org/drm/intel/issues/3708
[i915#3742]: https://gitlab.freedesktop.org/drm/intel/issues/3742
[i915#3743]: https://gitlab.freedesktop.org/drm/intel/issues/3743
[i915#3804]: https://gitlab.freedesktop.org/drm/intel/issues/3804
[i915#3955]: https://gitlab.freedesktop.org/drm/intel/issues/3955
[i915#4077]: https://gitlab.freedesktop.org/drm/intel/issues/4077
[i915#4079]: https://gitlab.freedesktop.org/drm/intel/issues/4079
[i915#4083]: https://gitlab.freedesktop.org/drm/intel/issues/4083
[i915#4087]: https://gitlab.freedesktop.org/drm/intel/issues/4087
[i915#4103]: https://gitlab.freedesktop.org/drm/intel/issues/4103
[i915#4212]: https://gitlab.freedesktop.org/drm/intel/issues/4212
[i915#4213]: https://gitlab.freedesktop.org/drm/intel/issues/4213
[i915#4235]: https://gitlab.freedesktop.org/drm/intel/issues/4235
[i915#4270]: https://gitlab.freedesktop.org/drm/intel/issues/4270
[i915#4281]: https://gitlab.freedesktop.org/drm/intel/issues/4281
[i915#4349]: https://gitlab.freedesktop.org/drm/intel/issues/4349
[i915#4387]: https://gitlab.freedesktop.org/drm/intel/issues/4387
[i915#4473]: https://gitlab.freedesktop.org/drm/intel/issues/4473
[i915#4525]: https://gitlab.freedesktop.org/drm/intel/issues/4525
[i915#4538]: https://gitlab.freedesktop.org/drm/intel/issues/4538
[i915#4573]: https://gitlab.freedesktop.org/drm/intel/issues/4573
[i915#4613]: https://gitlab.freedesktop.org/drm/intel/issues/4613
[i915#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#4852]: https://gitlab.freedesktop.org/drm/intel/issues/4852
[i915#4854]: https://gitlab.freedesktop.org/drm/intel/issues/4854
[i915#4860]: https://gitlab.freedesktop.org/drm/intel/issues/4860
[i915#4880]: https://gitlab.freedesktop.org/drm/intel/issues/4880
[i915#5190]: https://gitlab.freedesktop.org/drm/intel/issues/5190
[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#5354]: https://gitlab.freedesktop.org/drm/intel/issues/5354
[i915#5439]: https://gitlab.freedesktop.org/drm/intel/issues/5439
[i915#5493]: https://gitlab.freedesktop.org/drm/intel/issues/5493
[i915#5784]: https://gitlab.freedesktop.org/drm/intel/issues/5784
[i915#5882]: https://gitlab.freedesktop.org/drm/intel/issues/5882
[i915#6095]: https://gitlab.freedesktop.org/drm/intel/issues/6095
[i915#6118]: https://gitlab.freedesktop.org/drm/intel/issues/6118
[i915#6188]: https://gitlab.freedesktop.org/drm/intel/issues/6188
[i915#6245]: https://gitlab.freedesktop.org/drm/intel/issues/6245
[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#6805]: https://gitlab.freedesktop.org/drm/intel/issues/6805
[i915#6806]: https://gitlab.freedesktop.org/drm/intel/issues/6806
[i915#6880]: https://gitlab.freedesktop.org/drm/intel/issues/6880
[i915#7118]: https://gitlab.freedesktop.org/drm/intel/issues/7118
[i915#7213]: https://gitlab.freedesktop.org/drm/intel/issues/7213
[i915#7297]: https://gitlab.freedesktop.org/drm/intel/issues/7297
[i915#7387]: https://gitlab.freedesktop.org/drm/intel/issues/7387
[i915#7697]: https://gitlab.freedesktop.org/drm/intel/issues/7697
[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#8213]: https://gitlab.freedesktop.org/drm/intel/issues/8213
[i915#8228]: https://gitlab.freedesktop.org/drm/intel/issues/8228
[i915#8292]: https://gitlab.freedesktop.org/drm/intel/issues/8292
[i915#8346]: https://gitlab.freedesktop.org/drm/intel/issues/8346
[i915#8399]: https://gitlab.freedesktop.org/drm/intel/issues/8399
[i915#8411]: https://gitlab.freedesktop.org/drm/intel/issues/8411
[i915#8414]: https://gitlab.freedesktop.org/drm/intel/issues/8414
[i915#8555]: https://gitlab.freedesktop.org/drm/intel/issues/8555
[i915#8562]: https://gitlab.freedesktop.org/drm/intel/issues/8562
[i915#8708]: https://gitlab.freedesktop.org/drm/intel/issues/8708
[i915#8709]: https://gitlab.freedesktop.org/drm/intel/issues/8709
[i915#8814]: https://gitlab.freedesktop.org/drm/intel/issues/8814
[i915#8816]: https://gitlab.freedesktop.org/drm/intel/issues/8816
[i915#8875]: https://gitlab.freedesktop.org/drm/intel/issues/8875
[i915#9010]: https://gitlab.freedesktop.org/drm/intel/issues/9010
[i915#9067]: https://gitlab.freedesktop.org/drm/intel/issues/9067
[i915#9196]: https://gitlab.freedesktop.org/drm/intel/issues/9196
[i915#9227]: https://gitlab.freedesktop.org/drm/intel/issues/9227
[i915#9275]: https://gitlab.freedesktop.org/drm/intel/issues/9275
[i915#9295]: https://gitlab.freedesktop.org/drm/intel/issues/9295
[i915#9323]: https://gitlab.freedesktop.org/drm/intel/issues/9323
[i915#9337]: https://gitlab.freedesktop.org/drm/intel/issues/9337
[i915#9407]: https://gitlab.freedesktop.org/drm/intel/issues/9407
[i915#9412]: https://gitlab.freedesktop.org/drm/intel/issues/9412
[i915#9423]: https://gitlab.freedesktop.org/drm/intel/issues/9423
[i915#9424]: https://gitlab.freedesktop.org/drm/intel/issues/9424
[i915#9433]: https://gitlab.freedesktop.org/drm/intel/issues/9433
[i915#9475]: https://gitlab.freedesktop.org/drm/intel/issues/9475
[i915#9519]: https://gitlab.freedesktop.org/drm/intel/issues/9519
[i915#9569]: https://gitlab.freedesktop.org/drm/intel/issues/9569
[i915#9606]: https://gitlab.freedesktop.org/drm/intel/issues/9606
[i915#9685]: https://gitlab.freedesktop.org/drm/intel/issues/9685
[i915#9688]: https://gitlab.freedesktop.org/drm/intel/issues/9688
[i915#9697]: https://gitlab.freedesktop.org/drm/intel/issues/9697
[i915#9728]: https://gitlab.freedesktop.org/drm/intel/issues/9728
[i915#9732]: https://gitlab.freedesktop.org/drm/intel/issues/9732
[i915#9779]: https://gitlab.freedesktop.org/drm/intel/issues/9779
[i915#9809]: https://gitlab.freedesktop.org/drm/intel/issues/9809
[i915#9820]: https://gitlab.freedesktop.org/drm/intel/issues/9820
[i915#9833]: https://gitlab.freedesktop.org/drm/intel/issues/9833
[i915#9849]: https://gitlab.freedesktop.org/drm/intel/issues/9849
[i915#9878]: https://gitlab.freedesktop.org/drm/intel/issues/9878
[i915#9917]: https://gitlab.freedesktop.org/drm/intel/issues/9917
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_7731 -> IGTPW_10745
CI-20190529: 20190529
CI_DRM_14351: fd37451ae419aa90ac2dbd1a9fcf7aa26102cabe @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_10745: 10745
IGT_7731: 17f897a81868fb35c6a7033a8b07256659742248 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_10745/index.html
[-- Attachment #2: Type: text/html, Size: 103696 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-02-28 7:44 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-27 5:27 [PATCH i-g-t] drm-uapi: sync with drm-next f112b68f273f Ashutosh Dixit
2024-02-27 6:28 ` ✓ Fi.CI.BAT: success for " Patchwork
2024-02-27 6:40 ` ✓ CI.xeBAT: " Patchwork
2024-02-27 13:24 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-02-27 14:32 ` [PATCH i-g-t] " Kamil Konieczny
2024-02-27 16:16 ` Dixit, Ashutosh
2024-02-27 18:31 ` ✓ CI.xeBAT: success for drm-uapi: sync with drm-next f112b68f273f (rev2) Patchwork
2024-02-27 18:45 ` ✓ Fi.CI.BAT: " Patchwork
2024-02-28 7:44 ` ✗ Fi.CI.IGT: failure " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox