intel-xe.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Enable SR-IOV PF mode by default
@ 2025-07-15 18:14 Michal Wajdeczko
  2025-07-15 18:14 ` [PATCH 1/4] Revert "drm/xe: Enable SR-IOV for ADL/ATSM" Michal Wajdeczko
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Michal Wajdeczko @ 2025-07-15 18:14 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko

Patch 1/4 is just for the CI. Reverted patch is replaced with patch 4/4.

Michal Wajdeczko (4):
  Revert "drm/xe: Enable SR-IOV for ADL/ATSM"
  drm/xe/pf: Enable SR-IOV PF mode by default
  drm/xe/pf: Add max_vfs configfs attribute to control PF mode
  drm/xe: Enable SR-IOV for ADL/ATSM

 drivers/gpu/drm/xe/xe_configfs.c | 89 +++++++++++++++++++++++++++++++-
 drivers/gpu/drm/xe/xe_configfs.h | 11 ++++
 drivers/gpu/drm/xe/xe_module.c   |  6 +--
 drivers/gpu/drm/xe/xe_sriov_pf.c |  4 +-
 4 files changed, 103 insertions(+), 7 deletions(-)

-- 
2.47.1


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

* [PATCH 1/4] Revert "drm/xe: Enable SR-IOV for ADL/ATSM"
  2025-07-15 18:14 [PATCH 0/4] Enable SR-IOV PF mode by default Michal Wajdeczko
@ 2025-07-15 18:14 ` Michal Wajdeczko
  2025-07-15 18:14 ` [PATCH 2/4] drm/xe/pf: Enable SR-IOV PF mode by default Michal Wajdeczko
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 13+ messages in thread
From: Michal Wajdeczko @ 2025-07-15 18:14 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko

This reverts commit bbd6af134c0cf7934985fe2b4a5841f91760d61b.
This commit is from CI-topic branch and will be applied again.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
---
 drivers/gpu/drm/xe/xe_module.c | 10 +---------
 drivers/gpu/drm/xe/xe_pci.c    |  4 ----
 2 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_module.c b/drivers/gpu/drm/xe/xe_module.c
index 064093bf1adc..107ffe87808c 100644
--- a/drivers/gpu/drm/xe/xe_module.c
+++ b/drivers/gpu/drm/xe/xe_module.c
@@ -20,12 +20,8 @@
 
 #if IS_ENABLED(CONFIG_DRM_XE_DEBUG)
 #define DEFAULT_GUC_LOG_LEVEL		3
-#define DEFAULT_MAX_VFS			~0
-#define DEFAULT_MAX_VFS_STR		"unlimited"
 #else
 #define DEFAULT_GUC_LOG_LEVEL		1
-#define DEFAULT_MAX_VFS			0
-#define DEFAULT_MAX_VFS_STR		__stringify(DEFAULT_MAX_VFS)
 #endif
 
 #define DEFAULT_PROBE_DISPLAY		true
@@ -38,9 +34,6 @@ struct xe_modparam xe_modparam = {
 	.probe_display =	DEFAULT_PROBE_DISPLAY,
 	.guc_log_level =	DEFAULT_GUC_LOG_LEVEL,
 	.force_probe =		DEFAULT_FORCE_PROBE,
-#ifdef CONFIG_PCI_IOV
-	.max_vfs =		DEFAULT_MAX_VFS,
-#endif
 	.wedged_mode =		DEFAULT_WEDGED_MODE,
 	.svm_notifier_size =	DEFAULT_SVM_NOTIFIER_SIZE,
 	/* the rest are 0 by default */
@@ -86,8 +79,7 @@ MODULE_PARM_DESC(force_probe,
 module_param_named(max_vfs, xe_modparam.max_vfs, uint, 0400);
 MODULE_PARM_DESC(max_vfs,
 		 "Limit number of Virtual Functions (VFs) that could be managed. "
-		 "(0=no VFs; N=allow up to N VFs "
-		 "[default=" DEFAULT_MAX_VFS_STR "])");
+		 "(0 = no VFs [default]; N = allow up to N VFs)");
 #endif
 
 module_param_named_unsafe(wedged_mode, xe_modparam.wedged_mode, int, 0600);
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index dc4c8e861a84..53d45779cbe9 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -193,7 +193,6 @@ static const struct xe_device_desc adl_s_desc = {
 	.dma_mask_size = 39,
 	.has_display = true,
 	.has_llc = true,
-	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
 	.max_gt_per_tile = 1,
 	.require_force_probe = true,
 	.subplatforms = (const struct xe_subplatform_desc[]) {
@@ -211,7 +210,6 @@ static const struct xe_device_desc adl_p_desc = {
 	.dma_mask_size = 39,
 	.has_display = true,
 	.has_llc = true,
-	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
 	.max_gt_per_tile = 1,
 	.require_force_probe = true,
 	.subplatforms = (const struct xe_subplatform_desc[]) {
@@ -227,7 +225,6 @@ static const struct xe_device_desc adl_n_desc = {
 	.dma_mask_size = 39,
 	.has_display = true,
 	.has_llc = true,
-	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
 	.max_gt_per_tile = 1,
 	.require_force_probe = true,
 };
@@ -273,7 +270,6 @@ static const struct xe_device_desc ats_m_desc = {
 
 	DG2_FEATURES,
 	.has_display = false,
-	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
 };
 
 static const struct xe_device_desc dg2_desc = {
-- 
2.47.1


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

* [PATCH 2/4] drm/xe/pf: Enable SR-IOV PF mode by default
  2025-07-15 18:14 [PATCH 0/4] Enable SR-IOV PF mode by default Michal Wajdeczko
  2025-07-15 18:14 ` [PATCH 1/4] Revert "drm/xe: Enable SR-IOV for ADL/ATSM" Michal Wajdeczko
@ 2025-07-15 18:14 ` Michal Wajdeczko
  2025-07-15 18:14 ` [PATCH 3/4] drm/xe/pf: Add max_vfs configfs attribute to control PF mode Michal Wajdeczko
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 13+ messages in thread
From: Michal Wajdeczko @ 2025-07-15 18:14 UTC (permalink / raw)
  To: intel-xe
  Cc: Michal Wajdeczko, Thomas Hellstrom, Lucas De Marchi, Rodrigo Vivi

We already claim official support for SR-IOV PF/VF modes on PTL
and BMG platforms, but by default we start the Xe driver on those
platforms in non-virtualized mode (native) since we still have
max_vfs modparam set to disable creation of the VFs.

It's time to let the Xe driver support SR-IOV PF mode by default.
We were already testing this on our CI, which was relying on the
patch that was enabling it for CONFIG_DRM_XE_DEBUG used by our CI.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drivers/gpu/drm/xe/xe_module.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_module.c b/drivers/gpu/drm/xe/xe_module.c
index 107ffe87808c..d9391bd08194 100644
--- a/drivers/gpu/drm/xe/xe_module.c
+++ b/drivers/gpu/drm/xe/xe_module.c
@@ -27,6 +27,8 @@
 #define DEFAULT_PROBE_DISPLAY		true
 #define DEFAULT_VRAM_BAR_SIZE		0
 #define DEFAULT_FORCE_PROBE		CONFIG_DRM_XE_FORCE_PROBE
+#define DEFAULT_MAX_VFS			~0
+#define DEFAULT_MAX_VFS_STR		"unlimited"
 #define DEFAULT_WEDGED_MODE		1
 #define DEFAULT_SVM_NOTIFIER_SIZE	512
 
