public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P
@ 2026-02-06 18:35 Gustavo Sousa
  2026-02-06 18:35 ` [PATCH v3 01/15] drm/xe/xe3p_lpg: Add support for graphics IP 35.10 Gustavo Sousa
                   ` (19 more replies)
  0 siblings, 20 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:35 UTC (permalink / raw)
  To: intel-xe, intel-gfx
  Cc: Gustavo Sousa, Shekhar Chauhan, Matt Roper, Nitin Gote,
	Tangudu Tilak Tirumalesh, Mallesh Koujalagi, Tejas Upadhyay,
	Matt Atwood, Dnyaneshwar Bhadane, Aradhya Bhatia, Suraj Kandpal

NVL-P is a new Intel platform that comes with the following IPs:

- Xe3p_LPG graphics;
- Xe3p_LPM media;
- Xe3p_LPD display.

Enabling patches for Xe3p_LPM and Xe3p_LPD are already integrated in our
driver.  In this series we add patches enabling Xe3p_LPG and then follow
up with patches enabling NVL-P as a platform in our driver.

Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
Changes in v3:
- Adapt "drm/xe/xe3p_lpg: Add support for graphics IP 35.10" to latest
  upstream changes.
- Incorporate review feedback from v1 in "drm/xe/xe3p_lpg: Add MCR
  steering".
- Link to v2: https://patch.msgid.link/20260205-nvl-p-upstreaming-v2-0-9ec14f00cc6c@intel.com

Changes in v2:
- Added patch "drm/xe/nvlp: Bump maximum WOPCM size", which was missing
  in v1.
- Incorporated review feedback.  Please see the changelog in the
  individual patches for details.
- Dropped patch "drm/xe/nvlp: Define GuC firmware for NVL-P".  I'll
  apply this separately to topic/xe-for-CI and decided to drop from v2
  to avoid accidentally applying it to drm-xe-next.
- Link to v1: https://patch.msgid.link/20260202-nvl-p-upstreaming-v1-0-653e4ff105dc@intel.com

---
Aradhya Bhatia (1):
      drm/xe/xe3p_lpg: Set STLB bank hash mode to 4KB

Dnyaneshwar Bhadane (1):
      drm/xe/nvlp: Attach MOCS table for nvlp

Gustavo Sousa (3):
      drm/xe/pat: Differentiate between primary and media for PTA
      drm/xe/xe3p_lpg: Update LRC sizes
      drm/xe/nvlp: Bump maximum WOPCM size

Matt Roper (7):
      drm/xe/xe3p_lpg: Add new PAT table
      drm/xe/xe3p_lpg: Add MCR steering
      drm/xe/xe3p_lpg: Add LRC parsing for additional RCS engine state
      drm/xe/xe3p_lpg: Disable reporting of context switch status to GHWSP
      drm/xe/xe3p_lpg: Drop unnecessary tuning settings
      drm/xe/xe3p_lpg: Extend 'group ID' mask size
      drm/i915/nvlp: Hook up display support

Shekhar Chauhan (3):
      drm/xe/xe3p_lpg: Add support for graphics IP 35.10
      drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10
      drm/xe/nvlp: Add NVL-P platform definition

 .../gpu/drm/i915/display/intel_display_device.c    |  1 +
 .../gpu/drm/xe/instructions/xe_gfxpipe_commands.h  | 10 +++
 drivers/gpu/drm/xe/regs/xe_gt_regs.h               | 20 +++++-
 drivers/gpu/drm/xe/xe_bo.c                         |  4 +-
 drivers/gpu/drm/xe/xe_device_types.h               |  8 ++-
 drivers/gpu/drm/xe/xe_gt_mcr.c                     | 18 ++++-
 drivers/gpu/drm/xe/xe_lrc.c                        | 18 ++++-
 drivers/gpu/drm/xe/xe_mocs.c                       |  1 +
 drivers/gpu/drm/xe/xe_pat.c                        | 82 +++++++++++++++++++---
 drivers/gpu/drm/xe/xe_pci.c                        | 23 ++++++
 drivers/gpu/drm/xe/xe_platform_types.h             |  1 +
 drivers/gpu/drm/xe/xe_reg_whitelist.c              |  8 +++
 drivers/gpu/drm/xe/xe_tuning.c                     | 22 +++++-
 drivers/gpu/drm/xe/xe_wa.c                         | 43 ++++++++++++
 drivers/gpu/drm/xe/xe_wopcm.c                      | 15 +++-
 include/drm/intel/pciids.h                         | 12 ++++
 16 files changed, 261 insertions(+), 25 deletions(-)
---
base-commit: ab5b6da7d4879640bce3197597e0bc707bd60ab5
change-id: 20260130-nvl-p-upstreaming-e69efaf1db91

Best regards,
--  
Gustavo Sousa <gustavo.sousa@intel.com>


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

* [PATCH v3 01/15] drm/xe/xe3p_lpg: Add support for graphics IP 35.10
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
@ 2026-02-06 18:35 ` Gustavo Sousa
  2026-02-06 18:35 ` [PATCH v3 02/15] drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10 Gustavo Sousa
                   ` (18 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:35 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Shekhar Chauhan, Matt Roper

From: Shekhar Chauhan <shekhar.chauhan@intel.com>

Add Xe3p_LPG graphics IP version 35.10. Xe3p_LPG supports all features
described by XE2_GFX_FEATURES and also multi-queue feature on BCS and
CCS engines.  As such, create a new struct xe_graphics_desc named
graphics_xe3p_lpg that inherits from XE2_GFX_FEATURES and also includes
the necessary .multi_queue_engine_class_mask.

Here is a list of fields and associated Bspec references for the members
of the IP descriptor:

 .hw_engine_mask (Bspec 60149)
 .multi_queue_engine_class_mask (Bspec 74110)
 .has_asid (Bspec 71132)
 .has_atomic_enable_pte_bit (Bspec 59510, 74675)
 .has_indirect_ring_state (Bspec 67296)
 .has_range_tlb_inval (Bspec 71126)
 .has_usm (Bspec 59651)
 .has_64bit_timestamp (Bspec 60318)
 .num_geometry_xecore_fuse_regs (Bspec 62566, 67401, 67536)
 .num_compute_xecore_fuse_regs (Bspec 62565, 62561, 67537)

v2:
  - Drop non-existing fields from the list in the commit message. (Matt)
  - Squash patch adding .multi_queue_engine_class_mask here. (Matt)
  - Rename graphics_xe3p to graphics_xe3p_lpg. (Matt)
  - Add fields .num_geometry_xecore_fuse_regs and
    .num_compute_xecore_fuse_regs after rebasing and inheriting
    commit 6acf3d3ed6c1 ("drm/xe: Move number of XeCore fuse registers to
    graphics descriptor"). (Gustavo)

Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_pci.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index 42f15cd394f6..c11e4723e57e 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -114,6 +114,13 @@ static const struct xe_graphics_desc graphics_xe2 = {
 	.num_compute_xecore_fuse_regs = 3,
 };
 
+static const struct xe_graphics_desc graphics_xe3p_lpg = {
+	XE2_GFX_FEATURES,
+	.multi_queue_engine_class_mask = BIT(XE_ENGINE_CLASS_COPY) | BIT(XE_ENGINE_CLASS_COMPUTE),
+	.num_geometry_xecore_fuse_regs = 3,
+	.num_compute_xecore_fuse_regs = 3,
+};
+
 static const struct xe_graphics_desc graphics_xe3p_xpc = {
 	XE2_GFX_FEATURES,
 	.has_indirect_ring_state = 1,
@@ -158,6 +165,7 @@ static const struct xe_ip graphics_ips[] = {
 	{ 3003, "Xe3_LPG", &graphics_xe2 },
 	{ 3004, "Xe3_LPG", &graphics_xe2 },
 	{ 3005, "Xe3_LPG", &graphics_xe2 },
+	{ 3510, "Xe3p_LPG", &graphics_xe3p_lpg },
 	{ 3511, "Xe3p_XPC", &graphics_xe3p_xpc },
 };
 

-- 
2.52.0


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

* [PATCH v3 02/15] drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
  2026-02-06 18:35 ` [PATCH v3 01/15] drm/xe/xe3p_lpg: Add support for graphics IP 35.10 Gustavo Sousa