@@ -34,6 +36,9 @@ struct xe_modparam xe_modparam = {
 	.probe_display =	DEFAULT_PROBE_DISPLAY,
 	.guc_log_level =	DEFAULT_GUC_LOG_LEVEL,
 	.force_probe =		DEFAULT_FORCE_PROBE,
+#ifdef CONFIG_PCI_IOV
+	.max_vfs =		DEFAULT_MAX_VFS,
+#endif
 	.wedged_mode =		DEFAULT_WEDGED_MODE,
 	.svm_notifier_size =	DEFAULT_SVM_NOTIFIER_SIZE,
 	/* the rest are 0 by default */
@@ -79,7 +84,8 @@ MODULE_PARM_DESC(force_probe,
 module_param_named(max_vfs, xe_modparam.max_vfs, uint, 0400);
 MODULE_PARM_DESC(max_vfs,
 		 "Limit number of Virtual Functions (VFs) that could be managed. "
-		 "(0 = no VFs [default]; N = allow up to N VFs)");
+		 "(0=no VFs; N=allow up to N VFs "
+		 "[default=" DEFAULT_MAX_VFS_STR "])");
 #endif
 
 module_param_named_unsafe(wedged_mode, xe_modparam.wedged_mode, int, 0600);
-- 
2.47.1


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

* [PATCH 3/4] drm/xe/pf: Add max_vfs configfs attribute to control PF mode
  2025-07-15 18:14 [PATCH 0/4] Enable SR-IOV PF mode by default Michal Wajdeczko
  2025-07-15 18:14 ` [PATCH 1/4] Revert "drm/xe: Enable SR-IOV for ADL/ATSM" Michal Wajdeczko
  2025-07-15 18:14 ` [PATCH 2/4] drm/xe/pf: Enable SR-IOV PF mode by default Michal Wajdeczko
@ 2025-07-15 18:14 ` Michal Wajdeczko
  2025-07-15 18:14 ` [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM Michal Wajdeczko
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 13+ messages in thread
From: Michal Wajdeczko @ 2025-07-15 18:14 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko, Lucas De Marchi, Rodrigo Vivi

In addition to max_vfs modparam, add max_vfs configfs attribute
to allow SR-IOV PF mode configuration on the per-device level.
Default config value is still based on the modparam value.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
---
 drivers/gpu/drm/xe/xe_configfs.c | 89 +++++++++++++++++++++++++++++++-
 drivers/gpu/drm/xe/xe_configfs.h | 11 ++++
 drivers/gpu/drm/xe/xe_sriov_pf.c |  4 +-
 3 files changed, 101 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_configfs.c b/drivers/gpu/drm/xe/xe_configfs.c
index 8ec1ff1e4e80..6c40efd1aa2a 100644
--- a/drivers/gpu/drm/xe/xe_configfs.c
+++ b/drivers/gpu/drm/xe/xe_configfs.c
@@ -77,6 +77,24 @@
  * available for migrations, but it's disabled. This is intended for debugging
  * purposes only.
  *
+ * Max Virtual Functions:
+ * ----------------------
+ *
+ * Configure SR-IOV PF mode on supported cards. This setting only takes effect
+ * when probing the device. Allows to limit number of Virtual Functions that
+ * can be managed by the PF driver, value 0 (no VFs) disables the PF mode.
+ * Default max_vfs config value is taken from the max_vfs modparam.
+ *
+ * Example to enable PF mode (will support up to 7 VFs)::
+ *
+ *	# echo 7 > /sys/kernel/config/xe/0000:00:02.0/max_vfs
+ *	# echo 0000:00:02.0 > /sys/bus/pci/drivers/xe/bind
+ *
+ * Example to disable PF mode (will always run as native)::
+ *
+ *	# echo 0 > /sys/kernel/config/xe/0000:00:02.0/max_vfs
+ *	# echo 0000:00:02.0 > /sys/bus/pci/drivers/xe/bind
+ *
  * Remove devices
  * ==============
  *
@@ -90,7 +108,9 @@ struct xe_config_device {
 
 	bool survivability_mode;
 	u64 engines_allowed;
-
+#ifdef CONFIG_PCI_IOV
+	unsigned int max_vfs;
+#endif
 	/* protects attributes */
 	struct mutex lock;
 };
@@ -226,12 +246,50 @@ static ssize_t engines_allowed_store(struct config_item *item, const char *page,
 	return len;
 }
 
+#ifdef CONFIG_PCI_IOV
+static ssize_t max_vfs_show(struct config_item *item, char *page)
+{
+	struct xe_config_device *dev = to_xe_config_device(item);
+
+	if (dev->max_vfs == UINT_MAX)
+		return sprintf(page, "%s\n", "unlimited");
+	else
+		return sprintf(page, "%u\n", dev->max_vfs);
+}
+
+static ssize_t max_vfs_store(struct config_item *item, const char *page, size_t len)
+{
+	struct xe_config_device *dev = to_xe_config_device(item);
+	unsigned int max_vfs;
+	int ret;
+
+	ret = kstrtouint(page, 0, &max_vfs);
+	if (ret) {
+		if (!sysfs_streq(page, "unlimited"))
+			return ret;
+		max_vfs = ~0;
+	}
+
+	mutex_lock(&dev->lock);
+	dev->max_vfs = max_vfs;
+	mutex_unlock(&dev->lock);
+
+	return len;
+}
+#endif
+
 CONFIGFS_ATTR(, survivability_mode);
 CONFIGFS_ATTR(, engines_allowed);
+#ifdef CONFIG_PCI_IOV
+CONFIGFS_ATTR(, max_vfs);
+#endif
 
 static struct configfs_attribute *xe_config_device_attrs[] = {
 	&attr_survivability_mode,
 	&attr_engines_allowed,
+#ifdef CONFIG_PCI_IOV
+	&attr_max_vfs,
+#endif
 	NULL,
 };
 
@@ -275,6 +333,9 @@ static struct config_group *xe_config_make_device_group(struct config_group *gro
 
 	/* Default values */
 	dev->engines_allowed = U64_MAX;
+#ifdef CONFIG_PCI_IOV
+	dev->max_vfs = xe_modparam.max_vfs;
+#endif
 
 	config_group_init_type_name(&dev->group, name, &xe_config_device_type);
 
@@ -386,6 +447,32 @@ u64 xe_configfs_get_engines_allowed(struct pci_dev *pdev)
 	return engines_allowed;
 }
 
+#ifdef CONFIG_PCI_IOV
+/**
+ * xe_configfs_get_max_vfs() - Get number of VFs that could be managed
+ * @pdev: the &pci_dev device
+ *
+ * Find the configfs group that belongs to the PCI device and return maximum
+ * number of Virtual Functions (VFs) that could be managed by this device.
+ * If configfs group is not present, use value of max_vfs module parameter.
+ *
+ * Return: maximum number of VFs that could be managed.
+ */
+unsigned int xe_configfs_get_max_vfs(struct pci_dev *pdev)
+{
+	struct xe_config_device *dev = configfs_find_group(pdev);
+	unsigned int max_vfs;
+
+	if (!dev)
+		return xe_modparam.max_vfs;
+
+	max_vfs = dev->max_vfs;
+	config_item_put(&dev->group.cg_item);
+
+	return max_vfs;
+}
+#endif
+
 int __init xe_configfs_init(void)
 {
 	struct config_group *root = &xe_configfs.su_group;
diff --git a/drivers/gpu/drm/xe/xe_configfs.h b/drivers/gpu/drm/xe/xe_configfs.h
index fb8764008089..6d7accdc3732 100644
--- a/drivers/gpu/drm/xe/xe_configfs.h
+++ b/drivers/gpu/drm/xe/xe_configfs.h
@@ -8,6 +8,8 @@
 #include <linux/limits.h>
 #include <linux/types.h>
 
+#include "xe_module.h"
+
 struct pci_dev;
 
 #if IS_ENABLED(CONFIG_CONFIGFS_FS)
@@ -16,12 +18,21 @@ void xe_configfs_exit(void);
 bool xe_configfs_get_survivability_mode(struct pci_dev *pdev);
 void xe_configfs_clear_survivability_mode(struct pci_dev *pdev);
 u64 xe_configfs_get_engines_allowed(struct pci_dev *pdev);
+#ifdef CONFIG_PCI_IOV
+unsigned int xe_configfs_get_max_vfs(struct pci_dev *pdev);
+#endif
 #else
 static inline int xe_configfs_init(void) { return 0; }
 static inline void xe_configfs_exit(void) { }
 static inline bool xe_configfs_get_survivability_mode(struct pci_dev *pdev) { return false; }
 static inline void xe_configfs_clear_survivability_mode(struct pci_dev *pdev) { }
 static inline u64 xe_configfs_get_engines_allowed(struct pci_dev *pdev) { return U64_MAX; }
+#ifdef CONFIG_PCI_IOV
+static inline unsigned int xe_configfs_get_max_vfs(struct pci_dev *pdev)
+{
+	return xe_modparam.max_vfs;
+}
+#endif
 #endif
 
 #endif
diff --git a/drivers/gpu/drm/xe/xe_sriov_pf.c b/drivers/gpu/drm/xe/xe_sriov_pf.c
index afbdd894bd6e..3e8344bf772b 100644
--- a/drivers/gpu/drm/xe/xe_sriov_pf.c
+++ b/drivers/gpu/drm/xe/xe_sriov_pf.c
@@ -8,8 +8,8 @@
 #include <drm/drm_managed.h>
 
 #include "xe_assert.h"
+#include "xe_configfs.h"
 #include "xe_device.h"
-#include "xe_module.h"
 #include "xe_sriov.h"
 #include "xe_sriov_pf.h"
 #include "xe_sriov_pf_helpers.h"
@@ -18,7 +18,7 @@
 
 static unsigned int wanted_max_vfs(struct xe_device *xe)
 {
-	return xe_modparam.max_vfs;
+	return xe_configfs_get_max_vfs(to_pci_dev(xe->drm.dev));
 }
 
 static int pf_reduce_totalvfs(struct xe_device *xe, int limit)
-- 
2.47.1


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

* [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
  2025-07-15 18:14 [PATCH 0/4] Enable SR-IOV PF mode by default Michal Wajdeczko
                   ` (2 preceding siblings ...)
  2025-07-15 18:14 ` [PATCH 3/4] drm/xe/pf: Add max_vfs configfs attribute to control PF mode Michal Wajdeczko
@ 2025-07-15 18:14 ` Michal Wajdeczko
  2025-07-15 18:24   ` Cavitt, Jonathan
  2025-07-15 19:20 ` ✗ CI.checkpatch: warning for Enable SR-IOV PF mode by default Patchwork
                   ` (3 subsequent siblings)
  7 siblings, 1 reply; 13+ messages in thread
From: Michal Wajdeczko @ 2025-07-15 18:14 UTC (permalink / raw)
  To: intel-xe
  Cc: Michal Wajdeczko, Rodrigo Vivi, Lucas De Marchi, Thomas Hellstrom,
	Jonathan Cavitt, Daniele Ceraolo Spurio

We should now have sufficient changes in the Xe driver changes to
run it on ADL and ATSM platforms in the PF mode, to configure VFs
and successfully probe driver on the enabled VF devices.

While some more changes are likely still needed to fix all corner
cases, we will not find them without running any tests. To start
testing this feature by the CI, we need to mark which platforms
have basic SR-IOV support and let the driver run in the PF mode.

Since this feature support is still in the early testing stage,
make all enabling available only for CONFIG_DRM_XE_DEBUG=y and
keep it on CI topic branch.

Note that from this point, on selected platforms, the Xe driver
will be acting as a PF driver, will some SR-IOV specific changes
compared to running in the non-virtualized (native) mode.

However, those specific changes are visible mostly on the debugfs,
and should not impact normal driver execution, unless VFs will be
manually provisioned or explicitly enabled.

Once we finish adding the remaining SR-IOV tests to the CI and fix
any issues that we find in the meantime, we will replace this patch
with proper series outside the topic branch.

Suggested-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
Acked-by: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240711192320.1198-3-michal.wajdeczko@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
[michal] rebased, for drm-xe/topic/xe-for-CI
---
 drivers/gpu/drm/xe/xe_pci.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index 53d45779cbe9..dc4c8e861a84 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -193,6 +193,7 @@ static const struct xe_device_desc adl_s_desc = {
 	.dma_mask_size = 39,
 	.has_display = true,
 	.has_llc = true,
+	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
 	.max_gt_per_tile = 1,
 	.require_force_probe = true,
 	.subplatforms = (const struct xe_subplatform_desc[]) {
@@ -210,6 +211,7 @@ static const struct xe_device_desc adl_p_desc = {
 	.dma_mask_size = 39,
 	.has_display = true,
 	.has_llc = true,
+	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
 	.max_gt_per_tile = 1,
 	.require_force_probe = true,
 	.subplatforms = (const struct xe_subplatform_desc[]) {
@@ -225,6 +227,7 @@ static const struct xe_device_desc adl_n_desc = {
 	.dma_mask_size = 39,
 	.has_display = true,
 	.has_llc = true,
+	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
 	.max_gt_per_tile = 1,
 	.require_force_probe = true,
 };
@@ -270,6 +273,7 @@ static const struct xe_device_desc ats_m_desc = {
 
 	DG2_FEATURES,
 	.has_display = false,
+	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
 };
 
 static const struct xe_device_desc dg2_desc = {
-- 
2.47.1


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

* RE: [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
  2025-07-15 18:14 ` [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM Michal Wajdeczko
@ 2025-07-15 18:24   ` Cavitt, Jonathan
  2025-07-15 18:32     ` Michal Wajdeczko
  0 siblings, 1 reply; 13+ messages in thread
From: Cavitt, Jonathan @ 2025-07-15 18:24 UTC (permalink / raw)
  To: Wajdeczko, Michal, intel-xe@lists.freedesktop.org
  Cc: Vivi, Rodrigo, De Marchi, Lucas, Thomas Hellstrom,
	Ceraolo Spurio, Daniele, Cavitt, Jonathan

-----Original Message-----
From: Wajdeczko, Michal <Michal.Wajdeczko@intel.com> 
Sent: Tuesday, July 15, 2025 11:14 AM
To: intel-xe@lists.freedesktop.org
Cc: Wajdeczko, Michal <Michal.Wajdeczko@intel.com>; Vivi, Rodrigo <rodrigo.vivi@intel.com>; De Marchi, Lucas <lucas.demarchi@intel.com>; Thomas Hellstrom <thomas.hellstrom@linux.intel.com>; Cavitt, Jonathan <jonathan.cavitt@intel.com>; Ceraolo Spurio, Daniele <daniele.ceraolospurio@intel.com>
Subject: [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
> 
> We should now have sufficient changes in the Xe driver changes to
> run it on ADL and ATSM platforms in the PF mode, to configure VFs
> and successfully probe driver on the enabled VF devices.
> 
> While some more changes are likely still needed to fix all corner
> cases, we will not find them without running any tests. To start
> testing this feature by the CI, we need to mark which platforms
> have basic SR-IOV support and let the driver run in the PF mode.
> 
> Since this feature support is still in the early testing stage,
> make all enabling available only for CONFIG_DRM_XE_DEBUG=y and
> keep it on CI topic branch.
> 
> Note that from this point, on selected platforms, the Xe driver
> will be acting as a PF driver, will some SR-IOV specific changes
> compared to running in the non-virtualized (native) mode.
> 
> However, those specific changes are visible mostly on the debugfs,
> and should not impact normal driver execution, unless VFs will be
> manually provisioned or explicitly enabled.
> 
> Once we finish adding the remaining SR-IOV tests to the CI and fix
> any issues that we find in the meantime, we will replace this patch
> with proper series outside the topic branch.

We're reapplying this patch with the purpose of removing it from the
CI topic branch and putting it in its "proper" place, yes?  If so, then we
should probably remove this sentence, as the replacement mentioned
in it is being done presently.

My RB otherwise stands.

-Jonathan Cavitt

> 
> Suggested-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
> Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
> Acked-by: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
> Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
> Link: https://patchwork.freedesktop.org/patch/msgid/20240711192320.1198-3-michal.wajdeczko@intel.com
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
> ---
> [michal] rebased, for drm-xe/topic/xe-for-CI
> ---
>  drivers/gpu/drm/xe/xe_pci.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
> index 53d45779cbe9..dc4c8e861a84 100644
> --- a/drivers/gpu/drm/xe/xe_pci.c
> +++ b/drivers/gpu/drm/xe/xe_pci.c
> @@ -193,6 +193,7 @@ static const struct xe_device_desc adl_s_desc = {
>  	.dma_mask_size = 39,
>  	.has_display = true,
>  	.has_llc = true,
> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>  	.max_gt_per_tile = 1,
>  	.require_force_probe = true,
>  	.subplatforms = (const struct xe_subplatform_desc[]) {
> @@ -210,6 +211,7 @@ static const struct xe_device_desc adl_p_desc = {
>  	.dma_mask_size = 39,
>  	.has_display = true,
>  	.has_llc = true,
> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>  	.max_gt_per_tile = 1,
>  	.require_force_probe = true,
>  	.subplatforms = (const struct xe_subplatform_desc[]) {
> @@ -225,6 +227,7 @@ static const struct xe_device_desc adl_n_desc = {
>  	.dma_mask_size = 39,
>  	.has_display = true,
>  	.has_llc = true,
> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>  	.max_gt_per_tile = 1,
>  	.require_force_probe = true,
>  };
> @@ -270,6 +273,7 @@ static const struct xe_device_desc ats_m_desc = {
>  
>  	DG2_FEATURES,
>  	.has_display = false,
> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>  };
>  
>  static const struct xe_device_desc dg2_desc = {
> -- 
> 2.47.1
> 
> 

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

* Re: [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
  2025-07-15 18:24   ` Cavitt, Jonathan
@ 2025-07-15 18:32     ` Michal Wajdeczko
  2025-07-15 18:47       ` Cavitt, Jonathan
  0 siblings, 1 reply; 13+ messages in thread
From: Michal Wajdeczko @ 2025-07-15 18:32 UTC (permalink / raw)
  To: Cavitt, Jonathan, intel-xe@lists.freedesktop.org
  Cc: Vivi, Rodrigo, De Marchi, Lucas, Thomas Hellstrom,
	Ceraolo Spurio, Daniele



On 15.07.2025 20:24, Cavitt, Jonathan wrote:
> -----Original Message-----
> From: Wajdeczko, Michal <Michal.Wajdeczko@intel.com> 
> Sent: Tuesday, July 15, 2025 11:14 AM
> To: intel-xe@lists.freedesktop.org
> Cc: Wajdeczko, Michal <Michal.Wajdeczko@intel.com>; Vivi, Rodrigo <rodrigo.vivi@intel.com>; De Marchi, Lucas <lucas.demarchi@intel.com>; Thomas Hellstrom <thomas.hellstrom@linux.intel.com>; Cavitt, Jonathan <jonathan.cavitt@intel.com>; Ceraolo Spurio, Daniele <daniele.ceraolospurio@intel.com>
> Subject: [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
>>
>> We should now have sufficient changes in the Xe driver changes to
>> run it on ADL and ATSM platforms in the PF mode, to configure VFs
>> and successfully probe driver on the enabled VF devices.
>>
>> While some more changes are likely still needed to fix all corner
>> cases, we will not find them without running any tests. To start
>> testing this feature by the CI, we need to mark which platforms
>> have basic SR-IOV support and let the driver run in the PF mode.
>>
>> Since this feature support is still in the early testing stage,
>> make all enabling available only for CONFIG_DRM_XE_DEBUG=y and
>> keep it on CI topic branch.
>>
>> Note that from this point, on selected platforms, the Xe driver
>> will be acting as a PF driver, will some SR-IOV specific changes
>> compared to running in the non-virtualized (native) mode.
>>
>> However, those specific changes are visible mostly on the debugfs,
>> and should not impact normal driver execution, unless VFs will be
>> manually provisioned or explicitly enabled.
>>
>> Once we finish adding the remaining SR-IOV tests to the CI and fix
>> any issues that we find in the meantime, we will replace this patch
>> with proper series outside the topic branch.
> 
> We're reapplying this patch with the purpose of removing it from the
> CI topic branch and putting it in its "proper" place, yes?  If so, then we

no, this patch stays in for-CI topic branch, it was just rebased on top
of patch 2/4 that will go first to drm-xe-next

> should probably remove this sentence, as the replacement mentioned
> in it is being done presently.
> 
> My RB otherwise stands.
> 
> -Jonathan Cavitt
> 
>>
>> Suggested-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
>> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
>> Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
>> Acked-by: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
>> Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
>> Link: https://patchwork.freedesktop.org/patch/msgid/20240711192320.1198-3-michal.wajdeczko@intel.com
>> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
>> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
>> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
>> ---
>> [michal] rebased, for drm-xe/topic/xe-for-CI
>> ---
>>  drivers/gpu/drm/xe/xe_pci.c | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
>> index 53d45779cbe9..dc4c8e861a84 100644
>> --- a/drivers/gpu/drm/xe/xe_pci.c
>> +++ b/drivers/gpu/drm/xe/xe_pci.c
>> @@ -193,6 +193,7 @@ static const struct xe_device_desc adl_s_desc = {
>>  	.dma_mask_size = 39,
>>  	.has_display = true,
>>  	.has_llc = true,
>> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>>  	.max_gt_per_tile = 1,
>>  	.require_force_probe = true,
>>  	.subplatforms = (const struct xe_subplatform_desc[]) {
>> @@ -210,6 +211,7 @@ static const struct xe_device_desc adl_p_desc = {
>>  	.dma_mask_size = 39,
>>  	.has_display = true,
>>  	.has_llc = true,
>> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>>  	.max_gt_per_tile = 1,
>>  	.require_force_probe = true,
>>  	.subplatforms = (const struct xe_subplatform_desc[]) {
>> @@ -225,6 +227,7 @@ static const struct xe_device_desc adl_n_desc = {
>>  	.dma_mask_size = 39,
>>  	.has_display = true,
>>  	.has_llc = true,
>> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>>  	.max_gt_per_tile = 1,
>>  	.require_force_probe = true,
>>  };
>> @@ -270,6 +273,7 @@ static const struct xe_device_desc ats_m_desc = {
>>  
>>  	DG2_FEATURES,
>>  	.has_display = false,
>> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>>  };
>>  
>>  static const struct xe_device_desc dg2_desc = {
>> -- 
>> 2.47.1
>>
>>


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

* RE: [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
  2025-07-15 18:32     ` Michal Wajdeczko
@ 2025-07-15 18:47       ` Cavitt, Jonathan
  2025-07-15 19:12         ` Michal Wajdeczko
  0 siblings, 1 reply; 13+ messages in thread
From: Cavitt, Jonathan @ 2025-07-15 18:47 UTC (permalink / raw)
  To: Wajdeczko, Michal, intel-xe@lists.freedesktop.org
  Cc: Vivi, Rodrigo, De Marchi, Lucas, Thomas Hellstrom,
	Ceraolo Spurio, Daniele, Cavitt, Jonathan

-----Original Message-----
From: Wajdeczko, Michal <Michal.Wajdeczko@intel.com> 
Sent: Tuesday, July 15, 2025 11:33 AM
To: Cavitt, Jonathan <jonathan.cavitt@intel.com>; intel-xe@lists.freedesktop.org
Cc: Vivi, Rodrigo <rodrigo.vivi@intel.com>; De Marchi, Lucas <lucas.demarchi@intel.com>; Thomas Hellstrom <thomas.hellstrom@linux.intel.com>; Ceraolo Spurio, Daniele <daniele.ceraolospurio@intel.com>
Subject: Re: [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
> 
> On 15.07.2025 20:24, Cavitt, Jonathan wrote:
> > -----Original Message-----
> > From: Wajdeczko, Michal <Michal.Wajdeczko@intel.com> 
> > Sent: Tuesday, July 15, 2025 11:14 AM
> > To: intel-xe@lists.freedesktop.org
> > Cc: Wajdeczko, Michal <Michal.Wajdeczko@intel.com>; Vivi, Rodrigo <rodrigo.vivi@intel.com>; De Marchi, Lucas <lucas.demarchi@intel.com>; Thomas Hellstrom <thomas.hellstrom@linux.intel.com>; Cavitt, Jonathan <jonathan.cavitt@intel.com>; Ceraolo Spurio, Daniele <daniele.ceraolospurio@intel.com>
> > Subject: [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
> >>
> >> We should now have sufficient changes in the Xe driver changes to
> >> run it on ADL and ATSM platforms in the PF mode, to configure VFs
> >> and successfully probe driver on the enabled VF devices.
> >>
> >> While some more changes are likely still needed to fix all corner
> >> cases, we will not find them without running any tests. To start
> >> testing this feature by the CI, we need to mark which platforms
> >> have basic SR-IOV support and let the driver run in the PF mode.
> >>
> >> Since this feature support is still in the early testing stage,
> >> make all enabling available only for CONFIG_DRM_XE_DEBUG=y and
> >> keep it on CI topic branch.
> >>
> >> Note that from this point, on selected platforms, the Xe driver
> >> will be acting as a PF driver, will some SR-IOV specific changes
> >> compared to running in the non-virtualized (native) mode.
> >>
> >> However, those specific changes are visible mostly on the debugfs,
> >> and should not impact normal driver execution, unless VFs will be
> >> manually provisioned or explicitly enabled.
> >>
> >> Once we finish adding the remaining SR-IOV tests to the CI and fix
> >> any issues that we find in the meantime, we will replace this patch
> >> with proper series outside the topic branch.
> > 
> > We're reapplying this patch with the purpose of removing it from the
> > CI topic branch and putting it in its "proper" place, yes?  If so, then we
> 
> no, this patch stays in for-CI topic branch, it was just rebased on top
> of patch 2/4 that will go first to drm-xe-next

And the rebase was necessary because
"drm/xe/pf: Add max_vfs configfs attribute to control PF mode" (patch 3)
needed a partial component of this original reverted patch (patch 1),
so patch 1 was split into two different patches (patch 2 and patch 4)
and patch 3 was inserted between the two?

Why did patch 3 need to be inserted between patches 2 and 4?  It seems like
it could've just been applied on top of everything else, at least from a cursory
glance.

-Jonathan Cavitt

> 
> > should probably remove this sentence, as the replacement mentioned
> > in it is being done presently.
> > 
> > My RB otherwise stands.
> > 
> > -Jonathan Cavitt
> > 
> >>
> >> Suggested-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> >> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
> >> Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
> >> Acked-by: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
> >> Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
> >> Link: https://patchwork.freedesktop.org/patch/msgid/20240711192320.1198-3-michal.wajdeczko@intel.com
> >> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
> >> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
> >> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
> >> ---
> >> [michal] rebased, for drm-xe/topic/xe-for-CI
> >> ---
> >>  drivers/gpu/drm/xe/xe_pci.c | 4 ++++
> >>  1 file changed, 4 insertions(+)
> >>
> >> diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
> >> index 53d45779cbe9..dc4c8e861a84 100644
> >> --- a/drivers/gpu/drm/xe/xe_pci.c
> >> +++ b/drivers/gpu/drm/xe/xe_pci.c
> >> @@ -193,6 +193,7 @@ static const struct xe_device_desc adl_s_desc = {
> >>  	.dma_mask_size = 39,
> >>  	.has_display = true,
> >>  	.has_llc = true,
> >> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
> >>  	.max_gt_per_tile = 1,
> >>  	.require_force_probe = true,
> >>  	.subplatforms = (const struct xe_subplatform_desc[]) {
> >> @@ -210,6 +211,7 @@ static const struct xe_device_desc adl_p_desc = {
> >>  	.dma_mask_size = 39,
> >>  	.has_display = true,
> >>  	.has_llc = true,
> >> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
> >>  	.max_gt_per_tile = 1,
> >>  	.require_force_probe = true,
> >>  	.subplatforms = (const struct xe_subplatform_desc[]) {
> >> @@ -225,6 +227,7 @@ static const struct xe_device_desc adl_n_desc = {
> >>  	.dma_mask_size = 39,
> >>  	.has_display = true,
> >>  	.has_llc = true,
> >> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
> >>  	.max_gt_per_tile = 1,
> >>  	.require_force_probe = true,
> >>  };
> >> @@ -270,6 +273,7 @@ static const struct xe_device_desc ats_m_desc = {
> >>  
> >>  	DG2_FEATURES,
> >>  	.has_display = false,
> >> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
> >>  };
> >>  
> >>  static const struct xe_device_desc dg2_desc = {
> >> -- 
> >> 2.47.1
> >>
> >>
> 
> 

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

* Re: [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
  2025-07-15 18:47       ` Cavitt, Jonathan
@ 2025-07-15 19:12         ` Michal Wajdeczko
  0 siblings, 0 replies; 13+ messages in thread
From: Michal Wajdeczko @ 2025-07-15 19:12 UTC (permalink / raw)
  To: Cavitt, Jonathan, intel-xe@lists.freedesktop.org
  Cc: Vivi, Rodrigo, De Marchi, Lucas, Thomas Hellstrom,
	Ceraolo Spurio, Daniele



On 15.07.2025 20:47, Cavitt, Jonathan wrote:
> -----Original Message-----
> From: Wajdeczko, Michal <Michal.Wajdeczko@intel.com> 
> Sent: Tuesday, July 15, 2025 11:33 AM
> To: Cavitt, Jonathan <jonathan.cavitt@intel.com>; intel-xe@lists.freedesktop.org
> Cc: Vivi, Rodrigo <rodrigo.vivi@intel.com>; De Marchi, Lucas <lucas.demarchi@intel.com>; Thomas Hellstrom <thomas.hellstrom@linux.intel.com>; Ceraolo Spurio, Daniele <daniele.ceraolospurio@intel.com>
> Subject: Re: [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
>>
>> On 15.07.2025 20:24, Cavitt, Jonathan wrote:
>>> -----Original Message-----
>>> From: Wajdeczko, Michal <Michal.Wajdeczko@intel.com> 
>>> Sent: Tuesday, July 15, 2025 11:14 AM
>>> To: intel-xe@lists.freedesktop.org
>>> Cc: Wajdeczko, Michal <Michal.Wajdeczko@intel.com>; Vivi, Rodrigo <rodrigo.vivi@intel.com>; De Marchi, Lucas <lucas.demarchi@intel.com>; Thomas Hellstrom <thomas.hellstrom@linux.intel.com>; Cavitt, Jonathan <jonathan.cavitt@intel.com>; Ceraolo Spurio, Daniele <daniele.ceraolospurio@intel.com>
>>> Subject: [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM
>>>>
>>>> We should now have sufficient changes in the Xe driver changes to
>>>> run it on ADL and ATSM platforms in the PF mode, to configure VFs
>>>> and successfully probe driver on the enabled VF devices.
>>>>
>>>> While some more changes are likely still needed to fix all corner
>>>> cases, we will not find them without running any tests. To start
>>>> testing this feature by the CI, we need to mark which platforms
>>>> have basic SR-IOV support and let the driver run in the PF mode.
>>>>
>>>> Since this feature support is still in the early testing stage,
>>>> make all enabling available only for CONFIG_DRM_XE_DEBUG=y and
>>>> keep it on CI topic branch.
>>>>
>>>> Note that from this point, on selected platforms, the Xe driver
>>>> will be acting as a PF driver, will some SR-IOV specific changes
>>>> compared to running in the non-virtualized (native) mode.
>>>>
>>>> However, those specific changes are visible mostly on the debugfs,
>>>> and should not impact normal driver execution, unless VFs will be
>>>> manually provisioned or explicitly enabled.
>>>>
>>>> Once we finish adding the remaining SR-IOV tests to the CI and fix
>>>> any issues that we find in the meantime, we will replace this patch
>>>> with proper series outside the topic branch.
>>>
>>> We're reapplying this patch with the purpose of removing it from the
>>> CI topic branch and putting it in its "proper" place, yes?  If so, then we
>>
>> no, this patch stays in for-CI topic branch, it was just rebased on top
>> of patch 2/4 that will go first to drm-xe-next
> 
> And the rebase was necessary because
> "drm/xe/pf: Add max_vfs configfs attribute to control PF mode" (patch 3)
> needed a partial component of this original reverted patch (patch 1),
> so patch 1 was split into two different patches (patch 2 and patch 4)
> and patch 3 was inserted between the two?

no, only patch 2/4 takes some parts from reverted 1/4
and patch 3/4 is likely independent of others

> 
> Why did patch 3 need to be inserted between patches 2 and 4?  It seems like
> it could've just been applied on top of everything else, at least from a cursory
> glance.

to make maintainer job easier ?

patch 1/4 and 4/4 are related to the topic CI branch
patch 2/4 and 3/4 goes to "proper" drm-xe-next

you may want to ask Lucas for details, as I'm usually not touching topic
branch, so I may not know all BKMs related to this, just trying what
others were doing in similar cases

> 
> -Jonathan Cavitt
> 
>>
>>> should probably remove this sentence, as the replacement mentioned
>>> in it is being done presently.
>>>
>>> My RB otherwise stands.
>>>
>>> -Jonathan Cavitt
>>>
>>>>
>>>> Suggested-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
>>>> Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
>>>> Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
>>>> Acked-by: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
>>>> Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
>>>> Link: https://patchwork.freedesktop.org/patch/msgid/20240711192320.1198-3-michal.wajdeczko@intel.com
>>>> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
>>>> Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
>>>> Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
>>>> ---
>>>> [michal] rebased, for drm-xe/topic/xe-for-CI
>>>> ---
>>>>  drivers/gpu/drm/xe/xe_pci.c | 4 ++++
>>>>  1 file changed, 4 insertions(+)
>>>>
>>>> diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
>>>> index 53d45779cbe9..dc4c8e861a84 100644
>>>> --- a/drivers/gpu/drm/xe/xe_pci.c
>>>> +++ b/drivers/gpu/drm/xe/xe_pci.c
>>>> @@ -193,6 +193,7 @@ static const struct xe_device_desc adl_s_desc = {
>>>>  	.dma_mask_size = 39,
>>>>  	.has_display = true,
>>>>  	.has_llc = true,
>>>> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>>>>  	.max_gt_per_tile = 1,
>>>>  	.require_force_probe = true,
>>>>  	.subplatforms = (const struct xe_subplatform_desc[]) {
>>>> @@ -210,6 +211,7 @@ static const struct xe_device_desc adl_p_desc = {
>>>>  	.dma_mask_size = 39,
>>>>  	.has_display = true,
>>>>  	.has_llc = true,
>>>> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>>>>  	.max_gt_per_tile = 1,
>>>>  	.require_force_probe = true,
>>>>  	.subplatforms = (const struct xe_subplatform_desc[]) {
>>>> @@ -225,6 +227,7 @@ static const struct xe_device_desc adl_n_desc = {
>>>>  	.dma_mask_size = 39,
>>>>  	.has_display = true,
>>>>  	.has_llc = true,
>>>> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>>>>  	.max_gt_per_tile = 1,
>>>>  	.require_force_probe = true,
>>>>  };
>>>> @@ -270,6 +273,7 @@ static const struct xe_device_desc ats_m_desc = {
>>>>  
>>>>  	DG2_FEATURES,
>>>>  	.has_display = false,
>>>> +	.has_sriov = IS_ENABLED(CONFIG_DRM_XE_DEBUG),
>>>>  };
>>>>  
>>>>  static const struct xe_device_desc dg2_desc = {
>>>> -- 
>>>> 2.47.1
>>>>
>>>>
>>
>>


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

* ✗ CI.checkpatch: warning for Enable SR-IOV PF mode by default
  2025-07-15 18:14 [PATCH 0/4] Enable SR-IOV PF mode by default Michal Wajdeczko
                   ` (3 preceding siblings ...)
  2025-07-15 18:14 ` [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM Michal Wajdeczko
@ 2025-07-15 19:20 ` Patchwork
  2025-07-15 19:22 ` ✓ CI.KUnit: success " Patchwork
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-07-15 19:20 UTC (permalink / raw)
  To: Michal Wajdeczko; +Cc: intel-xe

== Series Details ==

Series: Enable SR-IOV PF mode by default
URL   : https://patchwork.freedesktop.org/series/151660/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
43254c2aa575037fc031c7ac21b0d031c700b2bf
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 865da55ad0c4b034b7f7cdd2d6bd203302a27ee9
Author: Michal Wajdeczko <michal.wajdeczko@intel.com>
Date:   Tue Jul 15 20:14:18 2025 +0200

    drm/xe: Enable SR-IOV for ADL/ATSM
    
    We should now have sufficient changes in the Xe driver changes to
    run it on ADL and ATSM platforms in the PF mode, to configure VFs
    and successfully probe driver on the enabled VF devices.
    
    While some more changes are likely still needed to fix all corner
    cases, we will not find them without running any tests. To start
    testing this feature by the CI, we need to mark which platforms
    have basic SR-IOV support and let the driver run in the PF mode.
    
    Since this feature support is still in the early testing stage,
    make all enabling available only for CONFIG_DRM_XE_DEBUG=y and
    keep it on CI topic branch.
    
    Note that from this point, on selected platforms, the Xe driver
    will be acting as a PF driver, will some SR-IOV specific changes
    compared to running in the non-virtualized (native) mode.
    
    However, those specific changes are visible mostly on the debugfs,
    and should not impact normal driver execution, unless VFs will be
    manually provisioned or explicitly enabled.
    
    Once we finish adding the remaining SR-IOV tests to the CI and fix
    any issues that we find in the meantime, we will replace this patch
    with proper series outside the topic branch.
    
    Suggested-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
    Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
    Acked-by: Thomas Hellstrom <thomas.hellstrom@linux.intel.com>
    Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20240711192320.1198-3-michal.wajdeczko@intel.com
    Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
    Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
    Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
+ /mt/dim checkpatch dbffc39b3c9d2f89b8915bb09660370b4cf13148 drm-intel
d90197ba8c3f Revert "drm/xe: Enable SR-IOV for ADL/ATSM"
bf5261ca24b2 drm/xe/pf: Enable SR-IOV PF mode by default
453f55312ba1 drm/xe/pf: Add max_vfs configfs attribute to control PF mode
865da55ad0c4 drm/xe: Enable SR-IOV for ADL/ATSM
-:39: WARNING:BAD_SIGN_OFF: Duplicate signature
#39: 
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>

total: 0 errors, 1 warnings, 0 checks, 28 lines checked



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

* ✓ CI.KUnit: success for Enable SR-IOV PF mode by default
  2025-07-15 18:14 [PATCH 0/4] Enable SR-IOV PF mode by default Michal Wajdeczko
                   ` (4 preceding siblings ...)
  2025-07-15 19:20 ` ✗ CI.checkpatch: warning for Enable SR-IOV PF mode by default Patchwork
@ 2025-07-15 19:22 ` Patchwork
  2025-07-15 20:41 ` ✓ Xe.CI.BAT: " Patchwork
  2025-07-16  5:18 ` ✗ Xe.CI.Full: failure " Patchwork
  7 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-07-15 19:22 UTC (permalink / raw)
  To: Michal Wajdeczko; +Cc: intel-xe

== Series Details ==

Series: Enable SR-IOV PF mode by default
URL   : https://patchwork.freedesktop.org/series/151660/
State : success

== Summary ==

+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[19:20:52] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[19:20:56] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=25
[19:21:29] Starting KUnit Kernel (1/1)...
[19:21:29] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[19:21:30] ================== guc_buf (11 subtests) ===================
[19:21:30] [PASSED] test_smallest
[19:21:30] [PASSED] test_largest
[19:21:30] [PASSED] test_granular
[19:21:30] [PASSED] test_unique
[19:21:30] [PASSED] test_overlap
[19:21:30] [PASSED] test_reusable
[19:21:30] [PASSED] test_too_big
[19:21:30] [PASSED] test_flush
[19:21:30] [PASSED] test_lookup
[19:21:30] [PASSED] test_data
[19:21:30] [PASSED] test_class
[19:21:30] ===================== [PASSED] guc_buf =====================
[19:21:30] =================== guc_dbm (7 subtests) ===================
[19:21:30] [PASSED] test_empty
[19:21:30] [PASSED] test_default
[19:21:30] ======================== test_size  ========================
[19:21:30] [PASSED] 4
[19:21:30] [PASSED] 8
[19:21:30] [PASSED] 32
[19:21:30] [PASSED] 256
[19:21:30] ==================== [PASSED] test_size ====================
[19:21:30] ======================= test_reuse  ========================
[19:21:30] [PASSED] 4
[19:21:30] [PASSED] 8
[19:21:30] [PASSED] 32
[19:21:30] [PASSED] 256
[19:21:30] =================== [PASSED] test_reuse ====================
[19:21:30] =================== test_range_overlap  ====================
[19:21:30] [PASSED] 4
[19:21:30] [PASSED] 8
[19:21:30] [PASSED] 32
[19:21:30] [PASSED] 256
[19:21:30] =============== [PASSED] test_range_overlap ================
[19:21:30] =================== test_range_compact  ====================
[19:21:30] [PASSED] 4
[19:21:30] [PASSED] 8
[19:21:30] [PASSED] 32
[19:21:30] [PASSED] 256
[19:21:30] =============== [PASSED] test_range_compact ================
[19:21:30] ==================== test_range_spare  =====================
[19:21:30] [PASSED] 4
[19:21:30] [PASSED] 8
[19:21:30] [PASSED] 32
[19:21:30] [PASSED] 256
[19:21:30] ================ [PASSED] test_range_spare =================
[19:21:30] ===================== [PASSED] guc_dbm =====================
[19:21:30] =================== guc_idm (6 subtests) ===================
[19:21:30] [PASSED] bad_init
[19:21:30] [PASSED] no_init
[19:21:30] [PASSED] init_fini
[19:21:30] [PASSED] check_used
[19:21:30] [PASSED] check_quota
[19:21:30] [PASSED] check_all
[19:21:30] ===================== [PASSED] guc_idm =====================
[19:21:30] ================== no_relay (3 subtests) ===================
[19:21:30] [PASSED] xe_drops_guc2pf_if_not_ready
[19:21:30] [PASSED] xe_drops_guc2vf_if_not_ready
[19:21:30] [PASSED] xe_rejects_send_if_not_ready
[19:21:30] ==================== [PASSED] no_relay =====================
[19:21:30] ================== pf_relay (14 subtests) ==================
[19:21:30] [PASSED] pf_rejects_guc2pf_too_short
[19:21:30] [PASSED] pf_rejects_guc2pf_too_long
[19:21:30] [PASSED] pf_rejects_guc2pf_no_payload
[19:21:30] [PASSED] pf_fails_no_payload
[19:21:30] [PASSED] pf_fails_bad_origin
[19:21:30] [PASSED] pf_fails_bad_type
[19:21:30] [PASSED] pf_txn_reports_error
[19:21:30] [PASSED] pf_txn_sends_pf2guc
[19:21:30] [PASSED] pf_sends_pf2guc
[19:21:30] [SKIPPED] pf_loopback_nop
[19:21:30] [SKIPPED] pf_loopback_echo
[19:21:30] [SKIPPED] pf_loopback_fail
[19:21:30] [SKIPPED] pf_loopback_busy
[19:21:30] [SKIPPED] pf_loopback_retry
[19:21:30] ==================== [PASSED] pf_relay =====================
[19:21:30] ================== vf_relay (3 subtests) ===================
[19:21:30] [PASSED] vf_rejects_guc2vf_too_short
[19:21:30] [PASSED] vf_rejects_guc2vf_too_long
[19:21:30] [PASSED] vf_rejects_guc2vf_no_payload
[19:21:30] ==================== [PASSED] vf_relay =====================
[19:21:30] ===================== lmtt (1 subtest) =====================
[19:21:30] ======================== test_ops  =========================
[19:21:30] [PASSED] 2-level
[19:21:30] [PASSED] multi-level
[19:21:30] ==================== [PASSED] test_ops =====================
[19:21:30] ====================== [PASSED] lmtt =======================
[19:21:30] ================= pf_service (11 subtests) =================
[19:21:30] [PASSED] pf_negotiate_any
[19:21:30] [PASSED] pf_negotiate_base_match
[19:21:30] [PASSED] pf_negotiate_base_newer
[19:21:30] [PASSED] pf_negotiate_base_next
[19:21:30] [SKIPPED] pf_negotiate_base_older
[19:21:30] [PASSED] pf_negotiate_base_prev
[19:21:30] [PASSED] pf_negotiate_latest_match
[19:21:30] [PASSED] pf_negotiate_latest_newer
[19:21:30] [PASSED] pf_negotiate_latest_next
[19:21:30] [SKIPPED] pf_negotiate_latest_older
[19:21:30] [SKIPPED] pf_negotiate_latest_prev
[19:21:30] =================== [PASSED] pf_service ====================
[19:21:30] =================== xe_mocs (2 subtests) ===================
[19:21:30] ================ xe_live_mocs_kernel_kunit  ================
[19:21:30] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[19:21:30] ================ xe_live_mocs_reset_kunit  =================
[19:21:30] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[19:21:30] ==================== [SKIPPED] xe_mocs =====================
[19:21:30] ================= xe_migrate (2 subtests) ==================
[19:21:30] ================= xe_migrate_sanity_kunit  =================
[19:21:30] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[19:21:30] ================== xe_validate_ccs_kunit  ==================
[19:21:30] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[19:21:30] =================== [SKIPPED] xe_migrate ===================
[19:21:30] ================== xe_dma_buf (1 subtest) ==================
[19:21:30] ==================== xe_dma_buf_kunit  =====================
[19:21:30] ================ [SKIPPED] xe_dma_buf_kunit ================
[19:21:30] =================== [SKIPPED] xe_dma_buf ===================
[19:21:30] ================= xe_bo_shrink (1 subtest) =================
[19:21:30] =================== xe_bo_shrink_kunit  ====================
[19:21:30] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[19:21:30] ================== [SKIPPED] xe_bo_shrink ==================
[19:21:30] ==================== xe_bo (2 subtests) ====================
[19:21:30] ================== xe_ccs_migrate_kunit  ===================
[19:21:30] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[19:21:30] ==================== xe_bo_evict_kunit  ====================
[19:21:30] =============== [SKIPPED] xe_bo_evict_kunit ================
[19:21:30] ===================== [SKIPPED] xe_bo ======================
[19:21:30] ==================== args (11 subtests) ====================
[19:21:30] [PASSED] count_args_test
[19:21:30] [PASSED] call_args_example
[19:21:30] [PASSED] call_args_test
[19:21:30] [PASSED] drop_first_arg_example
[19:21:30] [PASSED] drop_first_arg_test
[19:21:30] [PASSED] first_arg_example
[19:21:30] [PASSED] first_arg_test
[19:21:30] [PASSED] last_arg_example
[19:21:30] [PASSED] last_arg_test
[19:21:30] [PASSED] pick_arg_example
[19:21:30] [PASSED] sep_comma_example
[19:21:30] ====================== [PASSED] args =======================
[19:21:30] =================== xe_pci (3 subtests) ====================
[19:21:30] ==================== check_graphics_ip  ====================
[19:21:30] [PASSED] 12.70 Xe_LPG
[19:21:30] [PASSED] 12.71 Xe_LPG
[19:21:30] [PASSED] 12.74 Xe_LPG+
[19:21:30] [PASSED] 20.01 Xe2_HPG
[19:21:30] [PASSED] 20.02 Xe2_HPG
[19:21:30] [PASSED] 20.04 Xe2_LPG
[19:21:30] [PASSED] 30.00 Xe3_LPG
[19:21:30] [PASSED] 30.01 Xe3_LPG
[19:21:30] [PASSED] 30.03 Xe3_LPG
[19:21:30] ================ [PASSED] check_graphics_ip ================
[19:21:30] ===================== check_media_ip  ======================
[19:21:30] [PASSED] 13.00 Xe_LPM+
[19:21:30] [PASSED] 13.01 Xe2_HPM
[19:21:30] [PASSED] 20.00 Xe2_LPM
[19:21:30] [PASSED] 30.00 Xe3_LPM
[19:21:30] [PASSED] 30.02 Xe3_LPM
[19:21:30] ================= [PASSED] check_media_ip ==================
[19:21:30] ================= check_platform_gt_count  =================
[19:21:30] [PASSED] 0x9A60 (TIGERLAKE)
[19:21:30] [PASSED] 0x9A68 (TIGERLAKE)
[19:21:30] [PASSED] 0x9A70 (TIGERLAKE)
[19:21:30] [PASSED] 0x9A40 (TIGERLAKE)
[19:21:30] [PASSED] 0x9A49 (TIGERLAKE)
[19:21:30] [PASSED] 0x9A59 (TIGERLAKE)
[19:21:30] [PASSED] 0x9A78 (TIGERLAKE)
[19:21:30] [PASSED] 0x9AC0 (TIGERLAKE)
[19:21:30] [PASSED] 0x9AC9 (TIGERLAKE)
[19:21:30] [PASSED] 0x9AD9 (TIGERLAKE)
[19:21:30] [PASSED] 0x9AF8 (TIGERLAKE)
[19:21:30] [PASSED] 0x4C80 (ROCKETLAKE)
[19:21:30] [PASSED] 0x4C8A (ROCKETLAKE)
[19:21:30] [PASSED] 0x4C8B (ROCKETLAKE)
[19:21:30] [PASSED] 0x4C8C (ROCKETLAKE)
[19:21:30] [PASSED] 0x4C90 (ROCKETLAKE)
[19:21:30] [PASSED] 0x4C9A (ROCKETLAKE)
[19:21:30] [PASSED] 0x4680 (ALDERLAKE_S)
[19:21:30] [PASSED] 0x4682 (ALDERLAKE_S)
[19:21:30] [PASSED] 0x4688 (ALDERLAKE_S)
[19:21:30] [PASSED] 0x468A (ALDERLAKE_S)
[19:21:30] [PASSED] 0x468B (ALDERLAKE_S)
[19:21:30] [PASSED] 0x4690 (ALDERLAKE_S)
[19:21:30] [PASSED] 0x4692 (ALDERLAKE_S)
[19:21:30] [PASSED] 0x4693 (ALDERLAKE_S)
[19:21:30] [PASSED] 0x46A0 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46A1 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46A2 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46A3 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46A6 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46A8 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46AA (ALDERLAKE_P)
[19:21:30] [PASSED] 0x462A (ALDERLAKE_P)
[19:21:30] [PASSED] 0x4626 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x4628 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46B0 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46B1 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46B2 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46B3 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46C0 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46C1 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46C2 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46C3 (ALDERLAKE_P)
[19:21:30] [PASSED] 0x46D0 (ALDERLAKE_N)
[19:21:30] [PASSED] 0x46D1 (ALDERLAKE_N)
[19:21:30] [PASSED] 0x46D2 (ALDERLAKE_N)
[19:21:30] [PASSED] 0x46D3 (ALDERLAKE_N)
[19:21:30] [PASSED] 0x46D4 (ALDERLAKE_N)
[19:21:30] [PASSED] 0xA721 (ALDERLAKE_P)
[19:21:30] [PASSED] 0xA7A1 (ALDERLAKE_P)
[19:21:30] [PASSED] 0xA7A9 (ALDERLAKE_P)
[19:21:30] [PASSED] 0xA7AC (ALDERLAKE_P)
[19:21:30] [PASSED] 0xA7AD (ALDERLAKE_P)
[19:21:30] [PASSED] 0xA720 (ALDERLAKE_P)
[19:21:30] [PASSED] 0xA7A0 (ALDERLAKE_P)
[19:21:30] [PASSED] 0xA7A8 (ALDERLAKE_P)
[19:21:30] [PASSED] 0xA7AA (ALDERLAKE_P)
[19:21:30] [PASSED] 0xA7AB (ALDERLAKE_P)
[19:21:30] [PASSED] 0xA780 (ALDERLAKE_S)
[19:21:30] [PASSED] 0xA781 (ALDERLAKE_S)
[19:21:30] [PASSED] 0xA782 (ALDERLAKE_S)
[19:21:30] [PASSED] 0xA783 (ALDERLAKE_S)
[19:21:30] [PASSED] 0xA788 (ALDERLAKE_S)
[19:21:30] [PASSED] 0xA789 (ALDERLAKE_S)
[19:21:30] [PASSED] 0xA78A (ALDERLAKE_S)
[19:21:30] [PASSED] 0xA78B (ALDERLAKE_S)
[19:21:30] [PASSED] 0x4905 (DG1)
[19:21:30] [PASSED] 0x4906 (DG1)
[19:21:30] [PASSED] 0x4907 (DG1)
[19:21:30] [PASSED] 0x4908 (DG1)
[19:21:30] [PASSED] 0x4909 (DG1)
[19:21:30] [PASSED] 0x56C0 (DG2)
[19:21:30] [PASSED] 0x56C2 (DG2)
[19:21:30] [PASSED] 0x56C1 (DG2)
[19:21:30] [PASSED] 0x7D51 (METEORLAKE)
[19:21:30] [PASSED] 0x7DD1 (METEORLAKE)
[19:21:30] [PASSED] 0x7D41 (METEORLAKE)
[19:21:30] [PASSED] 0x7D67 (METEORLAKE)
[19:21:30] [PASSED] 0xB640 (METEORLAKE)
[19:21:30] [PASSED] 0x56A0 (DG2)
[19:21:30] [PASSED] 0x56A1 (DG2)
[19:21:30] [PASSED] 0x56A2 (DG2)
[19:21:30] [PASSED] 0x56BE (DG2)
[19:21:30] [PASSED] 0x56BF (DG2)
[19:21:30] [PASSED] 0x5690 (DG2)
[19:21:30] [PASSED] 0x5691 (DG2)
[19:21:30] [PASSED] 0x5692 (DG2)
[19:21:30] [PASSED] 0x56A5 (DG2)
[19:21:30] [PASSED] 0x56A6 (DG2)
[19:21:30] [PASSED] 0x56B0 (DG2)
[19:21:30] [PASSED] 0x56B1 (DG2)
[19:21:30] [PASSED] 0x56BA (DG2)
[19:21:30] [PASSED] 0x56BB (DG2)
[19:21:30] [PASSED] 0x56BC (DG2)
[19:21:30] [PASSED] 0x56BD (DG2)
[19:21:30] [PASSED] 0x5693 (DG2)
[19:21:30] [PASSED] 0x5694 (DG2)
[19:21:30] [PASSED] 0x5695 (DG2)
[19:21:30] [PASSED] 0x56A3 (DG2)
[19:21:30] [PASSED] 0x56A4 (DG2)
[19:21:30] [PASSED] 0x56B2 (DG2)
[19:21:30] [PASSED] 0x56B3 (DG2)
[19:21:30] [PASSED] 0x5696 (DG2)
[19:21:30] [PASSED] 0x5697 (DG2)
[19:21:30] [PASSED] 0xB69 (PVC)
[19:21:30] [PASSED] 0xB6E (PVC)
[19:21:30] [PASSED] 0xBD4 (PVC)
[19:21:30] [PASSED] 0xBD5 (PVC)
[19:21:30] [PASSED] 0xBD6 (PVC)
[19:21:30] [PASSED] 0xBD7 (PVC)
[19:21:30] [PASSED] 0xBD8 (PVC)
[19:21:30] [PASSED] 0xBD9 (PVC)
[19:21:30] [PASSED] 0xBDA (PVC)
[19:21:30] [PASSED] 0xBDB (PVC)
[19:21:30] [PASSED] 0xBE0 (PVC)
[19:21:30] [PASSED] 0xBE1 (PVC)
[19:21:30] [PASSED] 0xBE5 (PVC)
[19:21:30] [PASSED] 0x7D40 (METEORLAKE)
[19:21:30] [PASSED] 0x7D45 (METEORLAKE)
[19:21:30] [PASSED] 0x7D55 (METEORLAKE)
[19:21:30] [PASSED] 0x7D60 (METEORLAKE)
[19:21:30] [PASSED] 0x7DD5 (METEORLAKE)
[19:21:30] [PASSED] 0x6420 (LUNARLAKE)
[19:21:30] [PASSED] 0x64A0 (LUNARLAKE)
[19:21:30] [PASSED] 0x64B0 (LUNARLAKE)
[19:21:30] [PASSED] 0xE202 (BATTLEMAGE)
[19:21:30] [PASSED] 0xE209 (BATTLEMAGE)
[19:21:30] [PASSED] 0xE20B (BATTLEMAGE)
[19:21:30] [PASSED] 0xE20C (BATTLEMAGE)
[19:21:30] [PASSED] 0xE20D (BATTLEMAGE)
[19:21:30] [PASSED] 0xE210 (BATTLEMAGE)
[19:21:30] [PASSED] 0xE211 (BATTLEMAGE)
[19:21:30] [PASSED] 0xE212 (BATTLEMAGE)
[19:21:30] [PASSED] 0xE216 (BATTLEMAGE)
[19:21:30] [PASSED] 0xE220 (BATTLEMAGE)
[19:21:30] [PASSED] 0xE221 (BATTLEMAGE)
[19:21:30] [PASSED] 0xE222 (BATTLEMAGE)
[19:21:30] [PASSED] 0xE223 (BATTLEMAGE)
[19:21:30] [PASSED] 0xB080 (PANTHERLAKE)
[19:21:30] [PASSED] 0xB081 (PANTHERLAKE)
[19:21:30] [PASSED] 0xB082 (PANTHERLAKE)
[19:21:30] [PASSED] 0xB083 (PANTHERLAKE)
[19:21:30] [PASSED] 0xB084 (PANTHERLAKE)
[19:21:30] [PASSED] 0xB085 (PANTHERLAKE)
[19:21:30] [PASSED] 0xB086 (PANTHERLAKE)
[19:21:30] [PASSED] 0xB087 (PANTHERLAKE)
[19:21:30] [PASSED] 0xB08F (PANTHERLAKE)
[19:21:30] [PASSED] 0xB090 (PANTHERLAKE)
[19:21:30] [PASSED] 0xB0A0 (PANTHERLAKE)
[19:21:30] [PASSED] 0xB0B0 (PANTHERLAKE)
[19:21:30] [PASSED] 0xFD80 (PANTHERLAKE)
[19:21:30] [PASSED] 0xFD81 (PANTHERLAKE)
[19:21:30] ============= [PASSED] check_platform_gt_count =============
[19:21:30] ===================== [PASSED] xe_pci ======================
[19:21:30] =================== xe_rtp (2 subtests) ====================
[19:21:30] =============== xe_rtp_process_to_sr_tests  ================
[19:21:30] [PASSED] coalesce-same-reg
[19:21:30] [PASSED] no-match-no-add
[19:21:30] [PASSED] match-or
[19:21:30] [PASSED] match-or-xfail
[19:21:30] [PASSED] no-match-no-add-multiple-rules
[19:21:30] [PASSED] two-regs-two-entries
[19:21:30] [PASSED] clr-one-set-other
[19:21:30] [PASSED] set-field
[19:21:30] [PASSED] conflict-duplicate
[19:21:30] [PASSED] conflict-not-disjoint
[19:21:30] [PASSED] conflict-reg-type
[19:21:30] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[19:21:30] ================== xe_rtp_process_tests  ===================
[19:21:30] [PASSED] active1
[19:21:30] [PASSED] active2
[19:21:30] [PASSED] active-inactive
[19:21:30] [PASSED] inactive-active
[19:21:30] [PASSED] inactive-1st_or_active-inactive
[19:21:30] [PASSED] inactive-2nd_or_active-inactive
[19:21:30] [PASSED] inactive-last_or_active-inactive
[19:21:30] [PASSED] inactive-no_or_active-inactive
[19:21:30] ============== [PASSED] xe_rtp_process_tests ===============
[19:21:30] ===================== [PASSED] xe_rtp ======================
[19:21:30] ==================== xe_wa (1 subtest) =====================
[19:21:30] ======================== xe_wa_gt  =========================
[19:21:30] [PASSED] TIGERLAKE (B0)
[19:21:30] [PASSED] DG1 (A0)
[19:21:30] [PASSED] DG1 (B0)
[19:21:30] [PASSED] ALDERLAKE_S (A0)
[19:21:30] [PASSED] ALDERLAKE_S (B0)
[19:21:30] [PASSED] ALDERLAKE_S (C0)
[19:21:30] [PASSED] ALDERLAKE_S (D0)
[19:21:30] [PASSED] ALDERLAKE_P (A0)
[19:21:30] [PASSED] ALDERLAKE_P (B0)
[19:21:30] [PASSED] ALDERLAKE_P (C0)
[19:21:30] [PASSED] ALDERLAKE_S_RPLS (D0)
[19:21:30] [PASSED] ALDERLAKE_P_RPLU (E0)
[19:21:30] [PASSED] DG2_G10 (C0)
[19:21:30] [PASSED] DG2_G11 (B1)
[19:21:30] [PASSED] DG2_G12 (A1)
[19:21:30] [PASSED] METEORLAKE (g:A0, m:A0)
[19:21:30] [PASSED] METEORLAKE (g:A0, m:A0)
[19:21:30] [PASSED] METEORLAKE (g:A0, m:A0)
[19:21:30] [PASSED] LUNARLAKE (g:A0, m:A0)
[19:21:30] [PASSED] LUNARLAKE (g:B0, m:A0)
stty: 'standard input': Inappropriate ioctl for device
[19:21:30] [PASSED] BATTLEMAGE (g:A0, m:A1)
[19:21:30] ==================== [PASSED] xe_wa_gt =====================
[19:21:30] ====================== [PASSED] xe_wa ======================
[19:21:30] ============================================================
[19:21:30] Testing complete. Ran 297 tests: passed: 281, skipped: 16
[19:21:30] Elapsed time: 38.227s total, 4.199s configuring, 33.661s building, 0.316s running

+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/tests/.kunitconfig
[19:21:30] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[19:21:31] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=25
[19:21:57] Starting KUnit Kernel (1/1)...
[19:21:57] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[19:21:58] == drm_test_atomic_get_connector_for_encoder (1 subtest) ===
[19:21:58] [PASSED] drm_test_drm_atomic_get_connector_for_encoder
[19:21:58] ==== [PASSED] drm_test_atomic_get_connector_for_encoder ====
[19:21:58] =========== drm_validate_clone_mode (2 subtests) ===========
[19:21:58] ============== drm_test_check_in_clone_mode  ===============
[19:21:58] [PASSED] in_clone_mode
[19:21:58] [PASSED] not_in_clone_mode
[19:21:58] ========== [PASSED] drm_test_check_in_clone_mode ===========
[19:21:58] =============== drm_test_check_valid_clones  ===============
[19:21:58] [PASSED] not_in_clone_mode
[19:21:58] [PASSED] valid_clone
[19:21:58] [PASSED] invalid_clone
[19:21:58] =========== [PASSED] drm_test_check_valid_clones ===========
[19:21:58] ============= [PASSED] drm_validate_clone_mode =============
[19:21:58] ============= drm_validate_modeset (1 subtest) =============
[19:21:58] [PASSED] drm_test_check_connector_changed_modeset
[19:21:58] ============== [PASSED] drm_validate_modeset ===============
[19:21:58] ====== drm_test_bridge_get_current_state (2 subtests) ======
[19:21:58] [PASSED] drm_test_drm_bridge_get_current_state_atomic
[19:21:58] [PASSED] drm_test_drm_bridge_get_current_state_legacy
[19:21:58] ======== [PASSED] drm_test_bridge_get_current_state ========
[19:21:58] ====== drm_test_bridge_helper_reset_crtc (3 subtests) ======
[19:21:58] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic
[19:21:58] [PASSED] drm_test_drm_bridge_helper_reset_crtc_atomic_disabled
[19:21:58] [PASSED] drm_test_drm_bridge_helper_reset_crtc_legacy
[19:21:58] ======== [PASSED] drm_test_bridge_helper_reset_crtc ========
[19:21:58] ============== drm_bridge_alloc (2 subtests) ===============
[19:21:58] [PASSED] drm_test_drm_bridge_alloc_basic
[19:21:58] [PASSED] drm_test_drm_bridge_alloc_get_put
[19:21:58] ================ [PASSED] drm_bridge_alloc =================
[19:21:58] ================== drm_buddy (7 subtests) ==================
[19:21:58] [PASSED] drm_test_buddy_alloc_limit
[19:21:58] [PASSED] drm_test_buddy_alloc_optimistic
[19:21:58] [PASSED] drm_test_buddy_alloc_pessimistic
[19:21:58] [PASSED] drm_test_buddy_alloc_pathological
[19:21:58] [PASSED] drm_test_buddy_alloc_contiguous
[19:21:58] [PASSED] drm_test_buddy_alloc_clear
[19:21:58] [PASSED] drm_test_buddy_alloc_range_bias
[19:21:58] ==================== [PASSED] drm_buddy ====================
[19:21:58] ============= drm_cmdline_parser (40 subtests) =============
[19:21:58] [PASSED] drm_test_cmdline_force_d_only
[19:21:58] [PASSED] drm_test_cmdline_force_D_only_dvi
[19:21:58] [PASSED] drm_test_cmdline_force_D_only_hdmi
[19:21:58] [PASSED] drm_test_cmdline_force_D_only_not_digital
[19:21:58] [PASSED] drm_test_cmdline_force_e_only
[19:21:58] [PASSED] drm_test_cmdline_res
[19:21:58] [PASSED] drm_test_cmdline_res_vesa
[19:21:58] [PASSED] drm_test_cmdline_res_vesa_rblank
[19:21:58] [PASSED] drm_test_cmdline_res_rblank
[19:21:58] [PASSED] drm_test_cmdline_res_bpp
[19:21:58] [PASSED] drm_test_cmdline_res_refresh
[19:21:58] [PASSED] drm_test_cmdline_res_bpp_refresh
[19:21:58] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced
[19:21:58] [PASSED] drm_test_cmdline_res_bpp_refresh_margins
[19:21:58] [PASSED] drm_test_cmdline_res_bpp_refresh_force_off
[19:21:58] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on
[19:21:58] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_analog
[19:21:58] [PASSED] drm_test_cmdline_res_bpp_refresh_force_on_digital
[19:21:58] [PASSED] drm_test_cmdline_res_bpp_refresh_interlaced_margins_force_on
[19:21:58] [PASSED] drm_test_cmdline_res_margins_force_on
[19:21:58] [PASSED] drm_test_cmdline_res_vesa_margins
[19:21:58] [PASSED] drm_test_cmdline_name
[19:21:58] [PASSED] drm_test_cmdline_name_bpp
[19:21:58] [PASSED] drm_test_cmdline_name_option
[19:21:58] [PASSED] drm_test_cmdline_name_bpp_option
[19:21:58] [PASSED] drm_test_cmdline_rotate_0
[19:21:58] [PASSED] drm_test_cmdline_rotate_90
[19:21:58] [PASSED] drm_test_cmdline_rotate_180
[19:21:58] [PASSED] drm_test_cmdline_rotate_270
[19:21:58] [PASSED] drm_test_cmdline_hmirror
[19:21:58] [PASSED] drm_test_cmdline_vmirror
[19:21:58] [PASSED] drm_test_cmdline_margin_options
[19:21:58] [PASSED] drm_test_cmdline_multiple_options
[19:21:58] [PASSED] drm_test_cmdline_bpp_extra_and_option
[19:21:58] [PASSED] drm_test_cmdline_extra_and_option
[19:21:58] [PASSED] drm_test_cmdline_freestanding_options
[19:21:58] [PASSED] drm_test_cmdline_freestanding_force_e_and_options
[19:21:58] [PASSED] drm_test_cmdline_panel_orientation
[19:21:58] ================ drm_test_cmdline_invalid  =================
[19:21:58] [PASSED] margin_only
[19:21:58] [PASSED] interlace_only
[19:21:58] [PASSED] res_missing_x
[19:21:58] [PASSED] res_missing_y
[19:21:58] [PASSED] res_bad_y
[19:21:58] [PASSED] res_missing_y_bpp
[19:21:58] [PASSED] res_bad_bpp
[19:21:58] [PASSED] res_bad_refresh
[19:21:58] [PASSED] res_bpp_refresh_force_on_off
[19:21:58] [PASSED] res_invalid_mode
[19:21:58] [PASSED] res_bpp_wrong_place_mode
[19:21:58] [PASSED] name_bpp_refresh
[19:21:58] [PASSED] name_refresh
[19:21:58] [PASSED] name_refresh_wrong_mode
[19:21:58] [PASSED] name_refresh_invalid_mode
[19:21:58] [PASSED] rotate_multiple
[19:21:58] [PASSED] rotate_invalid_val
[19:21:58] [PASSED] rotate_truncated
[19:21:58] [PASSED] invalid_option
[19:21:58] [PASSED] invalid_tv_option
[19:21:58] [PASSED] truncated_tv_option
[19:21:58] ============ [PASSED] drm_test_cmdline_invalid =============
[19:21:58] =============== drm_test_cmdline_tv_options  ===============
[19:21:58] [PASSED] NTSC
[19:21:58] [PASSED] NTSC_443
[19:21:58] [PASSED] NTSC_J
[19:21:58] [PASSED] PAL
[19:21:58] [PASSED] PAL_M
[19:21:58] [PASSED] PAL_N
[19:21:58] [PASSED] SECAM
[19:21:58] [PASSED] MONO_525
[19:21:58] [PASSED] MONO_625
[19:21:58] =========== [PASSED] drm_test_cmdline_tv_options ===========
[19:21:58] =============== [PASSED] drm_cmdline_parser ================
[19:21:58] ========== drmm_connector_hdmi_init (20 subtests) ==========
[19:21:58] [PASSED] drm_test_connector_hdmi_init_valid
[19:21:58] [PASSED] drm_test_connector_hdmi_init_bpc_8
[19:21:58] [PASSED] drm_test_connector_hdmi_init_bpc_10
[19:21:58] [PASSED] drm_test_connector_hdmi_init_bpc_12
[19:21:58] [PASSED] drm_test_connector_hdmi_init_bpc_invalid
[19:21:58] [PASSED] drm_test_connector_hdmi_init_bpc_null
[19:21:58] [PASSED] drm_test_connector_hdmi_init_formats_empty
[19:21:58] [PASSED] drm_test_connector_hdmi_init_formats_no_rgb
[19:21:58] === drm_test_connector_hdmi_init_formats_yuv420_allowed  ===
[19:21:58] [PASSED] supported_formats=0x9 yuv420_allowed=1
[19:21:58] [PASSED] supported_formats=0x9 yuv420_allowed=0
[19:21:58] [PASSED] supported_formats=0x3 yuv420_allowed=1
[19:21:58] [PASSED] supported_formats=0x3 yuv420_allowed=0
[19:21:58] === [PASSED] drm_test_connector_hdmi_init_formats_yuv420_allowed ===
[19:21:58] [PASSED] drm_test_connector_hdmi_init_null_ddc
[19:21:58] [PASSED] drm_test_connector_hdmi_init_null_product
[19:21:58] [PASSED] drm_test_connector_hdmi_init_null_vendor
[19:21:58] [PASSED] drm_test_connector_hdmi_init_product_length_exact
[19:21:58] [PASSED] drm_test_connector_hdmi_init_product_length_too_long
[19:21:58] [PASSED] drm_test_connector_hdmi_init_product_valid
[19:21:58] [PASSED] drm_test_connector_hdmi_init_vendor_length_exact
[19:21:58] [PASSED] drm_test_connector_hdmi_init_vendor_length_too_long
[19:21:58] [PASSED] drm_test_connector_hdmi_init_vendor_valid
[19:21:58] ========= drm_test_connector_hdmi_init_type_valid  =========
[19:21:58] [PASSED] HDMI-A
[19:21:58] [PASSED] HDMI-B
[19:21:58] ===== [PASSED] drm_test_connector_hdmi_init_type_valid =====
[19:21:58] ======== drm_test_connector_hdmi_init_type_invalid  ========
[19:21:58] [PASSED] Unknown
[19:21:58] [PASSED] VGA
[19:21:58] [PASSED] DVI-I
[19:21:58] [PASSED] DVI-D
[19:21:58] [PASSED] DVI-A
[19:21:58] [PASSED] Composite
[19:21:58] [PASSED] SVIDEO
[19:21:58] [PASSED] LVDS
[19:21:58] [PASSED] Component
[19:21:58] [PASSED] DIN
[19:21:58] [PASSED] DP
[19:21:58] [PASSED] TV
[19:21:58] [PASSED] eDP
[19:21:58] [PASSED] Virtual
[19:21:58] [PASSED] DSI
[19:21:58] [PASSED] DPI
[19:21:58] [PASSED] Writeback
[19:21:58] [PASSED] SPI
[19:21:58] [PASSED] USB
[19:21:58] ==== [PASSED] drm_test_connector_hdmi_init_type_invalid ====
[19:21:58] ============ [PASSED] drmm_connector_hdmi_init =============
[19:21:58] ============= drmm_connector_init (3 subtests) =============
[19:21:58] [PASSED] drm_test_drmm_connector_init
[19:21:58] [PASSED] drm_test_drmm_connector_init_null_ddc
[19:21:58] ========= drm_test_drmm_connector_init_type_valid  =========
[19:21:58] [PASSED] Unknown
[19:21:58] [PASSED] VGA
[19:21:58] [PASSED] DVI-I
[19:21:58] [PASSED] DVI-D
[19:21:58] [PASSED] DVI-A
[19:21:58] [PASSED] Composite
[19:21:58] [PASSED] SVIDEO
[19:21:58] [PASSED] LVDS
[19:21:58] [PASSED] Component
[19:21:58] [PASSED] DIN
[19:21:58] [PASSED] DP
[19:21:58] [PASSED] HDMI-A
[19:21:58] [PASSED] HDMI-B
[19:21:58] [PASSED] TV
[19:21:58] [PASSED] eDP
[19:21:58] [PASSED] Virtual
[19:21:58] [PASSED] DSI
[19:21:58] [PASSED] DPI
[19:21:58] [PASSED] Writeback
[19:21:58] [PASSED] SPI
[19:21:58] [PASSED] USB
[19:21:58] ===== [PASSED] drm_test_drmm_connector_init_type_valid =====
[19:21:58] =============== [PASSED] drmm_connector_init ===============
[19:21:58] ========= drm_connector_dynamic_init (6 subtests) ==========
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_init
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_init_null_ddc
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_init_not_added
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_init_properties
[19:21:58] ===== drm_test_drm_connector_dynamic_init_type_valid  ======
[19:21:58] [PASSED] Unknown
[19:21:58] [PASSED] VGA
[19:21:58] [PASSED] DVI-I
[19:21:58] [PASSED] DVI-D
[19:21:58] [PASSED] DVI-A
[19:21:58] [PASSED] Composite
[19:21:58] [PASSED] SVIDEO
[19:21:58] [PASSED] LVDS
[19:21:58] [PASSED] Component
[19:21:58] [PASSED] DIN
[19:21:58] [PASSED] DP
[19:21:58] [PASSED] HDMI-A
[19:21:58] [PASSED] HDMI-B
[19:21:58] [PASSED] TV
[19:21:58] [PASSED] eDP
[19:21:58] [PASSED] Virtual
[19:21:58] [PASSED] DSI
[19:21:58] [PASSED] DPI
[19:21:58] [PASSED] Writeback
[19:21:58] [PASSED] SPI
[19:21:58] [PASSED] USB
[19:21:58] = [PASSED] drm_test_drm_connector_dynamic_init_type_valid ==
[19:21:58] ======== drm_test_drm_connector_dynamic_init_name  =========
[19:21:58] [PASSED] Unknown
[19:21:58] [PASSED] VGA
[19:21:58] [PASSED] DVI-I
[19:21:58] [PASSED] DVI-D
[19:21:58] [PASSED] DVI-A
[19:21:58] [PASSED] Composite
[19:21:58] [PASSED] SVIDEO
[19:21:58] [PASSED] LVDS
[19:21:58] [PASSED] Component
[19:21:58] [PASSED] DIN
[19:21:58] [PASSED] DP
[19:21:58] [PASSED] HDMI-A
[19:21:58] [PASSED] HDMI-B
[19:21:58] [PASSED] TV
[19:21:58] [PASSED] eDP
[19:21:58] [PASSED] Virtual
[19:21:58] [PASSED] DSI
[19:21:58] [PASSED] DPI
[19:21:58] [PASSED] Writeback
[19:21:58] [PASSED] SPI
[19:21:58] [PASSED] USB
[19:21:58] ==== [PASSED] drm_test_drm_connector_dynamic_init_name =====
[19:21:58] =========== [PASSED] drm_connector_dynamic_init ============
[19:21:58] ==== drm_connector_dynamic_register_early (4 subtests) =====
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_early_on_list
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_early_defer
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_early_no_init
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_early_no_mode_object
[19:21:58] ====== [PASSED] drm_connector_dynamic_register_early =======
[19:21:58] ======= drm_connector_dynamic_register (7 subtests) ========
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_on_list
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_no_defer
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_no_init
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_mode_object
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_sysfs
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_sysfs_name
[19:21:58] [PASSED] drm_test_drm_connector_dynamic_register_debugfs
[19:21:58] ========= [PASSED] drm_connector_dynamic_register ==========
[19:21:58] = drm_connector_attach_broadcast_rgb_property (2 subtests) =
[19:21:58] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property
[19:21:58] [PASSED] drm_test_drm_connector_attach_broadcast_rgb_property_hdmi_connector
[19:21:58] === [PASSED] drm_connector_attach_broadcast_rgb_property ===
[19:21:58] ========== drm_get_tv_mode_from_name (2 subtests) ==========
[19:21:58] ========== drm_test_get_tv_mode_from_name_valid  ===========
[19:21:58] [PASSED] NTSC
[19:21:58] [PASSED] NTSC-443
[19:21:58] [PASSED] NTSC-J
[19:21:58] [PASSED] PAL
[19:21:58] [PASSED] PAL-M
[19:21:58] [PASSED] PAL-N
[19:21:58] [PASSED] SECAM
[19:21:58] [PASSED] Mono
[19:21:58] ====== [PASSED] drm_test_get_tv_mode_from_name_valid =======
[19:21:58] [PASSED] drm_test_get_tv_mode_from_name_truncated
[19:21:58] ============ [PASSED] drm_get_tv_mode_from_name ============
[19:21:58] = drm_test_connector_hdmi_compute_mode_clock (12 subtests) =
[19:21:58] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb
[19:21:58] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc
[19:21:58] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_10bpc_vic_1
[19:21:58] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc
[19:21:58] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_12bpc_vic_1
[19:21:58] [PASSED] drm_test_drm_hdmi_compute_mode_clock_rgb_double
[19:21:58] = drm_test_connector_hdmi_compute_mode_clock_yuv420_valid  =
[19:21:58] [PASSED] VIC 96
[19:21:58] [PASSED] VIC 97
[19:21:58] [PASSED] VIC 101
[19:21:58] [PASSED] VIC 102
[19:21:58] [PASSED] VIC 106
[19:21:58] [PASSED] VIC 107
[19:21:58] === [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_valid ===
[19:21:58] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_10_bpc
[19:21:58] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv420_12_bpc
[19:21:58] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_8_bpc
[19:21:58] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_10_bpc
[19:21:58] [PASSED] drm_test_connector_hdmi_compute_mode_clock_yuv422_12_bpc
[19:21:58] === [PASSED] drm_test_connector_hdmi_compute_mode_clock ====
[19:21:58] == drm_hdmi_connector_get_broadcast_rgb_name (2 subtests) ==
[19:21:58] === drm_test_drm_hdmi_connector_get_broadcast_rgb_name  ====
[19:21:58] [PASSED] Automatic
[19:21:58] [PASSED] Full
[19:21:58] [PASSED] Limited 16:235
[19:21:58] === [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name ===
[19:21:58] [PASSED] drm_test_drm_hdmi_connector_get_broadcast_rgb_name_invalid
[19:21:58] ==== [PASSED] drm_hdmi_connector_get_broadcast_rgb_name ====
[19:21:58] == drm_hdmi_connector_get_output_format_name (2 subtests) ==
[19:21:58] === drm_test_drm_hdmi_connector_get_output_format_name  ====
[19:21:58] [PASSED] RGB
[19:21:58] [PASSED] YUV 4:2:0
[19:21:58] [PASSED] YUV 4:2:2
[19:21:58] [PASSED] YUV 4:4:4
[19:21:58] === [PASSED] drm_test_drm_hdmi_connector_get_output_format_name ===
[19:21:58] [PASSED] drm_test_drm_hdmi_connector_get_output_format_name_invalid
[19:21:58] ==== [PASSED] drm_hdmi_connector_get_output_format_name ====
[19:21:58] ============= drm_damage_helper (21 subtests) ==============
[19:21:58] [PASSED] drm_test_damage_iter_no_damage
[19:21:58] [PASSED] drm_test_damage_iter_no_damage_fractional_src
[19:21:58] [PASSED] drm_test_damage_iter_no_damage_src_moved
[19:21:58] [PASSED] drm_test_damage_iter_no_damage_fractional_src_moved
[19:21:58] [PASSED] drm_test_damage_iter_no_damage_not_visible
[19:21:58] [PASSED] drm_test_damage_iter_no_damage_no_crtc
[19:21:58] [PASSED] drm_test_damage_iter_no_damage_no_fb
[19:21:58] [PASSED] drm_test_damage_iter_simple_damage
[19:21:58] [PASSED] drm_test_damage_iter_single_damage
[19:21:58] [PASSED] drm_test_damage_iter_single_damage_intersect_src
[19:21:58] [PASSED] drm_test_damage_iter_single_damage_outside_src
[19:21:58] [PASSED] drm_test_damage_iter_single_damage_fractional_src
[19:21:58] [PASSED] drm_test_damage_iter_single_damage_intersect_fractional_src
[19:21:58] [PASSED] drm_test_damage_iter_single_damage_outside_fractional_src
[19:21:58] [PASSED] drm_test_damage_iter_single_damage_src_moved
[19:21:58] [PASSED] drm_test_damage_iter_single_damage_fractional_src_moved
[19:21:58] [PASSED] drm_test_damage_iter_damage
[19:21:58] [PASSED] drm_test_damage_iter_damage_one_intersect
[19:21:58] [PASSED] drm_test_damage_iter_damage_one_outside
[19:21:58] [PASSED] drm_test_damage_iter_damage_src_moved
[19:21:58] [PASSED] drm_test_damage_iter_damage_not_visible
[19:21:58] ================ [PASSED] drm_damage_helper ================
[19:21:58] ============== drm_dp_mst_helper (3 subtests) ==============
[19:21:58] ============== drm_test_dp_mst_calc_pbn_mode  ==============
[19:21:58] [PASSED] Clock 154000 BPP 30 DSC disabled
[19:21:58] [PASSED] Clock 234000 BPP 30 DSC disabled
[19:21:58] [PASSED] Clock 297000 BPP 24 DSC disabled
[19:21:58] [PASSED] Clock 332880 BPP 24 DSC enabled
[19:21:58] [PASSED] Clock 324540 BPP 24 DSC enabled
[19:21:58] ========== [PASSED] drm_test_dp_mst_calc_pbn_mode ==========
[19:21:58] ============== drm_test_dp_mst_calc_pbn_div  ===============
[19:21:58] [PASSED] Link rate 2000000 lane count 4
[19:21:58] [PASSED] Link rate 2000000 lane count 2
[19:21:58] [PASSED] Link rate 2000000 lane count 1
[19:21:58] [PASSED] Link rate 1350000 lane count 4
[19:21:58] [PASSED] Link rate 1350000 lane count 2
[19:21:58] [PASSED] Link rate 1350000 lane count 1
[19:21:58] [PASSED] Link rate 1000000 lane count 4
[19:21:58] [PASSED] Link rate 1000000 lane count 2
[19:21:58] [PASSED] Link rate 1000000 lane count 1
[19:21:58] [PASSED] Link rate 810000 lane count 4
[19:21:58] [PASSED] Link rate 810000 lane count 2
[19:21:58] [PASSED] Link rate 810000 lane count 1
[19:21:58] [PASSED] Link rate 540000 lane count 4
[19:21:58] [PASSED] Link rate 540000 lane count 2
[19:21:58] [PASSED] Link rate 540000 lane count 1
[19:21:58] [PASSED] Link rate 270000 lane count 4
[19:21:58] [PASSED] Link rate 270000 lane count 2
[19:21:58] [PASSED] Link rate 270000 lane count 1
[19:21:58] [PASSED] Link rate 162000 lane count 4
[19:21:58] [PASSED] Link rate 162000 lane count 2
[19:21:58] [PASSED] Link rate 162000 lane count 1
[19:21:58] ========== [PASSED] drm_test_dp_mst_calc_pbn_div ===========
[19:21:58] ========= drm_test_dp_mst_sideband_msg_req_decode  =========
[19:21:58] [PASSED] DP_ENUM_PATH_RESOURCES with port number
[19:21:58] [PASSED] DP_POWER_UP_PHY with port number
[19:21:58] [PASSED] DP_POWER_DOWN_PHY with port number
[19:21:58] [PASSED] DP_ALLOCATE_PAYLOAD with SDP stream sinks
[19:21:58] [PASSED] DP_ALLOCATE_PAYLOAD with port number
[19:21:58] [PASSED] DP_ALLOCATE_PAYLOAD with VCPI
[19:21:58] [PASSED] DP_ALLOCATE_PAYLOAD with PBN
[19:21:58] [PASSED] DP_QUERY_PAYLOAD with port number
[19:21:58] [PASSED] DP_QUERY_PAYLOAD with VCPI
[19:21:58] [PASSED] DP_REMOTE_DPCD_READ with port number
[19:21:58] [PASSED] DP_REMOTE_DPCD_READ with DPCD address
[19:21:58] [PASSED] DP_REMOTE_DPCD_READ with max number of bytes
[19:21:58] [PASSED] DP_REMOTE_DPCD_WRITE with port number
[19:21:58] [PASSED] DP_REMOTE_DPCD_WRITE with DPCD address
[19:21:58] [PASSED] DP_REMOTE_DPCD_WRITE with data array
[19:21:58] [PASSED] DP_REMOTE_I2C_READ with port number
[19:21:58] [PASSED] DP_REMOTE_I2C_READ with I2C device ID
[19:21:58] [PASSED] DP_REMOTE_I2C_READ with transactions array
[19:21:58] [PASSED] DP_REMOTE_I2C_WRITE with port number
[19:21:58] [PASSED] DP_REMOTE_I2C_WRITE with I2C device ID
[19:21:58] [PASSED] DP_REMOTE_I2C_WRITE with data array
[19:21:58] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream ID
[19:21:58] [PASSED] DP_QUERY_STREAM_ENC_STATUS with client ID
[19:21:58] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream event
[19:21:58] [PASSED] DP_QUERY_STREAM_ENC_STATUS with valid stream event
[19:21:58] [PASSED] DP_QUERY_STREAM_ENC_STATUS with stream behavior
[19:21:58] [PASSED] DP_QUERY_STREAM_ENC_STATUS with a valid stream behavior
[19:21:58] ===== [PASSED] drm_test_dp_mst_sideband_msg_req_decode =====
[19:21:58] ================ [PASSED] drm_dp_mst_helper ================
[19:21:58] ================== drm_exec (7 subtests) ===================
[19:21:58] [PASSED] sanitycheck
[19:21:58] [PASSED] test_lock
[19:21:58] [PASSED] test_lock_unlock
[19:21:58] [PASSED] test_duplicates
[19:21:58] [PASSED] test_prepare
[19:21:58] [PASSED] test_prepare_array
[19:21:58] [PASSED] test_multiple_loops
[19:21:58] ==================== [PASSED] drm_exec =====================
[19:21:58] =========== drm_format_helper_test (17 subtests) ===========
[19:21:58] ============== drm_test_fb_xrgb8888_to_gray8  ==============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ========== [PASSED] drm_test_fb_xrgb8888_to_gray8 ==========
[19:21:58] ============= drm_test_fb_xrgb8888_to_rgb332  ==============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb332 ==========
[19:21:58] ============= drm_test_fb_xrgb8888_to_rgb565  ==============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb565 ==========
[19:21:58] ============ drm_test_fb_xrgb8888_to_xrgb1555  =============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ======== [PASSED] drm_test_fb_xrgb8888_to_xrgb1555 =========
[19:21:58] ============ drm_test_fb_xrgb8888_to_argb1555  =============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ======== [PASSED] drm_test_fb_xrgb8888_to_argb1555 =========
[19:21:58] ============ drm_test_fb_xrgb8888_to_rgba5551  =============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ======== [PASSED] drm_test_fb_xrgb8888_to_rgba5551 =========
[19:21:58] ============= drm_test_fb_xrgb8888_to_rgb888  ==============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ========= [PASSED] drm_test_fb_xrgb8888_to_rgb888 ==========
[19:21:58] ============= drm_test_fb_xrgb8888_to_bgr888  ==============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ========= [PASSED] drm_test_fb_xrgb8888_to_bgr888 ==========
[19:21:58] ============ drm_test_fb_xrgb8888_to_argb8888  =============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ======== [PASSED] drm_test_fb_xrgb8888_to_argb8888 =========
[19:21:58] =========== drm_test_fb_xrgb8888_to_xrgb2101010  ===========
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ======= [PASSED] drm_test_fb_xrgb8888_to_xrgb2101010 =======
[19:21:58] =========== drm_test_fb_xrgb8888_to_argb2101010  ===========
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ======= [PASSED] drm_test_fb_xrgb8888_to_argb2101010 =======
[19:21:58] ============== drm_test_fb_xrgb8888_to_mono  ===============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ========== [PASSED] drm_test_fb_xrgb8888_to_mono ===========
[19:21:58] ==================== drm_test_fb_swab  =====================
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ================ [PASSED] drm_test_fb_swab =================
[19:21:58] ============ drm_test_fb_xrgb8888_to_xbgr8888  =============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ======== [PASSED] drm_test_fb_xrgb8888_to_xbgr8888 =========
[19:21:58] ============ drm_test_fb_xrgb8888_to_abgr8888  =============
[19:21:58] [PASSED] single_pixel_source_buffer
[19:21:58] [PASSED] single_pixel_clip_rectangle
[19:21:58] [PASSED] well_known_colors
[19:21:58] [PASSED] destination_pitch
[19:21:58] ======== [PASSED] drm_test_fb_xrgb8888_to_abgr8888 =========
[19:21:58] ================= drm_test_fb_clip_offset  =================
[19:21:58] [PASSED] pass through
[19:21:58] [PASSED] horizontal offset
[19:21:58] [PASSED] vertical offset
[19:21:58] [PASSED] horizontal and vertical offset
[19:21:58] [PASSED] horizontal offset (custom pitch)
[19:21:58] [PASSED] vertical offset (custom pitch)
[19:21:58] [PASSED] horizontal and vertical offset (custom pitch)
[19:21:58] ============= [PASSED] drm_test_fb_clip_offset =============
[19:21:58] =================== drm_test_fb_memcpy  ====================
[19:21:58] [PASSED] single_pixel_source_buffer: XR24 little-endian (0x34325258)
[19:21:58] [PASSED] single_pixel_source_buffer: XRA8 little-endian (0x38415258)
[19:21:58] [PASSED] single_pixel_source_buffer: YU24 little-endian (0x34325559)
[19:21:58] [PASSED] single_pixel_clip_rectangle: XB24 little-endian (0x34324258)
[19:21:58] [PASSED] single_pixel_clip_rectangle: XRA8 little-endian (0x38415258)
[19:21:58] [PASSED] single_pixel_clip_rectangle: YU24 little-endian (0x34325559)
[19:21:58] [PASSED] well_known_colors: XB24 little-endian (0x34324258)
[19:21:58] [PASSED] well_known_colors: XRA8 little-endian (0x38415258)
[19:21:58] [PASSED] well_known_colors: YU24 little-endian (0x34325559)
[19:21:58] [PASSED] destination_pitch: XB24 little-endian (0x34324258)
[19:21:58] [PASSED] destination_pitch: XRA8 little-endian (0x38415258)
[19:21:58] [PASSED] destination_pitch: YU24 little-endian (0x34325559)
[19:21:58] =============== [PASSED] drm_test_fb_memcpy ================
[19:21:58] ============= [PASSED] drm_format_helper_test ==============
[19:21:58] ================= drm_format (18 subtests) =================
[19:21:58] [PASSED] drm_test_format_block_width_invalid
[19:21:58] [PASSED] drm_test_format_block_width_one_plane
[19:21:58] [PASSED] drm_test_format_block_width_two_plane
[19:21:58] [PASSED] drm_test_format_block_width_three_plane
[19:21:58] [PASSED] drm_test_format_block_width_tiled
[19:21:58] [PASSED] drm_test_format_block_height_invalid
[19:21:58] [PASSED] drm_test_format_block_height_one_plane
[19:21:58] [PASSED] drm_test_format_block_height_two_plane
[19:21:58] [PASSED] drm_test_format_block_height_three_plane
[19:21:58] [PASSED] drm_test_format_block_height_tiled
[19:21:58] [PASSED] drm_test_format_min_pitch_invalid
[19:21:58] [PASSED] drm_test_format_min_pitch_one_plane_8bpp
[19:21:58] [PASSED] drm_test_format_min_pitch_one_plane_16bpp
[19:21:58] [PASSED] drm_test_format_min_pitch_one_plane_24bpp
[19:21:58] [PASSED] drm_test_format_min_pitch_one_plane_32bpp
[19:21:58] [PASSED] drm_test_format_min_pitch_two_plane
[19:21:58] [PASSED] drm_test_format_min_pitch_three_plane_8bpp
[19:21:58] [PASSED] drm_test_format_min_pitch_tiled
[19:21:58] =================== [PASSED] drm_format ====================
[19:21:58] ============== drm_framebuffer (10 subtests) ===============
[19:21:58] ========== drm_test_framebuffer_check_src_coords  ==========
[19:21:58] [PASSED] Success: source fits into fb
[19:21:58] [PASSED] Fail: overflowing fb with x-axis coordinate
[19:21:58] [PASSED] Fail: overflowing fb with y-axis coordinate
[19:21:58] [PASSED] Fail: overflowing fb with source width
[19:21:58] [PASSED] Fail: overflowing fb with source height
[19:21:58] ====== [PASSED] drm_test_framebuffer_check_src_coords ======
[19:21:58] [PASSED] drm_test_framebuffer_cleanup
[19:21:58] =============== drm_test_framebuffer_create  ===============
[19:21:58] [PASSED] ABGR8888 normal sizes
[19:21:58] [PASSED] ABGR8888 max sizes
[19:21:58] [PASSED] ABGR8888 pitch greater than min required
[19:21:58] [PASSED] ABGR8888 pitch less than min required
[19:21:58] [PASSED] ABGR8888 Invalid width
[19:21:58] [PASSED] ABGR8888 Invalid buffer handle
[19:21:58] [PASSED] No pixel format
[19:21:58] [PASSED] ABGR8888 Width 0
[19:21:58] [PASSED] ABGR8888 Height 0
[19:21:58] [PASSED] ABGR8888 Out of bound height * pitch combination
[19:21:58] [PASSED] ABGR8888 Large buffer offset
[19:21:58] [PASSED] ABGR8888 Buffer offset for inexistent plane
[19:21:58] [PASSED] ABGR8888 Invalid flag
[19:21:58] [PASSED] ABGR8888 Set DRM_MODE_FB_MODIFIERS without modifiers
[19:21:58] [PASSED] ABGR8888 Valid buffer modifier
[19:21:58] [PASSED] ABGR8888 Invalid buffer modifier(DRM_FORMAT_MOD_SAMSUNG_64_32_TILE)
[19:21:58] [PASSED] ABGR8888 Extra pitches without DRM_MODE_FB_MODIFIERS
[19:21:58] [PASSED] ABGR8888 Extra pitches with DRM_MODE_FB_MODIFIERS
[19:21:58] [PASSED] NV12 Normal sizes
[19:21:58] [PASSED] NV12 Max sizes
[19:21:58] [PASSED] NV12 Invalid pitch
[19:21:58] [PASSED] NV12 Invalid modifier/missing DRM_MODE_FB_MODIFIERS flag
[19:21:58] [PASSED] NV12 different  modifier per-plane
[19:21:58] [PASSED] NV12 with DRM_FORMAT_MOD_SAMSUNG_64_32_TILE
[19:21:58] [PASSED] NV12 Valid modifiers without DRM_MODE_FB_MODIFIERS
[19:21:58] [PASSED] NV12 Modifier for inexistent plane
[19:21:58] [PASSED] NV12 Handle for inexistent plane
[19:21:58] [PASSED] NV12 Handle for inexistent plane without DRM_MODE_FB_MODIFIERS
[19:21:58] [PASSED] YVU420 DRM_MODE_FB_MODIFIERS set without modifier
[19:21:58] [PASSED] YVU420 Normal sizes
[19:21:58] [PASSED] YVU420 Max sizes
[19:21:58] [PASSED] YVU420 Invalid pitch
[19:21:58] [PASSED] YVU420 Different pitches
[19:21:58] [PASSED] YVU420 Different buffer offsets/pitches
[19:21:58] [PASSED] YVU420 Modifier set just for plane 0, without DRM_MODE_FB_MODIFIERS
[19:21:58] [PASSED] YVU420 Modifier set just for planes 0, 1, without DRM_MODE_FB_MODIFIERS
[19:21:58] [PASSED] YVU420 Modifier set just for plane 0, 1, with DRM_MODE_FB_MODIFIERS
[19:21:58] [PASSED] YVU420 Valid modifier
[19:21:58] [PASSED] YVU420 Different modifiers per plane
[19:21:58] [PASSED] YVU420 Modifier for inexistent plane
[19:21:58] [PASSED] YUV420_10BIT Invalid modifier(DRM_FORMAT_MOD_LINEAR)
[19:21:58] [PASSED] X0L2 Normal sizes
[19:21:58] [PASSED] X0L2 Max sizes
[19:21:58] [PASSED] X0L2 Invalid pitch
[19:21:58] [PASSED] X0L2 Pitch greater than minimum required
[19:21:58] [PASSED] X0L2 Handle for inexistent plane
[19:21:58] [PASSED] X0L2 Offset for inexistent plane, without DRM_MODE_FB_MODIFIERS set
[19:21:58] [PASSED] X0L2 Modifier without DRM_MODE_FB_MODIFIERS set
[19:21:58] [PASSED] X0L2 Valid modifier
[19:21:58] [PASSED] X0L2 Modifier for inexistent plane
[19:21:58] =========== [PASSED] drm_test_framebuffer_create ===========
[19:21:58] [PASSED] drm_test_framebuffer_free
[19:21:58] [PASSED] drm_test_framebuffer_init
[19:21:58] [PASSED] drm_test_framebuffer_init_bad_format
[19:21:58] [PASSED] drm_test_framebuffer_init_dev_mismatch
[19:21:58] [PASSED] drm_test_framebuffer_lookup
[19:21:58] [PASSED] drm_test_framebuffer_lookup_inexistent
[19:21:58] [PASSED] drm_test_framebuffer_modifiers_not_supported
[19:21:58] ================= [PASSED] drm_framebuffer =================
[19:21:58] ================ drm_gem_shmem (8 subtests) ================
[19:21:58] [PASSED] drm_gem_shmem_test_obj_create
[19:21:58] [PASSED] drm_gem_shmem_test_obj_create_private
[19:21:58] [PASSED] drm_gem_shmem_test_pin_pages
[19:21:58] [PASSED] drm_gem_shmem_test_vmap
[19:21:58] [PASSED] drm_gem_shmem_test_get_pages_sgt
[19:21:58] [PASSED] drm_gem_shmem_test_get_sg_table
[19:21:58] [PASSED] drm_gem_shmem_test_madvise
[19:21:58] [PASSED] drm_gem_shmem_test_purge
[19:21:58] ================== [PASSED] drm_gem_shmem ==================
[19:21:58] === drm_atomic_helper_connector_hdmi_check (27 subtests) ===
[19:21:58] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode
[19:21:58] [PASSED] drm_test_check_broadcast_rgb_auto_cea_mode_vic_1
[19:21:58] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode
[19:21:58] [PASSED] drm_test_check_broadcast_rgb_full_cea_mode_vic_1
[19:21:58] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode
[19:21:58] [PASSED] drm_test_check_broadcast_rgb_limited_cea_mode_vic_1
[19:21:58] ====== drm_test_check_broadcast_rgb_cea_mode_yuv420  =======
[19:21:58] [PASSED] Automatic
[19:21:58] [PASSED] Full
[19:21:58] [PASSED] Limited 16:235
[19:21:58] == [PASSED] drm_test_check_broadcast_rgb_cea_mode_yuv420 ===
[19:21:58] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_changed
[19:21:58] [PASSED] drm_test_check_broadcast_rgb_crtc_mode_not_changed
[19:21:58] [PASSED] drm_test_check_disable_connector
[19:21:58] [PASSED] drm_test_check_hdmi_funcs_reject_rate
[19:21:58] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_rgb
[19:21:58] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_yuv420
[19:21:58] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv422
[19:21:58] [PASSED] drm_test_check_max_tmds_rate_bpc_fallback_ignore_yuv420
[19:21:58] [PASSED] drm_test_check_driver_unsupported_fallback_yuv420
[19:21:58] [PASSED] drm_test_check_output_bpc_crtc_mode_changed
[19:21:58] [PASSED] drm_test_check_output_bpc_crtc_mode_not_changed
[19:21:58] [PASSED] drm_test_check_output_bpc_dvi
[19:21:58] [PASSED] drm_test_check_output_bpc_format_vic_1
[19:21:58] [PASSED] drm_test_check_output_bpc_format_display_8bpc_only
[19:21:58] [PASSED] drm_test_check_output_bpc_format_display_rgb_only
[19:21:58] [PASSED] drm_test_check_output_bpc_format_driver_8bpc_only
[19:21:58] [PASSED] drm_test_check_output_bpc_format_driver_rgb_only
[19:21:58] [PASSED] drm_test_check_tmds_char_rate_rgb_8bpc
[19:21:58] [PASSED] drm_test_check_tmds_char_rate_rgb_10bpc
[19:21:58] [PASSED] drm_test_check_tmds_char_rate_rgb_12bpc
[19:21:58] ===== [PASSED] drm_atomic_helper_connector_hdmi_check ======
[19:21:58] === drm_atomic_helper_connector_hdmi_reset (6 subtests) ====
[19:21:58] [PASSED] drm_test_check_broadcast_rgb_value
[19:21:58] [PASSED] drm_test_check_bpc_8_value
[19:21:58] [PASSED] drm_test_check_bpc_10_value
[19:21:58] [PASSED] drm_test_check_bpc_12_value
[19:21:58] [PASSED] drm_test_check_format_value
[19:21:58] [PASSED] drm_test_check_tmds_char_value
[19:21:58] ===== [PASSED] drm_atomic_helper_connector_hdmi_reset ======
[19:21:58] = drm_atomic_helper_connector_hdmi_mode_valid (4 subtests) =
[19:21:58] [PASSED] drm_test_check_mode_valid
[19:21:58] [PASSED] drm_test_check_mode_valid_reject
[19:21:58] [PASSED] drm_test_check_mode_valid_reject_rate
[19:21:58] [PASSED] drm_test_check_mode_valid_reject_max_clock
[19:21:58] === [PASSED] drm_atomic_helper_connector_hdmi_mode_valid ===
[19:21:58] ================= drm_managed (2 subtests) =================
[19:21:58] [PASSED] drm_test_managed_release_action
[19:21:58] [PASSED] drm_test_managed_run_action
[19:21:58] =================== [PASSED] drm_managed ===================
[19:21:58] =================== drm_mm (6 subtests) ====================
[19:21:58] [PASSED] drm_test_mm_init
[19:21:58] [PASSED] drm_test_mm_debug
[19:21:58] [PASSED] drm_test_mm_align32
[19:21:58] [PASSED] drm_test_mm_align64
[19:21:58] [PASSED] drm_test_mm_lowest
[19:21:58] [PASSED] drm_test_mm_highest
[19:21:58] ===================== [PASSED] drm_mm ======================
[19:21:58] ============= drm_modes_analog_tv (5 subtests) =============
[19:21:58] [PASSED] drm_test_modes_analog_tv_mono_576i
[19:21:58] [PASSED] drm_test_modes_analog_tv_ntsc_480i
[19:21:58] [PASSED] drm_test_modes_analog_tv_ntsc_480i_inlined
[19:21:58] [PASSED] drm_test_modes_analog_tv_pal_576i
[19:21:58] [PASSED] drm_test_modes_analog_tv_pal_576i_inlined
[19:21:58] =============== [PASSED] drm_modes_analog_tv ===============
[19:21:58] ============== drm_plane_helper (2 subtests) ===============
[19:21:58] =============== drm_test_check_plane_state  ================
[19:21:58] [PASSED] clipping_simple
[19:21:58] [PASSED] clipping_rotate_reflect
[19:21:58] [PASSED] positioning_simple
[19:21:58] [PASSED] upscaling
[19:21:58] [PASSED] downscaling
[19:21:58] [PASSED] rounding1
[19:21:58] [PASSED] rounding2
[19:21:58] [PASSED] rounding3
[19:21:58] [PASSED] rounding4
[19:21:58] =========== [PASSED] drm_test_check_plane_state ============
[19:21:58] =========== drm_test_check_invalid_plane_state  ============
[19:21:58] [PASSED] positioning_invalid
[19:21:58] [PASSED] upscaling_invalid
[19:21:58] [PASSED] downscaling_invalid
[19:21:58] ======= [PASSED] drm_test_check_invalid_plane_state ========
[19:21:58] ================ [PASSED] drm_plane_helper =================
[19:21:58] ====== drm_connector_helper_tv_get_modes (1 subtest) =======
[19:21:58] ====== drm_test_connector_helper_tv_get_modes_check  =======
[19:21:58] [PASSED] None
[19:21:58] [PASSED] PAL
[19:21:58] [PASSED] NTSC
[19:21:58] [PASSED] Both, NTSC Default
[19:21:58] [PASSED] Both, PAL Default
[19:21:58] [PASSED] Both, NTSC Default, with PAL on command-line
[19:21:58] [PASSED] Both, PAL Default, with NTSC on command-line
[19:21:58] == [PASSED] drm_test_connector_helper_tv_get_modes_check ===
[19:21:58] ======== [PASSED] drm_connector_helper_tv_get_modes ========
[19:21:58] ================== drm_rect (9 subtests) ===================
[19:21:58] [PASSED] drm_test_rect_clip_scaled_div_by_zero
[19:21:58] [PASSED] drm_test_rect_clip_scaled_not_clipped
[19:21:58] [PASSED] drm_test_rect_clip_scaled_clipped
[19:21:58] [PASSED] drm_test_rect_clip_scaled_signed_vs_unsigned
[19:21:58] ================= drm_test_rect_intersect  =================
[19:21:58] [PASSED] top-left x bottom-right: 2x2+1+1 x 2x2+0+0
[19:21:58] [PASSED] top-right x bottom-left: 2x2+0+0 x 2x2+1-1
[19:21:58] [PASSED] bottom-left x top-right: 2x2+1-1 x 2x2+0+0
[19:21:58] [PASSED] bottom-right x top-left: 2x2+0+0 x 2x2+1+1
[19:21:58] [PASSED] right x left: 2x1+0+0 x 3x1+1+0
[19:21:58] [PASSED] left x right: 3x1+1+0 x 2x1+0+0
[19:21:58] [PASSED] up x bottom: 1x2+0+0 x 1x3+0-1
[19:21:58] [PASSED] bottom x up: 1x3+0-1 x 1x2+0+0
[19:21:58] [PASSED] touching corner: 1x1+0+0 x 2x2+1+1
[19:21:58] [PASSED] touching side: 1x1+0+0 x 1x1+1+0
[19:21:58] [PASSED] equal rects: 2x2+0+0 x 2x2+0+0
[19:21:58] [PASSED] inside another: 2x2+0+0 x 1x1+1+1
[19:21:58] [PASSED] far away: 1x1+0+0 x 1x1+3+6
[19:21:58] [PASSED] points intersecting: 0x0+5+10 x 0x0+5+10
[19:21:58] [PASSED] points not intersecting: 0x0+0+0 x 0x0+5+10
[19:21:58] ============= [PASSED] drm_test_rect_intersect =============
[19:21:58] ================ drm_test_rect_calc_hscale  ================
[19:21:58] [PASSED] normal use
[19:21:58] [PASSED] out of max range
[19:21:58] [PASSED] out of min range
[19:21:58] [PASSED] zero dst
[19:21:58] [PASSED] negative src
[19:21:58] [PASSED] negative dst
[19:21:58] ============ [PASSED] drm_test_rect_calc_hscale ============
[19:21:58] ================ drm_test_rect_calc_vscale  ================
[19:21:58] [PASSED] normal use
[19:21:58] [PASSED] out of max range
[19:21:58] [PASSED] out of min range
[19:21:58] [PASSED] zero dst
[19:21:58] [PASSED] negative src
[19:21:58] [PASSED] negative dst
[19:21:58] ============ [PASSED] drm_test_rect_calc_vscale ============
[19:21:58] ================== drm_test_rect_rotate  ===================
[19:21:58] [PASSED] reflect-x
[19:21:58] [PASSED] reflect-y
[19:21:58] [PASSED] rotate-0
[19:21:58] [PASSED] rotate-90
[19:21:58] [PASSED] rotate-180
[19:21:58] [PASSED] rotate-270
stty: 'standard input': Inappropriate ioctl for device
[19:21:58] ============== [PASSED] drm_test_rect_rotate ===============
[19:21:58] ================ drm_test_rect_rotate_inv  =================
[19:21:58] [PASSED] reflect-x
[19:21:58] [PASSED] reflect-y
[19:21:58] [PASSED] rotate-0
[19:21:58] [PASSED] rotate-90
[19:21:58] [PASSED] rotate-180
[19:21:58] [PASSED] rotate-270
[19:21:58] ============ [PASSED] drm_test_rect_rotate_inv =============
[19:21:58] ==================== [PASSED] drm_rect =====================
[19:21:58] ============ drm_sysfb_modeset_test (1 subtest) ============
[19:21:58] ============ drm_test_sysfb_build_fourcc_list  =============
[19:21:58] [PASSED] no native formats
[19:21:58] [PASSED] XRGB8888 as native format
[19:21:58] [PASSED] remove duplicates
[19:21:58] [PASSED] convert alpha formats
[19:21:58] [PASSED] random formats
[19:21:58] ======== [PASSED] drm_test_sysfb_build_fourcc_list =========
[19:21:58] ============= [PASSED] drm_sysfb_modeset_test ==============
[19:21:58] ============================================================
[19:21:58] Testing complete. Ran 616 tests: passed: 616
[19:21:58] Elapsed time: 27.788s total, 1.592s configuring, 25.977s building, 0.189s running

+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/ttm/tests/.kunitconfig
[19:21:58] Configuring KUnit Kernel ...
Regenerating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[19:21:59] Building KUnit Kernel ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
Building with:
$ make all compile_commands.json scripts_gdb ARCH=um O=.kunit --jobs=25
[19:22:07] Starting KUnit Kernel (1/1)...
[19:22:07] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[19:22:07] ================= ttm_device (5 subtests) ==================
[19:22:07] [PASSED] ttm_device_init_basic
[19:22:07] [PASSED] ttm_device_init_multiple
[19:22:07] [PASSED] ttm_device_fini_basic
[19:22:07] [PASSED] ttm_device_init_no_vma_man
[19:22:07] ================== ttm_device_init_pools  ==================
[19:22:07] [PASSED] No DMA allocations, no DMA32 required
[19:22:07] [PASSED] DMA allocations, DMA32 required
[19:22:07] [PASSED] No DMA allocations, DMA32 required
[19:22:07] [PASSED] DMA allocations, no DMA32 required
[19:22:07] ============== [PASSED] ttm_device_init_pools ==============
[19:22:07] =================== [PASSED] ttm_device ====================
[19:22:07] ================== ttm_pool (8 subtests) ===================
[19:22:07] ================== ttm_pool_alloc_basic  ===================
[19:22:07] [PASSED] One page
[19:22:07] [PASSED] More than one page
[19:22:07] [PASSED] Above the allocation limit
[19:22:07] [PASSED] One page, with coherent DMA mappings enabled
[19:22:07] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[19:22:07] ============== [PASSED] ttm_pool_alloc_basic ===============
[19:22:07] ============== ttm_pool_alloc_basic_dma_addr  ==============
[19:22:07] [PASSED] One page
[19:22:07] [PASSED] More than one page
[19:22:07] [PASSED] Above the allocation limit
[19:22:07] [PASSED] One page, with coherent DMA mappings enabled
[19:22:07] [PASSED] Above the allocation limit, with coherent DMA mappings enabled
[19:22:07] ========== [PASSED] ttm_pool_alloc_basic_dma_addr ==========
[19:22:07] [PASSED] ttm_pool_alloc_order_caching_match
[19:22:07] [PASSED] ttm_pool_alloc_caching_mismatch
[19:22:07] [PASSED] ttm_pool_alloc_order_mismatch
[19:22:07] [PASSED] ttm_pool_free_dma_alloc
[19:22:07] [PASSED] ttm_pool_free_no_dma_alloc
[19:22:07] [PASSED] ttm_pool_fini_basic
[19:22:07] ==================== [PASSED] ttm_pool =====================
[19:22:07] ================ ttm_resource (8 subtests) =================
[19:22:07] ================= ttm_resource_init_basic  =================
[19:22:07] [PASSED] Init resource in TTM_PL_SYSTEM
[19:22:07] [PASSED] Init resource in TTM_PL_VRAM
[19:22:07] [PASSED] Init resource in a private placement
[19:22:07] [PASSED] Init resource in TTM_PL_SYSTEM, set placement flags
[19:22:07] ============= [PASSED] ttm_resource_init_basic =============
[19:22:07] [PASSED] ttm_resource_init_pinned
[19:22:07] [PASSED] ttm_resource_fini_basic
[19:22:07] [PASSED] ttm_resource_manager_init_basic
[19:22:07] [PASSED] ttm_resource_manager_usage_basic
[19:22:07] [PASSED] ttm_resource_manager_set_used_basic
[19:22:07] [PASSED] ttm_sys_man_alloc_basic
[19:22:07] [PASSED] ttm_sys_man_free_basic
[19:22:07] ================== [PASSED] ttm_resource ===================
[19:22:07] =================== ttm_tt (15 subtests) ===================
[19:22:07] ==================== ttm_tt_init_basic  ====================
[19:22:07] [PASSED] Page-aligned size
[19:22:07] [PASSED] Extra pages requested
[19:22:07] ================ [PASSED] ttm_tt_init_basic ================
[19:22:07] [PASSED] ttm_tt_init_misaligned
[19:22:07] [PASSED] ttm_tt_fini_basic
[19:22:07] [PASSED] ttm_tt_fini_sg
[19:22:07] [PASSED] ttm_tt_fini_shmem
[19:22:07] [PASSED] ttm_tt_create_basic
[19:22:07] [PASSED] ttm_tt_create_invalid_bo_type
[19:22:07] [PASSED] ttm_tt_create_ttm_exists
[19:22:07] [PASSED] ttm_tt_create_failed
[19:22:07] [PASSED] ttm_tt_destroy_basic
[19:22:07] [PASSED] ttm_tt_populate_null_ttm
[19:22:07] [PASSED] ttm_tt_populate_populated_ttm
[19:22:07] [PASSED] ttm_tt_unpopulate_basic
[19:22:07] [PASSED] ttm_tt_unpopulate_empty_ttm
[19:22:07] [PASSED] ttm_tt_swapin_basic
[19:22:07] ===================== [PASSED] ttm_tt ======================
[19:22:07] =================== ttm_bo (14 subtests) ===================
[19:22:07] =========== ttm_bo_reserve_optimistic_no_ticket  ===========
[19:22:07] [PASSED] Cannot be interrupted and sleeps
[19:22:07] [PASSED] Cannot be interrupted, locks straight away
[19:22:07] [PASSED] Can be interrupted, sleeps
[19:22:07] ======= [PASSED] ttm_bo_reserve_optimistic_no_ticket =======
[19:22:07] [PASSED] ttm_bo_reserve_locked_no_sleep
[19:22:07] [PASSED] ttm_bo_reserve_no_wait_ticket
[19:22:07] [PASSED] ttm_bo_reserve_double_resv
[19:22:07] [PASSED] ttm_bo_reserve_interrupted
[19:22:07] [PASSED] ttm_bo_reserve_deadlock
[19:22:07] [PASSED] ttm_bo_unreserve_basic
[19:22:07] [PASSED] ttm_bo_unreserve_pinned
[19:22:07] [PASSED] ttm_bo_unreserve_bulk
[19:22:07] [PASSED] ttm_bo_put_basic
[19:22:07] [PASSED] ttm_bo_put_shared_resv
[19:22:07] [PASSED] ttm_bo_pin_basic
[19:22:07] [PASSED] ttm_bo_pin_unpin_resource
[19:22:07] [PASSED] ttm_bo_multiple_pin_one_unpin
[19:22:07] ===================== [PASSED] ttm_bo ======================
[19:22:07] ============== ttm_bo_validate (22 subtests) ===============
[19:22:07] ============== ttm_bo_init_reserved_sys_man  ===============
[19:22:07] [PASSED] Buffer object for userspace
[19:22:07] [PASSED] Kernel buffer object
[19:22:07] [PASSED] Shared buffer object
[19:22:07] ========== [PASSED] ttm_bo_init_reserved_sys_man ===========
[19:22:07] ============== ttm_bo_init_reserved_mock_man  ==============
[19:22:07] [PASSED] Buffer object for userspace
[19:22:07] [PASSED] Kernel buffer object
[19:22:07] [PASSED] Shared buffer object
[19:22:07] ========== [PASSED] ttm_bo_init_reserved_mock_man ==========
[19:22:07] [PASSED] ttm_bo_init_reserved_resv
[19:22:07] ================== ttm_bo_validate_basic  ==================
[19:22:07] [PASSED] Buffer object for userspace
[19:22:07] [PASSED] Kernel buffer object
[19:22:07] [PASSED] Shared buffer object
[19:22:07] ============== [PASSED] ttm_bo_validate_basic ==============
[19:22:07] [PASSED] ttm_bo_validate_invalid_placement
[19:22:07] ============= ttm_bo_validate_same_placement  ==============
[19:22:07] [PASSED] System manager
[19:22:07] [PASSED] VRAM manager
[19:22:07] ========= [PASSED] ttm_bo_validate_same_placement ==========
[19:22:07] [PASSED] ttm_bo_validate_failed_alloc
[19:22:07] [PASSED] ttm_bo_validate_pinned
[19:22:07] [PASSED] ttm_bo_validate_busy_placement
[19:22:07] ================ ttm_bo_validate_multihop  =================
[19:22:07] [PASSED] Buffer object for userspace
[19:22:07] [PASSED] Kernel buffer object
[19:22:07] [PASSED] Shared buffer object
[19:22:07] ============ [PASSED] ttm_bo_validate_multihop =============
[19:22:07] ========== ttm_bo_validate_no_placement_signaled  ==========
[19:22:07] [PASSED] Buffer object in system domain, no page vector
[19:22:07] [PASSED] Buffer object in system domain with an existing page vector
[19:22:07] ====== [PASSED] ttm_bo_validate_no_placement_signaled ======
[19:22:07] ======== ttm_bo_validate_no_placement_not_signaled  ========
[19:22:07] [PASSED] Buffer object for userspace
[19:22:07] [PASSED] Kernel buffer object
[19:22:07] [PASSED] Shared buffer object
[19:22:07] ==== [PASSED] ttm_bo_validate_no_placement_not_signaled ====
[19:22:07] [PASSED] ttm_bo_validate_move_fence_signaled
[19:22:07] ========= ttm_bo_validate_move_fence_not_signaled  =========
[19:22:07] [PASSED] Waits for GPU
[19:22:07] [PASSED] Tries to lock straight away
[19:22:08] ===== [PASSED] ttm_bo_validate_move_fence_not_signaled =====
[19:22:08] [PASSED] ttm_bo_validate_swapout
[19:22:08] [PASSED] ttm_bo_validate_happy_evict
[19:22:08] [PASSED] ttm_bo_validate_all_pinned_evict
[19:22:08] [PASSED] ttm_bo_validate_allowed_only_evict
[19:22:08] [PASSED] ttm_bo_validate_deleted_evict
[19:22:08] [PASSED] ttm_bo_validate_busy_domain_evict
[19:22:08] [PASSED] ttm_bo_validate_evict_gutting
[19:22:08] [PASSED] ttm_bo_validate_recrusive_evict
stty: 'standard input': Inappropriate ioctl for device
[19:22:08] ================= [PASSED] ttm_bo_validate =================
[19:22:08] ============================================================
[19:22:08] Testing complete. Ran 102 tests: passed: 102
[19:22:08] Elapsed time: 10.061s total, 1.611s configuring, 7.732s building, 0.596s running

+ cleanup
++ stat -c %u:%g /kernel
+ chown -R 1003:1003 /kernel



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

* ✓ Xe.CI.BAT: success for Enable SR-IOV PF mode by default
  2025-07-15 18:14 [PATCH 0/4] Enable SR-IOV PF mode by default Michal Wajdeczko
                   ` (5 preceding siblings ...)
  2025-07-15 19:22 ` ✓ CI.KUnit: success " Patchwork
@ 2025-07-15 20:41 ` Patchwork
  2025-07-16  5:18 ` ✗ Xe.CI.Full: failure " Patchwork
  7 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-07-15 20:41 UTC (permalink / raw)
  To: Michal Wajdeczko; +Cc: intel-xe

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

== Series Details ==

Series: Enable SR-IOV PF mode by default
URL   : https://patchwork.freedesktop.org/series/151660/
State : success

== Summary ==

CI Bug Log - changes from xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148_BAT -> xe-pw-151660v1_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

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

  Missing    (1): bat-adlp-vm 


Changes
-------

  No changes found


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

  * Linux: xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148 -> xe-pw-151660v1

  IGT_8459: 8459
  xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148: dbffc39b3c9d2f89b8915bb09660370b4cf13148
  xe-pw-151660v1: 151660v1

== Logs ==

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

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

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

* ✗ Xe.CI.Full: failure for Enable SR-IOV PF mode by default
  2025-07-15 18:14 [PATCH 0/4] Enable SR-IOV PF mode by default Michal Wajdeczko
                   ` (6 preceding siblings ...)
  2025-07-15 20:41 ` ✓ Xe.CI.BAT: " Patchwork
@ 2025-07-16  5:18 ` Patchwork
  7 siblings, 0 replies; 13+ messages in thread
From: Patchwork @ 2025-07-16  5:18 UTC (permalink / raw)
  To: Michal Wajdeczko; +Cc: intel-xe

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

== Series Details ==

Series: Enable SR-IOV PF mode by default
URL   : https://patchwork.freedesktop.org/series/151660/
State : failure

== Summary ==

CI Bug Log - changes from xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148_FULL -> xe-pw-151660v1_FULL
====================================================

Summary
-------

  **FAILURE**

  Serious unknown changes coming with xe-pw-151660v1_FULL absolutely need to be
  verified manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in xe-pw-151660v1_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.

  

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

  No changes in participating hosts

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

  Here are the unknown changes that may have been introduced in xe-pw-151660v1_FULL:

### IGT changes ###

#### Possible regressions ####

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip:
    - shard-adlp:         [PASS][1] -> [INCOMPLETE][2]
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-adlp-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-9/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-0-hflip-async-flip.html

  * igt@testdisplay:
    - shard-dg2-set2:     [PASS][3] -> [DMESG-WARN][4]
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-463/igt@testdisplay.html
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-466/igt@testdisplay.html

  * igt@xe_exec_reset@parallel-gt-reset:
    - shard-adlp:         [PASS][5] -> [DMESG-WARN][6]
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-adlp-6/igt@xe_exec_reset@parallel-gt-reset.html
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-9/igt@xe_exec_reset@parallel-gt-reset.html

  * igt@xe_pm@s4-vm-bind-userptr:
    - shard-adlp:         [PASS][7] -> [DMESG-FAIL][8]
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-adlp-6/igt@xe_pm@s4-vm-bind-userptr.html
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-9/igt@xe_pm@s4-vm-bind-userptr.html

  
#### Warnings ####

  * igt@kms_setmode@basic@pipe-a-edp-1:
    - shard-lnl:          [FAIL][9] ([Intel XE#2883]) -> [FAIL][10]
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-lnl-6/igt@kms_setmode@basic@pipe-a-edp-1.html
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-7/igt@kms_setmode@basic@pipe-a-edp-1.html

  
New tests
---------

  New tests have been introduced between xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148_FULL and xe-pw-151660v1_FULL:

### New IGT tests (1) ###

  * igt@kms_hdr@bpc-switch-dpms@pipe-a-hdmi-a-3:
    - Statuses : 1 pass(s)
    - Exec time: [0.99] s

  

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

  Here are the changes found in xe-pw-151660v1_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@kms_async_flips@invalid-async-flip-atomic:
    - shard-bmg:          NOTRUN -> [SKIP][11] ([Intel XE#3768])
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@kms_async_flips@invalid-async-flip-atomic.html

  * igt@kms_big_fb@4-tiled-16bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][12] ([Intel XE#2327]) +1 other test skip
   [12]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html
    - shard-lnl:          NOTRUN -> [SKIP][13] ([Intel XE#1407])
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_big_fb@4-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@x-tiled-8bpp-rotate-90:
    - shard-dg2-set2:     NOTRUN -> [SKIP][14] ([Intel XE#316]) +1 other test skip
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-64bpp-rotate-90:
    - shard-bmg:          NOTRUN -> [SKIP][15] ([Intel XE#1124]) +8 other tests skip
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_big_fb@y-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip:
    - shard-adlp:         [PASS][16] -> [DMESG-FAIL][17] ([Intel XE#4543])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-adlp-3/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-6/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-async-flip.html

  * igt@kms_big_fb@yf-tiled-16bpp-rotate-90:
    - shard-adlp:         NOTRUN -> [SKIP][18] ([Intel XE#1124]) +2 other tests skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-90.html

  * igt@kms_big_fb@yf-tiled-64bpp-rotate-180:
    - shard-dg2-set2:     NOTRUN -> [SKIP][19] ([Intel XE#1124]) +8 other tests skip
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html
    - shard-lnl:          NOTRUN -> [SKIP][20] ([Intel XE#1124]) +2 other tests skip
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_big_fb@yf-tiled-64bpp-rotate-180.html

  * igt@kms_big_fb@yf-tiled-addfb:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#2328])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@kms_big_fb@yf-tiled-addfb.html

  * igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][22] ([Intel XE#2191])
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html

  * igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
    - shard-adlp:         NOTRUN -> [SKIP][23] ([Intel XE#2191])
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html

  * igt@kms_bw@linear-tiling-4-displays-2160x1440p:
    - shard-bmg:          NOTRUN -> [SKIP][24] ([Intel XE#367]) +1 other test skip
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html
    - shard-lnl:          NOTRUN -> [SKIP][25] ([Intel XE#1512])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html

  * igt@kms_bw@linear-tiling-4-displays-2560x1440p:
    - shard-dg2-set2:     NOTRUN -> [SKIP][26] ([Intel XE#367]) +1 other test skip
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_bw@linear-tiling-4-displays-2560x1440p.html

  * igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#2887]) +7 other tests skip
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@kms_ccs@bad-aux-stride-4-tiled-mtl-rc-ccs-cc.html

  * igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6:
    - shard-dg2-set2:     NOTRUN -> [SKIP][28] ([Intel XE#787]) +188 other tests skip
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-463/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html

  * igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-d-dp-2:
    - shard-dg2-set2:     NOTRUN -> [SKIP][29] ([Intel XE#455] / [Intel XE#787]) +35 other tests skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-432/igt@kms_ccs@crc-primary-basic-yf-tiled-ccs@pipe-d-dp-2.html

  * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc:
    - shard-lnl:          NOTRUN -> [SKIP][30] ([Intel XE#2887]) +2 other tests skip
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
    - shard-bmg:          [PASS][31] -> [ABORT][32] ([Intel XE#2953]) +1 other test abort
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-6/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][33] ([Intel XE#3442])
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#3432]) +2 other tests skip
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs:
    - shard-dg2-set2:     NOTRUN -> [SKIP][35] ([Intel XE#2907])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-dp-4:
    - shard-dg2-set2:     NOTRUN -> [INCOMPLETE][36] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522])
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-dp-4.html

  * igt@kms_cdclk@mode-transition:
    - shard-bmg:          NOTRUN -> [SKIP][37] ([Intel XE#2724])
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@kms_cdclk@mode-transition.html

  * igt@kms_chamelium_color@ctm-0-50:
    - shard-bmg:          NOTRUN -> [SKIP][38] ([Intel XE#2325])
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_chamelium_color@ctm-0-50.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][39] ([Intel XE#306])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_chamelium_color@ctm-0-50.html
    - shard-lnl:          NOTRUN -> [SKIP][40] ([Intel XE#306])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_chamelium_color@ctm-0-50.html

  * igt@kms_chamelium_edid@hdmi-mode-timings:
    - shard-dg2-set2:     NOTRUN -> [SKIP][41] ([Intel XE#373]) +4 other tests skip
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_chamelium_edid@hdmi-mode-timings.html

  * igt@kms_chamelium_frames@hdmi-aspect-ratio:
    - shard-bmg:          NOTRUN -> [SKIP][42] ([Intel XE#2252]) +9 other tests skip
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_chamelium_frames@hdmi-aspect-ratio.html

  * igt@kms_chamelium_hpd@dp-hpd-for-each-pipe:
    - shard-lnl:          NOTRUN -> [SKIP][43] ([Intel XE#373])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_chamelium_hpd@dp-hpd-for-each-pipe.html

  * igt@kms_chamelium_hpd@dp-hpd-storm-disable:
    - shard-adlp:         NOTRUN -> [SKIP][44] ([Intel XE#373]) +2 other tests skip
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html

  * igt@kms_content_protection@atomic-dpms@pipe-a-dp-2:
    - shard-dg2-set2:     NOTRUN -> [FAIL][45] ([Intel XE#1178]) +1 other test fail
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-432/igt@kms_content_protection@atomic-dpms@pipe-a-dp-2.html

  * igt@kms_content_protection@lic-type-0@pipe-a-dp-4:
    - shard-dg2-set2:     NOTRUN -> [FAIL][46] ([Intel XE#3304])
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-463/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html

  * igt@kms_cursor_crc@cursor-offscreen-512x170:
    - shard-lnl:          NOTRUN -> [SKIP][47] ([Intel XE#2321])
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_cursor_crc@cursor-offscreen-512x170.html

  * igt@kms_cursor_crc@cursor-onscreen-32x32:
    - shard-bmg:          NOTRUN -> [SKIP][48] ([Intel XE#2320]) +2 other tests skip
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@kms_cursor_crc@cursor-onscreen-32x32.html

  * igt@kms_cursor_crc@cursor-onscreen-512x512:
    - shard-dg2-set2:     NOTRUN -> [SKIP][49] ([Intel XE#308]) +3 other tests skip
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_cursor_crc@cursor-onscreen-512x512.html

  * igt@kms_cursor_crc@cursor-random-512x170:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#2321]) +3 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@kms_cursor_crc@cursor-random-512x170.html

  * igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy:
    - shard-lnl:          NOTRUN -> [SKIP][51] ([Intel XE#309]) +1 other test skip
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_cursor_legacy@2x-cursor-vs-flip-legacy.html

  * igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic:
    - shard-bmg:          NOTRUN -> [SKIP][52] ([Intel XE#2291])
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@kms_cursor_legacy@2x-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
    - shard-adlp:         NOTRUN -> [SKIP][53] ([Intel XE#309]) +1 other test skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html

  * igt@kms_cursor_legacy@flip-vs-cursor-legacy:
    - shard-bmg:          [PASS][54] -> [FAIL][55] ([Intel XE#4633])
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-7/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@kms_cursor_legacy@flip-vs-cursor-legacy.html

  * igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
    - shard-bmg:          NOTRUN -> [SKIP][56] ([Intel XE#5428])
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html

  * igt@kms_dirtyfb@psr-dirtyfb-ioctl:
    - shard-bmg:          NOTRUN -> [SKIP][57] ([Intel XE#1508])
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-2/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2:
    - shard-dg2-set2:     NOTRUN -> [SKIP][58] ([Intel XE#4494])
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-432/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-2.html

  * igt@kms_dsc@dsc-with-formats:
    - shard-dg2-set2:     NOTRUN -> [SKIP][59] ([Intel XE#455]) +11 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_dsc@dsc-with-formats.html

  * igt@kms_feature_discovery@display-2x:
    - shard-adlp:         NOTRUN -> [SKIP][60] ([Intel XE#702])
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_feature_discovery@display-2x.html

  * igt@kms_feature_discovery@dp-mst:
    - shard-bmg:          NOTRUN -> [SKIP][61] ([Intel XE#2375])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@kms_feature_discovery@dp-mst.html

  * igt@kms_flip@2x-absolute-wf_vblank-interruptible:
    - shard-lnl:          NOTRUN -> [SKIP][62] ([Intel XE#1421])
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@2x-plain-flip-ts-check-interruptible:
    - shard-bmg:          [PASS][63] -> [SKIP][64] ([Intel XE#2316]) +3 other tests skip
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-4/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-6/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1:
    - shard-lnl:          [PASS][65] -> [FAIL][66] ([Intel XE#301])
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html

  * igt@kms_flip@flip-vs-suspend:
    - shard-bmg:          [PASS][67] -> [ABORT][68] ([Intel XE#2953] / [Intel XE#4056]) +1 other test abort
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-4/igt@kms_flip@flip-vs-suspend.html
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-6/igt@kms_flip@flip-vs-suspend.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-adlp:         [PASS][69] -> [DMESG-WARN][70] ([Intel XE#4543]) +3 other tests dmesg-warn
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-adlp-3/igt@kms_flip@flip-vs-suspend-interruptible.html
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-3/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][71] ([Intel XE#1401] / [Intel XE#1745])
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-default-mode:
    - shard-lnl:          NOTRUN -> [SKIP][72] ([Intel XE#1401])
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling@pipe-a-default-mode.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][73] ([Intel XE#2293] / [Intel XE#2380]) +1 other test skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
    - shard-bmg:          NOTRUN -> [SKIP][74] ([Intel XE#2293]) +1 other test skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-adlp:         NOTRUN -> [SKIP][75] ([Intel XE#651]) +1 other test skip
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][76] ([Intel XE#2312]) +3 other tests skip
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-primscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc:
    - shard-dg2-set2:     NOTRUN -> [SKIP][77] ([Intel XE#651]) +18 other tests skip
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen:
    - shard-bmg:          NOTRUN -> [SKIP][78] ([Intel XE#5390]) +9 other tests skip
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-fullscreen.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-indfb-draw-render:
    - shard-lnl:          NOTRUN -> [SKIP][79] ([Intel XE#651])
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][80] ([Intel XE#2311]) +23 other tests skip
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-pgflip-blt:
    - shard-adlp:         NOTRUN -> [SKIP][81] ([Intel XE#656])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-indfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc:
    - shard-adlp:         NOTRUN -> [SKIP][82] ([Intel XE#653]) +3 other tests skip
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][83] ([Intel XE#2313]) +21 other tests skip
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render:
    - shard-dg2-set2:     NOTRUN -> [SKIP][84] ([Intel XE#653]) +16 other tests skip
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@pipe-fbc-rte:
    - shard-bmg:          NOTRUN -> [SKIP][85] ([Intel XE#5426])
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][86] ([Intel XE#656]) +7 other tests skip
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-indfb-draw-blt.html

  * igt@kms_hdr@invalid-hdr:
    - shard-dg2-set2:     [PASS][87] -> [SKIP][88] ([Intel XE#455])
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-463/igt@kms_hdr@invalid-hdr.html
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-436/igt@kms_hdr@invalid-hdr.html

  * igt@kms_joiner@basic-big-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][89] ([Intel XE#346])
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@kms_joiner@basic-big-joiner.html

  * igt@kms_joiner@invalid-modeset-ultra-joiner:
    - shard-dg2-set2:     NOTRUN -> [SKIP][90] ([Intel XE#2927])
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_joiner@invalid-modeset-ultra-joiner.html

  * igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner:
    - shard-bmg:          NOTRUN -> [SKIP][91] ([Intel XE#4090])
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][92] ([Intel XE#2925])
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html
    - shard-lnl:          NOTRUN -> [SKIP][93] ([Intel XE#4090])
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_joiner@switch-modeset-ultra-joiner-big-joiner.html

  * igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-0:
    - shard-lnl:          NOTRUN -> [FAIL][94] ([Intel XE#5195]) +2 other tests fail
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_plane@pixel-format-source-clamping@pipe-a-plane-0.html

  * igt@kms_plane_cursor@primary@pipe-a-hdmi-a-2-size-256:
    - shard-dg2-set2:     NOTRUN -> [FAIL][95] ([Intel XE#616]) +2 other tests fail
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-432/igt@kms_plane_cursor@primary@pipe-a-hdmi-a-2-size-256.html

  * igt@kms_plane_multiple@2x-tiling-none:
    - shard-adlp:         NOTRUN -> [SKIP][96] ([Intel XE#4596])
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_plane_multiple@2x-tiling-none.html

  * igt@kms_plane_multiple@2x-tiling-yf:
    - shard-bmg:          NOTRUN -> [SKIP][97] ([Intel XE#5021])
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@kms_plane_multiple@2x-tiling-yf.html

  * igt@kms_plane_multiple@tiling-y:
    - shard-dg2-set2:     NOTRUN -> [SKIP][98] ([Intel XE#5020])
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_plane_multiple@tiling-y.html

  * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25:
    - shard-lnl:          NOTRUN -> [SKIP][99] ([Intel XE#2763]) +3 other tests skip
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25.html

  * igt@kms_pm_backlight@bad-brightness:
    - shard-adlp:         NOTRUN -> [SKIP][100] ([Intel XE#870])
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_pm_backlight@bad-brightness.html

  * igt@kms_pm_backlight@fade-with-dpms:
    - shard-bmg:          NOTRUN -> [SKIP][101] ([Intel XE#870])
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@kms_pm_backlight@fade-with-dpms.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf:
    - shard-dg2-set2:     NOTRUN -> [SKIP][102] ([Intel XE#1489]) +5 other tests skip
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html
    - shard-lnl:          NOTRUN -> [SKIP][103] ([Intel XE#2893] / [Intel XE#4608])
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1:
    - shard-lnl:          NOTRUN -> [SKIP][104] ([Intel XE#4608]) +1 other test skip
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-exceed-fully-sf@pipe-b-edp-1.html

  * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf:
    - shard-adlp:         NOTRUN -> [SKIP][105] ([Intel XE#1489]) +1 other test skip
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb:
    - shard-bmg:          NOTRUN -> [SKIP][106] ([Intel XE#1489]) +8 other tests skip
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html

  * igt@kms_psr2_su@page_flip-p010:
    - shard-bmg:          NOTRUN -> [SKIP][107] ([Intel XE#2387])
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-2/igt@kms_psr2_su@page_flip-p010.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][108] ([Intel XE#1122])
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_psr2_su@page_flip-p010.html

  * igt@kms_psr@fbc-pr-sprite-plane-onoff:
    - shard-adlp:         NOTRUN -> [SKIP][109] ([Intel XE#2850] / [Intel XE#929]) +1 other test skip
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_psr@fbc-pr-sprite-plane-onoff.html

  * igt@kms_psr@fbc-pr-sprite-render:
    - shard-lnl:          NOTRUN -> [SKIP][110] ([Intel XE#1406]) +1 other test skip
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_psr@fbc-pr-sprite-render.html

  * igt@kms_psr@fbc-psr2-sprite-plane-move:
    - shard-dg2-set2:     NOTRUN -> [SKIP][111] ([Intel XE#2850] / [Intel XE#929]) +12 other tests skip
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_psr@fbc-psr2-sprite-plane-move.html

  * igt@kms_psr@pr-sprite-plane-onoff:
    - shard-bmg:          NOTRUN -> [SKIP][112] ([Intel XE#2234] / [Intel XE#2850]) +11 other tests skip
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_psr@pr-sprite-plane-onoff.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
    - shard-dg2-set2:     NOTRUN -> [SKIP][113] ([Intel XE#3414])
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html

  * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
    - shard-bmg:          NOTRUN -> [SKIP][114] ([Intel XE#2330])
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][115] ([Intel XE#1127])
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_setmode@invalid-clone-exclusive-crtc:
    - shard-bmg:          NOTRUN -> [SKIP][116] ([Intel XE#1435])
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_setmode@invalid-clone-exclusive-crtc.html
    - shard-lnl:          NOTRUN -> [SKIP][117] ([Intel XE#1435])
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@kms_setmode@invalid-clone-exclusive-crtc.html

  * igt@xe_compute_preempt@compute-preempt-many:
    - shard-adlp:         NOTRUN -> [SKIP][118] ([Intel XE#455]) +1 other test skip
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@xe_compute_preempt@compute-preempt-many.html

  * igt@xe_copy_basic@mem-set-linear-0xfd:
    - shard-dg2-set2:     NOTRUN -> [SKIP][119] ([Intel XE#1126])
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@xe_copy_basic@mem-set-linear-0xfd.html

  * igt@xe_eu_stall@blocking-re-enable:
    - shard-dg2-set2:     NOTRUN -> [SKIP][120] ([Intel XE#5419])
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@xe_eu_stall@blocking-re-enable.html

  * igt@xe_eudebug@basic-vm-bind-ufence:
    - shard-adlp:         NOTRUN -> [SKIP][121] ([Intel XE#4837])
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@xe_eudebug@basic-vm-bind-ufence.html

  * igt@xe_eudebug@basic-vm-bind-ufence-delay-ack:
    - shard-dg2-set2:     NOTRUN -> [SKIP][122] ([Intel XE#4837]) +11 other tests skip
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@xe_eudebug@basic-vm-bind-ufence-delay-ack.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
    - shard-bmg:          NOTRUN -> [SKIP][123] ([Intel XE#2322]) +4 other tests skip
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html

  * igt@xe_exec_basic@multigpu-once-basic:
    - shard-adlp:         NOTRUN -> [SKIP][124] ([Intel XE#1392])
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@xe_exec_basic@multigpu-once-basic.html

  * igt@xe_exec_basic@multigpu-once-basic-defer-mmap:
    - shard-dg2-set2:     [PASS][125] -> [SKIP][126] ([Intel XE#1392]) +6 other tests skip
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-434/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-432/igt@xe_exec_basic@multigpu-once-basic-defer-mmap.html

  * igt@xe_exec_basic@multigpu-once-null-defer-bind:
    - shard-lnl:          NOTRUN -> [SKIP][127] ([Intel XE#1392]) +1 other test skip
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@xe_exec_basic@multigpu-once-null-defer-bind.html

  * igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-imm:
    - shard-adlp:         NOTRUN -> [SKIP][128] ([Intel XE#288]) +1 other test skip
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@xe_exec_fault_mode@many-execqueues-bindexecqueue-userptr-invalidate-imm.html

  * igt@xe_exec_fault_mode@twice-invalid-fault:
    - shard-dg2-set2:     NOTRUN -> [SKIP][129] ([Intel XE#288]) +18 other tests skip
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@xe_exec_fault_mode@twice-invalid-fault.html

  * igt@xe_exec_reset@parallel-gt-reset:
    - shard-bmg:          [PASS][130] -> [DMESG-WARN][131] ([Intel XE#3876])
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@xe_exec_reset@parallel-gt-reset.html
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@xe_exec_reset@parallel-gt-reset.html

  * igt@xe_exec_sip_eudebug@breakpoint-writesip:
    - shard-lnl:          NOTRUN -> [SKIP][132] ([Intel XE#4837]) +3 other tests skip
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@xe_exec_sip_eudebug@breakpoint-writesip.html

  * igt@xe_exec_sip_eudebug@breakpoint-writesip-nodebug:
    - shard-bmg:          NOTRUN -> [SKIP][133] ([Intel XE#4837]) +13 other tests skip
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-2/igt@xe_exec_sip_eudebug@breakpoint-writesip-nodebug.html

  * igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset:
    - shard-bmg:          NOTRUN -> [SKIP][134] ([Intel XE#4943]) +21 other tests skip
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@xe_exec_system_allocator@many-execqueues-mmap-huge-nomemset.html

  * igt@xe_exec_system_allocator@many-execqueues-mmap-remap-ro-dontunmap-eocheck:
    - shard-adlp:         NOTRUN -> [SKIP][135] ([Intel XE#4915]) +32 other tests skip
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@xe_exec_system_allocator@many-execqueues-mmap-remap-ro-dontunmap-eocheck.html

  * igt@xe_exec_system_allocator@threads-many-stride-mmap-huge:
    - shard-lnl:          NOTRUN -> [SKIP][136] ([Intel XE#4943]) +1 other test skip
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@xe_exec_system_allocator@threads-many-stride-mmap-huge.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-large-malloc:
    - shard-dg2-set2:     NOTRUN -> [SKIP][137] ([Intel XE#4915]) +182 other tests skip
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@xe_exec_system_allocator@threads-shared-vm-many-large-malloc.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-bo-map-nomemset:
    - shard-lnl:          [PASS][138] -> [FAIL][139] ([Intel XE#5018])
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-lnl-5/igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-bo-map-nomemset.html
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-8/igt@xe_exec_system_allocator@threads-shared-vm-many-large-new-bo-map-nomemset.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-bmg:          NOTRUN -> [ABORT][140] ([Intel XE#4917] / [Intel XE#5466])
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html

  * igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
    - shard-dg2-set2:     NOTRUN -> [SKIP][141] ([Intel XE#2229])
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html

  * igt@xe_module_load@force-load:
    - shard-adlp:         NOTRUN -> [SKIP][142] ([Intel XE#378])
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@xe_module_load@force-load.html

  * igt@xe_oa@non-privileged-map-oa-buffer:
    - shard-dg2-set2:     NOTRUN -> [SKIP][143] ([Intel XE#2541] / [Intel XE#3573]) +4 other tests skip
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@xe_oa@non-privileged-map-oa-buffer.html

  * igt@xe_oa@oa-regs-whitelisted:
    - shard-adlp:         NOTRUN -> [SKIP][144] ([Intel XE#2541] / [Intel XE#3573])
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@xe_oa@oa-regs-whitelisted.html

  * igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p:
    - shard-dg2-set2:     NOTRUN -> [FAIL][145] ([Intel XE#1173])
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-463/igt@xe_peer2peer@write@write-gpua-vram01-gpub-system-p2p.html

  * igt@xe_pm@d3cold-basic-exec:
    - shard-bmg:          NOTRUN -> [SKIP][146] ([Intel XE#2284])
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@xe_pm@d3cold-basic-exec.html

  * igt@xe_pm@s3-vm-bind-userptr:
    - shard-lnl:          NOTRUN -> [SKIP][147] ([Intel XE#584])
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-6/igt@xe_pm@s3-vm-bind-userptr.html

  * igt@xe_pm@s4-multiple-execs:
    - shard-adlp:         [PASS][148] -> [DMESG-WARN][149] ([Intel XE#2953] / [Intel XE#4173]) +1 other test dmesg-warn
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-adlp-4/igt@xe_pm@s4-multiple-execs.html
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@xe_pm@s4-multiple-execs.html

  * igt@xe_pm@vram-d3cold-threshold:
    - shard-bmg:          NOTRUN -> [SKIP][150] ([Intel XE#579])
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@xe_pm@vram-d3cold-threshold.html

  * igt@xe_pxp@pxp-termination-key-update-post-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][151] ([Intel XE#4733]) +1 other test skip
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@xe_pxp@pxp-termination-key-update-post-suspend.html
    - shard-dg2-set2:     NOTRUN -> [SKIP][152] ([Intel XE#4733]) +3 other tests skip
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@xe_pxp@pxp-termination-key-update-post-suspend.html

  * igt@xe_query@multigpu-query-invalid-cs-cycles:
    - shard-dg2-set2:     NOTRUN -> [SKIP][153] ([Intel XE#944]) +1 other test skip
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@xe_query@multigpu-query-invalid-cs-cycles.html

  * igt@xe_query@multigpu-query-topology:
    - shard-bmg:          NOTRUN -> [SKIP][154] ([Intel XE#944])
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@xe_query@multigpu-query-topology.html

  * igt@xe_render_copy@render-stress-0-copies:
    - shard-dg2-set2:     NOTRUN -> [SKIP][155] ([Intel XE#4814]) +1 other test skip
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@xe_render_copy@render-stress-0-copies.html

  * igt@xe_sriov_auto_provisioning@fair-allocation:
    - shard-dg2-set2:     NOTRUN -> [SKIP][156] ([Intel XE#4130])
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@xe_sriov_auto_provisioning@fair-allocation.html

  
#### Possible fixes ####

  * igt@device_reset@unbind-reset-rebind:
    - shard-bmg:          [DMESG-WARN][157] ([Intel XE#3428]) -> [PASS][158] +1 other test pass
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-6/igt@device_reset@unbind-reset-rebind.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@device_reset@unbind-reset-rebind.html

  * igt@kms_addfb_basic@unused-modifier:
    - shard-adlp:         [DMESG-WARN][159] ([Intel XE#2953] / [Intel XE#4173]) -> [PASS][160] +7 other tests pass
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-adlp-9/igt@kms_addfb_basic@unused-modifier.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-9/igt@kms_addfb_basic@unused-modifier.html
    - shard-dg2-set2:     [SKIP][161] ([Intel XE#4208] / [i915#2575]) -> [PASS][162] +2 other tests pass
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-434/igt@kms_addfb_basic@unused-modifier.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-466/igt@kms_addfb_basic@unused-modifier.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs:
    - shard-dg2-set2:     [INCOMPLETE][163] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124] / [Intel XE#4345]) -> [PASS][164]
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4:
    - shard-dg2-set2:     [INCOMPLETE][165] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#3124]) -> [PASS][166]
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-466/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_ccs@random-ccs-data-4-tiled-dg2-mc-ccs@pipe-a-dp-4.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4:
    - shard-dg2-set2:     [INCOMPLETE][167] ([Intel XE#2705] / [Intel XE#4212]) -> [PASS][168]
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4.html
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-b-dp-4.html

  * igt@kms_cursor_edge_walk@128x128-left-edge:
    - shard-bmg:          [SKIP][169] -> [PASS][170]
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-6/igt@kms_cursor_edge_walk@128x128-left-edge.html
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@kms_cursor_edge_walk@128x128-left-edge.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-toggle:
    - shard-bmg:          [SKIP][171] ([Intel XE#2291]) -> [PASS][172] +1 other test pass
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_cursor_legacy@cursorb-vs-flipb-toggle.html

  * igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
    - shard-bmg:          [SKIP][173] ([Intel XE#2316]) -> [PASS][174] +1 other test pass
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html

  * igt@kms_flip@flip-vs-dpms-on-nop-interruptible:
    - shard-adlp:         [DMESG-WARN][175] ([Intel XE#4543]) -> [PASS][176] +1 other test pass
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-adlp-6/igt@kms_flip@flip-vs-dpms-on-nop-interruptible.html
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-9/igt@kms_flip@flip-vs-dpms-on-nop-interruptible.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1:
    - shard-lnl:          [FAIL][177] ([Intel XE#301]) -> [PASS][178]
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible@a-edp1.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-bmg:          [INCOMPLETE][179] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][180] +1 other test pass
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-3/igt@kms_flip@flip-vs-suspend-interruptible.html
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_flip@flip-vs-suspend@d-dp4:
    - shard-dg2-set2:     [INCOMPLETE][181] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][182] +1 other test pass
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-464/igt@kms_flip@flip-vs-suspend@d-dp4.html
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-435/igt@kms_flip@flip-vs-suspend@d-dp4.html

  * igt@kms_flip@wf_vblank-ts-check:
    - shard-bmg:          [FAIL][183] ([Intel XE#3650] / [Intel XE#5352]) -> [PASS][184]
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-6/igt@kms_flip@wf_vblank-ts-check.html
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@kms_flip@wf_vblank-ts-check.html

  * igt@kms_flip@wf_vblank-ts-check@a-dp2:
    - shard-bmg:          [FAIL][185] -> [PASS][186]
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-6/igt@kms_flip@wf_vblank-ts-check@a-dp2.html
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@kms_flip@wf_vblank-ts-check@a-dp2.html

  * igt@kms_flip@wf_vblank-ts-check@b-dp2:
    - shard-bmg:          [FAIL][187] ([Intel XE#3650]) -> [PASS][188] +1 other test pass
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-6/igt@kms_flip@wf_vblank-ts-check@b-dp2.html
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@kms_flip@wf_vblank-ts-check@b-dp2.html

  * igt@kms_flip@wf_vblank-ts-check@d-dp2:
    - shard-bmg:          [FAIL][189] ([Intel XE#5352]) -> [PASS][190]
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-6/igt@kms_flip@wf_vblank-ts-check@d-dp2.html
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@kms_flip@wf_vblank-ts-check@d-dp2.html

  * igt@kms_force_connector_basic@force-edid:
    - shard-adlp:         [ABORT][191] ([Intel XE#2953]) -> [PASS][192]
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-adlp-4/igt@kms_force_connector_basic@force-edid.html
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-1/igt@kms_force_connector_basic@force-edid.html

  * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc:
    - shard-dg2-set2:     [SKIP][193] ([Intel XE#2351] / [Intel XE#4208]) -> [PASS][194]
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-wc.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-bmg:          [SKIP][195] ([Intel XE#3012]) -> [PASS][196]
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@kms_joiner@basic-force-big-joiner.html
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_joiner@basic-force-big-joiner.html

  * igt@kms_setmode@basic:
    - shard-bmg:          [FAIL][197] ([Intel XE#2883]) -> [PASS][198] +6 other tests pass
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-3/igt@kms_setmode@basic.html
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-8/igt@kms_setmode@basic.html

  * igt@kms_setmode@basic@pipe-a-hdmi-a-6:
    - shard-dg2-set2:     [FAIL][199] ([Intel XE#2883]) -> [PASS][200] +1 other test pass
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-464/igt@kms_setmode@basic@pipe-a-hdmi-a-6.html
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@kms_setmode@basic@pipe-a-hdmi-a-6.html

  * igt@xe_exec_basic@multigpu-once-basic-defer-bind:
    - shard-dg2-set2:     [SKIP][201] ([Intel XE#1392]) -> [PASS][202] +5 other tests pass
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-432/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-463/igt@xe_exec_basic@multigpu-once-basic-defer-bind.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-new-bo-map-nomemset:
    - shard-lnl:          [FAIL][203] ([Intel XE#5018]) -> [PASS][204]
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-lnl-3/igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-new-bo-map-nomemset.html
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-7/igt@xe_exec_system_allocator@threads-shared-vm-many-large-execqueues-new-bo-map-nomemset.html

  * igt@xe_vm@munmap-style-unbind-userptr-inval-either-side-full:
    - shard-dg2-set2:     [SKIP][205] ([Intel XE#4208]) -> [PASS][206]
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-434/igt@xe_vm@munmap-style-unbind-userptr-inval-either-side-full.html
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-466/igt@xe_vm@munmap-style-unbind-userptr-inval-either-side-full.html

  
#### Warnings ####

  * igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs:
    - shard-dg2-set2:     [SKIP][207] ([Intel XE#4208]) -> [SKIP][208] ([Intel XE#455] / [Intel XE#787])
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-434/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-ccs.html

  * igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
    - shard-dg2-set2:     [INCOMPLETE][209] ([Intel XE#2705] / [Intel XE#4212]) -> [INCOMPLETE][210] ([Intel XE#1727] / [Intel XE#2705] / [Intel XE#3113] / [Intel XE#4212] / [Intel XE#4522])
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-463/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-436/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_dp_link_training@non-uhbr-mst:
    - shard-dg2-set2:     [SKIP][211] ([Intel XE#4208]) -> [SKIP][212] ([Intel XE#4354])
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-434/igt@kms_dp_link_training@non-uhbr-mst.html
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-466/igt@kms_dp_link_training@non-uhbr-mst.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [FAIL][213] ([Intel XE#301]) -> [FAIL][214] ([Intel XE#301] / [Intel XE#3149])
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-lnl-8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-lnl-4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][215] ([Intel XE#2311]) -> [SKIP][216] ([Intel XE#2312]) +3 other tests skip
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-mmap-wc.html
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render:
    - shard-bmg:          [SKIP][217] ([Intel XE#2312]) -> [SKIP][218] ([Intel XE#5390]) +3 other tests skip
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt:
    - shard-bmg:          [SKIP][219] ([Intel XE#5390]) -> [SKIP][220] ([Intel XE#2312]) +3 other tests skip
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt:
    - shard-bmg:          [SKIP][221] ([Intel XE#2312]) -> [SKIP][222] ([Intel XE#2311]) +4 other tests skip
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt.html
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt:
    - shard-bmg:          [SKIP][223] ([Intel XE#2313]) -> [SKIP][224] ([Intel XE#2312]) +8 other tests skip
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-fullscreen:
    - shard-bmg:          [SKIP][225] ([Intel XE#2312]) -> [SKIP][226] ([Intel XE#2313]) +4 other tests skip
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-fullscreen.html
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-fullscreen.html

  * igt@kms_pm_dc@dc6-dpms:
    - shard-dg2-set2:     [SKIP][227] ([Intel XE#2351] / [Intel XE#4208]) -> [SKIP][228] ([Intel XE#908])
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-434/igt@kms_pm_dc@dc6-dpms.html
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-466/igt@kms_pm_dc@dc6-dpms.html
    - shard-adlp:         [DMESG-FAIL][229] ([Intel XE#2953] / [Intel XE#4173]) -> [FAIL][230] ([Intel XE#718])
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-adlp-9/igt@kms_pm_dc@dc6-dpms.html
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-adlp-9/igt@kms_pm_dc@dc6-dpms.html

  * igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-rebind:
    - shard-dg2-set2:     [SKIP][231] ([Intel XE#4208]) -> [INCOMPLETE][232] ([Intel XE#4842])
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-434/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-rebind.html
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-466/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-userptr-rebind.html

  * igt@xe_exec_fault_mode@many-execqueues-userptr-imm:
    - shard-dg2-set2:     [INCOMPLETE][233] ([Intel XE#2594]) -> [SKIP][234] ([Intel XE#288])
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-433/igt@xe_exec_fault_mode@many-execqueues-userptr-imm.html
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-434/igt@xe_exec_fault_mode@many-execqueues-userptr-imm.html

  * igt@xe_exec_system_allocator@threads-many-large-mmap-free-race-nomemset:
    - shard-dg2-set2:     [SKIP][235] ([Intel XE#4208]) -> [SKIP][236] ([Intel XE#4915]) +2 other tests skip
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-434/igt@xe_exec_system_allocator@threads-many-large-mmap-free-race-nomemset.html
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-466/igt@xe_exec_system_allocator@threads-many-large-mmap-free-race-nomemset.html

  * igt@xe_module_load@load:
    - shard-bmg:          ([PASS][237], [PASS][238], [PASS][239], [SKIP][240], [PASS][241], [DMESG-WARN][242], [PASS][243], [PASS][244], [PASS][245], [PASS][246], [PASS][247], [PASS][248], [PASS][249], [PASS][250], [PASS][251], [PASS][252], [PASS][253], [PASS][254], [PASS][255], [PASS][256], [PASS][257], [PASS][258], [PASS][259], [PASS][260], [PASS][261], [PASS][262]) ([Intel XE#2457] / [Intel XE#3428]) -> ([PASS][263], [PASS][264], [PASS][265], [PASS][266], [PASS][267], [PASS][268], [PASS][269], [PASS][270], [PASS][271], [PASS][272], [PASS][273], [PASS][274], [PASS][275], [PASS][276], [PASS][277], [PASS][278], [PASS][279], [PASS][280], [PASS][281], [PASS][282], [SKIP][283], [PASS][284], [PASS][285], [PASS][286], [PASS][287], [PASS][288]) ([Intel XE#2457])
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-2/igt@xe_module_load@load.html
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-2/igt@xe_module_load@load.html
   [239]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-2/igt@xe_module_load@load.html
   [240]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-8/igt@xe_module_load@load.html
   [241]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-6/igt@xe_module_load@load.html
   [242]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-6/igt@xe_module_load@load.html
   [243]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-3/igt@xe_module_load@load.html
   [244]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-8/igt@xe_module_load@load.html
   [245]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@xe_module_load@load.html
   [246]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@xe_module_load@load.html
   [247]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-6/igt@xe_module_load@load.html
   [248]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@xe_module_load@load.html
   [249]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-5/igt@xe_module_load@load.html
   [250]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-3/igt@xe_module_load@load.html
   [251]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-3/igt@xe_module_load@load.html
   [252]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-4/igt@xe_module_load@load.html
   [253]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-8/igt@xe_module_load@load.html
   [254]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-8/igt@xe_module_load@load.html
   [255]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-4/igt@xe_module_load@load.html
   [256]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-1/igt@xe_module_load@load.html
   [257]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-1/igt@xe_module_load@load.html
   [258]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-4/igt@xe_module_load@load.html
   [259]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-1/igt@xe_module_load@load.html
   [260]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-7/igt@xe_module_load@load.html
   [261]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-7/igt@xe_module_load@load.html
   [262]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-bmg-7/igt@xe_module_load@load.html
   [263]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@xe_module_load@load.html
   [264]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@xe_module_load@load.html
   [265]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-3/igt@xe_module_load@load.html
   [266]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-6/igt@xe_module_load@load.html
   [267]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-6/igt@xe_module_load@load.html
   [268]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-6/igt@xe_module_load@load.html
   [269]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-8/igt@xe_module_load@load.html
   [270]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-8/igt@xe_module_load@load.html
   [271]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-8/igt@xe_module_load@load.html
   [272]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-1/igt@xe_module_load@load.html
   [273]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-1/igt@xe_module_load@load.html
   [274]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-1/igt@xe_module_load@load.html
   [275]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@xe_module_load@load.html
   [276]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@xe_module_load@load.html
   [277]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-2/igt@xe_module_load@load.html
   [278]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@xe_module_load@load.html
   [279]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-4/igt@xe_module_load@load.html
   [280]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@xe_module_load@load.html
   [281]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@xe_module_load@load.html
   [282]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@xe_module_load@load.html
   [283]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@xe_module_load@load.html
   [284]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@xe_module_load@load.html
   [285]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-2/igt@xe_module_load@load.html
   [286]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-2/igt@xe_module_load@load.html
   [287]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-5/igt@xe_module_load@load.html
   [288]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-bmg-7/igt@xe_module_load@load.html

  * igt@xe_peer2peer@read:
    - shard-dg2-set2:     [FAIL][289] ([Intel XE#1173]) -> [SKIP][290] ([Intel XE#1061])
   [289]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-433/igt@xe_peer2peer@read.html
   [290]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-432/igt@xe_peer2peer@read.html

  * igt@xe_peer2peer@write:
    - shard-dg2-set2:     [SKIP][291] ([Intel XE#1061]) -> [FAIL][292] ([Intel XE#1173])
   [291]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148/shard-dg2-432/igt@xe_peer2peer@write.html
   [292]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-151660v1/shard-dg2-463/igt@xe_peer2peer@write.html

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

  [Intel XE#1061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1061
  [Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
  [Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
  [Intel XE#1173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1173
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
  [Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
  [Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
  [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1508]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1508
  [Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
  [Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
  [Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
  [Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
  [Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
  [Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
  [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
  [Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
  [Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
  [Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
  [Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
  [Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
  [Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
  [Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
  [Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
  [Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
  [Intel XE#2328]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2328
  [Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
  [Intel XE#2351]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2351
  [Intel XE#2375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2375
  [Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
  [Intel XE#2387]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2387
  [Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
  [Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
  [Intel XE#2594]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2594
  [Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
  [Intel XE#2705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2705
  [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
  [Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
  [Intel XE#2883]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2883
  [Intel XE#2887]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2887
  [Intel XE#2893]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2893
  [Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
  [Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
  [Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
  [Intel XE#2953]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2953
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#3012]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3012
  [Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
  [Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
  [Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
  [Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
  [Intel XE#3124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3124
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
  [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
  [Intel XE#3414]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3414
  [Intel XE#3428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3428
  [Intel XE#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
  [Intel XE#3442]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3442
  [Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
  [Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
  [Intel XE#3650]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3650
  [Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
  [Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
  [Intel XE#3768]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3768
  [Intel XE#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
  [Intel XE#3876]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3876
  [Intel XE#4056]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4056
  [Intel XE#4090]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4090
  [Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
  [Intel XE#4173]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4173
  [Intel XE#4208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4208
  [Intel XE#4212]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4212
  [Intel XE#4345]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4345
  [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
  [Intel XE#4494]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4494
  [Intel XE#4522]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4522
  [Intel XE#4543]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4543
  [Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4608]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4608
  [Intel XE#4633]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4633
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4814]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4814
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#4842]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4842
  [Intel XE#4915]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4915
  [Intel XE#4917]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4917
  [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
  [Intel XE#5018]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5018
  [Intel XE#5020]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5020
  [Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
  [Intel XE#5195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5195
  [Intel XE#5300]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5300
  [Intel XE#5352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5352
  [Intel XE#5390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5390
  [Intel XE#5419]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5419
  [Intel XE#5426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5426
  [Intel XE#5428]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5428
  [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
  [Intel XE#579]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/579
  [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#702]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/702
  [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
  [Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
  [Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
  [Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
  [Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
  [i915#2575]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2575


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

  * Linux: xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148 -> xe-pw-151660v1

  IGT_8459: 8459
  xe-3417-dbffc39b3c9d2f89b8915bb09660370b4cf13148: dbffc39b3c9d2f89b8915bb09660370b4cf13148
  xe-pw-151660v1: 151660v1

== Logs ==

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

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

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

end of thread, other threads:[~2025-07-16  5:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15 18:14 [PATCH 0/4] Enable SR-IOV PF mode by default Michal Wajdeczko
2025-07-15 18:14 ` [PATCH 1/4] Revert "drm/xe: Enable SR-IOV for ADL/ATSM" Michal Wajdeczko
2025-07-15 18:14 ` [PATCH 2/4] drm/xe/pf: Enable SR-IOV PF mode by default Michal Wajdeczko
2025-07-15 18:14 ` [PATCH 3/4] drm/xe/pf: Add max_vfs configfs attribute to control PF mode Michal Wajdeczko
2025-07-15 18:14 ` [PATCH 4/4] drm/xe: Enable SR-IOV for ADL/ATSM Michal Wajdeczko
2025-07-15 18:24   ` Cavitt, Jonathan
2025-07-15 18:32     ` Michal Wajdeczko
2025-07-15 18:47       ` Cavitt, Jonathan
2025-07-15 19:12         ` Michal Wajdeczko
2025-07-15 19:20 ` ✗ CI.checkpatch: warning for Enable SR-IOV PF mode by default Patchwork
2025-07-15 19:22 ` ✓ CI.KUnit: success " Patchwork
2025-07-15 20:41 ` ✓ Xe.CI.BAT: " Patchwork
2025-07-16  5:18 ` ✗ Xe.CI.Full: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).