@ 2026-02-06 18:35 ` Gustavo Sousa
  2026-02-06 18:35 ` [PATCH v3 03/15] drm/xe/pat: Differentiate between primary and media for PTA Gustavo Sousa
                   ` (17 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:35 UTC (permalink / raw)
  To: intel-xe, intel-gfx
  Cc: Gustavo Sousa, Shekhar Chauhan, Nitin Gote,
	Tangudu Tilak Tirumalesh, Mallesh Koujalagi, Matt Roper

From: Shekhar Chauhan <shekhar.chauhan@intel.com>

Add the initial set of workarounds for Xe3p_LPG graphics version 35.10.

v2:
  - Fix spacing style for field LOCALITYDIS. (Matt)
  - Drop unnecessary Wa_14025780377. (Matt)

Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
Co-developed-by: Nitin Gote <nitin.r.gote@intel.com>
Signed-off-by: Nitin Gote <nitin.r.gote@intel.com>
Co-developed-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
Signed-off-by: Tangudu Tilak Tirumalesh <tilak.tirumalesh.tangudu@intel.com>
Co-developed-by: Mallesh Koujalagi <mallesh.koujalagi@intel.com>
Signed-off-by: Mallesh Koujalagi <mallesh.koujalagi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Co-developed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/regs/xe_gt_regs.h  | 16 +++++++++++++
 drivers/gpu/drm/xe/xe_reg_whitelist.c |  8 +++++++
 drivers/gpu/drm/xe/xe_wa.c            | 43 +++++++++++++++++++++++++++++++++++
 3 files changed, 67 insertions(+)

diff --git a/drivers/gpu/drm/xe/regs/xe_gt_regs.h b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
index 52440100a731..d593331202e8 100644
--- a/drivers/gpu/drm/xe/regs/xe_gt_regs.h
+++ b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
@@ -100,6 +100,9 @@
 #define VE1_AUX_INV				XE_REG(0x42b8)
 #define   AUX_INV				REG_BIT(0)
 
+#define GAMSTLB_CTRL2				XE_REG_MCR(0x4788)
+#define   STLB_SINGLE_BANK_MODE			REG_BIT(11)
+
 #define XE2_LMEM_CFG				XE_REG(0x48b0)
 
 #define XE2_GAMWALK_CTRL			0x47e4
@@ -107,6 +110,9 @@
 #define XE2_GAMWALK_CTRL_3D			XE_REG_MCR(XE2_GAMWALK_CTRL)
 #define   EN_CMP_1WCOH_GW			REG_BIT(14)
 
+#define MMIOATSREQLIMIT_GAM_WALK_3D             XE_REG_MCR(0x47f8)
+#define   DIS_ATS_WRONLY_PG                     REG_BIT(18)
+
 #define XEHP_FLAT_CCS_BASE_ADDR			XE_REG_MCR(0x4910)
 #define XEHP_FLAT_CCS_PTR			REG_GENMASK(31, 8)
 
@@ -210,6 +216,9 @@
 
 #define GSCPSMI_BASE				XE_REG(0x880c)
 
+#define CCCHKNREG2				XE_REG_MCR(0x881c)
+#define   LOCALITYDIS				REG_BIT(7)
+
 #define CCCHKNREG1				XE_REG_MCR(0x8828)
 #define   L3CMPCTRL				REG_BIT(23)
 #define   ENCOMPPERFFIX				REG_BIT(18)
@@ -423,6 +432,8 @@
 #define   LSN_DIM_Z_WGT(value)			REG_FIELD_PREP(LSN_DIM_Z_WGT_MASK, value)
 
 #define L3SQCREG2				XE_REG_MCR(0xb104)
+#define   L3_SQ_DISABLE_COAMA_2WAY_COH		REG_BIT(30)
+#define   L3_SQ_DISABLE_COAMA			REG_BIT(22)
 #define   COMPMEMRD256BOVRFETCHEN		REG_BIT(20)
 
 #define L3SQCREG3				XE_REG_MCR(0xb108)
@@ -553,11 +564,16 @@
 #define   UGM_FRAGMENT_THRESHOLD_TO_3		REG_BIT(58 - 32)
 #define   DIS_CHAIN_2XSIMD8			REG_BIT(55 - 32)
 #define   XE2_ALLOC_DPA_STARVE_FIX_DIS		REG_BIT(47 - 32)
+#define   SAMPLER_LD_LSC_DISABLE                REG_BIT(45 - 32)
 #define   ENABLE_SMP_LD_RENDER_SURFACE_CONTROL	REG_BIT(44 - 32)
 #define   FORCE_SLM_FENCE_SCOPE_TO_TILE		REG_BIT(42 - 32)
 #define   FORCE_UGM_FENCE_SCOPE_TO_TILE		REG_BIT(41 - 32)
 #define   MAXREQS_PER_BANK			REG_GENMASK(39 - 32, 37 - 32)
 #define   DISABLE_128B_EVICTION_COMMAND_UDW	REG_BIT(36 - 32)
+#define   LSCFE_SAME_ADDRESS_ATOMICS_COALESCING_DISABLE	REG_BIT(35 - 32)
+
+#define ROW_CHICKEN5				XE_REG_MCR(0xe7f0)
+#define   CPSS_AWARE_DIS			REG_BIT(3)
 
 #define SARB_CHICKEN1				XE_REG_MCR(0xe90c)
 #define   COMP_CKN_IN				REG_GENMASK(30, 29)
diff --git a/drivers/gpu/drm/xe/xe_reg_whitelist.c b/drivers/gpu/drm/xe/xe_reg_whitelist.c
index 1d36c09681aa..9c513778d370 100644
--- a/drivers/gpu/drm/xe/xe_reg_whitelist.c
+++ b/drivers/gpu/drm/xe/xe_reg_whitelist.c
@@ -81,6 +81,14 @@ static const struct xe_rtp_entry_sr register_whitelist[] = {
 			 WHITELIST(VFLSKPD,
 				   RING_FORCE_TO_NONPRIV_ACCESS_RW))
 	},
+	{ XE_RTP_NAME("14024997852"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3510), GRAPHICS_STEP(A0, B0),
+		       ENGINE_CLASS(RENDER)),
+	  XE_RTP_ACTIONS(WHITELIST(FF_MODE,
+				   RING_FORCE_TO_NONPRIV_ACCESS_RW),
+			 WHITELIST(VFLSKPD,
+				   RING_FORCE_TO_NONPRIV_ACCESS_RW))
+	},
 
 #define WHITELIST_OA_MMIO_TRG(trg, status, head) \
 	WHITELIST(trg, RING_FORCE_TO_NONPRIV_ACCESS_RW), \
diff --git a/drivers/gpu/drm/xe/xe_wa.c b/drivers/gpu/drm/xe/xe_wa.c
index 1e8d61ac581b..682865f1fc16 100644
--- a/drivers/gpu/drm/xe/xe_wa.c
+++ b/drivers/gpu/drm/xe/xe_wa.c
@@ -325,6 +325,31 @@ static const struct xe_rtp_entry_sr gt_was[] = {
 	  XE_RTP_RULES(MEDIA_VERSION(3500)),
 	  XE_RTP_ACTIONS(SET(GUC_INTR_CHICKEN, DISABLE_SIGNALING_ENGINES))
 	},
+
+	/* Xe3P_LPG */
+
+	{ XE_RTP_NAME("14025160223"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3510), GRAPHICS_STEP(A0, B0)),
+	  XE_RTP_ACTIONS(SET(MMIOATSREQLIMIT_GAM_WALK_3D,
+			     DIS_ATS_WRONLY_PG))
+	},
+	{ XE_RTP_NAME("16028780921"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3510), GRAPHICS_STEP(A0, B0)),
+	  XE_RTP_ACTIONS(SET(CCCHKNREG2, LOCALITYDIS))
+	},
+	{ XE_RTP_NAME("14026144927"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3510), GRAPHICS_STEP(A0, B0)),
+	  XE_RTP_ACTIONS(SET(L3SQCREG2, L3_SQ_DISABLE_COAMA_2WAY_COH |
+			     L3_SQ_DISABLE_COAMA))
+	},
+	{ XE_RTP_NAME("14025635424"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3510), GRAPHICS_STEP(A0, B0)),
+	  XE_RTP_ACTIONS(SET(GAMSTLB_CTRL2, STLB_SINGLE_BANK_MODE))
+	},
+	{ XE_RTP_NAME("16028005424"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3510), GRAPHICS_STEP(A0, B0)),
+	  XE_RTP_ACTIONS(SET(GUC_INTR_CHICKEN, DISABLE_SIGNALING_ENGINES))
+	},
 };
 
 static const struct xe_rtp_entry_sr engine_was[] = {
@@ -699,6 +724,24 @@ static const struct xe_rtp_entry_sr engine_was[] = {
 		       FUNC(xe_rtp_match_gt_has_discontiguous_dss_groups)),
 	  XE_RTP_ACTIONS(SET(TDL_CHICKEN, EUSTALL_PERF_SAMPLING_DISABLE))
 	},
+
+	/* Xe3p_LPG*/
+
+	{ XE_RTP_NAME("22021149932"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3510), GRAPHICS_STEP(A0, B0),
+		       FUNC(xe_rtp_match_first_render_or_compute)),
+	  XE_RTP_ACTIONS(SET(LSC_CHICKEN_BIT_0_UDW, SAMPLER_LD_LSC_DISABLE))
+	},
+	{ XE_RTP_NAME("14025676848"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3510), GRAPHICS_STEP(A0, B0),
+		       FUNC(xe_rtp_match_first_render_or_compute)),
+	  XE_RTP_ACTIONS(SET(LSC_CHICKEN_BIT_0_UDW, LSCFE_SAME_ADDRESS_ATOMICS_COALESCING_DISABLE))
+	},
+	{ XE_RTP_NAME("16028951944"),
+	  XE_RTP_RULES(GRAPHICS_VERSION(3510), GRAPHICS_STEP(A0, B0),
+		       FUNC(xe_rtp_match_first_render_or_compute)),
+	  XE_RTP_ACTIONS(SET(ROW_CHICKEN5, CPSS_AWARE_DIS))
+	},
 };
 
 static const struct xe_rtp_entry_sr lrc_was[] = {

-- 
2.52.0


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

* [PATCH v3 03/15] drm/xe/pat: Differentiate between primary and media for PTA
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
  2026-02-06 18:35 ` [PATCH v3 01/15] drm/xe/xe3p_lpg: Add support for graphics IP 35.10 Gustavo Sousa
  2026-02-06 18:35 ` [PATCH v3 02/15] drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10 Gustavo Sousa
@ 2026-02-06 18:35 ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 04/15] drm/xe/xe3p_lpg: Add new PAT table Gustavo Sousa
                   ` (16 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:35 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Tejas Upadhyay, Matt Roper

Differently from currently supported platforms, in upcoming changes we
will need to have different PAT entries for PTA based on the GT type. As
such, let's prepare the code to support that by having two separate
PTA-specific members in the pat struct, one for each type of GT.

While at it, also fix the kerneldoc for pat_ats.

Co-developed-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_device_types.h |  8 +++++---
 drivers/gpu/drm/xe/xe_pat.c          | 27 ++++++++++++++++++---------
 2 files changed, 23 insertions(+), 12 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_device_types.h b/drivers/gpu/drm/xe/xe_device_types.h
index 14bf2c027f89..059f026e80d5 100644
--- a/drivers/gpu/drm/xe/xe_device_types.h
+++ b/drivers/gpu/drm/xe/xe_device_types.h
@@ -400,10 +400,12 @@ struct xe_device {
 		const struct xe_pat_table_entry *table;
 		/** @pat.n_entries: Number of PAT entries */
 		int n_entries;
-		/** @pat.ats_entry: PAT entry for PCIe ATS responses */
+		/** @pat.pat_ats: PAT entry for PCIe ATS responses */
 		const struct xe_pat_table_entry *pat_ats;
-		/** @pat.pta_entry: PAT entry for page table accesses */
-		const struct xe_pat_table_entry *pat_pta;
+		/** @pat.pat_primary_pta: primary GT PAT entry for page table accesses */
+		const struct xe_pat_table_entry *pat_primary_pta;
+		/** @pat.pat_media_pta: media GT PAT entry for page table accesses */
+		const struct xe_pat_table_entry *pat_media_pta;
 		u32 idx[__XE_CACHE_LEVEL_COUNT];
 	} pat;
 
diff --git a/drivers/gpu/drm/xe/xe_pat.c b/drivers/gpu/drm/xe/xe_pat.c
index 2cd3fd1c3953..5ba650948a4a 100644
--- a/drivers/gpu/drm/xe/xe_pat.c
+++ b/drivers/gpu/drm/xe/xe_pat.c
@@ -285,8 +285,10 @@ static void program_pat(struct xe_gt *gt, const struct xe_pat_table_entry table[
 
 	if (xe->pat.pat_ats)
 		xe_mmio_write32(&gt->mmio, XE_REG(_PAT_ATS), xe->pat.pat_ats->value);
-	if (xe->pat.pat_pta)
-		xe_mmio_write32(&gt->mmio, XE_REG(_PAT_PTA), xe->pat.pat_pta->value);
+	if (xe->pat.pat_primary_pta && xe_gt_is_main_type(gt))
+		xe_mmio_write32(&gt->mmio, XE_REG(_PAT_PTA), xe->pat.pat_primary_pta->value);
+	if (xe->pat.pat_media_pta && xe_gt_is_media_type(gt))
+		xe_mmio_write32(&gt->mmio, XE_REG(_PAT_PTA), xe->pat.pat_media_pta->value);
 }
 
 static void program_pat_mcr(struct xe_gt *gt, const struct xe_pat_table_entry table[],
@@ -302,8 +304,10 @@ static void program_pat_mcr(struct xe_gt *gt, const struct xe_pat_table_entry ta
 
 	if (xe->pat.pat_ats)
 		xe_gt_mcr_multicast_write(gt, XE_REG_MCR(_PAT_ATS), xe->pat.pat_ats->value);
-	if (xe->pat.pat_pta)
-		xe_gt_mcr_multicast_write(gt, XE_REG_MCR(_PAT_PTA), xe->pat.pat_pta->value);
+	if (xe->pat.pat_primary_pta && xe_gt_is_main_type(gt))
+		xe_gt_mcr_multicast_write(gt, XE_REG_MCR(_PAT_PTA), xe->pat.pat_primary_pta->value);
+	if (xe->pat.pat_media_pta && xe_gt_is_media_type(gt))
+		xe_gt_mcr_multicast_write(gt, XE_REG_MCR(_PAT_PTA), xe->pat.pat_media_pta->value);
 }
 
 static int xelp_dump(struct xe_gt *gt, struct drm_printer *p)
@@ -498,7 +502,8 @@ void xe_pat_init_early(struct xe_device *xe)
 		xe->pat.ops = &xe3p_xpc_pat_ops;
 		xe->pat.table = xe3p_xpc_pat_table;
 		xe->pat.pat_ats = &xe3p_xpc_pat_ats;
-		xe->pat.pat_pta = &xe3p_xpc_pat_pta;
+		xe->pat.pat_primary_pta = &xe3p_xpc_pat_pta;
+		xe->pat.pat_media_pta = &xe3p_xpc_pat_pta;
 		xe->pat.n_entries = ARRAY_SIZE(xe3p_xpc_pat_table);
 		xe->pat.idx[XE_CACHE_NONE] = 3;
 		xe->pat.idx[XE_CACHE_WT] = 3;	/* N/A (no display); use UC */
@@ -512,8 +517,10 @@ void xe_pat_init_early(struct xe_device *xe)
 			xe->pat.table = xe2_pat_table;
 		}
 		xe->pat.pat_ats = &xe2_pat_ats;
-		if (IS_DGFX(xe))
-			xe->pat.pat_pta = &xe2_pat_pta;
+		if (IS_DGFX(xe)) {
+			xe->pat.pat_primary_pta = &xe2_pat_pta;
+			xe->pat.pat_media_pta = &xe2_pat_pta;
+		}
 
 		/* Wa_16023588340. XXX: Should use XE_WA */
 		if (GRAPHICS_VERx100(xe) == 2001)
@@ -617,6 +624,8 @@ int xe_pat_dump(struct xe_gt *gt, struct drm_printer *p)
 int xe_pat_dump_sw_config(struct xe_gt *gt, struct drm_printer *p)
 {
 	struct xe_device *xe = gt_to_xe(gt);
+	const struct xe_pat_table_entry *pta_entry = xe_gt_is_main_type(gt) ?
+		xe->pat.pat_primary_pta : xe->pat.pat_media_pta;
 	char label[PAT_LABEL_LEN];
 
 	if (!xe->pat.table || !xe->pat.n_entries)
@@ -640,8 +649,8 @@ int xe_pat_dump_sw_config(struct xe_gt *gt, struct drm_printer *p)
 		}
 	}
 
-	if (xe->pat.pat_pta) {
-		u32 pat = xe->pat.pat_pta->value;
+	if (pta_entry) {
+		u32 pat = pta_entry->value;
 
 		drm_printf(p, "Page Table Access:\n");
 		xe->pat.ops->entry_dump(p, "PTA_MODE", pat, false);

-- 
2.52.0


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

* [PATCH v3 04/15] drm/xe/xe3p_lpg: Add new PAT table
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (2 preceding siblings ...)
  2026-02-06 18:35 ` [PATCH v3 03/15] drm/xe/pat: Differentiate between primary and media for PTA Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 05/15] drm/xe/xe3p_lpg: Add MCR steering Gustavo Sousa
                   ` (15 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Matt Roper, Matt Atwood

From: Matt Roper <matthew.d.roper@intel.com>

PAT programming for Xe3p_LPG is more similar to Xe2 and Xe3 than it is
to Xe3p_XPC.  Compared to Xe2/Xe3 we have:

* There's a slight update to the PAT table, where two new indices (18
  and 19) are added to expose a new "WB - Transient App" L3 caching
  mode.

* The PTA_MODE entry must be programmed differently according to the
  media type, and both differ from Xe2.

There are no changes to the underlying registers, so the Xe2 ops can be
re-used for Xe3p.

Bspec: 71582, 74160
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_pat.c | 55 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 54 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pat.c b/drivers/gpu/drm/xe/xe_pat.c
index 5ba650948a4a..f840d9a58740 100644
--- a/drivers/gpu/drm/xe/xe_pat.c
+++ b/drivers/gpu/drm/xe/xe_pat.c
@@ -124,7 +124,8 @@ static const struct xe_pat_table_entry xelpg_pat_table[] = {
  *   - no_promote:  0=promotable, 1=no promote
  *   - comp_en:     0=disable, 1=enable
  *   - l3clos:      L3 class of service (0-3)
- *   - l3_policy:   0=WB, 1=XD ("WB - Transient Display"), 3=UC
+ *   - l3_policy:   0=WB, 1=XD ("WB - Transient Display"),
+ *                  2=XA ("WB - Transient App" for Xe3p), 3=UC
  *   - l4_policy:   0=WB, 1=WT, 3=UC
  *   - coh_mode:    0=no snoop, 2=1-way coherent, 3=2-way coherent
  *
@@ -253,6 +254,44 @@ static const struct xe_pat_table_entry xe3p_xpc_pat_table[] = {
 	[31] = XE3P_XPC_PAT( 0, 3, 0, 0, 3 ),
 };
 
+static const struct xe_pat_table_entry xe3p_primary_pat_pta = XE2_PAT(0, 0, 0, 0, 0, 3);
+static const struct xe_pat_table_entry xe3p_media_pat_pta = XE2_PAT(0, 0, 0, 0, 0, 2);
+
+static const struct xe_pat_table_entry xe3p_lpg_pat_table[] = {
+	[ 0] = XE2_PAT( 0, 0, 0, 0, 3, 0 ),
+	[ 1] = XE2_PAT( 0, 0, 0, 0, 3, 2 ),
+	[ 2] = XE2_PAT( 0, 0, 0, 0, 3, 3 ),
+	[ 3] = XE2_PAT( 0, 0, 0, 3, 3, 0 ),
+	[ 4] = XE2_PAT( 0, 0, 0, 3, 0, 2 ),
+	[ 5] = XE2_PAT( 0, 0, 0, 3, 3, 2 ),
+	[ 6] = XE2_PAT( 1, 0, 0, 1, 3, 0 ),
+	[ 7] = XE2_PAT( 0, 0, 0, 3, 0, 3 ),
+	[ 8] = XE2_PAT( 0, 0, 0, 3, 0, 0 ),
+	[ 9] = XE2_PAT( 0, 1, 0, 0, 3, 0 ),
+	[10] = XE2_PAT( 0, 1, 0, 3, 0, 0 ),
+	[11] = XE2_PAT( 1, 1, 0, 1, 3, 0 ),
+	[12] = XE2_PAT( 0, 1, 0, 3, 3, 0 ),
+	[13] = XE2_PAT( 0, 0, 0, 0, 0, 0 ),
+	[14] = XE2_PAT( 0, 1, 0, 0, 0, 0 ),
+	[15] = XE2_PAT( 1, 1, 0, 1, 1, 0 ),
+	[16] = XE2_PAT( 0, 1, 0, 0, 3, 2 ),
+	/* 17 is reserved; leave set to all 0's */
+	[18] = XE2_PAT( 1, 0, 0, 2, 3, 0 ),
+	[19] = XE2_PAT( 1, 0, 0, 2, 3, 2 ),
+	[20] = XE2_PAT( 0, 0, 1, 0, 3, 0 ),
+	[21] = XE2_PAT( 0, 1, 1, 0, 3, 0 ),
+	[22] = XE2_PAT( 0, 0, 1, 0, 3, 2 ),
+	[23] = XE2_PAT( 0, 0, 1, 0, 3, 3 ),
+	[24] = XE2_PAT( 0, 0, 2, 0, 3, 0 ),
+	[25] = XE2_PAT( 0, 1, 2, 0, 3, 0 ),
+	[26] = XE2_PAT( 0, 0, 2, 0, 3, 2 ),
+	[27] = XE2_PAT( 0, 0, 2, 0, 3, 3 ),
+	[28] = XE2_PAT( 0, 0, 3, 0, 3, 0 ),
+	[29] = XE2_PAT( 0, 1, 3, 0, 3, 0 ),
+	[30] = XE2_PAT( 0, 0, 3, 0, 3, 2 ),
+	[31] = XE2_PAT( 0, 0, 3, 0, 3, 3 ),
+};
+
 u16 xe_pat_index_get_coh_mode(struct xe_device *xe, u16 pat_index)
 {
 	WARN_ON(pat_index >= xe->pat.n_entries);
@@ -508,6 +547,20 @@ void xe_pat_init_early(struct xe_device *xe)
 		xe->pat.idx[XE_CACHE_NONE] = 3;
 		xe->pat.idx[XE_CACHE_WT] = 3;	/* N/A (no display); use UC */
 		xe->pat.idx[XE_CACHE_WB] = 2;
+	} else if (GRAPHICS_VER(xe) == 35) {
+		xe->pat.ops = &xe2_pat_ops;
+		xe->pat.table = xe3p_lpg_pat_table;
+		xe->pat.pat_ats = &xe2_pat_ats;
+		if (!IS_DGFX(xe)) {
+			xe->pat.pat_primary_pta = &xe3p_primary_pat_pta;
+			xe->pat.pat_media_pta = &xe3p_media_pat_pta;
+		}
+		xe->pat.n_entries = ARRAY_SIZE(xe3p_lpg_pat_table);
+		xe->pat.idx[XE_CACHE_NONE] = 3;
+		xe->pat.idx[XE_CACHE_WT] = 15;
+		xe->pat.idx[XE_CACHE_WB] = 2;
+		xe->pat.idx[XE_CACHE_NONE_COMPRESSION] = 12;
+		xe->pat.idx[XE_CACHE_WB_COMPRESSION] = 16;
 	} else if (GRAPHICS_VER(xe) == 30 || GRAPHICS_VER(xe) == 20) {
 		xe->pat.ops = &xe2_pat_ops;
 		if (GRAPHICS_VER(xe) == 30) {

-- 
2.52.0


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

* [PATCH v3 05/15] drm/xe/xe3p_lpg: Add MCR steering
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (3 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 04/15] drm/xe/xe3p_lpg: Add new PAT table Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-09  5:34   ` Bhadane, Dnyaneshwar
  2026-02-06 18:36 ` [PATCH v3 06/15] drm/xe/xe3p_lpg: Add LRC parsing for additional RCS engine state Gustavo Sousa
                   ` (14 subsequent siblings)
  19 siblings, 1 reply; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Matt Roper, Dnyaneshwar Bhadane

From: Matt Roper <matthew.d.roper@intel.com>

Xe3p_LPG has nearly identical steering to Xe2 and Xe3.  The only
DSS/XeCore change from those IPs is an additional range from
0xDE00-0xDE7F that was previously reserved, so we can simply grow one of
the existing ranges in the Xe2 table to include it.  Similarly, the
"instance0" table is also almost identical, but gains one additional
PSMI range and requires a separate table.

v2:
  - Drop reserved range from MEMPIPE range. (Dnyaneshwar)

Bspec: 75242
Cc: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_gt_mcr.c | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_gt_mcr.c b/drivers/gpu/drm/xe/xe_gt_mcr.c
index 7c1fe9ac120d..da8f6187f893 100644
--- a/drivers/gpu/drm/xe/xe_gt_mcr.c
+++ b/drivers/gpu/drm/xe/xe_gt_mcr.c
@@ -201,7 +201,7 @@ static const struct xe_mmio_range xe2lpg_dss_steering_table[] = {
 	{ 0x009680, 0x0096FF },         /* DSS */
 	{ 0x00D800, 0x00D87F },         /* SLICE */
 	{ 0x00DC00, 0x00DCFF },         /* SLICE */
-	{ 0x00DE80, 0x00E8FF },         /* DSS (0xE000-0xE0FF reserved) */
+	{ 0x00DE00, 0x00E8FF },         /* DSS (0xE000-0xE0FF reserved) */
 	{ 0x00E980, 0x00E9FF },         /* SLICE */
 	{ 0x013000, 0x0133FF },         /* DSS (0x13000-0x131FF), SLICE (0x13200-0x133FF) */
 	{},
@@ -280,6 +280,19 @@ static const struct xe_mmio_range xe3p_xpc_instance0_steering_table[] = {
 	{},
 };
 
+static const struct xe_mmio_range xe3p_lpg_instance0_steering_table[] = {
+	{ 0x004000, 0x004AFF },         /* GAM, rsvd, GAMWKR */
+	{ 0x008700, 0x00887F },         /* NODE */
+	{ 0x00B000, 0x00B3FF },         /* NODE, L3BANK */
+	{ 0x00B500, 0x00B6FF },		/* PSMI */
+	{ 0x00C800, 0x00CFFF },         /* GAM */
+	{ 0x00D880, 0x00D8FF },         /* NODE */
+	{ 0x00DD00, 0x00DD7F },         /* MEMPIPE */
+	{ 0x00F000, 0x00FFFF },         /* GAM, GAMWKR */
+	{ 0x013400, 0x0135FF },         /* MEMPIPE */
+	{},
+};
+
 static void init_steering_l3bank(struct xe_gt *gt)
 {
 	struct xe_device *xe = gt_to_xe(gt);
@@ -533,6 +546,9 @@ void xe_gt_mcr_init_early(struct xe_gt *gt)
 			gt->steering[INSTANCE0].ranges = xe3p_xpc_instance0_steering_table;
 			gt->steering[L3BANK].ranges = xelpg_l3bank_steering_table;
 			gt->steering[NODE].ranges = xe3p_xpc_node_steering_table;
+		} else if (GRAPHICS_VERx100(xe) >= 3510) {
+			gt->steering[DSS].ranges = xe2lpg_dss_steering_table;
+			gt->steering[INSTANCE0].ranges = xe3p_lpg_instance0_steering_table;
 		} else if (GRAPHICS_VER(xe) >= 20) {
 			gt->steering[DSS].ranges = xe2lpg_dss_steering_table;
 			gt->steering[SQIDI_PSMI].ranges = xe2lpg_sqidi_psmi_steering_table;

-- 
2.52.0


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

* [PATCH v3 06/15] drm/xe/xe3p_lpg: Add LRC parsing for additional RCS engine state
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (4 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 05/15] drm/xe/xe3p_lpg: Add MCR steering Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 07/15] drm/xe/xe3p_lpg: Disable reporting of context switch status to GHWSP Gustavo Sousa
                   ` (13 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Matt Roper, Matt Atwood

From: Matt Roper <matthew.d.roper@intel.com>

Xe3p_LPG adds some additional state instructions to the RCS engine's
LRC.  Add support for these to the debugfs LRC parser.

Note that the bspec's LRC description page seems to have a few mistakes
in the name/spelling of these new instructions (e.g.,
"3DSTATE_TASK_DATA_EXT" instead of "3DSTATE_TASK_SHADER_DATA_EXT" or
"3DSTATE_VIEWPORT_STATE_POINTERS_CL_SF_2" instead of
"3DSTATE_VIEWPORT_STATE_POINTERS_SF_CLIP_2").

Bspec: 65182
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h | 10 ++++++++++
 drivers/gpu/drm/xe/xe_lrc.c                           | 10 ++++++++++
 2 files changed, 20 insertions(+)

diff --git a/drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h b/drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h
index 457881af8af9..4d854c85e588 100644
--- a/drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h
+++ b/drivers/gpu/drm/xe/instructions/xe_gfxpipe_commands.h
@@ -55,6 +55,7 @@
 #define PIPELINE_SELECT				GFXPIPE_SINGLE_DW_CMD(0x1, 0x4)
 
 #define CMD_3DSTATE_DRAWING_RECTANGLE_FAST	GFXPIPE_3D_CMD(0x0, 0x0)
+#define CMD_3DSTATE_CUSTOM_SAMPLE_PATTERN	GFXPIPE_3D_CMD(0x0, 0x2)
 #define CMD_3DSTATE_CLEAR_PARAMS		GFXPIPE_3D_CMD(0x0, 0x4)
 #define CMD_3DSTATE_DEPTH_BUFFER		GFXPIPE_3D_CMD(0x0, 0x5)
 #define CMD_3DSTATE_STENCIL_BUFFER		GFXPIPE_3D_CMD(0x0, 0x6)
@@ -138,8 +139,16 @@
 #define CMD_3DSTATE_SBE_MESH			GFXPIPE_3D_CMD(0x0, 0x82)
 #define CMD_3DSTATE_CPSIZE_CONTROL_BUFFER	GFXPIPE_3D_CMD(0x0, 0x83)
 #define CMD_3DSTATE_COARSE_PIXEL		GFXPIPE_3D_CMD(0x0, 0x89)
+#define CMD_3DSTATE_MESH_SHADER_DATA_EXT	GFXPIPE_3D_CMD(0x0, 0x8A)
+#define CMD_3DSTATE_TASK_SHADER_DATA_EXT	GFXPIPE_3D_CMD(0x0, 0x8B)
+#define CMD_3DSTATE_VIEWPORT_STATE_POINTERS_CC_2	GFXPIPE_3D_CMD(0x0, 0x8D)
+#define CMD_3DSTATE_CC_STATE_POINTERS_2		GFXPIPE_3D_CMD(0x0, 0x8E)
+#define CMD_3DSTATE_SCISSOR_STATE_POINTERS_2	GFXPIPE_3D_CMD(0x0, 0x8F)
+#define CMD_3DSTATE_BLEND_STATE_POINTERS_2	GFXPIPE_3D_CMD(0x0, 0xA0)
+#define CMD_3DSTATE_VIEWPORT_STATE_POINTERS_SF_CLIP_2	GFXPIPE_3D_CMD(0x0, 0xA1)
 
 #define CMD_3DSTATE_DRAWING_RECTANGLE		GFXPIPE_3D_CMD(0x1, 0x0)
+#define CMD_3DSTATE_URB_MEMORY			GFXPIPE_3D_CMD(0x1, 0x1)
 #define CMD_3DSTATE_CHROMA_KEY			GFXPIPE_3D_CMD(0x1, 0x4)
 #define CMD_3DSTATE_POLY_STIPPLE_OFFSET		GFXPIPE_3D_CMD(0x1, 0x6)
 #define CMD_3DSTATE_POLY_STIPPLE_PATTERN	GFXPIPE_3D_CMD(0x1, 0x7)
@@ -160,5 +169,6 @@
 #define CMD_3DSTATE_SUBSLICE_HASH_TABLE		GFXPIPE_3D_CMD(0x1, 0x1F)
 #define CMD_3DSTATE_SLICE_TABLE_STATE_POINTERS	GFXPIPE_3D_CMD(0x1, 0x20)
 #define CMD_3DSTATE_PTBR_TILE_PASS_INFO		GFXPIPE_3D_CMD(0x1, 0x22)
+#define CMD_3DSTATE_SLICE_TABLE_STATE_POINTER_2	GFXPIPE_3D_CMD(0x1, 0xA0)
 
 #endif
diff --git a/drivers/gpu/drm/xe/xe_lrc.c b/drivers/gpu/drm/xe/xe_lrc.c
index 3db7968aa5e2..e58eb8b9db78 100644
--- a/drivers/gpu/drm/xe/xe_lrc.c
+++ b/drivers/gpu/drm/xe/xe_lrc.c
@@ -1966,6 +1966,7 @@ static int dump_gfxpipe_command(struct drm_printer *p,
 	MATCH(PIPELINE_SELECT);
 
 	MATCH3D(3DSTATE_DRAWING_RECTANGLE_FAST);
+	MATCH3D(3DSTATE_CUSTOM_SAMPLE_PATTERN);
 	MATCH3D(3DSTATE_CLEAR_PARAMS);
 	MATCH3D(3DSTATE_DEPTH_BUFFER);
 	MATCH3D(3DSTATE_STENCIL_BUFFER);
@@ -2049,8 +2050,16 @@ static int dump_gfxpipe_command(struct drm_printer *p,
 	MATCH3D(3DSTATE_SBE_MESH);
 	MATCH3D(3DSTATE_CPSIZE_CONTROL_BUFFER);
 	MATCH3D(3DSTATE_COARSE_PIXEL);
+	MATCH3D(3DSTATE_MESH_SHADER_DATA_EXT);
+	MATCH3D(3DSTATE_TASK_SHADER_DATA_EXT);
+	MATCH3D(3DSTATE_VIEWPORT_STATE_POINTERS_CC_2);
+	MATCH3D(3DSTATE_CC_STATE_POINTERS_2);
+	MATCH3D(3DSTATE_SCISSOR_STATE_POINTERS_2);
+	MATCH3D(3DSTATE_BLEND_STATE_POINTERS_2);
+	MATCH3D(3DSTATE_VIEWPORT_STATE_POINTERS_SF_CLIP_2);
 
 	MATCH3D(3DSTATE_DRAWING_RECTANGLE);
+	MATCH3D(3DSTATE_URB_MEMORY);
 	MATCH3D(3DSTATE_CHROMA_KEY);
 	MATCH3D(3DSTATE_POLY_STIPPLE_OFFSET);
 	MATCH3D(3DSTATE_POLY_STIPPLE_PATTERN);
@@ -2070,6 +2079,7 @@ static int dump_gfxpipe_command(struct drm_printer *p,
 	MATCH3D(3DSTATE_SUBSLICE_HASH_TABLE);
 	MATCH3D(3DSTATE_SLICE_TABLE_STATE_POINTERS);
 	MATCH3D(3DSTATE_PTBR_TILE_PASS_INFO);
+	MATCH3D(3DSTATE_SLICE_TABLE_STATE_POINTER_2);
 
 	default:
 		drm_printf(p, "[%#010x] unknown GFXPIPE command (pipeline=%#x, opcode=%#x, subopcode=%#x), likely %d dwords\n",

-- 
2.52.0


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

* [PATCH v3 07/15] drm/xe/xe3p_lpg: Disable reporting of context switch status to GHWSP
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (5 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 06/15] drm/xe/xe3p_lpg: Add LRC parsing for additional RCS engine state Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 08/15] drm/xe/xe3p_lpg: Drop unnecessary tuning settings Gustavo Sousa
                   ` (12 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Matt Roper, Matt Atwood

From: Matt Roper <matthew.d.roper@intel.com>

By default the hardware reports context switch status into the global
hardware status page.  The Xe driver doesn't use this information for
anything, and as of Xe3p, leaving this setting enabled will prevent
other hardware optimizations from being enabled.  Disable this reporting
as suggested by the tuning guide.

Bspec: 72161
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_tuning.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/gpu/drm/xe/xe_tuning.c b/drivers/gpu/drm/xe/xe_tuning.c
index 5766fa7742d3..a97872b3214b 100644
--- a/drivers/gpu/drm/xe/xe_tuning.c
+++ b/drivers/gpu/drm/xe/xe_tuning.c
@@ -10,6 +10,7 @@
 #include <drm/drm_managed.h>
 #include <drm/drm_print.h>
 
+#include "regs/xe_engine_regs.h"
 #include "regs/xe_gt_regs.h"
 #include "xe_gt_types.h"
 #include "xe_platform_types.h"
@@ -107,6 +108,12 @@ static const struct xe_rtp_entry_sr engine_tunings[] = {
 		       FUNC(xe_rtp_match_first_render_or_compute)),
 	  XE_RTP_ACTIONS(SET(RT_CTRL, DIS_NULL_QUERY))
 	},
+	{ XE_RTP_NAME("Tuning: disable HW reporting of ctx switch to GHWSP"),
+	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3500, XE_RTP_END_VERSION_UNDEFINED)),
+	  XE_RTP_ACTIONS(SET(CSFE_CHICKEN1(0),
+			     GHWSP_CSB_REPORT_DIS,
+			     XE_RTP_ACTION_FLAG(ENGINE_BASE)))
+	},
 };
 
 static const struct xe_rtp_entry_sr lrc_tunings[] = {

-- 
2.52.0


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

* [PATCH v3 08/15] drm/xe/xe3p_lpg: Drop unnecessary tuning settings
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (6 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 07/15] drm/xe/xe3p_lpg: Disable reporting of context switch status to GHWSP Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 09/15] drm/xe/xe3p_lpg: Extend 'group ID' mask size Gustavo Sousa
                   ` (11 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Matt Roper, Matt Atwood

From: Matt Roper <matthew.d.roper@intel.com>

From Xe3p onward, the desired settings are now the hardware's
default values and the driver does not need to program them explicitly.

Since 35.xx seems to be the starting point for "Xe3p" version numbers;
we'll adjust the bounds of the old programming to stop at 34.99.  Even
though there's no platform with version 35.00 at the moment, this is
simplest in case one does show up in the future.

Bspec: 72161, 59928, 59930
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_tuning.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_tuning.c b/drivers/gpu/drm/xe/xe_tuning.c
index a97872b3214b..694385ae75f1 100644
--- a/drivers/gpu/drm/xe/xe_tuning.c
+++ b/drivers/gpu/drm/xe/xe_tuning.c
@@ -32,12 +32,12 @@ static const struct xe_rtp_entry_sr gt_tunings[] = {
 	/* Xe2 */
 
 	{ XE_RTP_NAME("Tuning: L3 cache"),
-	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, XE_RTP_END_VERSION_UNDEFINED)),
+	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 3499)),
 	  XE_RTP_ACTIONS(FIELD_SET(XEHP_L3SQCREG5, L3_PWM_TIMER_INIT_VAL_MASK,
 				   REG_FIELD_PREP(L3_PWM_TIMER_INIT_VAL_MASK, 0x7f)))
 	},
 	{ XE_RTP_NAME("Tuning: L3 cache - media"),
-	  XE_RTP_RULES(MEDIA_VERSION_RANGE(2000, XE_RTP_END_VERSION_UNDEFINED)),
+	  XE_RTP_RULES(MEDIA_VERSION_RANGE(2000, 3499)),
 	  XE_RTP_ACTIONS(FIELD_SET(XE2LPM_L3SQCREG5, L3_PWM_TIMER_INIT_VAL_MASK,
 				   REG_FIELD_PREP(L3_PWM_TIMER_INIT_VAL_MASK, 0x7f)))
 	},
@@ -53,7 +53,7 @@ static const struct xe_rtp_entry_sr gt_tunings[] = {
 			 SET(XE2LPM_CCCHKNREG1, L3CMPCTRL))
 	},
 	{ XE_RTP_NAME("Tuning: Enable compressible partial write overfetch in L3"),
-	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, XE_RTP_END_VERSION_UNDEFINED)),
+	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 3499)),
 	  XE_RTP_ACTIONS(SET(L3SQCREG3, COMPPWOVERFETCHEN))
 	},
 	{ XE_RTP_NAME("Tuning: Enable compressible partial write overfetch in L3 - media"),

-- 
2.52.0


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

* [PATCH v3 09/15] drm/xe/xe3p_lpg: Extend 'group ID' mask size
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (7 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 08/15] drm/xe/xe3p_lpg: Drop unnecessary tuning settings Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 10/15] drm/xe/xe3p_lpg: Update LRC sizes Gustavo Sousa
                   ` (10 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Matt Roper, Dnyaneshwar Bhadane

From: Matt Roper <matthew.d.roper@intel.com>

Xe3p_LPG extends the 'group ID' register mask by one bit.  Since the new
upper bit (12) was unused on previous platforms, we can safely extend
the existing mask size without worrying about adding conditional version
checks to the register programming.

Bspec: 67175
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/regs/xe_gt_regs.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/regs/xe_gt_regs.h b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
index d593331202e8..ff77523e823e 100644
--- a/drivers/gpu/drm/xe/regs/xe_gt_regs.h
+++ b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
@@ -58,7 +58,7 @@
 #define   MCR_SLICE(slice)			REG_FIELD_PREP(MCR_SLICE_MASK, slice)
 #define   MCR_SUBSLICE_MASK			REG_GENMASK(26, 24)
 #define   MCR_SUBSLICE(subslice)		REG_FIELD_PREP(MCR_SUBSLICE_MASK, subslice)
-#define   MTL_MCR_GROUPID			REG_GENMASK(11, 8)
+#define   MTL_MCR_GROUPID			REG_GENMASK(12, 8)
 #define   MTL_MCR_INSTANCEID			REG_GENMASK(3, 0)
 
 #define PS_INVOCATION_COUNT			XE_REG(0x2348)

-- 
2.52.0


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

* [PATCH v3 10/15] drm/xe/xe3p_lpg: Update LRC sizes
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (8 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 09/15] drm/xe/xe3p_lpg: Extend 'group ID' mask size Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 11/15] drm/xe/xe3p_lpg: Set STLB bank hash mode to 4KB Gustavo Sousa
                   ` (9 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Matt Roper

Like with previous generations, the engine context images for of both
RCS and CCS in Xe3p_LPG contain a common layout at the end for the
context related to the "Compute Pipeline".

The size of the memory area written to such section varies; it depends
on the type of preemption has taken place during the execution and type
of command streamer instruction that was used on the pipeline. For
Xe3p_LPG, the maximum possible size, including NOOPs for cache line
alignment, is 4368 dwords, which would be the case of a mid-thread
preemption during the execution of a COMPUTE_WALKER_2 instruction.

The maximum size has increased in such a way that we need to update
xe_gt_lrc_size() to match the new sizing requirement. When we add that
to the engine-specific parts, we have:

  - RCS context image: 6672 dwords = 26688 bytes -> 7 pages
  - CCS context image: 5024 dwords = 20096 bytes -> 5 pages

Bspec: 65182, 55793, 73590
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_lrc.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_lrc.c b/drivers/gpu/drm/xe/xe_lrc.c
index e58eb8b9db78..38f648b98868 100644
--- a/drivers/gpu/drm/xe/xe_lrc.c
+++ b/drivers/gpu/drm/xe/xe_lrc.c
@@ -113,13 +113,17 @@ size_t xe_gt_lrc_hang_replay_size(struct xe_gt *gt, enum xe_engine_class class)
 	/* Engine context image */
 	switch (class) {
 	case XE_ENGINE_CLASS_RENDER:
-		if (GRAPHICS_VER(xe) >= 20)
+		if (GRAPHICS_VERx100(xe) >= 3510)
+			size += 7 * SZ_4K;
+		else if (GRAPHICS_VER(xe) >= 20)
 			size += 3 * SZ_4K;
 		else
 			size += 13 * SZ_4K;
 		break;
 	case XE_ENGINE_CLASS_COMPUTE:
-		if (GRAPHICS_VER(xe) >= 20)
+		if (GRAPHICS_VERx100(xe) >= 3510)
+			size += 5 * SZ_4K;
+		else if (GRAPHICS_VER(xe) >= 20)
 			size += 2 * SZ_4K;
 		else
 			size += 13 * SZ_4K;

-- 
2.52.0


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

* [PATCH v3 11/15] drm/xe/xe3p_lpg: Set STLB bank hash mode to 4KB
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (9 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 10/15] drm/xe/xe3p_lpg: Update LRC sizes Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 12/15] drm/xe/nvlp: Add NVL-P platform definition Gustavo Sousa
                   ` (8 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Aradhya Bhatia, Matt Roper

From: Aradhya Bhatia <aradhya.bhatia@intel.com>

Since the dominant size of the pages referred in an i-gpu, such as
Xe3p_LPG, will be 4KB, the HW default of mix of 64K and 2M for STLB bank
hash mode does not make sense.

Allow the SW to change it to 4KB Mode, for Xe3p_LPG.

v2:
  - Add Bspec reference. (Matt)

Bspec: 78248
Signed-off-by: Aradhya Bhatia <aradhya.bhatia@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/regs/xe_gt_regs.h | 2 ++
 drivers/gpu/drm/xe/xe_tuning.c       | 9 +++++++++
 2 files changed, 11 insertions(+)

diff --git a/drivers/gpu/drm/xe/regs/xe_gt_regs.h b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
index ff77523e823e..a375ffd666ba 100644
--- a/drivers/gpu/drm/xe/regs/xe_gt_regs.h
+++ b/drivers/gpu/drm/xe/regs/xe_gt_regs.h
@@ -473,6 +473,8 @@
 #define   FORCE_MISS_FTLB			REG_BIT(3)
 
 #define XEHP_GAMSTLB_CTRL			XE_REG_MCR(0xcf4c)
+#define   BANK_HASH_MODE			REG_GENMASK(27, 26)
+#define   BANK_HASH_4KB_MODE			REG_FIELD_PREP(BANK_HASH_MODE, 0x3)
 #define   CONTROL_BLOCK_CLKGATE_DIS		REG_BIT(12)
 #define   EGRESS_BLOCK_CLKGATE_DIS		REG_BIT(11)
 #define   TAG_BLOCK_CLKGATE_DIS			REG_BIT(7)
diff --git a/drivers/gpu/drm/xe/xe_tuning.c b/drivers/gpu/drm/xe/xe_tuning.c
index 694385ae75f1..316f5e2b2e48 100644
--- a/drivers/gpu/drm/xe/xe_tuning.c
+++ b/drivers/gpu/drm/xe/xe_tuning.c
@@ -90,6 +90,15 @@ static const struct xe_rtp_entry_sr gt_tunings[] = {
 	  XE_RTP_RULES(MEDIA_VERSION(2000)),
 	  XE_RTP_ACTIONS(SET(XE2LPM_SCRATCH3_LBCF, RWFLUSHALLEN))
 	},
+
+	/* Xe3p */
+
+	{ XE_RTP_NAME("Tuning: Set STLB Bank Hash Mode to 4KB"),
+	  XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3510, XE_RTP_END_VERSION_UNDEFINED),
+		       IS_INTEGRATED),
+	  XE_RTP_ACTIONS(FIELD_SET(XEHP_GAMSTLB_CTRL, BANK_HASH_MODE,
+				   BANK_HASH_4KB_MODE))
+	},
 };
 
 static const struct xe_rtp_entry_sr engine_tunings[] = {

-- 
2.52.0


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

* [PATCH v3 12/15] drm/xe/nvlp: Add NVL-P platform definition
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (10 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 11/15] drm/xe/xe3p_lpg: Set STLB bank hash mode to 4KB Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 13/15] drm/xe/nvlp: Attach MOCS table for nvlp Gustavo Sousa
                   ` (7 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Shekhar Chauhan, Matt Roper

From: Shekhar Chauhan <shekhar.chauhan@intel.com>

Add platform definition along with device IDs for NVL-P.  Here is the
list of device descriptor fields and associated Bspec references:

  .dma_mask_size (Bspec 74198)
  .has_cached_pt (Bspec 71582)
  .has_display (Bspec 74196)
  .has_flat_ccs (Bspec 74110)
  .has_page_reclaim_hw_assist (Bspec 73451)
  .max_gt_per_tile (Bspec 74196)
  .va_bits (Bspec 74198)
  .vm_max_level (Bspec 59507)

v2:
  - Add list of descriptor fields and Bspec references. (Matt)

Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_bo.c             |  4 ++--
 drivers/gpu/drm/xe/xe_pci.c            | 15 +++++++++++++++
 drivers/gpu/drm/xe/xe_platform_types.h |  1 +
 include/drm/intel/pciids.h             | 12 ++++++++++++
 4 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_bo.c b/drivers/gpu/drm/xe/xe_bo.c
index 8bf16d60b9a5..9e998f9708df 100644
--- a/drivers/gpu/drm/xe/xe_bo.c
+++ b/drivers/gpu/drm/xe/xe_bo.c
@@ -512,8 +512,8 @@ static struct ttm_tt *xe_ttm_tt_create(struct ttm_buffer_object *ttm_bo,
 		/*
 		 * Display scanout is always non-coherent with the CPU cache.
 		 *
-		 * For Xe_LPG and beyond, PPGTT PTE lookups are also
-		 * non-coherent and require a CPU:WC mapping.
+		 * For Xe_LPG and beyond up to NVL-P (excluding), PPGTT PTE
+		 * lookups are also non-coherent and require a CPU:WC mapping.
 		 */
 		if ((!bo->cpu_caching && bo->flags & XE_BO_FLAG_SCANOUT) ||
 		     (!xe->info.has_cached_pt && bo->flags & XE_BO_FLAG_PAGETABLE))
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index c11e4723e57e..cdee7a9acf14 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -450,6 +450,20 @@ static const struct xe_device_desc cri_desc = {
 	.vm_max_level = 4,
 };
 
+static const struct xe_device_desc nvlp_desc = {
+	PLATFORM(NOVALAKE_P),
+	.dma_mask_size = 46,
+	.has_cached_pt = true,
+	.has_display = true,
+	.has_flat_ccs = 1,
+	.has_page_reclaim_hw_assist = true,
+	.has_pre_prod_wa = true,
+	.max_gt_per_tile = 2,
+	.require_force_probe = true,
+	.va_bits = 48,
+	.vm_max_level = 4,
+};
+
 #undef PLATFORM
 __diag_pop();
 
@@ -480,6 +494,7 @@ static const struct pci_device_id pciidlist[] = {
 	INTEL_WCL_IDS(INTEL_VGA_DEVICE, &ptl_desc),
 	INTEL_NVLS_IDS(INTEL_VGA_DEVICE, &nvls_desc),
 	INTEL_CRI_IDS(INTEL_PCI_DEVICE, &cri_desc),
+	INTEL_NVLP_IDS(INTEL_VGA_DEVICE, &nvlp_desc),
 	{ }
 };
 MODULE_DEVICE_TABLE(pci, pciidlist);
diff --git a/drivers/gpu/drm/xe/xe_platform_types.h b/drivers/gpu/drm/xe/xe_platform_types.h
index f516dbddfd88..6cff385227ea 100644
--- a/drivers/gpu/drm/xe/xe_platform_types.h
+++ b/drivers/gpu/drm/xe/xe_platform_types.h
@@ -26,6 +26,7 @@ enum xe_platform {
 	XE_PANTHERLAKE,
 	XE_NOVALAKE_S,
 	XE_CRESCENTISLAND,
+	XE_NOVALAKE_P,
 };
 
 enum xe_subplatform {
diff --git a/include/drm/intel/pciids.h b/include/drm/intel/pciids.h
index 52520e684ab1..33b91cb2e684 100644
--- a/include/drm/intel/pciids.h
+++ b/include/drm/intel/pciids.h
@@ -900,4 +900,16 @@
 #define INTEL_CRI_IDS(MACRO__, ...) \
 	MACRO__(0x674C, ## __VA_ARGS__)
 
+/* NVL-P */
+#define INTEL_NVLP_IDS(MACRO__, ...) \
+	MACRO__(0xD750, ## __VA_ARGS__), \
+	MACRO__(0xD751, ## __VA_ARGS__), \
+	MACRO__(0xD752, ## __VA_ARGS__), \
+	MACRO__(0xD753, ## __VA_ARGS__), \
+	MACRO__(0XD754, ## __VA_ARGS__), \
+	MACRO__(0XD755, ## __VA_ARGS__), \
+	MACRO__(0XD756, ## __VA_ARGS__), \
+	MACRO__(0XD757, ## __VA_ARGS__), \
+	MACRO__(0xD75F, ## __VA_ARGS__)
+
 #endif /* __PCIIDS_H__ */

-- 
2.52.0


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

* [PATCH v3 13/15] drm/xe/nvlp: Attach MOCS table for nvlp
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (11 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 12/15] drm/xe/nvlp: Add NVL-P platform definition Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 14/15] drm/i915/nvlp: Hook up display support Gustavo Sousa
                   ` (6 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Dnyaneshwar Bhadane, Matt Roper

From: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>

The MOCS table for NVL-P is same as for Xe2/Xe3 platforms.

Signed-off-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_mocs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/xe/xe_mocs.c b/drivers/gpu/drm/xe/xe_mocs.c
index 54822497c21e..1d19df860bea 100644
--- a/drivers/gpu/drm/xe/xe_mocs.c
+++ b/drivers/gpu/drm/xe/xe_mocs.c
@@ -600,6 +600,7 @@ static unsigned int get_mocs_settings(struct xe_device *xe,
 		info->wb_index = 4;
 		info->unused_entries_index = 4;
 		break;
+	case XE_NOVALAKE_P:
 	case XE_NOVALAKE_S:
 	case XE_PANTHERLAKE:
 	case XE_LUNARLAKE:

-- 
2.52.0


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

* [PATCH v3 14/15] drm/i915/nvlp: Hook up display support
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (12 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 13/15] drm/xe/nvlp: Attach MOCS table for nvlp Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-10  1:37   ` Gustavo Sousa
  2026-02-06 18:36 ` [PATCH v3 15/15] drm/xe/nvlp: Bump maximum WOPCM size Gustavo Sousa
                   ` (5 subsequent siblings)
  19 siblings, 1 reply; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Matt Roper, Suraj Kandpal

From: Matt Roper <matthew.d.roper@intel.com>

Although NVL-S and NVL-P are quite different on the GT side, they use
identical Xe3p_LPD display IP and should take all the same codepaths.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/i915/display/intel_display_device.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/display/intel_display_device.c b/drivers/gpu/drm/i915/display/intel_display_device.c
index 471f236c9ddf..1a7f3ca079e8 100644
--- a/drivers/gpu/drm/i915/display/intel_display_device.c
+++ b/drivers/gpu/drm/i915/display/intel_display_device.c
@@ -1500,6 +1500,7 @@ static const struct {
 	INTEL_PTL_IDS(INTEL_DISPLAY_DEVICE, &ptl_desc),
 	INTEL_WCL_IDS(INTEL_DISPLAY_DEVICE, &ptl_desc),
 	INTEL_NVLS_IDS(INTEL_DISPLAY_DEVICE, &nvl_desc),
+	INTEL_NVLP_IDS(INTEL_DISPLAY_DEVICE, &nvl_desc),
 };
 
 static const struct {

-- 
2.52.0


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

* [PATCH v3 15/15] drm/xe/nvlp: Bump maximum WOPCM size
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (13 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 14/15] drm/i915/nvlp: Hook up display support Gustavo Sousa
@ 2026-02-06 18:36 ` Gustavo Sousa
  2026-02-06 18:42 ` ✗ CI.checkpatch: warning for Basic enabling patches for Xe3p_LPG and NVL-P (rev3) Patchwork
                   ` (4 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-06 18:36 UTC (permalink / raw)
  To: intel-xe, intel-gfx; +Cc: Gustavo Sousa, Dnyaneshwar Bhadane

On NVL-P, the primary GT's WOPCM gained an extra 8MiB for the Memory
URB.  As such, we need to bump the maximum size in the driver so that
the driver is able to load without erroring out thinking that the WOPCM
is too small.

FIXME: The wopcm code in xe driver is a bit confusing.  For the case
where the offsets for GUC WOPCM are already locked, it appears we are
using the maximum overall WOPCM size instead of the sizes relative to
each type of GT.  The function __check_layout() should be checking
against the latter.

Bspec: 67090
Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
---
 drivers/gpu/drm/xe/xe_wopcm.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/drivers/gpu/drm/xe/xe_wopcm.c b/drivers/gpu/drm/xe/xe_wopcm.c
index dde4f4967ca3..900daf1d1b1b 100644
--- a/drivers/gpu/drm/xe/xe_wopcm.c
+++ b/drivers/gpu/drm/xe/xe_wopcm.c
@@ -55,8 +55,6 @@
 #define MTL_WOPCM_SIZE			SZ_4M
 #define WOPCM_SIZE			SZ_2M
 
-#define MAX_WOPCM_SIZE			SZ_8M
-
 /* 16KB WOPCM (RSVD WOPCM) is reserved from HuC firmware top. */
 #define WOPCM_RESERVED_SIZE		SZ_16K
 
@@ -186,6 +184,14 @@ u32 xe_wopcm_size(struct xe_device *xe)
 		WOPCM_SIZE;
 }
 
+static u32 max_wopcm_size(struct xe_device *xe)
+{
+	if (xe->info.platform == XE_NOVALAKE_P)
+		return SZ_16M;
+	else
+		return SZ_8M;
+}
+
 /**
  * xe_wopcm_init() - Initialize the WOPCM structure.
  * @wopcm: pointer to xe_wopcm.
@@ -227,8 +233,11 @@ int xe_wopcm_init(struct xe_wopcm *wopcm)
 		 * When the GuC wopcm base and size are preprogrammed by
 		 * BIOS/IFWI, check against the max allowed wopcm size to
 		 * validate if the programmed values align to the wopcm layout.
+		 *
+		 * FIXME: This is giving the maximum overall WOPCM size and not
+		 * the size relative to each GT.
 		 */
-		wopcm->size = MAX_WOPCM_SIZE;
+		wopcm->size = max_wopcm_size(xe);
 
 		goto check;
 	}

-- 
2.52.0


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

* ✗ CI.checkpatch: warning for Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (14 preceding siblings ...)
  2026-02-06 18:36 ` [PATCH v3 15/15] drm/xe/nvlp: Bump maximum WOPCM size Gustavo Sousa
@ 2026-02-06 18:42 ` Patchwork
  2026-02-06 18:44 ` ✓ CI.KUnit: success " Patchwork
                   ` (3 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Patchwork @ 2026-02-06 18:42 UTC (permalink / raw)
  To: Gustavo Sousa; +Cc: intel-xe

== Series Details ==

Series: Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
URL   : https://patchwork.freedesktop.org/series/161037/
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
1f57ba1afceae32108bd24770069f764d940a0e4
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 419d28db4957a3c4ce44c1d97e213cb15e512da5
Author: Gustavo Sousa <gustavo.sousa@intel.com>
Date:   Fri Feb 6 15:36:11 2026 -0300

    drm/xe/nvlp: Bump maximum WOPCM size
    
    On NVL-P, the primary GT's WOPCM gained an extra 8MiB for the Memory
    URB.  As such, we need to bump the maximum size in the driver so that
    the driver is able to load without erroring out thinking that the WOPCM
    is too small.
    
    FIXME: The wopcm code in xe driver is a bit confusing.  For the case
    where the offsets for GUC WOPCM are already locked, it appears we are
    using the maximum overall WOPCM size instead of the sizes relative to
    each type of GT.  The function __check_layout() should be checking
    against the latter.
    
    Bspec: 67090
    Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
    Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
+ /mt/dim checkpatch ab5b6da7d4879640bce3197597e0bc707bd60ab5 drm-intel
5ee4d285fa0a drm/xe/xe3p_lpg: Add support for graphics IP 35.10
26ecc2829e82 drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10
518f7b952ed7 drm/xe/pat: Differentiate between primary and media for PTA
a589107115ee drm/xe/xe3p_lpg: Add new PAT table
-:46: ERROR:SPACING: space prohibited after that open square bracket '['
#46: FILE: drivers/gpu/drm/xe/xe_pat.c:261:
+	[ 0] = XE2_PAT( 0, 0, 0, 0, 3, 0 ),

-:46: ERROR:SPACING: space prohibited after that open parenthesis '('
#46: FILE: drivers/gpu/drm/xe/xe_pat.c:261:
+	[ 0] = XE2_PAT( 0, 0, 0, 0, 3, 0 ),

-:46: ERROR:SPACING: space prohibited before that close parenthesis ')'
#46: FILE: drivers/gpu/drm/xe/xe_pat.c:261:
+	[ 0] = XE2_PAT( 0, 0, 0, 0, 3, 0 ),

-:47: ERROR:SPACING: space prohibited after that open square bracket '['
#47: FILE: drivers/gpu/drm/xe/xe_pat.c:262:
+	[ 1] = XE2_PAT( 0, 0, 0, 0, 3, 2 ),

-:47: ERROR:SPACING: space prohibited after that open parenthesis '('
#47: FILE: drivers/gpu/drm/xe/xe_pat.c:262:
+	[ 1] = XE2_PAT( 0, 0, 0, 0, 3, 2 ),

-:47: ERROR:SPACING: space prohibited before that close parenthesis ')'
#47: FILE: drivers/gpu/drm/xe/xe_pat.c:262:
+	[ 1] = XE2_PAT( 0, 0, 0, 0, 3, 2 ),

-:48: ERROR:SPACING: space prohibited after that open square bracket '['
#48: FILE: drivers/gpu/drm/xe/xe_pat.c:263:
+	[ 2] = XE2_PAT( 0, 0, 0, 0, 3, 3 ),

-:48: ERROR:SPACING: space prohibited after that open parenthesis '('
#48: FILE: drivers/gpu/drm/xe/xe_pat.c:263:
+	[ 2] = XE2_PAT( 0, 0, 0, 0, 3, 3 ),

-:48: ERROR:SPACING: space prohibited before that close parenthesis ')'
#48: FILE: drivers/gpu/drm/xe/xe_pat.c:263:
+	[ 2] = XE2_PAT( 0, 0, 0, 0, 3, 3 ),

-:49: ERROR:SPACING: space prohibited after that open square bracket '['
#49: FILE: drivers/gpu/drm/xe/xe_pat.c:264:
+	[ 3] = XE2_PAT( 0, 0, 0, 3, 3, 0 ),

-:49: ERROR:SPACING: space prohibited after that open parenthesis '('
#49: FILE: drivers/gpu/drm/xe/xe_pat.c:264:
+	[ 3] = XE2_PAT( 0, 0, 0, 3, 3, 0 ),

-:49: ERROR:SPACING: space prohibited before that close parenthesis ')'
#49: FILE: drivers/gpu/drm/xe/xe_pat.c:264:
+	[ 3] = XE2_PAT( 0, 0, 0, 3, 3, 0 ),

-:50: ERROR:SPACING: space prohibited after that open square bracket '['
#50: FILE: drivers/gpu/drm/xe/xe_pat.c:265:
+	[ 4] = XE2_PAT( 0, 0, 0, 3, 0, 2 ),

-:50: ERROR:SPACING: space prohibited after that open parenthesis '('
#50: FILE: drivers/gpu/drm/xe/xe_pat.c:265:
+	[ 4] = XE2_PAT( 0, 0, 0, 3, 0, 2 ),

-:50: ERROR:SPACING: space prohibited before that close parenthesis ')'
#50: FILE: drivers/gpu/drm/xe/xe_pat.c:265:
+	[ 4] = XE2_PAT( 0, 0, 0, 3, 0, 2 ),

-:51: ERROR:SPACING: space prohibited after that open square bracket '['
#51: FILE: drivers/gpu/drm/xe/xe_pat.c:266:
+	[ 5] = XE2_PAT( 0, 0, 0, 3, 3, 2 ),

-:51: ERROR:SPACING: space prohibited after that open parenthesis '('
#51: FILE: drivers/gpu/drm/xe/xe_pat.c:266:
+	[ 5] = XE2_PAT( 0, 0, 0, 3, 3, 2 ),

-:51: ERROR:SPACING: space prohibited before that close parenthesis ')'
#51: FILE: drivers/gpu/drm/xe/xe_pat.c:266:
+	[ 5] = XE2_PAT( 0, 0, 0, 3, 3, 2 ),

-:52: ERROR:SPACING: space prohibited after that open square bracket '['
#52: FILE: drivers/gpu/drm/xe/xe_pat.c:267:
+	[ 6] = XE2_PAT( 1, 0, 0, 1, 3, 0 ),

-:52: ERROR:SPACING: space prohibited after that open parenthesis '('
#52: FILE: drivers/gpu/drm/xe/xe_pat.c:267:
+	[ 6] = XE2_PAT( 1, 0, 0, 1, 3, 0 ),

-:52: ERROR:SPACING: space prohibited before that close parenthesis ')'
#52: FILE: drivers/gpu/drm/xe/xe_pat.c:267:
+	[ 6] = XE2_PAT( 1, 0, 0, 1, 3, 0 ),

-:53: ERROR:SPACING: space prohibited after that open square bracket '['
#53: FILE: drivers/gpu/drm/xe/xe_pat.c:268:
+	[ 7] = XE2_PAT( 0, 0, 0, 3, 0, 3 ),

-:53: ERROR:SPACING: space prohibited after that open parenthesis '('
#53: FILE: drivers/gpu/drm/xe/xe_pat.c:268:
+	[ 7] = XE2_PAT( 0, 0, 0, 3, 0, 3 ),

-:53: ERROR:SPACING: space prohibited before that close parenthesis ')'
#53: FILE: drivers/gpu/drm/xe/xe_pat.c:268:
+	[ 7] = XE2_PAT( 0, 0, 0, 3, 0, 3 ),

-:54: ERROR:SPACING: space prohibited after that open square bracket '['
#54: FILE: drivers/gpu/drm/xe/xe_pat.c:269:
+	[ 8] = XE2_PAT( 0, 0, 0, 3, 0, 0 ),

-:54: ERROR:SPACING: space prohibited after that open parenthesis '('
#54: FILE: drivers/gpu/drm/xe/xe_pat.c:269:
+	[ 8] = XE2_PAT( 0, 0, 0, 3, 0, 0 ),

-:54: ERROR:SPACING: space prohibited before that close parenthesis ')'
#54: FILE: drivers/gpu/drm/xe/xe_pat.c:269:
+	[ 8] = XE2_PAT( 0, 0, 0, 3, 0, 0 ),

-:55: ERROR:SPACING: space prohibited after that open square bracket '['
#55: FILE: drivers/gpu/drm/xe/xe_pat.c:270:
+	[ 9] = XE2_PAT( 0, 1, 0, 0, 3, 0 ),

-:55: ERROR:SPACING: space prohibited after that open parenthesis '('
#55: FILE: drivers/gpu/drm/xe/xe_pat.c:270:
+	[ 9] = XE2_PAT( 0, 1, 0, 0, 3, 0 ),

-:55: ERROR:SPACING: space prohibited before that close parenthesis ')'
#55: FILE: drivers/gpu/drm/xe/xe_pat.c:270:
+	[ 9] = XE2_PAT( 0, 1, 0, 0, 3, 0 ),

-:56: ERROR:SPACING: space prohibited after that open parenthesis '('
#56: FILE: drivers/gpu/drm/xe/xe_pat.c:271:
+	[10] = XE2_PAT( 0, 1, 0, 3, 0, 0 ),

-:56: ERROR:SPACING: space prohibited before that close parenthesis ')'
#56: FILE: drivers/gpu/drm/xe/xe_pat.c:271:
+	[10] = XE2_PAT( 0, 1, 0, 3, 0, 0 ),

-:57: ERROR:SPACING: space prohibited after that open parenthesis '('
#57: FILE: drivers/gpu/drm/xe/xe_pat.c:272:
+	[11] = XE2_PAT( 1, 1, 0, 1, 3, 0 ),

-:57: ERROR:SPACING: space prohibited before that close parenthesis ')'
#57: FILE: drivers/gpu/drm/xe/xe_pat.c:272:
+	[11] = XE2_PAT( 1, 1, 0, 1, 3, 0 ),

-:58: ERROR:SPACING: space prohibited after that open parenthesis '('
#58: FILE: drivers/gpu/drm/xe/xe_pat.c:273:
+	[12] = XE2_PAT( 0, 1, 0, 3, 3, 0 ),

-:58: ERROR:SPACING: space prohibited before that close parenthesis ')'
#58: FILE: drivers/gpu/drm/xe/xe_pat.c:273:
+	[12] = XE2_PAT( 0, 1, 0, 3, 3, 0 ),

-:59: ERROR:SPACING: space prohibited after that open parenthesis '('
#59: FILE: drivers/gpu/drm/xe/xe_pat.c:274:
+	[13] = XE2_PAT( 0, 0, 0, 0, 0, 0 ),

-:59: ERROR:SPACING: space prohibited before that close parenthesis ')'
#59: FILE: drivers/gpu/drm/xe/xe_pat.c:274:
+	[13] = XE2_PAT( 0, 0, 0, 0, 0, 0 ),

-:60: ERROR:SPACING: space prohibited after that open parenthesis '('
#60: FILE: drivers/gpu/drm/xe/xe_pat.c:275:
+	[14] = XE2_PAT( 0, 1, 0, 0, 0, 0 ),

-:60: ERROR:SPACING: space prohibited before that close parenthesis ')'
#60: FILE: drivers/gpu/drm/xe/xe_pat.c:275:
+	[14] = XE2_PAT( 0, 1, 0, 0, 0, 0 ),

-:61: ERROR:SPACING: space prohibited after that open parenthesis '('
#61: FILE: drivers/gpu/drm/xe/xe_pat.c:276:
+	[15] = XE2_PAT( 1, 1, 0, 1, 1, 0 ),

-:61: ERROR:SPACING: space prohibited before that close parenthesis ')'
#61: FILE: drivers/gpu/drm/xe/xe_pat.c:276:
+	[15] = XE2_PAT( 1, 1, 0, 1, 1, 0 ),

-:62: ERROR:SPACING: space prohibited after that open parenthesis '('
#62: FILE: drivers/gpu/drm/xe/xe_pat.c:277:
+	[16] = XE2_PAT( 0, 1, 0, 0, 3, 2 ),

-:62: ERROR:SPACING: space prohibited before that close parenthesis ')'
#62: FILE: drivers/gpu/drm/xe/xe_pat.c:277:
+	[16] = XE2_PAT( 0, 1, 0, 0, 3, 2 ),

-:64: ERROR:SPACING: space prohibited after that open parenthesis '('
#64: FILE: drivers/gpu/drm/xe/xe_pat.c:279:
+	[18] = XE2_PAT( 1, 0, 0, 2, 3, 0 ),

-:64: ERROR:SPACING: space prohibited before that close parenthesis ')'
#64: FILE: drivers/gpu/drm/xe/xe_pat.c:279:
+	[18] = XE2_PAT( 1, 0, 0, 2, 3, 0 ),

-:65: ERROR:SPACING: space prohibited after that open parenthesis '('
#65: FILE: drivers/gpu/drm/xe/xe_pat.c:280:
+	[19] = XE2_PAT( 1, 0, 0, 2, 3, 2 ),

-:65: ERROR:SPACING: space prohibited before that close parenthesis ')'
#65: FILE: drivers/gpu/drm/xe/xe_pat.c:280:
+	[19] = XE2_PAT( 1, 0, 0, 2, 3, 2 ),

-:66: ERROR:SPACING: space prohibited after that open parenthesis '('
#66: FILE: drivers/gpu/drm/xe/xe_pat.c:281:
+	[20] = XE2_PAT( 0, 0, 1, 0, 3, 0 ),

-:66: ERROR:SPACING: space prohibited before that close parenthesis ')'
#66: FILE: drivers/gpu/drm/xe/xe_pat.c:281:
+	[20] = XE2_PAT( 0, 0, 1, 0, 3, 0 ),

-:67: ERROR:SPACING: space prohibited after that open parenthesis '('
#67: FILE: drivers/gpu/drm/xe/xe_pat.c:282:
+	[21] = XE2_PAT( 0, 1, 1, 0, 3, 0 ),

-:67: ERROR:SPACING: space prohibited before that close parenthesis ')'
#67: FILE: drivers/gpu/drm/xe/xe_pat.c:282:
+	[21] = XE2_PAT( 0, 1, 1, 0, 3, 0 ),

-:68: ERROR:SPACING: space prohibited after that open parenthesis '('
#68: FILE: drivers/gpu/drm/xe/xe_pat.c:283:
+	[22] = XE2_PAT( 0, 0, 1, 0, 3, 2 ),

-:68: ERROR:SPACING: space prohibited before that close parenthesis ')'
#68: FILE: drivers/gpu/drm/xe/xe_pat.c:283:
+	[22] = XE2_PAT( 0, 0, 1, 0, 3, 2 ),

-:69: ERROR:SPACING: space prohibited after that open parenthesis '('
#69: FILE: drivers/gpu/drm/xe/xe_pat.c:284:
+	[23] = XE2_PAT( 0, 0, 1, 0, 3, 3 ),

-:69: ERROR:SPACING: space prohibited before that close parenthesis ')'
#69: FILE: drivers/gpu/drm/xe/xe_pat.c:284:
+	[23] = XE2_PAT( 0, 0, 1, 0, 3, 3 ),

-:70: ERROR:SPACING: space prohibited after that open parenthesis '('
#70: FILE: drivers/gpu/drm/xe/xe_pat.c:285:
+	[24] = XE2_PAT( 0, 0, 2, 0, 3, 0 ),

-:70: ERROR:SPACING: space prohibited before that close parenthesis ')'
#70: FILE: drivers/gpu/drm/xe/xe_pat.c:285:
+	[24] = XE2_PAT( 0, 0, 2, 0, 3, 0 ),

-:71: ERROR:SPACING: space prohibited after that open parenthesis '('
#71: FILE: drivers/gpu/drm/xe/xe_pat.c:286:
+	[25] = XE2_PAT( 0, 1, 2, 0, 3, 0 ),

-:71: ERROR:SPACING: space prohibited before that close parenthesis ')'
#71: FILE: drivers/gpu/drm/xe/xe_pat.c:286:
+	[25] = XE2_PAT( 0, 1, 2, 0, 3, 0 ),

-:72: ERROR:SPACING: space prohibited after that open parenthesis '('
#72: FILE: drivers/gpu/drm/xe/xe_pat.c:287:
+	[26] = XE2_PAT( 0, 0, 2, 0, 3, 2 ),

-:72: ERROR:SPACING: space prohibited before that close parenthesis ')'
#72: FILE: drivers/gpu/drm/xe/xe_pat.c:287:
+	[26] = XE2_PAT( 0, 0, 2, 0, 3, 2 ),

-:73: ERROR:SPACING: space prohibited after that open parenthesis '('
#73: FILE: drivers/gpu/drm/xe/xe_pat.c:288:
+	[27] = XE2_PAT( 0, 0, 2, 0, 3, 3 ),

-:73: ERROR:SPACING: space prohibited before that close parenthesis ')'
#73: FILE: drivers/gpu/drm/xe/xe_pat.c:288:
+	[27] = XE2_PAT( 0, 0, 2, 0, 3, 3 ),

-:74: ERROR:SPACING: space prohibited after that open parenthesis '('
#74: FILE: drivers/gpu/drm/xe/xe_pat.c:289:
+	[28] = XE2_PAT( 0, 0, 3, 0, 3, 0 ),

-:74: ERROR:SPACING: space prohibited before that close parenthesis ')'
#74: FILE: drivers/gpu/drm/xe/xe_pat.c:289:
+	[28] = XE2_PAT( 0, 0, 3, 0, 3, 0 ),

-:75: ERROR:SPACING: space prohibited after that open parenthesis '('
#75: FILE: drivers/gpu/drm/xe/xe_pat.c:290:
+	[29] = XE2_PAT( 0, 1, 3, 0, 3, 0 ),

-:75: ERROR:SPACING: space prohibited before that close parenthesis ')'
#75: FILE: drivers/gpu/drm/xe/xe_pat.c:290:
+	[29] = XE2_PAT( 0, 1, 3, 0, 3, 0 ),

-:76: ERROR:SPACING: space prohibited after that open parenthesis '('
#76: FILE: drivers/gpu/drm/xe/xe_pat.c:291:
+	[30] = XE2_PAT( 0, 0, 3, 0, 3, 2 ),

-:76: ERROR:SPACING: space prohibited before that close parenthesis ')'
#76: FILE: drivers/gpu/drm/xe/xe_pat.c:291:
+	[30] = XE2_PAT( 0, 0, 3, 0, 3, 2 ),

-:77: ERROR:SPACING: space prohibited after that open parenthesis '('
#77: FILE: drivers/gpu/drm/xe/xe_pat.c:292:
+	[31] = XE2_PAT( 0, 0, 3, 0, 3, 3 ),

-:77: ERROR:SPACING: space prohibited before that close parenthesis ')'
#77: FILE: drivers/gpu/drm/xe/xe_pat.c:292:
+	[31] = XE2_PAT( 0, 0, 3, 0, 3, 3 ),

total: 72 errors, 0 warnings, 0 checks, 73 lines checked
bf360eb42c90 drm/xe/xe3p_lpg: Add MCR steering
2df949e1fb1a drm/xe/xe3p_lpg: Add LRC parsing for additional RCS engine state
f25fd14def84 drm/xe/xe3p_lpg: Disable reporting of context switch status to GHWSP
6e8e6901ee6a drm/xe/xe3p_lpg: Drop unnecessary tuning settings
2a6090984f06 drm/xe/xe3p_lpg: Extend 'group ID' mask size
3b026475a834 drm/xe/xe3p_lpg: Update LRC sizes
af316392a8a3 drm/xe/xe3p_lpg: Set STLB bank hash mode to 4KB
585e7e676c17 drm/xe/nvlp: Add NVL-P platform definition
-:94: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses
#94: FILE: include/drm/intel/pciids.h:904:
+#define INTEL_NVLP_IDS(MACRO__, ...) \
+	MACRO__(0xD750, ## __VA_ARGS__), \
+	MACRO__(0xD751, ## __VA_ARGS__), \
+	MACRO__(0xD752, ## __VA_ARGS__), \
+	MACRO__(0xD753, ## __VA_ARGS__), \
+	MACRO__(0XD754, ## __VA_ARGS__), \
+	MACRO__(0XD755, ## __VA_ARGS__), \
+	MACRO__(0XD756, ## __VA_ARGS__), \
+	MACRO__(0XD757, ## __VA_ARGS__), \
+	MACRO__(0xD75F, ## __VA_ARGS__)

BUT SEE:

   do {} while (0) advice is over-stated in a few situations:

   The more obvious case is macros, like MODULE_PARM_DESC, invoked at
   file-scope, where C disallows code (it must be in functions).  See
   $exceptions if you have one to add by name.

   More troublesome is declarative macros used at top of new scope,
   like DECLARE_PER_CPU.  These might just compile with a do-while-0
   wrapper, but would be incorrect.  Most of these are handled by
   detecting struct,union,etc declaration primitives in $exceptions.

   Theres also macros called inside an if (block), which "return" an
   expression.  These cannot do-while, and need a ({}) wrapper.

   Enjoy this qualification while we work to improve our heuristics.

-:94: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'MACRO__' - possible side-effects?
#94: FILE: include/drm/intel/pciids.h:904:
+#define INTEL_NVLP_IDS(MACRO__, ...) \
+	MACRO__(0xD750, ## __VA_ARGS__), \
+	MACRO__(0xD751, ## __VA_ARGS__), \
+	MACRO__(0xD752, ## __VA_ARGS__), \
+	MACRO__(0xD753, ## __VA_ARGS__), \
+	MACRO__(0XD754, ## __VA_ARGS__), \
+	MACRO__(0XD755, ## __VA_ARGS__), \
+	MACRO__(0XD756, ## __VA_ARGS__), \
+	MACRO__(0XD757, ## __VA_ARGS__), \
+	MACRO__(0xD75F, ## __VA_ARGS__)

total: 1 errors, 0 warnings, 1 checks, 60 lines checked
0db3ff1ac9aa drm/xe/nvlp: Attach MOCS table for nvlp
f78478bb6bd4 drm/i915/nvlp: Hook up display support
419d28db4957 drm/xe/nvlp: Bump maximum WOPCM size



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

* ✓ CI.KUnit: success for Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (15 preceding siblings ...)
  2026-02-06 18:42 ` ✗ CI.checkpatch: warning for Basic enabling patches for Xe3p_LPG and NVL-P (rev3) Patchwork
@ 2026-02-06 18:44 ` Patchwork
  2026-02-06 18:59 ` ✗ CI.checksparse: warning " Patchwork
                   ` (2 subsequent siblings)
  19 siblings, 0 replies; 24+ messages in thread
From: Patchwork @ 2026-02-06 18:44 UTC (permalink / raw)
  To: Gustavo Sousa; +Cc: intel-xe

== Series Details ==

Series: Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
URL   : https://patchwork.freedesktop.org/series/161037/
State : success

== Summary ==

+ trap cleanup EXIT
+ /kernel/tools/testing/kunit/kunit.py run --kunitconfig /kernel/drivers/gpu/drm/xe/.kunitconfig
[18:42:58] Configuring KUnit Kernel ...
Generating .config ...
Populating config with:
$ make ARCH=um O=.kunit olddefconfig
[18:43:02] 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=48
[18:43:34] Starting KUnit Kernel (1/1)...
[18:43:34] ============================================================
Running tests with:
$ .kunit/linux kunit.enable=1 mem=1G console=tty kunit_shutdown=halt
[18:43:34] ================== guc_buf (11 subtests) ===================
[18:43:34] [PASSED] test_smallest
[18:43:34] [PASSED] test_largest
[18:43:35] [PASSED] test_granular
[18:43:35] [PASSED] test_unique
[18:43:35] [PASSED] test_overlap
[18:43:35] [PASSED] test_reusable
[18:43:35] [PASSED] test_too_big
[18:43:35] [PASSED] test_flush
[18:43:35] [PASSED] test_lookup
[18:43:35] [PASSED] test_data
[18:43:35] [PASSED] test_class
[18:43:35] ===================== [PASSED] guc_buf =====================
[18:43:35] =================== guc_dbm (7 subtests) ===================
[18:43:35] [PASSED] test_empty
[18:43:35] [PASSED] test_default
[18:43:35] ======================== test_size  ========================
[18:43:35] [PASSED] 4
[18:43:35] [PASSED] 8
[18:43:35] [PASSED] 32
[18:43:35] [PASSED] 256
[18:43:35] ==================== [PASSED] test_size ====================
[18:43:35] ======================= test_reuse  ========================
[18:43:35] [PASSED] 4
[18:43:35] [PASSED] 8
[18:43:35] [PASSED] 32
[18:43:35] [PASSED] 256
[18:43:35] =================== [PASSED] test_reuse ====================
[18:43:35] =================== test_range_overlap  ====================
[18:43:35] [PASSED] 4
[18:43:35] [PASSED] 8
[18:43:35] [PASSED] 32
[18:43:35] [PASSED] 256
[18:43:35] =============== [PASSED] test_range_overlap ================
[18:43:35] =================== test_range_compact  ====================
[18:43:35] [PASSED] 4
[18:43:35] [PASSED] 8
[18:43:35] [PASSED] 32
[18:43:35] [PASSED] 256
[18:43:35] =============== [PASSED] test_range_compact ================
[18:43:35] ==================== test_range_spare  =====================
[18:43:35] [PASSED] 4
[18:43:35] [PASSED] 8
[18:43:35] [PASSED] 32
[18:43:35] [PASSED] 256
[18:43:35] ================ [PASSED] test_range_spare =================
[18:43:35] ===================== [PASSED] guc_dbm =====================
[18:43:35] =================== guc_idm (6 subtests) ===================
[18:43:35] [PASSED] bad_init
[18:43:35] [PASSED] no_init
[18:43:35] [PASSED] init_fini
[18:43:35] [PASSED] check_used
[18:43:35] [PASSED] check_quota
[18:43:35] [PASSED] check_all
[18:43:35] ===================== [PASSED] guc_idm =====================
[18:43:35] ================== no_relay (3 subtests) ===================
[18:43:35] [PASSED] xe_drops_guc2pf_if_not_ready
[18:43:35] [PASSED] xe_drops_guc2vf_if_not_ready
[18:43:35] [PASSED] xe_rejects_send_if_not_ready
[18:43:35] ==================== [PASSED] no_relay =====================
[18:43:35] ================== pf_relay (14 subtests) ==================
[18:43:35] [PASSED] pf_rejects_guc2pf_too_short
[18:43:35] [PASSED] pf_rejects_guc2pf_too_long
[18:43:35] [PASSED] pf_rejects_guc2pf_no_payload
[18:43:35] [PASSED] pf_fails_no_payload
[18:43:35] [PASSED] pf_fails_bad_origin
[18:43:35] [PASSED] pf_fails_bad_type
[18:43:35] [PASSED] pf_txn_reports_error
[18:43:35] [PASSED] pf_txn_sends_pf2guc
[18:43:35] [PASSED] pf_sends_pf2guc
[18:43:35] [SKIPPED] pf_loopback_nop
[18:43:35] [SKIPPED] pf_loopback_echo
[18:43:35] [SKIPPED] pf_loopback_fail
[18:43:35] [SKIPPED] pf_loopback_busy
[18:43:35] [SKIPPED] pf_loopback_retry
[18:43:35] ==================== [PASSED] pf_relay =====================
[18:43:35] ================== vf_relay (3 subtests) ===================
[18:43:35] [PASSED] vf_rejects_guc2vf_too_short
[18:43:35] [PASSED] vf_rejects_guc2vf_too_long
[18:43:35] [PASSED] vf_rejects_guc2vf_no_payload
[18:43:35] ==================== [PASSED] vf_relay =====================
[18:43:35] ================ pf_gt_config (6 subtests) =================
[18:43:35] [PASSED] fair_contexts_1vf
[18:43:35] [PASSED] fair_doorbells_1vf
[18:43:35] [PASSED] fair_ggtt_1vf
[18:43:35] ====================== fair_contexts  ======================
[18:43:35] [PASSED] 1 VF
[18:43:35] [PASSED] 2 VFs
[18:43:35] [PASSED] 3 VFs
[18:43:35] [PASSED] 4 VFs
[18:43:35] [PASSED] 5 VFs
[18:43:35] [PASSED] 6 VFs
[18:43:35] [PASSED] 7 VFs
[18:43:35] [PASSED] 8 VFs
[18:43:35] [PASSED] 9 VFs
[18:43:35] [PASSED] 10 VFs
[18:43:35] [PASSED] 11 VFs
[18:43:35] [PASSED] 12 VFs
[18:43:35] [PASSED] 13 VFs
[18:43:35] [PASSED] 14 VFs
[18:43:35] [PASSED] 15 VFs
[18:43:35] [PASSED] 16 VFs
[18:43:35] [PASSED] 17 VFs
[18:43:35] [PASSED] 18 VFs
[18:43:35] [PASSED] 19 VFs
[18:43:35] [PASSED] 20 VFs
[18:43:35] [PASSED] 21 VFs
[18:43:35] [PASSED] 22 VFs
[18:43:35] [PASSED] 23 VFs
[18:43:35] [PASSED] 24 VFs
[18:43:35] [PASSED] 25 VFs
[18:43:35] [PASSED] 26 VFs
[18:43:35] [PASSED] 27 VFs
[18:43:35] [PASSED] 28 VFs
[18:43:35] [PASSED] 29 VFs
[18:43:35] [PASSED] 30 VFs
[18:43:35] [PASSED] 31 VFs
[18:43:35] [PASSED] 32 VFs
[18:43:35] [PASSED] 33 VFs
[18:43:35] [PASSED] 34 VFs
[18:43:35] [PASSED] 35 VFs
[18:43:35] [PASSED] 36 VFs
[18:43:35] [PASSED] 37 VFs
[18:43:35] [PASSED] 38 VFs
[18:43:35] [PASSED] 39 VFs
[18:43:35] [PASSED] 40 VFs
[18:43:35] [PASSED] 41 VFs
[18:43:35] [PASSED] 42 VFs
[18:43:35] [PASSED] 43 VFs
[18:43:35] [PASSED] 44 VFs
[18:43:35] [PASSED] 45 VFs
[18:43:35] [PASSED] 46 VFs
[18:43:35] [PASSED] 47 VFs
[18:43:35] [PASSED] 48 VFs
[18:43:35] [PASSED] 49 VFs
[18:43:35] [PASSED] 50 VFs
[18:43:35] [PASSED] 51 VFs
[18:43:35] [PASSED] 52 VFs
[18:43:35] [PASSED] 53 VFs
[18:43:35] [PASSED] 54 VFs
[18:43:35] [PASSED] 55 VFs
[18:43:35] [PASSED] 56 VFs
[18:43:35] [PASSED] 57 VFs
[18:43:35] [PASSED] 58 VFs
[18:43:35] [PASSED] 59 VFs
[18:43:35] [PASSED] 60 VFs
[18:43:35] [PASSED] 61 VFs
[18:43:35] [PASSED] 62 VFs
[18:43:35] [PASSED] 63 VFs
[18:43:35] ================== [PASSED] fair_contexts ==================
[18:43:35] ===================== fair_doorbells  ======================
[18:43:35] [PASSED] 1 VF
[18:43:35] [PASSED] 2 VFs
[18:43:35] [PASSED] 3 VFs
[18:43:35] [PASSED] 4 VFs
[18:43:35] [PASSED] 5 VFs
[18:43:35] [PASSED] 6 VFs
[18:43:35] [PASSED] 7 VFs
[18:43:35] [PASSED] 8 VFs
[18:43:35] [PASSED] 9 VFs
[18:43:35] [PASSED] 10 VFs
[18:43:35] [PASSED] 11 VFs
[18:43:35] [PASSED] 12 VFs
[18:43:35] [PASSED] 13 VFs
[18:43:35] [PASSED] 14 VFs
[18:43:35] [PASSED] 15 VFs
[18:43:35] [PASSED] 16 VFs
[18:43:35] [PASSED] 17 VFs
[18:43:35] [PASSED] 18 VFs
[18:43:35] [PASSED] 19 VFs
[18:43:35] [PASSED] 20 VFs
[18:43:35] [PASSED] 21 VFs
[18:43:35] [PASSED] 22 VFs
[18:43:35] [PASSED] 23 VFs
[18:43:35] [PASSED] 24 VFs
[18:43:35] [PASSED] 25 VFs
[18:43:35] [PASSED] 26 VFs
[18:43:35] [PASSED] 27 VFs
[18:43:35] [PASSED] 28 VFs
[18:43:35] [PASSED] 29 VFs
[18:43:35] [PASSED] 30 VFs
[18:43:35] [PASSED] 31 VFs
[18:43:35] [PASSED] 32 VFs
[18:43:35] [PASSED] 33 VFs
[18:43:35] [PASSED] 34 VFs
[18:43:35] [PASSED] 35 VFs
[18:43:35] [PASSED] 36 VFs
[18:43:35] [PASSED] 37 VFs
[18:43:35] [PASSED] 38 VFs
[18:43:35] [PASSED] 39 VFs
[18:43:35] [PASSED] 40 VFs
[18:43:35] [PASSED] 41 VFs
[18:43:35] [PASSED] 42 VFs
[18:43:35] [PASSED] 43 VFs
[18:43:35] [PASSED] 44 VFs
[18:43:35] [PASSED] 45 VFs
[18:43:35] [PASSED] 46 VFs
[18:43:35] [PASSED] 47 VFs
[18:43:35] [PASSED] 48 VFs
[18:43:35] [PASSED] 49 VFs
[18:43:35] [PASSED] 50 VFs
[18:43:35] [PASSED] 51 VFs
[18:43:35] [PASSED] 52 VFs
[18:43:35] [PASSED] 53 VFs
[18:43:35] [PASSED] 54 VFs
[18:43:35] [PASSED] 55 VFs
[18:43:35] [PASSED] 56 VFs
[18:43:35] [PASSED] 57 VFs
[18:43:35] [PASSED] 58 VFs
[18:43:35] [PASSED] 59 VFs
[18:43:35] [PASSED] 60 VFs
[18:43:35] [PASSED] 61 VFs
[18:43:35] [PASSED] 62 VFs
[18:43:35] [PASSED] 63 VFs
[18:43:35] ================= [PASSED] fair_doorbells ==================
[18:43:35] ======================== fair_ggtt  ========================
[18:43:35] [PASSED] 1 VF
[18:43:35] [PASSED] 2 VFs
[18:43:35] [PASSED] 3 VFs
[18:43:35] [PASSED] 4 VFs
[18:43:35] [PASSED] 5 VFs
[18:43:35] [PASSED] 6 VFs
[18:43:35] [PASSED] 7 VFs
[18:43:35] [PASSED] 8 VFs
[18:43:35] [PASSED] 9 VFs
[18:43:35] [PASSED] 10 VFs
[18:43:35] [PASSED] 11 VFs
[18:43:35] [PASSED] 12 VFs
[18:43:35] [PASSED] 13 VFs
[18:43:35] [PASSED] 14 VFs
[18:43:35] [PASSED] 15 VFs
[18:43:35] [PASSED] 16 VFs
[18:43:35] [PASSED] 17 VFs
[18:43:35] [PASSED] 18 VFs
[18:43:35] [PASSED] 19 VFs
[18:43:35] [PASSED] 20 VFs
[18:43:35] [PASSED] 21 VFs
[18:43:35] [PASSED] 22 VFs
[18:43:35] [PASSED] 23 VFs
[18:43:35] [PASSED] 24 VFs
[18:43:35] [PASSED] 25 VFs
[18:43:35] [PASSED] 26 VFs
[18:43:35] [PASSED] 27 VFs
[18:43:35] [PASSED] 28 VFs
[18:43:35] [PASSED] 29 VFs
[18:43:35] [PASSED] 30 VFs
[18:43:35] [PASSED] 31 VFs
[18:43:35] [PASSED] 32 VFs
[18:43:35] [PASSED] 33 VFs
[18:43:35] [PASSED] 34 VFs
[18:43:35] [PASSED] 35 VFs
[18:43:35] [PASSED] 36 VFs
[18:43:35] [PASSED] 37 VFs
[18:43:35] [PASSED] 38 VFs
[18:43:35] [PASSED] 39 VFs
[18:43:35] [PASSED] 40 VFs
[18:43:35] [PASSED] 41 VFs
[18:43:35] [PASSED] 42 VFs
[18:43:35] [PASSED] 43 VFs
[18:43:35] [PASSED] 44 VFs
[18:43:35] [PASSED] 45 VFs
[18:43:35] [PASSED] 46 VFs
[18:43:35] [PASSED] 47 VFs
[18:43:35] [PASSED] 48 VFs
[18:43:35] [PASSED] 49 VFs
[18:43:35] [PASSED] 50 VFs
[18:43:35] [PASSED] 51 VFs
[18:43:35] [PASSED] 52 VFs
[18:43:35] [PASSED] 53 VFs
[18:43:35] [PASSED] 54 VFs
[18:43:35] [PASSED] 55 VFs
[18:43:35] [PASSED] 56 VFs
[18:43:35] [PASSED] 57 VFs
[18:43:35] [PASSED] 58 VFs
[18:43:35] [PASSED] 59 VFs
[18:43:35] [PASSED] 60 VFs
[18:43:35] [PASSED] 61 VFs
[18:43:35] [PASSED] 62 VFs
[18:43:35] [PASSED] 63 VFs
[18:43:35] ==================== [PASSED] fair_ggtt ====================
[18:43:35] ================== [PASSED] pf_gt_config ===================
[18:43:35] ===================== lmtt (1 subtest) =====================
[18:43:35] ======================== test_ops  =========================
[18:43:35] [PASSED] 2-level
[18:43:35] [PASSED] multi-level
[18:43:35] ==================== [PASSED] test_ops =====================
[18:43:35] ====================== [PASSED] lmtt =======================
[18:43:35] ================= pf_service (11 subtests) =================
[18:43:35] [PASSED] pf_negotiate_any
[18:43:35] [PASSED] pf_negotiate_base_match
[18:43:35] [PASSED] pf_negotiate_base_newer
[18:43:35] [PASSED] pf_negotiate_base_next
[18:43:35] [SKIPPED] pf_negotiate_base_older
[18:43:35] [PASSED] pf_negotiate_base_prev
[18:43:35] [PASSED] pf_negotiate_latest_match
[18:43:35] [PASSED] pf_negotiate_latest_newer
[18:43:35] [PASSED] pf_negotiate_latest_next
[18:43:35] [SKIPPED] pf_negotiate_latest_older
[18:43:35] [SKIPPED] pf_negotiate_latest_prev
[18:43:35] =================== [PASSED] pf_service ====================
[18:43:35] ================= xe_guc_g2g (2 subtests) ==================
[18:43:35] ============== xe_live_guc_g2g_kunit_default  ==============
[18:43:35] ========= [SKIPPED] xe_live_guc_g2g_kunit_default ==========
[18:43:35] ============== xe_live_guc_g2g_kunit_allmem  ===============
[18:43:35] ========== [SKIPPED] xe_live_guc_g2g_kunit_allmem ==========
[18:43:35] =================== [SKIPPED] xe_guc_g2g ===================
[18:43:35] =================== xe_mocs (2 subtests) ===================
[18:43:35] ================ xe_live_mocs_kernel_kunit  ================
[18:43:35] =========== [SKIPPED] xe_live_mocs_kernel_kunit ============
[18:43:35] ================ xe_live_mocs_reset_kunit  =================
[18:43:35] ============ [SKIPPED] xe_live_mocs_reset_kunit ============
[18:43:35] ==================== [SKIPPED] xe_mocs =====================
[18:43:35] ================= xe_migrate (2 subtests) ==================
[18:43:35] ================= xe_migrate_sanity_kunit  =================
[18:43:35] ============ [SKIPPED] xe_migrate_sanity_kunit =============
[18:43:35] ================== xe_validate_ccs_kunit  ==================
[18:43:35] ============= [SKIPPED] xe_validate_ccs_kunit ==============
[18:43:35] =================== [SKIPPED] xe_migrate ===================
[18:43:35] ================== xe_dma_buf (1 subtest) ==================
[18:43:35] ==================== xe_dma_buf_kunit  =====================
[18:43:35] ================ [SKIPPED] xe_dma_buf_kunit ================
[18:43:35] =================== [SKIPPED] xe_dma_buf ===================
[18:43:35] ================= xe_bo_shrink (1 subtest) =================
[18:43:35] =================== xe_bo_shrink_kunit  ====================
[18:43:35] =============== [SKIPPED] xe_bo_shrink_kunit ===============
[18:43:35] ================== [SKIPPED] xe_bo_shrink ==================
[18:43:35] ==================== xe_bo (2 subtests) ====================
[18:43:35] ================== xe_ccs_migrate_kunit  ===================
[18:43:35] ============== [SKIPPED] xe_ccs_migrate_kunit ==============
[18:43:35] ==================== xe_bo_evict_kunit  ====================
[18:43:35] =============== [SKIPPED] xe_bo_evict_kunit ================
[18:43:35] ===================== [SKIPPED] xe_bo ======================
[18:43:35] ==================== args (13 subtests) ====================
[18:43:35] [PASSED] count_args_test
[18:43:35] [PASSED] call_args_example
[18:43:35] [PASSED] call_args_test
[18:43:35] [PASSED] drop_first_arg_example
[18:43:35] [PASSED] drop_first_arg_test
[18:43:35] [PASSED] first_arg_example
[18:43:35] [PASSED] first_arg_test
[18:43:35] [PASSED] last_arg_example
[18:43:35] [PASSED] last_arg_test
[18:43:35] [PASSED] pick_arg_example
[18:43:35] [PASSED] if_args_example
[18:43:35] [PASSED] if_args_test
[18:43:35] [PASSED] sep_comma_example
[18:43:35] ====================== [PASSED] args =======================
[18:43:35] =================== xe_pci (3 subtests) ====================
[18:43:35] ==================== check_graphics_ip  ====================
[18:43:35] [PASSED] 12.00 Xe_LP
[18:43:35] [PASSED] 12.10 Xe_LP+
[18:43:35] [PASSED] 12.55 Xe_HPG
[18:43:35] [PASSED] 12.60 Xe_HPC
[18:43:35] [PASSED] 12.70 Xe_LPG
[18:43:35] [PASSED] 12.71 Xe_LPG
[18:43:35] [PASSED] 12.74 Xe_LPG+
[18:43:35] [PASSED] 20.01 Xe2_HPG
[18:43:35] [PASSED] 20.02 Xe2_HPG
[18:43:35] [PASSED] 20.04 Xe2_LPG
[18:43:35] [PASSED] 30.00 Xe3_LPG
[18:43:35] [PASSED] 30.01 Xe3_LPG
[18:43:35] [PASSED] 30.03 Xe3_LPG
[18:43:35] [PASSED] 30.04 Xe3_LPG
[18:43:35] [PASSED] 30.05 Xe3_LPG
[18:43:35] [PASSED] 35.10 Xe3p_LPG
[18:43:35] [PASSED] 35.11 Xe3p_XPC
[18:43:35] ================ [PASSED] check_graphics_ip ================
[18:43:35] ===================== check_media_ip  ======================
[18:43:35] [PASSED] 12.00 Xe_M
[18:43:35] [PASSED] 12.55 Xe_HPM
[18:43:35] [PASSED] 13.00 Xe_LPM+
[18:43:35] [PASSED] 13.01 Xe2_HPM
[18:43:35] [PASSED] 20.00 Xe2_LPM
[18:43:35] [PASSED] 30.00 Xe3_LPM
[18:43:35] [PASSED] 30.02 Xe3_LPM
[18:43:35] [PASSED] 35.00 Xe3p_LPM
[18:43:35] [PASSED] 35.03 Xe3p_HPM
[18:43:35] ================= [PASSED] check_media_ip ==================
[18:43:35] =================== check_platform_desc  ===================
[18:43:35] [PASSED] 0x9A60 (TIGERLAKE)
[18:43:35] [PASSED] 0x9A68 (TIGERLAKE)
[18:43:35] [PASSED] 0x9A70 (TIGERLAKE)
[18:43:35] [PASSED] 0x9A40 (TIGERLAKE)
[18:43:35] [PASSED] 0x9A49 (TIGERLAKE)
[18:43:35] [PASSED] 0x9A59 (TIGERLAKE)
[18:43:35] [PASSED] 0x9A78 (TIGERLAKE)
[18:43:35] [PASSED] 0x9AC0 (TIGERLAKE)
[18:43:35] [PASSED] 0x9AC9 (TIGERLAKE)
[18:43:35] [PASSED] 0x9AD9 (TIGERLAKE)
[18:43:35] [PASSED] 0x9AF8 (TIGERLAKE)
[18:43:35] [PASSED] 0x4C80 (ROCKETLAKE)
[18:43:35] [PASSED] 0x4C8A (ROCKETLAKE)
[18:43:35] [PASSED] 0x4C8B (ROCKETLAKE)
[18:43:35] [PASSED] 0x4C8C (ROCKETLAKE)
[18:43:35] [PASSED] 0x4C90 (ROCKETLAKE)
[18:43:35] [PASSED] 0x4C9A (ROCKETLAKE)
[18:43:35] [PASSED] 0x4680 (ALDERLAKE_S)
[18:43:35] [PASSED] 0x4682 (ALDERLAKE_S)
[18:43:35] [PASSED] 0x4688 (ALDERLAKE_S)
[18:43:35] [PASSED] 0x468A (ALDERLAKE_S)
[18:43:35] [PASSED] 0x468B (ALDERLAKE_S)
[18:43:35] [PASSED] 0x4690 (ALDERLAKE_S)
[18:43:35] [PASSED] 0x4692 (ALDERLAKE_S)
[18:43:35] [PASSED] 0x4693 (ALDERLAKE_S)
[18:43:35] [PASSED] 0x46A0 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46A1 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46A2 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46A3 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46A6 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46A8 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46AA (ALDERLAKE_P)
[18:43:35] [PASSED] 0x462A (ALDERLAKE_P)
[18:43:35] [PASSED] 0x4626 (ALDERLAKE_P)
stty: 'standard input': Inappropriate ioctl for device
[18:43:35] [PASSED] 0x4628 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46B0 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46B1 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46B2 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46B3 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46C0 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46C1 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46C2 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46C3 (ALDERLAKE_P)
[18:43:35] [PASSED] 0x46D0 (ALDERLAKE_N)
[18:43:35] [PASSED] 0x46D1 (ALDERLAKE_N)
[18:43:35] [PASSED] 0x46D2 (ALDERLAKE_N)
[18:43:35] [PASSED] 0x46D3 (ALDERLAKE_N)
[18:43:35] [PASSED] 0x46D4 (ALDERLAKE_N)
[18:43:35] [PASSED] 0xA721 (ALDERLAKE_P)
[18:43:35] [PASSED] 0xA7A1 (ALDERLAKE_P)
[18:43:35] [PASSED] 0xA7A9 (ALDERLAKE_P)
[18:43:35] [PASSED] 0xA7AC (ALDERLAKE_P)
[18:43:35] [PASSED] 0xA7AD (ALDERLAKE_P)
[18:43:35] [PASSED] 0xA720 (ALDERLAKE_P)
[18:43:35] [PASSED] 0xA7A0 (ALDERLAKE_P)
[18:43:35] [PASSED] 0xA7A8 (ALDERLAKE_P)
[18:43:35] [PASSED] 0xA7AA (ALDERLAKE_P)
[18:43:35] [PASSED] 0xA7AB (ALDERLAKE_P)
[18:43:35] [PASSED] 0xA780 (ALDERLAKE_S)
[18:43:35] [PASSED] 0xA781 (ALDERLAKE_S)
[18:43:35] [PASSED] 0xA782 (ALDERLAKE_S)
[18:43:35] [PASSED] 0xA783 (ALDERLAKE_S)
[18:43:35] [PASSED] 0xA788 (ALDERLAKE_S)
[18:43:35] [PASSED] 0xA789 (ALDERLAKE_S)
[18:43:35] [PASSED] 0xA78A (ALDERLAKE_S)
[18:43:35] [PASSED] 0xA78B (ALDERLAKE_S)
[18:43:35] [PASSED] 0x4905 (DG1)
[18:43:35] [PASSED] 0x4906 (DG1)
[18:43:35] [PASSED] 0x4907 (DG1)
[18:43:35] [PASSED] 0x4908 (DG1)
[18:43:35] [PASSED] 0x4909 (DG1)
[18:43:35] [PASSED] 0x56C0 (DG2)
[18:43:35] [PASSED] 0x56C2 (DG2)
[18:43:35] [PASSED] 0x56C1 (DG2)
[18:43:35] [PASSED] 0x7D51 (METEORLAKE)
[18:43:35] [PASSED] 0x7DD1 (METEORLAKE)
[18:43:35] [PASSED] 0x7D41 (METEORLAKE)
[18:43:35] [PASSED] 0x7D67 (METEORLAKE)
[18:43:35] [PASSED] 0xB640 (METEORLAKE)
[18:43:35] [PASSED] 0x56A0 (DG2)
[18:43:35] [PASSED] 0x56A1 (DG2)
[18:43:35] [PASSED] 0x56A2 (DG2)
[18:43:35] [PASSED] 0x56BE (DG2)
[18:43:35] [PASSED] 0x56BF (DG2)
[18:43:35] [PASSED] 0x5690 (DG2)
[18:43:35] [PASSED] 0x5691 (DG2)
[18:43:35] [PASSED] 0x5692 (DG2)
[18:43:35] [PASSED] 0x56A5 (DG2)
[18:43:35] [PASSED] 0x56A6 (DG2)
[18:43:35] [PASSED] 0x56B0 (DG2)
[18:43:35] [PASSED] 0x56B1 (DG2)
[18:43:35] [PASSED] 0x56BA (DG2)
[18:43:35] [PASSED] 0x56BB (DG2)
[18:43:35] [PASSED] 0x56BC (DG2)
[18:43:35] [PASSED] 0x56BD (DG2)
[18:43:35] [PASSED] 0x5693 (DG2)
[18:43:35] [PASSED] 0x5694 (DG2)
[18:43:35] [PASSED] 0x5695 (DG2)
[18:43:35] [PASSED] 0x56A3 (DG2)
[18:43:35] [PASSED] 0x56A4 (DG2)
[18:43:35] [PASSED] 0x56B2 (DG2)
[18:43:35] [PASSED] 0x56B3 (DG2)
[18:43:35] [PASSED] 0x5696 (DG2)
[18:43:35] [PASSED] 0x5697 (DG2)
[18:43:35] [PASSED] 0xB69 (PVC)
[18:43:35] [PASSED] 0xB6E (PVC)
[18:43:35] [PASSED] 0xBD4 (PVC)
[18:43:35] [PASSED] 0xBD5 (PVC)
[18:43:35] [PASSED] 0xBD6 (PVC)
[18:43:35] [PASSED] 0xBD7 (PVC)
[18:43:35] [PASSED] 0xBD8 (PVC)
[18:43:35] [PASSED] 0xBD9 (PVC)
[18:43:35] [PASSED] 0xBDA (PVC)
[18:43:35] [PASSED] 0xBDB (PVC)
[18:43:35] [PASSED] 0xBE0 (PVC)
[18:43:35] [PASSED] 0xBE1 (PVC)
[18:43:35] [PASSED] 0xBE5 (PVC)
[18:43:35] [PASSED] 0x7D40 (METEORLAKE)
[18:43:35] [PASSED] 0x7D45 (METEORLAKE)
[18:43:35] [PASSED] 0x7D55 (METEORLAKE)
[18:43:35] [PASSED] 0x7D60 (METEORLAKE)
[18:43:35] [PASSED] 0x7DD5 (METEORLAKE)
[18:43:35] [PASSED] 0x6420 (LUNARLAKE)
[18:43:35] [PASSED] 0x64A0 (LUNARLAKE)
[18:43:35] [PASSED] 0x64B0 (LUNARLAKE)
[18:43:35] [PASSED] 0xE202 (BATTLEMAGE)
[18:43:35] [PASSED] 0xE209 (BATTLEMAGE)
[18:43:35] [PASSED] 0xE20B (BATTLEMAGE)
[18:43:35] [PASSED] 0xE20C (BATTLEMAGE)
[18:43:35] [PASSED] 0xE20D (BATTLEMAGE)
[18:43:35] [PASSED] 0xE210 (BATTLEMAGE)
[18:43:35] [PASSED] 0xE211 (BATTLEMAGE)
[18:43:35] [PASSED] 0xE212 (BATTLEMAGE)
[18:43:35] [PASSED] 0xE216 (BATTLEMAGE)
[18:43:35] [PASSED] 0xE220 (BATTLEMAGE)
[18:43:35] [PASSED] 0xE221 (BATTLEMAGE)
[18:43:35] [PASSED] 0xE222 (BATTLEMAGE)
[18:43:35] [PASSED] 0xE223 (BATTLEMAGE)
[18:43:35] [PASSED] 0xB080 (PANTHERLAKE)
[18:43:35] [PASSED] 0xB081 (PANTHERLAKE)
[18:43:35] [PASSED] 0xB082 (PANTHERLAKE)
[18:43:35] [PASSED] 0xB083 (PANTHERLAKE)
[18:43:35] [PASSED] 0xB084 (PANTHERLAKE)
[18:43:35] [PASSED] 0xB085 (PANTHERLAKE)
[18:43:35] [PASSED] 0xB086 (PANTHERLAKE)
[18:43:35] [PASSED] 0xB087 (PANTHERLAKE)
[18:43:35] [PASSED] 0xB08F (PANTHERLAKE)
[18:43:35] [PASSED] 0xB090 (PANTHERLAKE)
[18:43:35] [PASSED] 0xB0A0 (PANTHERLAKE)
[18:43:35] [PASSED] 0xB0B0 (PANTHERLAKE)
[18:43:35] [PASSED] 0xFD80 (PANTHERLAKE)
[18:43:35] [PASSED] 0xFD81 (PANTHERLAKE)
[18:43:35] [PASSED] 0xD740 (NOVALAKE_S)
[18:43:35] [PASSED] 0xD741 (NOVALAKE_S)
[18:43:35] [PASSED] 0xD742 (NOVALAKE_S)
[18:43:35] [PASSED] 0xD743 (NOVALAKE_S)
[18:43:35] [PASSED] 0xD744 (NOVALAKE_S)
[18:43:35] [PASSED] 0xD745 (NOVALAKE_S)
[18:43:35] [PASSED] 0x674C (CRESCENTISLAND)
[18:43:35] [PASSED] 0xD750 (NOVALAKE_P)
[18:43:35] [PASSED] 0xD751 (NOVALAKE_P)
[18:43:35] [PASSED] 0xD752 (NOVALAKE_P)
[18:43:35] [PASSED] 0xD753 (NOVALAKE_P)
[18:43:35] [PASSED] 0xD754 (NOVALAKE_P)
[18:43:35] [PASSED] 0xD755 (NOVALAKE_P)
[18:43:35] [PASSED] 0xD756 (NOVALAKE_P)
[18:43:35] [PASSED] 0xD757 (NOVALAKE_P)
[18:43:35] [PASSED] 0xD75F (NOVALAKE_P)
[18:43:35] =============== [PASSED] check_platform_desc ===============
[18:43:35] ===================== [PASSED] xe_pci ======================
[18:43:35] =================== xe_rtp (2 subtests) ====================
[18:43:35] =============== xe_rtp_process_to_sr_tests  ================
[18:43:35] [PASSED] coalesce-same-reg
[18:43:35] [PASSED] no-match-no-add
[18:43:35] [PASSED] match-or
[18:43:35] [PASSED] match-or-xfail
[18:43:35] [PASSED] no-match-no-add-multiple-rules
[18:43:35] [PASSED] two-regs-two-entries
[18:43:35] [PASSED] clr-one-set-other
[18:43:35] [PASSED] set-field
[18:43:35] [PASSED] conflict-duplicate
[18:43:35] [PASSED] conflict-not-disjoint
[18:43:35] [PASSED] conflict-reg-type
[18:43:35] =========== [PASSED] xe_rtp_process_to_sr_tests ============
[18:43:35] ================== xe_rtp_process_tests  ===================
[18:43:35] [PASSED] active1
[18:43:35] [PASSED] active2
[18:43:35] [PASSED] active-inactive
[18:43:35] [PASSED] inactive-active
[18:43:35] [PASSED] inactive-1st_or_active-inactive
[18:43:35] [PASSED] inactive-2nd_or_active-inactive
[18:43:35] [PASSED] inactive-last_or_active-inactive
[18:43:35] [PASSED] inactive-no_or_active-inactive
[18:43:35] ============== [PASSED] xe_rtp_process_tests ===============
[18:43:35] ===================== [PASSED] xe_rtp ======================
[18:43:35] ==================== xe_wa (1 subtest) =====================
[18:43:35] ======================== xe_wa_gt  =========================
[18:43:35] [PASSED] TIGERLAKE B0
[18:43:35] [PASSED] DG1 A0
[18:43:35] [PASSED] DG1 B0
[18:43:35] [PASSED] ALDERLAKE_S A0
[18:43:35] [PASSED] ALDERLAKE_S B0
[18:43:35] [PASSED] ALDERLAKE_S C0
[18:43:35] [PASSED] ALDERLAKE_S D0
[18:43:35] [PASSED] ALDERLAKE_P A0
[18:43:35] [PASSED] ALDERLAKE_P B0
[18:43:35] [PASSED] ALDERLAKE_P C0
[18:43:35] [PASSED] ALDERLAKE_S RPLS D0
[18:43:35] [PASSED] ALDERLAKE_P RPLU E0
[18:43:35] [PASSED] DG2 G10 C0
[18:43:35] [PASSED] DG2 G11 B1
[18:43:35] [PASSED] DG2 G12 A1
[18:43:35] [PASSED] METEORLAKE 12.70(Xe_LPG) A0 13.00(Xe_LPM+) A0
[18:43:35] [PASSED] METEORLAKE 12.71(Xe_LPG) A0 13.00(Xe_LPM+) A0
[18:43:35] [PASSED] METEORLAKE 12.74(Xe_LPG+) A0 13.00(Xe_LPM+) A0
[18:43:35] [PASSED] LUNARLAKE 20.04(Xe2_LPG) A0 20.00(Xe2_LPM) A0
[18:43:35] [PASSED] LUNARLAKE 20.04(Xe2_LPG) B0 20.00(Xe2_LPM) A0
[18:43:35] [PASSED] BATTLEMAGE 20.01(Xe2_HPG) A0 13.01(Xe2_HPM) A1
[18:43:35] [PASSED] PANTHERLAKE 30.00(Xe3_LPG) A0 30.00(Xe3_LPM) A0
[18:43:35] ==================== [PASSED] xe_wa_gt =====================
[18:43:35] ====================== [PASSED] xe_wa ======================
[18:43:35] ============================================================
[18:43:35] Testing complete. Ran 522 tests: passed: 504, skipped: 18
[18:43:35] Elapsed time: 36.927s total, 4.279s configuring, 32.132s building, 0.471s running

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

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

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



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

* ✗ CI.checksparse: warning for Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (16 preceding siblings ...)
  2026-02-06 18:44 ` ✓ CI.KUnit: success " Patchwork
@ 2026-02-06 18:59 ` Patchwork
  2026-02-06 19:44 ` ✓ Xe.CI.BAT: success " Patchwork
  2026-02-07 19:26 ` ✓ Xe.CI.FULL: " Patchwork
  19 siblings, 0 replies; 24+ messages in thread
From: Patchwork @ 2026-02-06 18:59 UTC (permalink / raw)
  To: Gustavo Sousa; +Cc: intel-xe

== Series Details ==

Series: Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
URL   : https://patchwork.freedesktop.org/series/161037/
State : warning

== Summary ==

+ trap cleanup EXIT
+ KERNEL=/kernel
+ MT=/root/linux/maintainer-tools
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools /root/linux/maintainer-tools
Cloning into '/root/linux/maintainer-tools'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ make -C /root/linux/maintainer-tools
make: Entering directory '/root/linux/maintainer-tools'
cc -O2 -g -Wextra -o remap-log remap-log.c
make: Leaving directory '/root/linux/maintainer-tools'
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ /root/linux/maintainer-tools/dim sparse --fast ab5b6da7d4879640bce3197597e0bc707bd60ab5
Sparse version: 0.6.4 (Ubuntu: 0.6.4-4ubuntu3)
Fast mode used, each commit won't be checked separately.
-
+drivers/gpu/drm/i915/display/intel_display_device.c: note: in included file (through drivers/gpu/drm/i915/display/intel_display_types.h):
+./include/linux/pwm.h:13:1: error: bad constant expression

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



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

* ✓ Xe.CI.BAT: success for Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (17 preceding siblings ...)
  2026-02-06 18:59 ` ✗ CI.checksparse: warning " Patchwork
@ 2026-02-06 19:44 ` Patchwork
  2026-02-07 19:26 ` ✓ Xe.CI.FULL: " Patchwork
  19 siblings, 0 replies; 24+ messages in thread
From: Patchwork @ 2026-02-06 19:44 UTC (permalink / raw)
  To: Gustavo Sousa; +Cc: intel-xe

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

== Series Details ==

Series: Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
URL   : https://patchwork.freedesktop.org/series/161037/
State : success

== Summary ==

CI Bug Log - changes from xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04_BAT -> xe-pw-161037v3_BAT
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (12 -> 12)
------------------------------

  No changes in participating hosts


Changes
-------

  No changes found


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

  * IGT: IGT_8740 -> IGT_8742
  * Linux: xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04 -> xe-pw-161037v3

  IGT_8740: 36ebdc56b434bf330c44e96205f1fcefcf598651 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  IGT_8742: 8742
  xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04: d9124a6be3c7bdaeb14c3629013dde27929dbf04
  xe-pw-161037v3: 161037v3

== Logs ==

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

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

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

* ✓ Xe.CI.FULL: success for Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
  2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
                   ` (18 preceding siblings ...)
  2026-02-06 19:44 ` ✓ Xe.CI.BAT: success " Patchwork
@ 2026-02-07 19:26 ` Patchwork
  19 siblings, 0 replies; 24+ messages in thread
From: Patchwork @ 2026-02-07 19:26 UTC (permalink / raw)
  To: Gustavo Sousa; +Cc: intel-xe

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

== Series Details ==

Series: Basic enabling patches for Xe3p_LPG and NVL-P (rev3)
URL   : https://patchwork.freedesktop.org/series/161037/
State : success

== Summary ==

CI Bug Log - changes from xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04_FULL -> xe-pw-161037v3_FULL
====================================================

Summary
-------

  **SUCCESS**

  No regressions found.

  

Participating hosts (2 -> 2)
------------------------------

  No changes in participating hosts

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

  Here are the changes found in xe-pw-161037v3_FULL that come from known issues:

### IGT changes ###

#### Issues hit ####

  * igt@intel_hwmon@hwmon-write:
    - shard-bmg:          [PASS][1] -> [FAIL][2] ([Intel XE#4665])
   [1]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@intel_hwmon@hwmon-write.html
   [2]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@intel_hwmon@hwmon-write.html

  * igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
    - shard-bmg:          NOTRUN -> [SKIP][3] ([Intel XE#2233])
   [3]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html

  * igt@kms_addfb_basic@invalid-smem-bo-on-discrete:
    - shard-lnl:          NOTRUN -> [SKIP][4] ([Intel XE#3157])
   [4]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-2/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html

  * igt@kms_big_fb@linear-32bpp-rotate-270:
    - shard-bmg:          NOTRUN -> [SKIP][5] ([Intel XE#2327]) +7 other tests skip
   [5]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@kms_big_fb@linear-32bpp-rotate-270.html

  * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip:
    - shard-lnl:          NOTRUN -> [SKIP][6] ([Intel XE#7059])
   [6]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-6/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-0-hflip.html

  * igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip:
    - shard-bmg:          NOTRUN -> [SKIP][7] ([Intel XE#7059])
   [7]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@kms_big_fb@linear-max-hw-stride-32bpp-rotate-180-hflip.html

  * igt@kms_big_fb@x-tiled-64bpp-rotate-90:
    - shard-lnl:          NOTRUN -> [SKIP][8] ([Intel XE#1407]) +1 other test skip
   [8]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-5/igt@kms_big_fb@x-tiled-64bpp-rotate-90.html

  * igt@kms_big_fb@y-tiled-16bpp-rotate-0:
    - shard-bmg:          NOTRUN -> [SKIP][9] ([Intel XE#1124]) +9 other tests skip
   [9]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-10/igt@kms_big_fb@y-tiled-16bpp-rotate-0.html

  * igt@kms_big_fb@y-tiled-addfb-size-offset-overflow:
    - shard-bmg:          NOTRUN -> [SKIP][10] ([Intel XE#607])
   [10]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-10/igt@kms_big_fb@y-tiled-addfb-size-offset-overflow.html

  * igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
    - shard-lnl:          NOTRUN -> [SKIP][11] ([Intel XE#1124]) +3 other tests skip
   [11]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-3/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html

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

  * igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p:
    - shard-bmg:          NOTRUN -> [SKIP][13] ([Intel XE#2314] / [Intel XE#2894]) +4 other tests skip
   [13]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@kms_bw@connected-linear-tiling-3-displays-2560x1440p.html

  * igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p:
    - shard-lnl:          NOTRUN -> [SKIP][14] ([Intel XE#1512])
   [14]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-2/igt@kms_bw@connected-linear-tiling-4-displays-2560x1440p.html

  * igt@kms_bw@linear-tiling-2-displays-1920x1080p:
    - shard-bmg:          NOTRUN -> [SKIP][15] ([Intel XE#367])
   [15]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@kms_bw@linear-tiling-2-displays-1920x1080p.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs:
    - shard-bmg:          NOTRUN -> [SKIP][16] ([Intel XE#3432])
   [16]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs.html

  * igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3:
    - shard-bmg:          NOTRUN -> [SKIP][17] ([Intel XE#2652] / [Intel XE#787]) +26 other tests skip
   [17]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-d-hdmi-a-3.html

  * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc:
    - shard-bmg:          NOTRUN -> [SKIP][18] ([Intel XE#2887]) +17 other tests skip
   [18]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-rc-ccs-cc.html

  * igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs:
    - shard-lnl:          NOTRUN -> [SKIP][19] ([Intel XE#2887]) +2 other tests skip
   [19]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-5/igt@kms_ccs@missing-ccs-buffer-y-tiled-gen12-mc-ccs.html

  * igt@kms_cdclk@plane-scaling:
    - shard-bmg:          NOTRUN -> [SKIP][20] ([Intel XE#2724])
   [20]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@kms_cdclk@plane-scaling.html

  * igt@kms_chamelium_color@degamma:
    - shard-bmg:          NOTRUN -> [SKIP][21] ([Intel XE#2325])
   [21]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@kms_chamelium_color@degamma.html

  * igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
    - shard-lnl:          NOTRUN -> [SKIP][22] ([Intel XE#373]) +2 other tests skip
   [22]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-4/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html

  * igt@kms_chamelium_hpd@common-hpd-after-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][23] ([Intel XE#2252]) +8 other tests skip
   [23]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@kms_chamelium_hpd@common-hpd-after-suspend.html

  * igt@kms_color_pipeline@plane-ctm3x4-lut1d@pipe-c-edp-1:
    - shard-lnl:          NOTRUN -> [FAIL][24] ([Intel XE#6968]) +3 other tests fail
   [24]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-6/igt@kms_color_pipeline@plane-ctm3x4-lut1d@pipe-c-edp-1.html

  * igt@kms_content_protection@dp-mst-lic-type-0:
    - shard-bmg:          NOTRUN -> [SKIP][25] ([Intel XE#2390] / [Intel XE#6974])
   [25]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-8/igt@kms_content_protection@dp-mst-lic-type-0.html

  * igt@kms_content_protection@dp-mst-lic-type-0-hdcp14:
    - shard-bmg:          NOTRUN -> [SKIP][26] ([Intel XE#6974])
   [26]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-10/igt@kms_content_protection@dp-mst-lic-type-0-hdcp14.html

  * igt@kms_content_protection@legacy:
    - shard-bmg:          NOTRUN -> [SKIP][27] ([Intel XE#2341]) +1 other test skip
   [27]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@kms_content_protection@legacy.html

  * igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2:
    - shard-bmg:          NOTRUN -> [FAIL][28] ([Intel XE#3304]) +3 other tests fail
   [28]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@kms_content_protection@lic-type-0-hdcp14@pipe-a-dp-2.html

  * igt@kms_cursor_crc@cursor-onscreen-max-size:
    - shard-bmg:          NOTRUN -> [SKIP][29] ([Intel XE#2320]) +5 other tests skip
   [29]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@kms_cursor_crc@cursor-onscreen-max-size.html

  * igt@kms_cursor_crc@cursor-rapid-movement-256x85:
    - shard-lnl:          NOTRUN -> [SKIP][30] ([Intel XE#1424])
   [30]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-4/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html

  * igt@kms_cursor_legacy@cursora-vs-flipb-toggle:
    - shard-bmg:          NOTRUN -> [SKIP][31] ([Intel XE#2291]) +1 other test skip
   [31]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions:
    - shard-bmg:          [PASS][32] -> [SKIP][33] ([Intel XE#2291])
   [32]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-9/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html
   [33]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipb-atomic-transitions.html

  * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
    - shard-bmg:          NOTRUN -> [SKIP][34] ([Intel XE#2286])
   [34]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html

  * igt@kms_dirtyfb@fbc-dirtyfb-ioctl:
    - shard-bmg:          NOTRUN -> [SKIP][35] ([Intel XE#4210])
   [35]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-8/igt@kms_dirtyfb@fbc-dirtyfb-ioctl.html

  * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3:
    - shard-bmg:          NOTRUN -> [SKIP][36] ([Intel XE#1340])
   [36]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3.html

  * igt@kms_dp_link_training@non-uhbr-sst:
    - shard-lnl:          NOTRUN -> [SKIP][37] ([Intel XE#4354])
   [37]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-1/igt@kms_dp_link_training@non-uhbr-sst.html

  * igt@kms_dp_linktrain_fallback@dp-fallback:
    - shard-lnl:          NOTRUN -> [SKIP][38] ([Intel XE#4294])
   [38]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-5/igt@kms_dp_linktrain_fallback@dp-fallback.html

  * igt@kms_dp_linktrain_fallback@dsc-fallback:
    - shard-bmg:          NOTRUN -> [SKIP][39] ([Intel XE#4331])
   [39]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@kms_dp_linktrain_fallback@dsc-fallback.html

  * igt@kms_feature_discovery@psr2:
    - shard-bmg:          NOTRUN -> [SKIP][40] ([Intel XE#2374])
   [40]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@kms_feature_discovery@psr2.html

  * igt@kms_flip@2x-busy-flip:
    - shard-bmg:          [PASS][41] -> [SKIP][42] ([Intel XE#2316]) +2 other tests skip
   [41]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-1/igt@kms_flip@2x-busy-flip.html
   [42]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_flip@2x-busy-flip.html

  * igt@kms_flip@2x-flip-vs-suspend:
    - shard-bmg:          [PASS][43] -> [DMESG-WARN][44] ([Intel XE#3428] / [Intel XE#5208])
   [43]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-8/igt@kms_flip@2x-flip-vs-suspend.html
   [44]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@kms_flip@2x-flip-vs-suspend.html

  * igt@kms_flip@2x-flip-vs-suspend@ab-dp2-hdmi-a3:
    - shard-bmg:          [PASS][45] -> [DMESG-WARN][46] ([Intel XE#3428]) +1 other test dmesg-warn
   [45]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-8/igt@kms_flip@2x-flip-vs-suspend@ab-dp2-hdmi-a3.html
   [46]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@kms_flip@2x-flip-vs-suspend@ab-dp2-hdmi-a3.html

  * igt@kms_flip@2x-flip-vs-wf_vblank-interruptible:
    - shard-bmg:          NOTRUN -> [SKIP][47] ([Intel XE#2316]) +3 other tests skip
   [47]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@kms_flip@2x-flip-vs-wf_vblank-interruptible.html

  * igt@kms_flip@2x-nonexisting-fb:
    - shard-lnl:          NOTRUN -> [SKIP][48] ([Intel XE#1421]) +1 other test skip
   [48]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-4/igt@kms_flip@2x-nonexisting-fb.html

  * igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
    - shard-lnl:          NOTRUN -> [SKIP][49] ([Intel XE#7178])
   [49]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html

  * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling:
    - shard-bmg:          NOTRUN -> [SKIP][50] ([Intel XE#7178]) +3 other tests skip
   [50]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html

  * igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x:
    - shard-lnl:          NOTRUN -> [SKIP][51] ([Intel XE#7179])
   [51]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-1/igt@kms_flip_scaled_crc@flip-p016-linear-to-p016-linear-reflect-x.html

  * igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc:
    - shard-lnl:          NOTRUN -> [SKIP][52] ([Intel XE#6312]) +2 other tests skip
   [52]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-4/igt@kms_frontbuffer_tracking@drrs-1p-offscreen-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-indfb-plflip-blt:
    - shard-lnl:          NOTRUN -> [SKIP][53] ([Intel XE#651]) +1 other test skip
   [53]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-indfb-plflip-blt.html

  * igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][54] ([Intel XE#2311]) +34 other tests skip
   [54]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-pri-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-blt:
    - shard-lnl:          NOTRUN -> [SKIP][55] ([Intel XE#7061])
   [55]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-6/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-blt.html

  * igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-render:
    - shard-bmg:          NOTRUN -> [SKIP][56] ([Intel XE#7061]) +4 other tests skip
   [56]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_frontbuffer_tracking@drrs-abgr161616f-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt:
    - shard-bmg:          NOTRUN -> [SKIP][57] ([Intel XE#4141]) +20 other tests skip
   [57]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-1p-offscreen-pri-shrfb-draw-blt.html

  * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen:
    - shard-bmg:          NOTRUN -> [SKIP][58] ([Intel XE#2312]) +10 other tests skip
   [58]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-fullscreen.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff:
    - shard-lnl:          NOTRUN -> [SKIP][59] ([Intel XE#656]) +7 other tests skip
   [59]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-4/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-cur-indfb-onoff.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc:
    - shard-bmg:          NOTRUN -> [SKIP][60] ([Intel XE#2313]) +29 other tests skip
   [60]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-8/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-spr-indfb-draw-mmap-wc.html

  * igt@kms_hdmi_inject@inject-4k:
    - shard-lnl:          NOTRUN -> [SKIP][61] ([Intel XE#1470])
   [61]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-1/igt@kms_hdmi_inject@inject-4k.html

  * igt@kms_hdr@brightness-with-hdr:
    - shard-bmg:          NOTRUN -> [SKIP][62] ([Intel XE#3374] / [Intel XE#3544])
   [62]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@kms_hdr@brightness-with-hdr.html

  * igt@kms_joiner@basic-force-big-joiner:
    - shard-lnl:          NOTRUN -> [SKIP][63] ([Intel XE#7086])
   [63]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-2/igt@kms_joiner@basic-force-big-joiner.html
    - shard-bmg:          [PASS][64] -> [SKIP][65] ([Intel XE#7086])
   [64]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-2/igt@kms_joiner@basic-force-big-joiner.html
   [65]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@kms_joiner@basic-force-big-joiner.html

  * igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
    - shard-bmg:          NOTRUN -> [SKIP][66] ([Intel XE#2501])
   [66]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html

  * igt@kms_pipe_stress@stress-xrgb8888-xtiled:
    - shard-bmg:          [PASS][67] -> [ABORT][68] ([Intel XE#5545] / [Intel XE#6652])
   [67]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-4/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html
   [68]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@kms_pipe_stress@stress-xrgb8888-xtiled.html

  * igt@kms_plane@pixel-format-y-tiled-ccs-modifier@pipe-a-plane-0:
    - shard-lnl:          NOTRUN -> [SKIP][69] ([Intel XE#7130]) +8 other tests skip
   [69]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-2/igt@kms_plane@pixel-format-y-tiled-ccs-modifier@pipe-a-plane-0.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping:
    - shard-bmg:          NOTRUN -> [SKIP][70] ([Intel XE#7111] / [Intel XE#7130] / [Intel XE#7131]) +1 other test skip
   [70]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-a-plane-5:
    - shard-bmg:          NOTRUN -> [SKIP][71] ([Intel XE#7131]) +1 other test skip
   [71]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-a-plane-5.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-b-plane-5:
    - shard-bmg:          NOTRUN -> [SKIP][72] ([Intel XE#7111] / [Intel XE#7131]) +1 other test skip
   [72]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@kms_plane@pixel-format-y-tiled-gen12-mc-ccs-modifier-source-clamping@pipe-b-plane-5.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier@pipe-a-plane-0:
    - shard-bmg:          NOTRUN -> [SKIP][73] ([Intel XE#7130]) +24 other tests skip
   [73]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier@pipe-a-plane-0.html

  * igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier@pipe-b-plane-5:
    - shard-bmg:          NOTRUN -> [SKIP][74] ([Intel XE#7111] / [Intel XE#7130]) +5 other tests skip
   [74]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@kms_plane@pixel-format-y-tiled-gen12-rc-ccs-cc-modifier@pipe-b-plane-5.html

  * igt@kms_plane_lowres@tiling-yf:
    - shard-bmg:          NOTRUN -> [SKIP][75] ([Intel XE#2393])
   [75]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@kms_plane_lowres@tiling-yf.html

  * igt@kms_plane_multiple@2x-tiling-none:
    - shard-bmg:          [PASS][76] -> [SKIP][77] ([Intel XE#4596])
   [76]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-7/igt@kms_plane_multiple@2x-tiling-none.html
   [77]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@kms_plane_multiple@2x-tiling-none.html

  * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
    - shard-bmg:          NOTRUN -> [SKIP][78] ([Intel XE#6886]) +4 other tests skip
   [78]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html

  * igt@kms_pm_backlight@fade-with-suspend:
    - shard-bmg:          NOTRUN -> [SKIP][79] ([Intel XE#870])
   [79]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@kms_pm_backlight@fade-with-suspend.html

  * igt@kms_pm_dc@dc5-retention-flops:
    - shard-bmg:          NOTRUN -> [SKIP][80] ([Intel XE#3309])
   [80]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@kms_pm_dc@dc5-retention-flops.html

  * igt@kms_pm_dc@dc6-psr:
    - shard-lnl:          [PASS][81] -> [FAIL][82] ([Intel XE#718])
   [81]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-lnl-2/igt@kms_pm_dc@dc6-psr.html
   [82]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-6/igt@kms_pm_dc@dc6-psr.html
    - shard-bmg:          NOTRUN -> [SKIP][83] ([Intel XE#2392])
   [83]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_pm_dc@dc6-psr.html

  * igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf:
    - shard-bmg:          NOTRUN -> [SKIP][84] ([Intel XE#1406] / [Intel XE#1489]) +9 other tests skip
   [84]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-10/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html
    - shard-lnl:          NOTRUN -> [SKIP][85] ([Intel XE#1406] / [Intel XE#2893])
   [85]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-1/igt@kms_psr2_sf@fbc-pr-cursor-plane-move-continuous-exceed-fully-sf.html

  * igt@kms_psr@pr-basic:
    - shard-lnl:          NOTRUN -> [SKIP][86] ([Intel XE#1406]) +1 other test skip
   [86]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-6/igt@kms_psr@pr-basic.html

  * igt@kms_psr@psr-basic:
    - shard-bmg:          NOTRUN -> [SKIP][87] ([Intel XE#1406] / [Intel XE#2234] / [Intel XE#2850]) +9 other tests skip
   [87]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@kms_psr@psr-basic.html

  * igt@kms_rotation_crc@primary-rotation-90:
    - shard-bmg:          NOTRUN -> [SKIP][88] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
   [88]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-8/igt@kms_rotation_crc@primary-rotation-90.html

  * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
    - shard-lnl:          NOTRUN -> [SKIP][89] ([Intel XE#3414] / [Intel XE#3904]) +1 other test skip
   [89]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-4/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][90] ([Intel XE#2330])
   [90]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html

  * igt@kms_sharpness_filter@filter-formats@pipe-a-edp-1-nv12:
    - shard-lnl:          [PASS][91] -> [DMESG-WARN][92] ([Intel XE#4537]) +1 other test dmesg-warn
   [91]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-lnl-7/igt@kms_sharpness_filter@filter-formats@pipe-a-edp-1-nv12.html
   [92]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-6/igt@kms_sharpness_filter@filter-formats@pipe-a-edp-1-nv12.html

  * igt@kms_sharpness_filter@invalid-filter-with-scaling-mode:
    - shard-bmg:          NOTRUN -> [SKIP][93] ([Intel XE#6503]) +3 other tests skip
   [93]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-10/igt@kms_sharpness_filter@invalid-filter-with-scaling-mode.html

  * igt@kms_tv_load_detect@load-detect:
    - shard-bmg:          NOTRUN -> [SKIP][94] ([Intel XE#2450])
   [94]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_tv_load_detect@load-detect.html

  * igt@kms_vrr@seamless-rr-switch-drrs:
    - shard-lnl:          NOTRUN -> [SKIP][95] ([Intel XE#1499])
   [95]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-2/igt@kms_vrr@seamless-rr-switch-drrs.html
    - shard-bmg:          NOTRUN -> [SKIP][96] ([Intel XE#1499]) +1 other test skip
   [96]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@kms_vrr@seamless-rr-switch-drrs.html

  * igt@xe_eudebug@basic-vms:
    - shard-lnl:          NOTRUN -> [SKIP][97] ([Intel XE#4837])
   [97]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-8/igt@xe_eudebug@basic-vms.html

  * igt@xe_eudebug@vma-ufence:
    - shard-bmg:          NOTRUN -> [SKIP][98] ([Intel XE#4837]) +7 other tests skip
   [98]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@xe_eudebug@vma-ufence.html

  * igt@xe_eudebug_online@pagefault-write:
    - shard-bmg:          NOTRUN -> [SKIP][99] ([Intel XE#4837] / [Intel XE#6665]) +8 other tests skip
   [99]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-10/igt@xe_eudebug_online@pagefault-write.html

  * igt@xe_eudebug_online@stopped-thread:
    - shard-lnl:          NOTRUN -> [SKIP][100] ([Intel XE#4837] / [Intel XE#6665])
   [100]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-8/igt@xe_eudebug_online@stopped-thread.html

  * igt@xe_eudebug_sriov@deny-sriov:
    - shard-bmg:          NOTRUN -> [SKIP][101] ([Intel XE#5793])
   [101]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-8/igt@xe_eudebug_sriov@deny-sriov.html

  * igt@xe_evict@evict-small-multi-queue-cm:
    - shard-bmg:          NOTRUN -> [SKIP][102] ([Intel XE#7140]) +3 other tests skip
   [102]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@xe_evict@evict-small-multi-queue-cm.html

  * igt@xe_evict_ccs@evict-overcommit-simple:
    - shard-lnl:          NOTRUN -> [SKIP][103] ([Intel XE#688])
   [103]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-8/igt@xe_evict_ccs@evict-overcommit-simple.html

  * igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][104] ([Intel XE#2322]) +10 other tests skip
   [104]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate.html

  * igt@xe_exec_basic@multigpu-once-userptr-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][105] ([Intel XE#1392]) +3 other tests skip
   [105]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-6/igt@xe_exec_basic@multigpu-once-userptr-invalidate.html

  * igt@xe_exec_fault_mode@twice-multi-queue-prefetch:
    - shard-lnl:          NOTRUN -> [SKIP][106] ([Intel XE#7136]) +3 other tests skip
   [106]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-7/igt@xe_exec_fault_mode@twice-multi-queue-prefetch.html

  * igt@xe_exec_fault_mode@twice-multi-queue-userptr:
    - shard-bmg:          NOTRUN -> [SKIP][107] ([Intel XE#7136]) +15 other tests skip
   [107]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@xe_exec_fault_mode@twice-multi-queue-userptr.html

  * igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-close-fd-smem:
    - shard-lnl:          NOTRUN -> [SKIP][108] ([Intel XE#6874]) +7 other tests skip
   [108]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-1/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-close-fd-smem.html

  * igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr-invalidate:
    - shard-bmg:          NOTRUN -> [SKIP][109] ([Intel XE#6874]) +33 other tests skip
   [109]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@xe_exec_multi_queue@many-execs-preempt-mode-fault-userptr-invalidate.html

  * igt@xe_exec_system_allocator@many-64k-mmap-new-huge:
    - shard-bmg:          NOTRUN -> [SKIP][110] ([Intel XE#5007])
   [110]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@xe_exec_system_allocator@many-64k-mmap-new-huge.html

  * igt@xe_exec_system_allocator@many-stride-new-prefetch:
    - shard-bmg:          NOTRUN -> [INCOMPLETE][111] ([Intel XE#7098])
   [111]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-10/igt@xe_exec_system_allocator@many-stride-new-prefetch.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-huge:
    - shard-lnl:          NOTRUN -> [SKIP][112] ([Intel XE#4943]) +4 other tests skip
   [112]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-6/igt@xe_exec_system_allocator@threads-shared-vm-many-execqueues-mmap-free-huge.html

  * igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-free-huge:
    - shard-bmg:          NOTRUN -> [SKIP][113] ([Intel XE#4943]) +23 other tests skip
   [113]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@xe_exec_system_allocator@threads-shared-vm-many-stride-mmap-free-huge.html

  * igt@xe_exec_threads@threads-many-queues:
    - shard-bmg:          NOTRUN -> [FAIL][114] ([Intel XE#7166])
   [114]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@xe_exec_threads@threads-many-queues.html

  * igt@xe_exec_threads@threads-multi-queue-cm-userptr-invalidate-race:
    - shard-lnl:          NOTRUN -> [SKIP][115] ([Intel XE#7138]) +2 other tests skip
   [115]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-2/igt@xe_exec_threads@threads-multi-queue-cm-userptr-invalidate-race.html

  * igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-userptr-rebind:
    - shard-bmg:          NOTRUN -> [SKIP][116] ([Intel XE#7138]) +9 other tests skip
   [116]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@xe_exec_threads@threads-multi-queue-mixed-shared-vm-userptr-rebind.html

  * igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
    - shard-bmg:          NOTRUN -> [SKIP][117] ([Intel XE#2229])
   [117]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html

  * igt@xe_module_load@load:
    - shard-bmg:          ([PASS][118], [PASS][119], [PASS][120], [PASS][121], [PASS][122], [PASS][123], [PASS][124], [PASS][125], [PASS][126], [PASS][127], [PASS][128], [PASS][129], [PASS][130], [PASS][131], [PASS][132], [PASS][133], [PASS][134], [PASS][135], [PASS][136], [PASS][137], [PASS][138], [PASS][139], [PASS][140], [PASS][141], [PASS][142]) -> ([PASS][143], [PASS][144], [PASS][145], [PASS][146], [PASS][147], [PASS][148], [PASS][149], [PASS][150], [PASS][151], [PASS][152], [PASS][153], [PASS][154], [PASS][155], [PASS][156], [SKIP][157], [PASS][158], [PASS][159], [PASS][160], [PASS][161], [PASS][162], [PASS][163], [PASS][164], [PASS][165], [PASS][166], [PASS][167], [PASS][168]) ([Intel XE#2457])
   [118]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-2/igt@xe_module_load@load.html
   [119]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-8/igt@xe_module_load@load.html
   [120]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-8/igt@xe_module_load@load.html
   [121]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-8/igt@xe_module_load@load.html
   [122]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-6/igt@xe_module_load@load.html
   [123]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-1/igt@xe_module_load@load.html
   [124]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-9/igt@xe_module_load@load.html
   [125]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-1/igt@xe_module_load@load.html
   [126]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-7/igt@xe_module_load@load.html
   [127]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@xe_module_load@load.html
   [128]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-4/igt@xe_module_load@load.html
   [129]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-6/igt@xe_module_load@load.html
   [130]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-6/igt@xe_module_load@load.html
   [131]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-10/igt@xe_module_load@load.html
   [132]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-10/igt@xe_module_load@load.html
   [133]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-10/igt@xe_module_load@load.html
   [134]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@xe_module_load@load.html
   [135]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-4/igt@xe_module_load@load.html
   [136]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@xe_module_load@load.html
   [137]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-7/igt@xe_module_load@load.html
   [138]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-2/igt@xe_module_load@load.html
   [139]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-9/igt@xe_module_load@load.html
   [140]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-9/igt@xe_module_load@load.html
   [141]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-3/igt@xe_module_load@load.html
   [142]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-3/igt@xe_module_load@load.html
   [143]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@xe_module_load@load.html
   [144]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@xe_module_load@load.html
   [145]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@xe_module_load@load.html
   [146]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@xe_module_load@load.html
   [147]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-8/igt@xe_module_load@load.html
   [148]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-8/igt@xe_module_load@load.html
   [149]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-10/igt@xe_module_load@load.html
   [150]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-10/igt@xe_module_load@load.html
   [151]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@xe_module_load@load.html
   [152]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@xe_module_load@load.html
   [153]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@xe_module_load@load.html
   [154]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@xe_module_load@load.html
   [155]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@xe_module_load@load.html
   [156]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@xe_module_load@load.html
   [157]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@xe_module_load@load.html
   [158]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@xe_module_load@load.html
   [159]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@xe_module_load@load.html
   [160]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@xe_module_load@load.html
   [161]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@xe_module_load@load.html
   [162]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@xe_module_load@load.html
   [163]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@xe_module_load@load.html
   [164]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@xe_module_load@load.html
   [165]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@xe_module_load@load.html
   [166]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@xe_module_load@load.html
   [167]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@xe_module_load@load.html
   [168]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@xe_module_load@load.html

  * igt@xe_multigpu_svm@mgpu-coherency-prefetch:
    - shard-lnl:          NOTRUN -> [SKIP][169] ([Intel XE#6964])
   [169]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-5/igt@xe_multigpu_svm@mgpu-coherency-prefetch.html

  * igt@xe_oa@oa-tlb-invalidate:
    - shard-lnl:          NOTRUN -> [SKIP][170] ([Intel XE#2248])
   [170]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-1/igt@xe_oa@oa-tlb-invalidate.html
    - shard-bmg:          NOTRUN -> [SKIP][171] ([Intel XE#2248])
   [171]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@xe_oa@oa-tlb-invalidate.html

  * igt@xe_pat@pat-index-xehpc:
    - shard-bmg:          NOTRUN -> [SKIP][172] ([Intel XE#1420])
   [172]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@xe_pat@pat-index-xehpc.html

  * igt@xe_pm@d3cold-multiple-execs:
    - shard-bmg:          NOTRUN -> [SKIP][173] ([Intel XE#2284]) +1 other test skip
   [173]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@xe_pm@d3cold-multiple-execs.html

  * igt@xe_pm@s3-d3hot-basic-exec:
    - shard-lnl:          NOTRUN -> [SKIP][174] ([Intel XE#584])
   [174]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-6/igt@xe_pm@s3-d3hot-basic-exec.html

  * igt@xe_pxp@pxp-termination-key-update-post-rpm:
    - shard-bmg:          NOTRUN -> [SKIP][175] ([Intel XE#4733])
   [175]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@xe_pxp@pxp-termination-key-update-post-rpm.html

  * igt@xe_query@multigpu-query-hwconfig:
    - shard-lnl:          NOTRUN -> [SKIP][176] ([Intel XE#944])
   [176]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-4/igt@xe_query@multigpu-query-hwconfig.html

  * igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz:
    - shard-bmg:          NOTRUN -> [SKIP][177] ([Intel XE#944]) +2 other tests skip
   [177]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@xe_query@multigpu-query-invalid-uc-fw-version-mbz.html

  * igt@xe_spin_batch@spin-mem-copy:
    - shard-bmg:          [PASS][178] -> [ABORT][179] ([Intel XE#7169])
   [178]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-6/igt@xe_spin_batch@spin-mem-copy.html
   [179]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-10/igt@xe_spin_batch@spin-mem-copy.html

  * igt@xe_sriov_flr@flr-vf1-clear:
    - shard-lnl:          NOTRUN -> [SKIP][180] ([Intel XE#3342])
   [180]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-4/igt@xe_sriov_flr@flr-vf1-clear.html

  
#### Possible fixes ####

  * igt@kms_async_flips@async-flip-with-page-flip-events-linear:
    - shard-lnl:          [FAIL][181] ([Intel XE#5993]) -> [PASS][182] +3 other tests pass
   [181]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-lnl-4/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html
   [182]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-2/igt@kms_async_flips@async-flip-with-page-flip-events-linear.html

  * igt@kms_bw@connected-linear-tiling-1-displays-1920x1080p:
    - shard-bmg:          [DMESG-WARN][183] -> [PASS][184]
   [183]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-2/igt@kms_bw@connected-linear-tiling-1-displays-1920x1080p.html
   [184]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@kms_bw@connected-linear-tiling-1-displays-1920x1080p.html

  * igt@kms_cursor_legacy@cursorb-vs-flipb-legacy:
    - shard-bmg:          [SKIP][185] ([Intel XE#2291]) -> [PASS][186] +5 other tests pass
   [185]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html
   [186]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipb-legacy.html

  * igt@kms_display_modes@extended-mode-basic:
    - shard-bmg:          [SKIP][187] ([Intel XE#4302]) -> [PASS][188]
   [187]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html
   [188]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@kms_display_modes@extended-mode-basic.html

  * igt@kms_dp_aux_dev:
    - shard-bmg:          [SKIP][189] ([Intel XE#3009]) -> [PASS][190]
   [189]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@kms_dp_aux_dev.html
   [190]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@kms_dp_aux_dev.html

  * igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
    - shard-bmg:          [SKIP][191] ([Intel XE#2316]) -> [PASS][192] +2 other tests pass
   [191]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
   [192]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-9/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html

  * igt@kms_flip@2x-flip-vs-blocking-wf-vblank@ad-dp2-hdmi-a3:
    - shard-bmg:          [ABORT][193] ([Intel XE#5545] / [Intel XE#6652]) -> [PASS][194] +1 other test pass
   [193]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-2/igt@kms_flip@2x-flip-vs-blocking-wf-vblank@ad-dp2-hdmi-a3.html
   [194]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@kms_flip@2x-flip-vs-blocking-wf-vblank@ad-dp2-hdmi-a3.html

  * igt@kms_flip@flip-vs-expired-vblank-interruptible:
    - shard-lnl:          [FAIL][195] ([Intel XE#301] / [Intel XE#3149]) -> [PASS][196] +1 other test pass
   [195]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-lnl-5/igt@kms_flip@flip-vs-expired-vblank-interruptible.html
   [196]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-7/igt@kms_flip@flip-vs-expired-vblank-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible:
    - shard-bmg:          [DMESG-WARN][197] ([Intel XE#3428] / [Intel XE#5208]) -> [PASS][198]
   [197]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-3/igt@kms_flip@flip-vs-suspend-interruptible.html
   [198]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@kms_flip@flip-vs-suspend-interruptible.html

  * igt@kms_flip@flip-vs-suspend-interruptible@d-dp2:
    - shard-bmg:          [DMESG-WARN][199] ([Intel XE#3428]) -> [PASS][200] +1 other test pass
   [199]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-3/igt@kms_flip@flip-vs-suspend-interruptible@d-dp2.html
   [200]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@kms_flip@flip-vs-suspend-interruptible@d-dp2.html

  * igt@kms_hdr@invalid-metadata-sizes:
    - shard-bmg:          [SKIP][201] ([Intel XE#1503]) -> [PASS][202]
   [201]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@kms_hdr@invalid-metadata-sizes.html
   [202]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@kms_hdr@invalid-metadata-sizes.html

  * igt@kms_pm_backlight@fade-with-dpms:
    - shard-lnl:          [SKIP][203] -> [PASS][204]
   [203]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-lnl-1/igt@kms_pm_backlight@fade-with-dpms.html
   [204]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-1/igt@kms_pm_backlight@fade-with-dpms.html

  * igt@kms_pm_rpm@universal-planes:
    - shard-lnl:          [SKIP][205] ([Intel XE#7197]) -> [PASS][206]
   [205]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-lnl-1/igt@kms_pm_rpm@universal-planes.html
   [206]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-5/igt@kms_pm_rpm@universal-planes.html

  * igt@kms_setmode@invalid-clone-single-crtc-stealing:
    - shard-bmg:          [SKIP][207] ([Intel XE#1435]) -> [PASS][208]
   [207]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@kms_setmode@invalid-clone-single-crtc-stealing.html
   [208]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@kms_setmode@invalid-clone-single-crtc-stealing.html

  * igt@kms_universal_plane@universal-plane-functional:
    - shard-bmg:          [INCOMPLETE][209] -> [PASS][210] +1 other test pass
   [209]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-8/igt@kms_universal_plane@universal-plane-functional.html
   [210]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-2/igt@kms_universal_plane@universal-plane-functional.html

  * igt@kms_vrr@flipline:
    - shard-lnl:          [FAIL][211] ([Intel XE#4227]) -> [PASS][212] +1 other test pass
   [211]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-lnl-1/igt@kms_vrr@flipline.html
   [212]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-lnl-1/igt@kms_vrr@flipline.html

  * igt@xe_evict@evict-beng-mixed-many-threads-small:
    - shard-bmg:          [INCOMPLETE][213] ([Intel XE#6321]) -> [PASS][214]
   [213]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-1/igt@xe_evict@evict-beng-mixed-many-threads-small.html
   [214]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-7/igt@xe_evict@evict-beng-mixed-many-threads-small.html

  * igt@xe_exec_balancer@once-cm-parallel-userptr:
    - shard-bmg:          [ABORT][215] ([Intel XE#7169]) -> [PASS][216]
   [215]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-10/igt@xe_exec_balancer@once-cm-parallel-userptr.html
   [216]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@xe_exec_balancer@once-cm-parallel-userptr.html

  * igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute:
    - shard-bmg:          [ABORT][217] -> [PASS][218] +1 other test pass
   [217]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-6/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html
   [218]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@xe_fault_injection@vm-bind-fail-vm_bind_ioctl_ops_execute.html

  
#### Warnings ####

  * igt@kms_content_protection@suspend-resume:
    - shard-bmg:          [FAIL][219] ([Intel XE#1178] / [Intel XE#3304]) -> [SKIP][220] ([Intel XE#6705])
   [219]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-1/igt@kms_content_protection@suspend-resume.html
   [220]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_content_protection@suspend-resume.html

  * igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw:
    - shard-bmg:          [SKIP][221] ([Intel XE#2311]) -> [SKIP][222] ([Intel XE#2312]) +7 other tests skip
   [221]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-9/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html
   [222]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@kms_frontbuffer_tracking@drrs-2p-pri-indfb-multidraw.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
    - shard-bmg:          [SKIP][223] ([Intel XE#2312]) -> [SKIP][224] ([Intel XE#4141]) +4 other tests skip
   [223]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
   [224]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html

  * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc:
    - shard-bmg:          [SKIP][225] ([Intel XE#4141]) -> [SKIP][226] ([Intel XE#2312]) +4 other tests skip
   [225]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
   [226]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-pri-shrfb-draw-mmap-wc.html

  * igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt:
    - shard-bmg:          [SKIP][227] ([Intel XE#2312]) -> [SKIP][228] ([Intel XE#2311]) +12 other tests skip
   [227]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html
   [228]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-msflip-blt.html

  * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt:
    - shard-bmg:          [SKIP][229] ([Intel XE#2313]) -> [SKIP][230] ([Intel XE#2312]) +10 other tests skip
   [229]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-9/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html
   [230]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-shrfb-pgflip-blt.html

  * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff:
    - shard-bmg:          [SKIP][231] ([Intel XE#2312]) -> [SKIP][232] ([Intel XE#2313]) +10 other tests skip
   [231]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff.html
   [232]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-3/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-cur-indfb-onoff.html

  * igt@kms_plane_multiple@2x-tiling-y:
    - shard-bmg:          [SKIP][233] ([Intel XE#4596]) -> [SKIP][234] ([Intel XE#5021])
   [233]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-6/igt@kms_plane_multiple@2x-tiling-y.html
   [234]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-1/igt@kms_plane_multiple@2x-tiling-y.html

  * igt@kms_tiled_display@basic-test-pattern:
    - shard-bmg:          [SKIP][235] ([Intel XE#2426]) -> [FAIL][236] ([Intel XE#1729])
   [235]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-7/igt@kms_tiled_display@basic-test-pattern.html
   [236]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-4/igt@kms_tiled_display@basic-test-pattern.html

  * igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv:
    - shard-bmg:          [ABORT][237] ([Intel XE#5466] / [Intel XE#6652]) -> [ABORT][238] ([Intel XE#5466])
   [237]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04/shard-bmg-4/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html
   [238]: https://intel-gfx-ci.01.org/tree/intel-xe/xe-pw-161037v3/shard-bmg-5/igt@xe_fault_injection@probe-fail-guc-xe_guc_ct_send_recv.html

  
  [Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
  [Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
  [Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
  [Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
  [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#1420]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1420
  [Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
  [Intel XE#1424]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1424
  [Intel XE#1435]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1435
  [Intel XE#1470]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1470
  [Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
  [Intel XE#1499]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1499
  [Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
  [Intel XE#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
  [Intel XE#1729]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1729
  [Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
  [Intel XE#2233]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2233
  [Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
  [Intel XE#2248]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2248
  [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#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
  [Intel XE#2291]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2291
  [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#2314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2314
  [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#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#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
  [Intel XE#2374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2374
  [Intel XE#2390]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2390
  [Intel XE#2392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2392
  [Intel XE#2393]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2393
  [Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
  [Intel XE#2450]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2450
  [Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
  [Intel XE#2501]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2501
  [Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
  [Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
  [Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
  [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#2894]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2894
  [Intel XE#3009]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3009
  [Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
  [Intel XE#3149]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3149
  [Intel XE#3157]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3157
  [Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
  [Intel XE#3309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3309
  [Intel XE#3342]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3342
  [Intel XE#3374]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3374
  [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#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
  [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#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
  [Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
  [Intel XE#4210]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4210
  [Intel XE#4227]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4227
  [Intel XE#4294]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4294
  [Intel XE#4302]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4302
  [Intel XE#4331]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4331
  [Intel XE#4354]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4354
  [Intel XE#4537]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4537
  [Intel XE#4596]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4596
  [Intel XE#4665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4665
  [Intel XE#4733]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4733
  [Intel XE#4837]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4837
  [Intel XE#4943]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4943
  [Intel XE#5007]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5007
  [Intel XE#5021]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5021
  [Intel XE#5208]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5208
  [Intel XE#5466]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5466
  [Intel XE#5545]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5545
  [Intel XE#5793]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5793
  [Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
  [Intel XE#5993]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/5993
  [Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
  [Intel XE#6312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6312
  [Intel XE#6321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6321
  [Intel XE#6503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6503
  [Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
  [Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
  [Intel XE#6652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6652
  [Intel XE#6665]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6665
  [Intel XE#6705]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6705
  [Intel XE#6874]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6874
  [Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
  [Intel XE#6886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6886
  [Intel XE#6964]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6964
  [Intel XE#6968]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6968
  [Intel XE#6974]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/6974
  [Intel XE#7059]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7059
  [Intel XE#7061]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7061
  [Intel XE#7086]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7086
  [Intel XE#7098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7098
  [Intel XE#7111]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7111
  [Intel XE#7130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7130
  [Intel XE#7131]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7131
  [Intel XE#7136]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7136
  [Intel XE#7138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7138
  [Intel XE#7140]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7140
  [Intel XE#7166]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7166
  [Intel XE#7169]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7169
  [Intel XE#7178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7178
  [Intel XE#7179]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7179
  [Intel XE#718]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/718
  [Intel XE#7197]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/7197
  [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#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944


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

  * IGT: IGT_8740 -> IGT_8742
  * Linux: xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04 -> xe-pw-161037v3

  IGT_8740: 36ebdc56b434bf330c44e96205f1fcefcf598651 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
  IGT_8742: 8742
  xe-4519-d9124a6be3c7bdaeb14c3629013dde27929dbf04: d9124a6be3c7bdaeb14c3629013dde27929dbf04
  xe-pw-161037v3: 161037v3

== Logs ==

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

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

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

* RE: [PATCH v3 05/15] drm/xe/xe3p_lpg: Add MCR steering
  2026-02-06 18:36 ` [PATCH v3 05/15] drm/xe/xe3p_lpg: Add MCR steering Gustavo Sousa
@ 2026-02-09  5:34   ` Bhadane, Dnyaneshwar
  0 siblings, 0 replies; 24+ messages in thread
From: Bhadane, Dnyaneshwar @ 2026-02-09  5:34 UTC (permalink / raw)
  To: Sousa, Gustavo, intel-xe@lists.freedesktop.org,
	intel-gfx@lists.freedesktop.org
  Cc: Roper, Matthew D



> -----Original Message-----
> From: Sousa, Gustavo <gustavo.sousa@intel.com>
> Sent: Saturday, February 7, 2026 12:06 AM
> To: intel-xe@lists.freedesktop.org; intel-gfx@lists.freedesktop.org
> Cc: Sousa, Gustavo <gustavo.sousa@intel.com>; Roper, Matthew D
> <matthew.d.roper@intel.com>; Bhadane, Dnyaneshwar
> <dnyaneshwar.bhadane@intel.com>
> Subject: [PATCH v3 05/15] drm/xe/xe3p_lpg: Add MCR steering
> 
> From: Matt Roper <matthew.d.roper@intel.com>
> 
> Xe3p_LPG has nearly identical steering to Xe2 and Xe3.  The only DSS/XeCore
> change from those IPs is an additional range from 0xDE00-0xDE7F that was
> previously reserved, so we can simply grow one of the existing ranges in the
> Xe2 table to include it.  Similarly, the "instance0" table is also almost identical,
> but gains one additional PSMI range and requires a separate table.
> 
> v2:
>   - Drop reserved range from MEMPIPE range. (Dnyaneshwar)
> 
> Bspec: 75242
> Cc: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
> Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>


Thanks for the update.

LGTM,
Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>

> ---
>  drivers/gpu/drm/xe/xe_gt_mcr.c | 18 +++++++++++++++++-
>  1 file changed, 17 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/xe/xe_gt_mcr.c
> b/drivers/gpu/drm/xe/xe_gt_mcr.c index 7c1fe9ac120d..da8f6187f893
> 100644
> --- a/drivers/gpu/drm/xe/xe_gt_mcr.c
> +++ b/drivers/gpu/drm/xe/xe_gt_mcr.c
> @@ -201,7 +201,7 @@ static const struct xe_mmio_range
> xe2lpg_dss_steering_table[] = {
>  	{ 0x009680, 0x0096FF },         /* DSS */
>  	{ 0x00D800, 0x00D87F },         /* SLICE */
>  	{ 0x00DC00, 0x00DCFF },         /* SLICE */
> -	{ 0x00DE80, 0x00E8FF },         /* DSS (0xE000-0xE0FF reserved) */
> +	{ 0x00DE00, 0x00E8FF },         /* DSS (0xE000-0xE0FF reserved) */
>  	{ 0x00E980, 0x00E9FF },         /* SLICE */
>  	{ 0x013000, 0x0133FF },         /* DSS (0x13000-0x131FF), SLICE
> (0x13200-0x133FF) */
>  	{},
> @@ -280,6 +280,19 @@ static const struct xe_mmio_range
> xe3p_xpc_instance0_steering_table[] = {
>  	{},
>  };
> 
> +static const struct xe_mmio_range xe3p_lpg_instance0_steering_table[] = {
> +	{ 0x004000, 0x004AFF },         /* GAM, rsvd, GAMWKR */
> +	{ 0x008700, 0x00887F },         /* NODE */
> +	{ 0x00B000, 0x00B3FF },         /* NODE, L3BANK */
> +	{ 0x00B500, 0x00B6FF },		/* PSMI */
> +	{ 0x00C800, 0x00CFFF },         /* GAM */
> +	{ 0x00D880, 0x00D8FF },         /* NODE */
> +	{ 0x00DD00, 0x00DD7F },         /* MEMPIPE */
> +	{ 0x00F000, 0x00FFFF },         /* GAM, GAMWKR */
> +	{ 0x013400, 0x0135FF },         /* MEMPIPE */
> +	{},
> +};
> +
>  static void init_steering_l3bank(struct xe_gt *gt)  {
>  	struct xe_device *xe = gt_to_xe(gt);
> @@ -533,6 +546,9 @@ void xe_gt_mcr_init_early(struct xe_gt *gt)
>  			gt->steering[INSTANCE0].ranges =
> xe3p_xpc_instance0_steering_table;
>  			gt->steering[L3BANK].ranges =
> xelpg_l3bank_steering_table;
>  			gt->steering[NODE].ranges =
> xe3p_xpc_node_steering_table;
> +		} else if (GRAPHICS_VERx100(xe) >= 3510) {
> +			gt->steering[DSS].ranges = xe2lpg_dss_steering_table;
> +			gt->steering[INSTANCE0].ranges =
> xe3p_lpg_instance0_steering_table;
>  		} else if (GRAPHICS_VER(xe) >= 20) {
>  			gt->steering[DSS].ranges = xe2lpg_dss_steering_table;
>  			gt->steering[SQIDI_PSMI].ranges =
> xe2lpg_sqidi_psmi_steering_table;
> 
> --
> 2.52.0


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

* Re: [PATCH v3 14/15] drm/i915/nvlp: Hook up display support
  2026-02-06 18:36 ` [PATCH v3 14/15] drm/i915/nvlp: Hook up display support Gustavo Sousa
@ 2026-02-10  1:37   ` Gustavo Sousa
  2026-02-10  8:48     ` Jani Nikula
  0 siblings, 1 reply; 24+ messages in thread
From: Gustavo Sousa @ 2026-02-10  1:37 UTC (permalink / raw)
  To: Jani Nikula, Rodrigo Vivi, intel-xe, intel-gfx; +Cc: Matt Roper, Suraj Kandpal

Gustavo Sousa <gustavo.sousa@intel.com> writes:

> From: Matt Roper <matthew.d.roper@intel.com>
>
> Although NVL-S and NVL-P are quite different on the GT side, they use
> identical Xe3p_LPD display IP and should take all the same codepaths.
>
> Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
> Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>

Jani or Rodrigo,

Ack to apply this via drm-xe-next?

--
Gustavo Sousa

> ---
>  drivers/gpu/drm/i915/display/intel_display_device.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/i915/display/intel_display_device.c b/drivers/gpu/drm/i915/display/intel_display_device.c
> index 471f236c9ddf..1a7f3ca079e8 100644
> --- a/drivers/gpu/drm/i915/display/intel_display_device.c
> +++ b/drivers/gpu/drm/i915/display/intel_display_device.c
> @@ -1500,6 +1500,7 @@ static const struct {
>  	INTEL_PTL_IDS(INTEL_DISPLAY_DEVICE, &ptl_desc),
>  	INTEL_WCL_IDS(INTEL_DISPLAY_DEVICE, &ptl_desc),
>  	INTEL_NVLS_IDS(INTEL_DISPLAY_DEVICE, &nvl_desc),
> +	INTEL_NVLP_IDS(INTEL_DISPLAY_DEVICE, &nvl_desc),
>  };
>  
>  static const struct {
>
> -- 
> 2.52.0

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

* Re: [PATCH v3 14/15] drm/i915/nvlp: Hook up display support
  2026-02-10  1:37   ` Gustavo Sousa
@ 2026-02-10  8:48     ` Jani Nikula
  0 siblings, 0 replies; 24+ messages in thread
From: Jani Nikula @ 2026-02-10  8:48 UTC (permalink / raw)
  To: Gustavo Sousa, Rodrigo Vivi, intel-xe, intel-gfx
  Cc: Matt Roper, Suraj Kandpal

On Mon, 09 Feb 2026, Gustavo Sousa <gustavo.sousa@intel.com> wrote:
> Gustavo Sousa <gustavo.sousa@intel.com> writes:
>
>> From: Matt Roper <matthew.d.roper@intel.com>
>>
>> Although NVL-S and NVL-P are quite different on the GT side, they use
>> identical Xe3p_LPD display IP and should take all the same codepaths.
>>
>> Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
>> Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
>> Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
>
> Jani or Rodrigo,
>
> Ack to apply this via drm-xe-next?

Acked-by: Jani Nikula <jani.nikula@intel.com>

>
> --
> Gustavo Sousa
>
>> ---
>>  drivers/gpu/drm/i915/display/intel_display_device.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/i915/display/intel_display_device.c b/drivers/gpu/drm/i915/display/intel_display_device.c
>> index 471f236c9ddf..1a7f3ca079e8 100644
>> --- a/drivers/gpu/drm/i915/display/intel_display_device.c
>> +++ b/drivers/gpu/drm/i915/display/intel_display_device.c
>> @@ -1500,6 +1500,7 @@ static const struct {
>>  	INTEL_PTL_IDS(INTEL_DISPLAY_DEVICE, &ptl_desc),
>>  	INTEL_WCL_IDS(INTEL_DISPLAY_DEVICE, &ptl_desc),
>>  	INTEL_NVLS_IDS(INTEL_DISPLAY_DEVICE, &nvl_desc),
>> +	INTEL_NVLP_IDS(INTEL_DISPLAY_DEVICE, &nvl_desc),
>>  };
>>  
>>  static const struct {
>>
>> -- 
>> 2.52.0

-- 
Jani Nikula, Intel

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

end of thread, other threads:[~2026-02-10  8:48 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-06 18:35 [PATCH v3 00/15] Basic enabling patches for Xe3p_LPG and NVL-P Gustavo Sousa
2026-02-06 18:35 ` [PATCH v3 01/15] drm/xe/xe3p_lpg: Add support for graphics IP 35.10 Gustavo Sousa
2026-02-06 18:35 ` [PATCH v3 02/15] drm/xe/xe3p_lpg: Add initial workarounds for graphics version 35.10 Gustavo Sousa
2026-02-06 18:35 ` [PATCH v3 03/15] drm/xe/pat: Differentiate between primary and media for PTA Gustavo Sousa
2026-02-06 18:36 ` [PATCH v3 04/15] drm/xe/xe3p_lpg: Add new PAT table Gustavo Sousa
2026-02-06 18:36 ` [PATCH v3 05/15] drm/xe/xe3p_lpg: Add MCR steering Gustavo Sousa
2026-02-09  5:34   ` Bhadane, Dnyaneshwar
2026-02-06 18:36 ` [PATCH v3 06/15] drm/xe/xe3p_lpg: Add LRC parsing for additional RCS engine state Gustavo Sousa
2026-02-06 18:36 ` [PATCH v3 07/15] drm/xe/xe3p_lpg: Disable reporting of context switch status to GHWSP Gustavo Sousa
2026-02-06 18:36 ` [PATCH v3 08/15] drm/xe/xe3p_lpg: Drop unnecessary tuning settings Gustavo Sousa
2026-02-06 18:36 ` [PATCH v3 09/15] drm/xe/xe3p_lpg: Extend 'group ID' mask size Gustavo Sousa
2026-02-06 18:36 ` [PATCH v3 10/15] drm/xe/xe3p_lpg: Update LRC sizes Gustavo Sousa
2026-02-06 18:36 ` [PATCH v3 11/15] drm/xe/xe3p_lpg: Set STLB bank hash mode to 4KB Gustavo Sousa
2026-02-06 18:36 ` [PATCH v3 12/15] drm/xe/nvlp: Add NVL-P platform definition Gustavo Sousa
2026-02-06 18:36 ` [PATCH v3 13/15] drm/xe/nvlp: Attach MOCS table for nvlp Gustavo Sousa
2026-02-06 18:36 ` [PATCH v3 14/15] drm/i915/nvlp: Hook up display support Gustavo Sousa
2026-02-10  1:37   ` Gustavo Sousa
2026-02-10  8:48     ` Jani Nikula
2026-02-06 18:36 ` [PATCH v3 15/15] drm/xe/nvlp: Bump maximum WOPCM size Gustavo Sousa
2026-02-06 18:42 ` ✗ CI.checkpatch: warning for Basic enabling patches for Xe3p_LPG and NVL-P (rev3) Patchwork
2026-02-06 18:44 ` ✓ CI.KUnit: success " Patchwork
2026-02-06 18:59 ` ✗ CI.checksparse: warning " Patchwork
2026-02-06 19:44 ` ✓ Xe.CI.BAT: success " Patchwork
2026-02-07 19:26 ` ✓ Xe.CI.FULL: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox