* [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
@ 2025-02-04 17:53 Matt Atwood
2025-02-04 18:16 ` Rodrigo Vivi
` (5 more replies)
0 siblings, 6 replies; 14+ messages in thread
From: Matt Atwood @ 2025-02-04 17:53 UTC (permalink / raw)
To: igt-dev; +Cc: rodrigo.vivi, Matt Atwood
There have been several changes to pciids upstream that need to be
sync'd into igt.
Sync with the following kernel commits:
f9a15b968dce ("drm/intel/pciids: Refactor DG2 PCI IDs into segment
ranges")
e35ecd95ecf2 ("drm/i915/display: Add MTL subplatforms definition")
fa8ffaae1b15 ("drm/xe/bmg: Add new PCI IDs")
16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
---
lib/pciids.h | 62 +++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 47 insertions(+), 15 deletions(-)
diff --git a/lib/pciids.h b/lib/pciids.h
index 23f349f65..4736ea525 100644
--- a/lib/pciids.h
+++ b/lib/pciids.h
@@ -717,37 +717,66 @@
MACRO__(0xA7AB, ## __VA_ARGS__)
/* DG2 */
-#define INTEL_DG2_G10_IDS(MACRO__, ...) \
- MACRO__(0x5690, ## __VA_ARGS__), \
- MACRO__(0x5691, ## __VA_ARGS__), \
- MACRO__(0x5692, ## __VA_ARGS__), \
+#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
MACRO__(0x56A0, ## __VA_ARGS__), \
MACRO__(0x56A1, ## __VA_ARGS__), \
- MACRO__(0x56A2, ## __VA_ARGS__), \
+ MACRO__(0x56A2, ## __VA_ARGS__)
+
+#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
MACRO__(0x56BE, ## __VA_ARGS__), \
MACRO__(0x56BF, ## __VA_ARGS__)
-#define INTEL_DG2_G11_IDS(MACRO__, ...) \
- MACRO__(0x5693, ## __VA_ARGS__), \
- MACRO__(0x5694, ## __VA_ARGS__), \
- MACRO__(0x5695, ## __VA_ARGS__), \
+#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
+ MACRO__(0x5690, ## __VA_ARGS__), \
+ MACRO__(0x5691, ## __VA_ARGS__), \
+ MACRO__(0x5692, ## __VA_ARGS__)
+
+#define INTEL_DG2_G10_IDS(MACRO__, ...) \
+ INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
+
+#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
MACRO__(0x56A5, ## __VA_ARGS__), \
MACRO__(0x56A6, ## __VA_ARGS__), \
MACRO__(0x56B0, ## __VA_ARGS__), \
- MACRO__(0x56B1, ## __VA_ARGS__), \
+ MACRO__(0x56B1, ## __VA_ARGS__)
+
+#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
MACRO__(0x56BA, ## __VA_ARGS__), \
MACRO__(0x56BB, ## __VA_ARGS__), \
MACRO__(0x56BC, ## __VA_ARGS__), \
MACRO__(0x56BD, ## __VA_ARGS__)
-#define INTEL_DG2_G12_IDS(MACRO__, ...) \
- MACRO__(0x5696, ## __VA_ARGS__), \
- MACRO__(0x5697, ## __VA_ARGS__), \
+#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
+ MACRO__(0x5693, ## __VA_ARGS__), \
+ MACRO__(0x5694, ## __VA_ARGS__), \
+ MACRO__(0x5695, ## __VA_ARGS__)
+
+#define INTEL_DG2_G11_IDS(MACRO__, ...) \
+ INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
+
+#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
MACRO__(0x56A3, ## __VA_ARGS__), \
MACRO__(0x56A4, ## __VA_ARGS__), \
MACRO__(0x56B2, ## __VA_ARGS__), \
MACRO__(0x56B3, ## __VA_ARGS__)
+#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
+ MACRO__(0x5696, ## __VA_ARGS__), \
+ MACRO__(0x5697, ## __VA_ARGS__)
+
+#define INTEL_DG2_G12_IDS(MACRO__, ...) \
+ INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
+
+#define INTEL_DG2_D_IDS(MACRO__, ...) \
+ INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
+ INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
+
#define INTEL_DG2_IDS(MACRO__, ...) \
INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
@@ -782,9 +811,12 @@
INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
/* MTL */
-#define INTEL_MTL_IDS(MACRO__, ...) \
+#define INTEL_MTL_U_IDS(MACRO__, ...) \
MACRO__(0x7D40, ## __VA_ARGS__), \
- MACRO__(0x7D45, ## __VA_ARGS__), \
+ MACRO__(0x7D45, ## __VA_ARGS__)
+
+#define INTEL_MTL_IDS(MACRO__, ...) \
+ INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
MACRO__(0x7D55, ## __VA_ARGS__), \
MACRO__(0x7D60, ## __VA_ARGS__), \
MACRO__(0x7DD5, ## __VA_ARGS__)
--
2.45.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-04 17:53 [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL Matt Atwood
@ 2025-02-04 18:16 ` Rodrigo Vivi
2025-02-05 1:14 ` ✓ Xe.CI.BAT: success for " Patchwork
` (4 subsequent siblings)
5 siblings, 0 replies; 14+ messages in thread
From: Rodrigo Vivi @ 2025-02-04 18:16 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev
On Tue, Feb 04, 2025 at 09:53:02AM -0800, Matt Atwood wrote:
> There have been several changes to pciids upstream that need to be
> sync'd into igt.
>
> Sync with the following kernel commits:
> f9a15b968dce ("drm/intel/pciids: Refactor DG2 PCI IDs into segment
> ranges")
> e35ecd95ecf2 ("drm/i915/display: Add MTL subplatforms definition")
> fa8ffaae1b15 ("drm/xe/bmg: Add new PCI IDs")
> 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
>
> Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
> ---
> lib/pciids.h | 62 +++++++++++++++++++++++++++++++++++++++-------------
> 1 file changed, 47 insertions(+), 15 deletions(-)
>
> diff --git a/lib/pciids.h b/lib/pciids.h
> index 23f349f65..4736ea525 100644
> --- a/lib/pciids.h
> +++ b/lib/pciids.h
> @@ -717,37 +717,66 @@
> MACRO__(0xA7AB, ## __VA_ARGS__)
>
> /* DG2 */
> -#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> - MACRO__(0x5690, ## __VA_ARGS__), \
> - MACRO__(0x5691, ## __VA_ARGS__), \
> - MACRO__(0x5692, ## __VA_ARGS__), \
> +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
> MACRO__(0x56A0, ## __VA_ARGS__), \
> MACRO__(0x56A1, ## __VA_ARGS__), \
> - MACRO__(0x56A2, ## __VA_ARGS__), \
> + MACRO__(0x56A2, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
> MACRO__(0x56BE, ## __VA_ARGS__), \
> MACRO__(0x56BF, ## __VA_ARGS__)
>
> -#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> - MACRO__(0x5693, ## __VA_ARGS__), \
> - MACRO__(0x5694, ## __VA_ARGS__), \
> - MACRO__(0x5695, ## __VA_ARGS__), \
> +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
> + MACRO__(0x5690, ## __VA_ARGS__), \
> + MACRO__(0x5691, ## __VA_ARGS__), \
> + MACRO__(0x5692, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
> MACRO__(0x56A5, ## __VA_ARGS__), \
> MACRO__(0x56A6, ## __VA_ARGS__), \
> MACRO__(0x56B0, ## __VA_ARGS__), \
> - MACRO__(0x56B1, ## __VA_ARGS__), \
> + MACRO__(0x56B1, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
> MACRO__(0x56BA, ## __VA_ARGS__), \
> MACRO__(0x56BB, ## __VA_ARGS__), \
> MACRO__(0x56BC, ## __VA_ARGS__), \
> MACRO__(0x56BD, ## __VA_ARGS__)
>
> -#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> - MACRO__(0x5696, ## __VA_ARGS__), \
> - MACRO__(0x5697, ## __VA_ARGS__), \
> +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
> + MACRO__(0x5693, ## __VA_ARGS__), \
> + MACRO__(0x5694, ## __VA_ARGS__), \
> + MACRO__(0x5695, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
> MACRO__(0x56A3, ## __VA_ARGS__), \
> MACRO__(0x56A4, ## __VA_ARGS__), \
> MACRO__(0x56B2, ## __VA_ARGS__), \
> MACRO__(0x56B3, ## __VA_ARGS__)
>
> +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
> + MACRO__(0x5696, ## __VA_ARGS__), \
> + MACRO__(0x5697, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_D_IDS(MACRO__, ...) \
> + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
> +
> #define INTEL_DG2_IDS(MACRO__, ...) \
> INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
> INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
> @@ -782,9 +811,12 @@
> INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
>
> /* MTL */
> -#define INTEL_MTL_IDS(MACRO__, ...) \
> +#define INTEL_MTL_U_IDS(MACRO__, ...) \
> MACRO__(0x7D40, ## __VA_ARGS__), \
> - MACRO__(0x7D45, ## __VA_ARGS__), \
> + MACRO__(0x7D45, ## __VA_ARGS__)
> +
> +#define INTEL_MTL_IDS(MACRO__, ...) \
> + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
> MACRO__(0x7D55, ## __VA_ARGS__), \
> MACRO__(0x7D60, ## __VA_ARGS__), \
> MACRO__(0x7DD5, ## __VA_ARGS__)
> --
> 2.45.0
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* ✓ Xe.CI.BAT: success for lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-04 17:53 [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL Matt Atwood
2025-02-04 18:16 ` Rodrigo Vivi
@ 2025-02-05 1:14 ` Patchwork
2025-02-05 1:15 ` ✓ i915.CI.BAT: " Patchwork
` (3 subsequent siblings)
5 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-02-05 1:14 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 3277 bytes --]
== Series Details ==
Series: lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
URL : https://patchwork.freedesktop.org/series/144333/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8223_BAT -> XEIGTPW_12541_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Known issues
------------
Here are the changes found in XEIGTPW_12541_BAT that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- bat-adlp-vf: NOTRUN -> [SKIP][1] ([Intel XE#2229] / [Intel XE#455]) +1 other test skip
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/bat-adlp-vf/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit:
- bat-adlp-vf: NOTRUN -> [SKIP][2] ([Intel XE#2229])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/bat-adlp-vf/igt@xe_live_ktest@xe_migrate@xe_validate_ccs_kunit.html
#### Possible fixes ####
* igt@xe_live_ktest@xe_migrate:
- bat-adlp-vf: [SKIP][3] ([Intel XE#1192]) -> [PASS][4] +1 other test pass
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/bat-adlp-vf/igt@xe_live_ktest@xe_migrate.html
* igt@xe_pat@pat-index-xelp@render:
- bat-adlp-vf: [DMESG-WARN][5] ([Intel XE#3970] / [Intel XE#4078]) -> [PASS][6] +2 other tests pass
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/bat-adlp-vf/igt@xe_pat@pat-index-xelp@render.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/bat-adlp-vf/igt@xe_pat@pat-index-xelp@render.html
#### Warnings ####
* igt@xe_live_ktest@xe_bo:
- bat-adlp-vf: [SKIP][7] ([Intel XE#1192]) -> [SKIP][8] ([Intel XE#2229] / [Intel XE#455])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/bat-adlp-vf/igt@xe_live_ktest@xe_bo.html
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#3970]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3970
[Intel XE#4078]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4078
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
Build changes
-------------
* IGT: IGT_8223 -> IGTPW_12541
* Linux: xe-2591-d3f7add53c15ed866828937f140ac252c19f2411 -> xe-2596-61ea57f296816a0c8d068c32043f18dbff95e056
IGTPW_12541: e734caa6126f78182c3707491d8260063092e664 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8223: ccfe042787b082c06402ff9af257f8338b8edd5e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2591-d3f7add53c15ed866828937f140ac252c19f2411: d3f7add53c15ed866828937f140ac252c19f2411
xe-2596-61ea57f296816a0c8d068c32043f18dbff95e056: 61ea57f296816a0c8d068c32043f18dbff95e056
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/index.html
[-- Attachment #2: Type: text/html, Size: 4239 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* ✓ i915.CI.BAT: success for lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-04 17:53 [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL Matt Atwood
2025-02-04 18:16 ` Rodrigo Vivi
2025-02-05 1:14 ` ✓ Xe.CI.BAT: success for " Patchwork
@ 2025-02-05 1:15 ` Patchwork
2025-02-05 7:05 ` ✗ Xe.CI.Full: failure " Patchwork
` (2 subsequent siblings)
5 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-02-05 1:15 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 2709 bytes --]
== Series Details ==
Series: lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
URL : https://patchwork.freedesktop.org/series/144333/
State : success
== Summary ==
CI Bug Log - changes from IGT_8223 -> IGTPW_12541
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/index.html
Participating hosts (43 -> 41)
------------------------------
Missing (2): bat-adlp-6 fi-snb-2520m
Known issues
------------
Here are the changes found in IGTPW_12541 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@dmabuf@all-tests@dma_fence_chain:
- fi-bsw-nick: [PASS][1] -> [INCOMPLETE][2] ([i915#12904]) +1 other test incomplete
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8223/fi-bsw-nick/igt@dmabuf@all-tests@dma_fence_chain.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/fi-bsw-nick/igt@dmabuf@all-tests@dma_fence_chain.html
* igt@i915_selftest@live@workarounds:
- bat-arlh-2: [PASS][3] -> [DMESG-FAIL][4] ([i915#12061]) +1 other test dmesg-fail
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8223/bat-arlh-2/igt@i915_selftest@live@workarounds.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/bat-arlh-2/igt@i915_selftest@live@workarounds.html
#### Possible fixes ####
* igt@gem_tiled_blits@basic:
- fi-pnv-d510: [SKIP][5] -> [PASS][6] +2 other tests pass
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8223/fi-pnv-d510/igt@gem_tiled_blits@basic.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/fi-pnv-d510/igt@gem_tiled_blits@basic.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#12061]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12061
[i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8223 -> IGTPW_12541
* Linux: CI_DRM_16060 -> CI_DRM_16066
CI-20190529: 20190529
CI_DRM_16060: d3f7add53c15ed866828937f140ac252c19f2411 @ git://anongit.freedesktop.org/gfx-ci/linux
CI_DRM_16066: a19d8731db07e41101ed00b9d86ac8868df2a763 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_12541: e734caa6126f78182c3707491d8260063092e664 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8223: ccfe042787b082c06402ff9af257f8338b8edd5e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/index.html
[-- Attachment #2: Type: text/html, Size: 3385 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* ✗ Xe.CI.Full: failure for lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-04 17:53 [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL Matt Atwood
` (2 preceding siblings ...)
2025-02-05 1:15 ` ✓ i915.CI.BAT: " Patchwork
@ 2025-02-05 7:05 ` Patchwork
2025-02-05 9:13 ` ✗ i915.CI.Full: " Patchwork
2025-02-05 23:30 ` [PATCH] " Matt Roper
5 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-02-05 7:05 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 97211 bytes --]
== Series Details ==
Series: lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
URL : https://patchwork.freedesktop.org/series/144333/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8223_full -> XEIGTPW_12541_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_12541_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_12541_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_12541_full:
### IGT changes ###
#### Possible regressions ####
* igt@kms_dp_aux_dev:
- shard-dg2-set2: NOTRUN -> [SKIP][1]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_dp_aux_dev.html
Known issues
------------
Here are the changes found in XEIGTPW_12541_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@intel_hwmon@hwmon-read:
- shard-lnl: NOTRUN -> [SKIP][2] ([Intel XE#1125])
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@intel_hwmon@hwmon-read.html
* igt@kms_3d:
- shard-lnl: NOTRUN -> [SKIP][3] ([Intel XE#1465])
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_3d.html
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2-set2: NOTRUN -> [SKIP][4] ([Intel XE#623])
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_async_flips@alternate-sync-async-flip:
- shard-bmg: [PASS][5] -> [FAIL][6] ([Intel XE#827])
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-4/igt@kms_async_flips@alternate-sync-async-flip.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_async_flips@alternate-sync-async-flip.html
* igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-3:
- shard-bmg: NOTRUN -> [FAIL][7] ([Intel XE#827])
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_async_flips@alternate-sync-async-flip@pipe-a-hdmi-a-3.html
* igt@kms_async_flips@async-flip-suspend-resume@pipe-d-dp-4:
- shard-dg2-set2: [PASS][8] -> [DMESG-WARN][9] ([Intel XE#1033]) +20 other tests dmesg-warn
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-466/igt@kms_async_flips@async-flip-suspend-resume@pipe-d-dp-4.html
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_async_flips@async-flip-suspend-resume@pipe-d-dp-4.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: [PASS][10] -> [FAIL][11] ([Intel XE#911]) +3 other tests fail
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-3/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-5/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-lnl: NOTRUN -> [SKIP][12] ([Intel XE#3279]) +1 other test skip
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_big_fb@4-tiled-32bpp-rotate-90:
- shard-bmg: NOTRUN -> [SKIP][13] ([Intel XE#2327]) +7 other tests skip
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@kms_big_fb@4-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-270:
- shard-dg2-set2: NOTRUN -> [SKIP][14] ([Intel XE#316]) +9 other tests skip
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-463/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
- shard-lnl: NOTRUN -> [SKIP][15] ([Intel XE#1407]) +5 other tests skip
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_big_fb@x-tiled-8bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-lnl: NOTRUN -> [SKIP][16] ([Intel XE#1124]) +10 other tests skip
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_big_fb@y-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-bmg: NOTRUN -> [SKIP][17] ([Intel XE#1124]) +12 other tests skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-180:
- shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#1124]) +14 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_big_fb@yf-tiled-32bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: NOTRUN -> [SKIP][19] ([Intel XE#607]) +1 other test skip
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#610])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#2191])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@kms_bw@connected-linear-tiling-2-displays-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#2191]) +1 other test skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-463/igt@kms_bw@connected-linear-tiling-4-displays-2160x1440p.html
* igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p:
- shard-lnl: NOTRUN -> [SKIP][23] ([Intel XE#1512]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_bw@connected-linear-tiling-4-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-1-displays-1920x1080p:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#367]) +3 other tests skip
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-463/igt@kms_bw@linear-tiling-1-displays-1920x1080p.html
* igt@kms_bw@linear-tiling-3-displays-3840x2160p:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#367])
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-6/igt@kms_bw@linear-tiling-3-displays-3840x2160p.html
* igt@kms_bw@linear-tiling-4-displays-2160x1440p:
- shard-bmg: NOTRUN -> [SKIP][26] ([Intel XE#367]) +2 other tests skip
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@kms_bw@linear-tiling-4-displays-2160x1440p.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][27] ([Intel XE#787]) +85 other tests skip
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#2907]) +2 other tests skip
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-c-edp-1:
- shard-lnl: NOTRUN -> [SKIP][29] ([Intel XE#2669]) +3 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-4/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs@pipe-c-edp-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs:
- shard-bmg: NOTRUN -> [SKIP][30] ([Intel XE#2887]) +12 other tests skip
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-mc-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-a-dp-2:
- shard-bmg: NOTRUN -> [SKIP][31] ([Intel XE#2652] / [Intel XE#787]) +3 other tests skip
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-4-tiled-lnl-ccs@pipe-a-dp-2.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs:
- shard-lnl: NOTRUN -> [SKIP][32] ([Intel XE#3432]) +1 other test skip
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc:
- shard-bmg: NOTRUN -> [SKIP][33] ([Intel XE#3432]) +1 other test skip
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][34] ([Intel XE#1727] / [Intel XE#4010])
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [INCOMPLETE][35] ([Intel XE#1727] / [Intel XE#3113] / [Intel XE#4010])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc@pipe-d-hdmi-a-6.html
* igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#2887]) +5 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_ccs@random-ccs-data-4-tiled-mtl-rc-ccs-cc.html
* igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][37] ([Intel XE#455] / [Intel XE#787]) +32 other tests skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@kms_ccs@random-ccs-data-yf-tiled-ccs@pipe-d-dp-4.html
* igt@kms_cdclk@plane-scaling:
- shard-lnl: NOTRUN -> [SKIP][38] ([Intel XE#1152]) +3 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-4/igt@kms_cdclk@plane-scaling.html
- shard-bmg: NOTRUN -> [SKIP][39] ([Intel XE#2724]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_cdclk@plane-scaling.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#1152]) +3 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_color@ctm-green-to-red:
- shard-bmg: NOTRUN -> [SKIP][41] ([Intel XE#2325]) +1 other test skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@kms_chamelium_color@ctm-green-to-red.html
- shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#306]) +1 other test skip
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_chamelium_color@ctm-green-to-red.html
- shard-lnl: NOTRUN -> [SKIP][43] ([Intel XE#306])
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-6/igt@kms_chamelium_color@ctm-green-to-red.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate:
- shard-bmg: NOTRUN -> [SKIP][44] ([Intel XE#2252]) +15 other tests skip
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_chamelium_edid@hdmi-edid-change-during-hibernate.html
* igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode:
- shard-dg2-set2: NOTRUN -> [SKIP][45] ([Intel XE#373]) +18 other tests skip
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_chamelium_hpd@hdmi-hpd-with-enabled-mode.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-lnl: NOTRUN -> [SKIP][46] ([Intel XE#373]) +9 other tests skip
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-5/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@dp-mst-type-0:
- shard-lnl: NOTRUN -> [SKIP][47] ([Intel XE#307])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-8/igt@kms_content_protection@dp-mst-type-0.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2-set2: NOTRUN -> [SKIP][48] ([Intel XE#307])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy:
- shard-bmg: NOTRUN -> [SKIP][49] ([Intel XE#2341]) +1 other test skip
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_content_protection@legacy.html
- shard-dg2-set2: NOTRUN -> [FAIL][50] ([Intel XE#1178]) +1 other test fail
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_content_protection@legacy.html
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#3278]) +1 other test skip
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@kms_content_protection@legacy.html
* igt@kms_content_protection@lic-type-0@pipe-a-dp-4:
- shard-dg2-set2: NOTRUN -> [FAIL][52] ([Intel XE#3304])
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_content_protection@lic-type-0@pipe-a-dp-4.html
* igt@kms_content_protection@uevent:
- shard-dg2-set2: NOTRUN -> [FAIL][53] ([Intel XE#1188]) +1 other test fail
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_content_protection@uevent.html
* igt@kms_cursor_crc@cursor-offscreen-128x42:
- shard-bmg: NOTRUN -> [SKIP][54] ([Intel XE#2320]) +9 other tests skip
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@kms_cursor_crc@cursor-offscreen-128x42.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-bmg: NOTRUN -> [SKIP][55] ([Intel XE#2321]) +1 other test skip
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-lnl: NOTRUN -> [SKIP][56] ([Intel XE#2321])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-8/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-rapid-movement-128x42:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#1424]) +6 other tests skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_cursor_crc@cursor-rapid-movement-128x42.html
* igt@kms_cursor_crc@cursor-sliding-512x170:
- shard-dg2-set2: NOTRUN -> [SKIP][58] ([Intel XE#308]) +2 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-463/igt@kms_cursor_crc@cursor-sliding-512x170.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-bmg: NOTRUN -> [SKIP][59] ([Intel XE#2291]) +2 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic:
- shard-lnl: NOTRUN -> [SKIP][60] ([Intel XE#309]) +5 other tests skip
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-5/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic:
- shard-dg2-set2: NOTRUN -> [SKIP][61] ([Intel XE#309]) +2 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_cursor_legacy@2x-long-flip-vs-cursor-atomic.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic:
- shard-dg2-set2: NOTRUN -> [SKIP][62] ([Intel XE#323]) +2 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-atomic.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-atomic:
- shard-bmg: [PASS][63] -> [SKIP][64] ([Intel XE#2291]) +2 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-8/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-atomic.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-bmg: NOTRUN -> [SKIP][65] ([Intel XE#2286])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3:
- shard-bmg: NOTRUN -> [SKIP][66] ([Intel XE#1340])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-3.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][67] ([i915#3804])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-6.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-lnl: NOTRUN -> [SKIP][68] ([Intel XE#2244]) +1 other test skip
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-bmg: NOTRUN -> [SKIP][69] ([Intel XE#2244])
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_fbcon_fbt@fbc:
- shard-bmg: NOTRUN -> [SKIP][70] ([Intel XE#4156])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@kms_fbcon_fbt@fbc.html
- shard-dg2-set2: NOTRUN -> [DMESG-FAIL][71] ([Intel XE#1033])
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_fbcon_fbt@fbc.html
* igt@kms_fbcon_fbt@fbc-suspend:
- shard-dg2-set2: [PASS][72] -> [DMESG-FAIL][73] ([Intel XE#1033])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-432/igt@kms_fbcon_fbt@fbc-suspend.html
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_fbcon_fbt@fbc-suspend.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][74] ([Intel XE#776])
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2-set2: NOTRUN -> [SKIP][75] ([Intel XE#701])
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-4x:
- shard-bmg: NOTRUN -> [SKIP][76] ([Intel XE#1138])
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_feature_discovery@display-4x.html
- shard-dg2-set2: NOTRUN -> [SKIP][77] ([Intel XE#1138])
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_feature_discovery@display-4x.html
- shard-lnl: NOTRUN -> [SKIP][78] ([Intel XE#1138])
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-5/igt@kms_feature_discovery@display-4x.html
* igt@kms_feature_discovery@dp-mst:
- shard-bmg: NOTRUN -> [SKIP][79] ([Intel XE#2375])
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_feature_discovery@dp-mst.html
- shard-dg2-set2: NOTRUN -> [SKIP][80] ([Intel XE#1137])
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_feature_discovery@dp-mst.html
- shard-lnl: NOTRUN -> [SKIP][81] ([Intel XE#1137])
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-4/igt@kms_feature_discovery@dp-mst.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-dg2-set2: NOTRUN -> [SKIP][82] ([Intel XE#310]) +1 other test skip
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-blocking-wf_vblank:
- shard-bmg: [PASS][83] -> [SKIP][84] ([Intel XE#2316])
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-5/igt@kms_flip@2x-blocking-wf_vblank.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_flip@2x-blocking-wf_vblank.html
* igt@kms_flip@2x-dpms-vs-vblank-race-interruptible:
- shard-dg2-set2: [PASS][85] -> [SKIP][86] ([Intel XE#310]) +6 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_flip@2x-dpms-vs-vblank-race-interruptible.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-hdmi-a6-dp4:
- shard-dg2-set2: NOTRUN -> [FAIL][87] ([Intel XE#301] / [Intel XE#3321])
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@bd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4:
- shard-dg2-set2: NOTRUN -> [FAIL][88] ([Intel XE#301]) +3 other tests fail
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank-interruptible@cd-hdmi-a6-dp4.html
* igt@kms_flip@2x-flip-vs-suspend:
- shard-lnl: NOTRUN -> [SKIP][89] ([Intel XE#1421]) +6 other tests skip
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-4/igt@kms_flip@2x-flip-vs-suspend.html
* igt@kms_flip@2x-plain-flip-fb-recreate-interruptible:
- shard-bmg: NOTRUN -> [SKIP][90] ([Intel XE#2316]) +4 other tests skip
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@kms_flip@2x-plain-flip-fb-recreate-interruptible.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1:
- shard-lnl: [PASS][91] -> [FAIL][92] ([Intel XE#886]) +3 other tests fail
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-7/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
* igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2:
- shard-bmg: [PASS][93] -> [FAIL][94] ([Intel XE#3321]) +1 other test fail
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_flip@flip-vs-expired-vblank-interruptible@b-dp2.html
* igt@kms_flip@flip-vs-expired-vblank@a-dp4:
- shard-dg2-set2: [PASS][95] -> [FAIL][96] ([Intel XE#301] / [Intel XE#3321]) +3 other tests fail
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@kms_flip@flip-vs-expired-vblank@a-dp4.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@a-dp4.html
* igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6:
- shard-dg2-set2: [PASS][97] -> [FAIL][98] ([Intel XE#301]) +4 other tests fail
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_flip@flip-vs-expired-vblank@b-hdmi-a6.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][99] ([Intel XE#1401]) +3 other tests skip
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-2/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytilegen12rcccs-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling:
- shard-bmg: NOTRUN -> [SKIP][100] ([Intel XE#2293] / [Intel XE#2380]) +6 other tests skip
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
- shard-lnl: NOTRUN -> [SKIP][101] ([Intel XE#1401] / [Intel XE#1745]) +3 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode:
- shard-bmg: NOTRUN -> [SKIP][102] ([Intel XE#2293]) +6 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt:
- shard-bmg: NOTRUN -> [SKIP][103] ([Intel XE#2311]) +27 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-7/igt@kms_frontbuffer_tracking@drrs-1p-offscren-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff:
- shard-dg2-set2: NOTRUN -> [SKIP][104] ([Intel XE#651]) +42 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@kms_frontbuffer_tracking@drrs-1p-primscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt:
- shard-lnl: NOTRUN -> [SKIP][105] ([Intel XE#656]) +25 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-5/igt@kms_frontbuffer_tracking@drrs-2p-scndscrn-shrfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move:
- shard-dg2-set2: [PASS][106] -> [SKIP][107] ([Intel XE#656]) +8 other tests skip
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: NOTRUN -> [SKIP][108] ([Intel XE#4141]) +12 other tests skip
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt:
- shard-lnl: NOTRUN -> [SKIP][109] ([Intel XE#651]) +14 other tests skip
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: NOTRUN -> [SKIP][110] ([Intel XE#656]) +9 other tests skip
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y:
- shard-dg2-set2: NOTRUN -> [SKIP][111] ([Intel XE#658]) +2 other tests skip
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
- shard-lnl: NOTRUN -> [SKIP][112] ([Intel XE#1469]) +1 other test skip
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-5/igt@kms_frontbuffer_tracking@fbcdrrs-tiling-y.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt:
- shard-bmg: NOTRUN -> [SKIP][113] ([Intel XE#2313]) +21 other tests skip
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-indfb-plflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff:
- shard-bmg: NOTRUN -> [SKIP][114] ([Intel XE#2312]) +10 other tests skip
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-bmg: NOTRUN -> [SKIP][115] ([Intel XE#2352]) +2 other tests skip
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][116] ([Intel XE#653]) +42 other tests skip
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-shrfb-draw-blt.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-bmg: NOTRUN -> [SKIP][117] ([Intel XE#2502])
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@kms_getfb@getfb-reject-ccs.html
- shard-dg2-set2: NOTRUN -> [SKIP][118] ([Intel XE#605])
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_getfb@getfb-reject-ccs.html
- shard-lnl: NOTRUN -> [SKIP][119] ([Intel XE#605])
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-6/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_getfb@getfb2-accept-ccs:
- shard-bmg: NOTRUN -> [SKIP][120] ([Intel XE#2340])
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_getfb@getfb2-accept-ccs.html
- shard-lnl: NOTRUN -> [SKIP][121] ([Intel XE#2340])
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-8/igt@kms_getfb@getfb2-accept-ccs.html
* igt@kms_hdr@static-swap:
- shard-bmg: [PASS][122] -> [DMESG-WARN][123] ([Intel XE#4172]) +6 other tests dmesg-warn
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-8/igt@kms_hdr@static-swap.html
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_hdr@static-swap.html
* igt@kms_joiner@basic-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][124] ([Intel XE#2927])
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_joiner@basic-ultra-joiner.html
- shard-dg2-set2: NOTRUN -> [SKIP][125] ([Intel XE#2927])
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@kms_joiner@basic-ultra-joiner.html
- shard-lnl: NOTRUN -> [SKIP][126] ([Intel XE#2927])
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-4/igt@kms_joiner@basic-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-ultra-joiner:
- shard-bmg: NOTRUN -> [SKIP][127] ([Intel XE#2934])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-dg2-set2: NOTRUN -> [SKIP][128] ([Intel XE#2925])
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
- shard-lnl: NOTRUN -> [SKIP][129] ([Intel XE#2934])
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-8/igt@kms_joiner@invalid-modeset-force-ultra-joiner.html
* igt@kms_lease@page-flip-implicit-plane@pipe-a-hdmi-a-3:
- shard-bmg: [PASS][130] -> [DMESG-WARN][131] ([Intel XE#877]) +1 other test dmesg-warn
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-6/igt@kms_lease@page-flip-implicit-plane@pipe-a-hdmi-a-3.html
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@kms_lease@page-flip-implicit-plane@pipe-a-hdmi-a-3.html
* igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][132] ([Intel XE#1033]) +22 other tests dmesg-warn
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_lease@setcrtc-implicit-plane@pipe-a-hdmi-a-6.html
* igt@kms_panel_fitting@legacy:
- shard-bmg: NOTRUN -> [SKIP][133] ([Intel XE#2486])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@kms_panel_fitting@legacy.html
* igt@kms_plane_cursor@viewport:
- shard-dg2-set2: [PASS][134] -> [FAIL][135] ([Intel XE#616]) +1 other test fail
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@kms_plane_cursor@viewport.html
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_plane_cursor@viewport.html
* igt@kms_plane_multiple@tiling-yf:
- shard-bmg: NOTRUN -> [SKIP][136] ([Intel XE#2493])
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@kms_plane_multiple@tiling-yf.html
- shard-lnl: NOTRUN -> [SKIP][137] ([Intel XE#2493]) +1 other test skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-2/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b:
- shard-dg2-set2: NOTRUN -> [SKIP][138] ([Intel XE#2763]) +5 other tests skip
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-b.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d:
- shard-dg2-set2: NOTRUN -> [SKIP][139] ([Intel XE#2763] / [Intel XE#455]) +3 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-20x20@pipe-d.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a:
- shard-lnl: NOTRUN -> [SKIP][140] ([Intel XE#2763]) +7 other tests skip
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_plane_scaling@planes-downscale-factor-0-25@pipe-a.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b:
- shard-bmg: NOTRUN -> [SKIP][141] ([Intel XE#2763]) +9 other tests skip
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-b.html
* igt@kms_pm_backlight@fade:
- shard-dg2-set2: NOTRUN -> [SKIP][142] ([Intel XE#870])
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_pm_backlight@fade.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2-set2: NOTRUN -> [SKIP][143] ([Intel XE#1129])
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_pm_dc@dc6-psr.html
* igt@kms_pm_dc@deep-pkgc:
- shard-bmg: NOTRUN -> [SKIP][144] ([Intel XE#2505])
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_pm_dc@deep-pkgc.html
- shard-lnl: NOTRUN -> [FAIL][145] ([Intel XE#2029])
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@kms_pm_dc@deep-pkgc.html
* igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area:
- shard-lnl: NOTRUN -> [SKIP][146] ([Intel XE#2893]) +2 other tests skip
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@kms_psr2_sf@fbc-pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-bmg: NOTRUN -> [SKIP][147] ([Intel XE#1489]) +8 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-dg2-set2: NOTRUN -> [SKIP][148] ([Intel XE#1489]) +13 other tests skip
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_su@page_flip-xrgb8888:
- shard-dg2-set2: NOTRUN -> [SKIP][149] ([Intel XE#1122])
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_psr2_su@page_flip-xrgb8888.html
* igt@kms_psr@fbc-psr2-cursor-plane-move:
- shard-bmg: NOTRUN -> [SKIP][150] ([Intel XE#2234] / [Intel XE#2850]) +17 other tests skip
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@kms_psr@fbc-psr2-cursor-plane-move.html
* igt@kms_psr@fbc-psr2-sprite-plane-move:
- shard-dg2-set2: NOTRUN -> [SKIP][151] ([Intel XE#2850] / [Intel XE#929]) +22 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@kms_psr@fbc-psr2-sprite-plane-move.html
* igt@kms_psr@pr-primary-blt:
- shard-lnl: NOTRUN -> [SKIP][152] ([Intel XE#1406]) +3 other tests skip
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@kms_psr@pr-primary-blt.html
* igt@kms_psr@psr2-primary-render:
- shard-bmg: NOTRUN -> [SKIP][153] ([Intel XE#2234])
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_psr@psr2-primary-render.html
* igt@kms_rotation_crc@primary-rotation-90:
- shard-bmg: NOTRUN -> [SKIP][154] ([Intel XE#3414] / [Intel XE#3904]) +2 other tests skip
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@kms_rotation_crc@primary-rotation-90.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-90:
- shard-dg2-set2: NOTRUN -> [SKIP][155] ([Intel XE#3414]) +2 other tests skip
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
- shard-lnl: NOTRUN -> [SKIP][156] ([Intel XE#3414] / [Intel XE#3904])
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-6/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180:
- shard-bmg: NOTRUN -> [SKIP][157] ([Intel XE#2330])
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
- shard-dg2-set2: NOTRUN -> [SKIP][158] ([Intel XE#1127]) +1 other test skip
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
- shard-lnl: NOTRUN -> [SKIP][159] ([Intel XE#1127])
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-8/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html
* igt@kms_scaling_modes@scaling-mode-full-aspect:
- shard-bmg: NOTRUN -> [SKIP][160] ([Intel XE#2413])
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_scaling_modes@scaling-mode-full-aspect.html
* igt@kms_setmode@invalid-clone-exclusive-crtc:
- shard-bmg: NOTRUN -> [SKIP][161] ([Intel XE#1435])
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_setmode@invalid-clone-exclusive-crtc.html
- shard-lnl: NOTRUN -> [SKIP][162] ([Intel XE#1435])
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@kms_setmode@invalid-clone-exclusive-crtc.html
* igt@kms_vrr@cmrr:
- shard-dg2-set2: NOTRUN -> [SKIP][163] ([Intel XE#2168])
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_vrr@cmrr.html
* igt@kms_vrr@flipline:
- shard-dg2-set2: NOTRUN -> [SKIP][164] ([Intel XE#455]) +38 other tests skip
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_vrr@flipline.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-bmg: NOTRUN -> [SKIP][165] ([Intel XE#1499])
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-dg2-set2: NOTRUN -> [SKIP][166] ([Intel XE#756]) +1 other test skip
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@kms_writeback@writeback-fb-id:
- shard-lnl: NOTRUN -> [SKIP][167] ([Intel XE#756])
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@kms_writeback@writeback-fb-id.html
* igt@xe_compute@ccs-mode-compute-kernel:
- shard-lnl: NOTRUN -> [SKIP][168] ([Intel XE#1447])
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@xe_compute@ccs-mode-compute-kernel.html
* igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute:
- shard-dg2-set2: NOTRUN -> [SKIP][169] ([Intel XE#1280] / [Intel XE#455]) +1 other test skip
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@xe_compute_preempt@compute-threadgroup-preempt@engine-drm_xe_engine_class_compute.html
* igt@xe_copy_basic@mem-copy-linear-0xfffe:
- shard-dg2-set2: NOTRUN -> [SKIP][170] ([Intel XE#1123])
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_copy_basic@mem-copy-linear-0xfffe.html
* igt@xe_copy_basic@mem-set-linear-0xfffe:
- shard-dg2-set2: NOTRUN -> [SKIP][171] ([Intel XE#1126])
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_copy_basic@mem-set-linear-0xfffe.html
* igt@xe_eudebug@basic-client:
- shard-lnl: NOTRUN -> [SKIP][172] ([Intel XE#2905]) +13 other tests skip
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-4/igt@xe_eudebug@basic-client.html
* igt@xe_eudebug@basic-close:
- shard-dg2-set2: NOTRUN -> [SKIP][173] ([Intel XE#2905]) +19 other tests skip
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@xe_eudebug@basic-close.html
* igt@xe_eudebug@basic-vm-bind-ufence-reconnect:
- shard-bmg: NOTRUN -> [SKIP][174] ([Intel XE#3889])
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@xe_eudebug@basic-vm-bind-ufence-reconnect.html
- shard-dg2-set2: NOTRUN -> [SKIP][175] ([Intel XE#3889])
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_eudebug@basic-vm-bind-ufence-reconnect.html
- shard-lnl: NOTRUN -> [SKIP][176] ([Intel XE#3889])
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@xe_eudebug@basic-vm-bind-ufence-reconnect.html
* igt@xe_eudebug_online@single-step-one:
- shard-bmg: NOTRUN -> [SKIP][177] ([Intel XE#2905]) +18 other tests skip
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@xe_eudebug_online@single-step-one.html
* igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd:
- shard-lnl: NOTRUN -> [SKIP][178] ([Intel XE#688]) +2 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-6/igt@xe_evict_ccs@evict-overcommit-parallel-nofree-samefd.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr:
- shard-bmg: NOTRUN -> [SKIP][179] ([Intel XE#2322]) +12 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-userptr.html
* igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race:
- shard-lnl: NOTRUN -> [SKIP][180] ([Intel XE#1392]) +8 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@xe_exec_basic@multigpu-once-bindexecqueue-userptr-invalidate-race.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][181] ([Intel XE#288]) +42 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence:
- shard-dg2-set2: NOTRUN -> [SKIP][182] ([Intel XE#2360])
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-463/igt@xe_exec_mix_modes@exec-simple-batch-store-dma-fence.html
* igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit:
- shard-bmg: NOTRUN -> [SKIP][183] ([Intel XE#2229])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit.html
* igt@xe_live_ktest@xe_dma_buf:
- shard-bmg: [PASS][184] -> [SKIP][185] ([Intel XE#1192])
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-7/igt@xe_live_ktest@xe_dma_buf.html
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@xe_live_ktest@xe_dma_buf.html
* igt@xe_mmap@pci-membarrier-parallel:
- shard-lnl: NOTRUN -> [SKIP][186] ([Intel XE#4045])
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@xe_mmap@pci-membarrier-parallel.html
* igt@xe_mmap@small-bar:
- shard-bmg: NOTRUN -> [SKIP][187] ([Intel XE#586])
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@xe_mmap@small-bar.html
- shard-dg2-set2: NOTRUN -> [SKIP][188] ([Intel XE#512])
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_mmap@small-bar.html
- shard-lnl: NOTRUN -> [SKIP][189] ([Intel XE#512])
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-8/igt@xe_mmap@small-bar.html
* igt@xe_module_load@force-load:
- shard-dg2-set2: NOTRUN -> [SKIP][190] ([Intel XE#378])
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_module_load@force-load.html
* igt@xe_module_load@load:
- shard-lnl: ([PASS][191], [PASS][192], [PASS][193], [PASS][194], [PASS][195], [PASS][196], [PASS][197], [PASS][198], [PASS][199], [PASS][200], [PASS][201], [PASS][202], [PASS][203], [PASS][204], [PASS][205], [PASS][206], [PASS][207], [PASS][208], [PASS][209], [PASS][210], [PASS][211], [PASS][212], [PASS][213], [PASS][214], [PASS][215]) -> ([PASS][216], [PASS][217], [PASS][218], [PASS][219], [PASS][220], [PASS][221], [PASS][222], [PASS][223], [SKIP][224], [PASS][225], [PASS][226], [PASS][227], [PASS][228], [PASS][229], [PASS][230], [PASS][231], [PASS][232], [PASS][233], [PASS][234], [PASS][235], [PASS][236], [PASS][237], [PASS][238], [PASS][239], [PASS][240], [PASS][241]) ([Intel XE#378])
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-3/igt@xe_module_load@load.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-5/igt@xe_module_load@load.html
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-5/igt@xe_module_load@load.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-5/igt@xe_module_load@load.html
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-5/igt@xe_module_load@load.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-4/igt@xe_module_load@load.html
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-1/igt@xe_module_load@load.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-1/igt@xe_module_load@load.html
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-6/igt@xe_module_load@load.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-4/igt@xe_module_load@load.html
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-4/igt@xe_module_load@load.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-8/igt@xe_module_load@load.html
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-6/igt@xe_module_load@load.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-6/igt@xe_module_load@load.html
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-7/igt@xe_module_load@load.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-7/igt@xe_module_load@load.html
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-1/igt@xe_module_load@load.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-8/igt@xe_module_load@load.html
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-7/igt@xe_module_load@load.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-2/igt@xe_module_load@load.html
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-2/igt@xe_module_load@load.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-3/igt@xe_module_load@load.html
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-3/igt@xe_module_load@load.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-3/igt@xe_module_load@load.html
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-8/igt@xe_module_load@load.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-4/igt@xe_module_load@load.html
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@xe_module_load@load.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@xe_module_load@load.html
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@xe_module_load@load.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@xe_module_load@load.html
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@xe_module_load@load.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-6/igt@xe_module_load@load.html
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@xe_module_load@load.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@xe_module_load@load.html
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@xe_module_load@load.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-6/igt@xe_module_load@load.html
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-6/igt@xe_module_load@load.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-5/igt@xe_module_load@load.html
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-8/igt@xe_module_load@load.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-8/igt@xe_module_load@load.html
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-8/igt@xe_module_load@load.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-2/igt@xe_module_load@load.html
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-4/igt@xe_module_load@load.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@xe_module_load@load.html
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@xe_module_load@load.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-4/igt@xe_module_load@load.html
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-7/igt@xe_module_load@load.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@xe_module_load@load.html
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-2/igt@xe_module_load@load.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-5/igt@xe_module_load@load.html
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-5/igt@xe_module_load@load.html
- shard-bmg: ([PASS][242], [PASS][243], [PASS][244], [PASS][245], [PASS][246], [PASS][247], [PASS][248], [PASS][249], [PASS][250], [PASS][251], [PASS][252], [PASS][253], [PASS][254], [PASS][255], [PASS][256], [PASS][257], [PASS][258], [PASS][259], [PASS][260], [PASS][261], [PASS][262], [PASS][263], [PASS][264], [PASS][265]) -> ([SKIP][266], [PASS][267], [PASS][268], [PASS][269], [PASS][270], [PASS][271], [PASS][272], [PASS][273], [PASS][274], [PASS][275], [PASS][276], [PASS][277], [PASS][278], [PASS][279], [PASS][280], [PASS][281], [PASS][282], [PASS][283], [PASS][284], [PASS][285], [PASS][286], [PASS][287], [PASS][288], [PASS][289], [PASS][290], [PASS][291]) ([Intel XE#2457])
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-7/igt@xe_module_load@load.html
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-1/igt@xe_module_load@load.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-7/igt@xe_module_load@load.html
[245]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-7/igt@xe_module_load@load.html
[246]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-2/igt@xe_module_load@load.html
[247]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-1/igt@xe_module_load@load.html
[248]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-2/igt@xe_module_load@load.html
[249]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-2/igt@xe_module_load@load.html
[250]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-4/igt@xe_module_load@load.html
[251]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-4/igt@xe_module_load@load.html
[252]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-6/igt@xe_module_load@load.html
[253]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-6/igt@xe_module_load@load.html
[254]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-7/igt@xe_module_load@load.html
[255]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-5/igt@xe_module_load@load.html
[256]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-6/igt@xe_module_load@load.html
[257]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-6/igt@xe_module_load@load.html
[258]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-8/igt@xe_module_load@load.html
[259]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-8/igt@xe_module_load@load.html
[260]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-5/igt@xe_module_load@load.html
[261]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-5/igt@xe_module_load@load.html
[262]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-8/igt@xe_module_load@load.html
[263]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-5/igt@xe_module_load@load.html
[264]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-4/igt@xe_module_load@load.html
[265]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-4/igt@xe_module_load@load.html
[266]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@xe_module_load@load.html
[267]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@xe_module_load@load.html
[268]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@xe_module_load@load.html
[269]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@xe_module_load@load.html
[270]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@xe_module_load@load.html
[271]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@xe_module_load@load.html
[272]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@xe_module_load@load.html
[273]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@xe_module_load@load.html
[274]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@xe_module_load@load.html
[275]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@xe_module_load@load.html
[276]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@xe_module_load@load.html
[277]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@xe_module_load@load.html
[278]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-7/igt@xe_module_load@load.html
[279]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-7/igt@xe_module_load@load.html
[280]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@xe_module_load@load.html
[281]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@xe_module_load@load.html
[282]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@xe_module_load@load.html
[283]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@xe_module_load@load.html
[284]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@xe_module_load@load.html
[285]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@xe_module_load@load.html
[286]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@xe_module_load@load.html
[287]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-7/igt@xe_module_load@load.html
[288]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@xe_module_load@load.html
[289]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@xe_module_load@load.html
[290]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@xe_module_load@load.html
[291]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@xe_module_load@load.html
- shard-dg2-set2: ([PASS][292], [PASS][293], [PASS][294], [PASS][295], [PASS][296], [PASS][297], [PASS][298], [PASS][299], [PASS][300], [PASS][301], [PASS][302], [PASS][303], [PASS][304], [PASS][305], [PASS][306], [PASS][307], [PASS][308], [PASS][309], [PASS][310], [PASS][311], [PASS][312]) -> ([PASS][313], [PASS][314], [PASS][315], [PASS][316], [PASS][317], [PASS][318], [PASS][319], [PASS][320], [PASS][321], [PASS][322], [PASS][323], [PASS][324], [PASS][325], [PASS][326], [PASS][327], [PASS][328], [PASS][329], [SKIP][330], [PASS][331], [PASS][332], [PASS][333], [PASS][334], [PASS][335], [PASS][336], [PASS][337]) ([Intel XE#378])
[292]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@xe_module_load@load.html
[293]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-432/igt@xe_module_load@load.html
[294]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-466/igt@xe_module_load@load.html
[295]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@xe_module_load@load.html
[296]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-466/igt@xe_module_load@load.html
[297]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-466/igt@xe_module_load@load.html
[298]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-436/igt@xe_module_load@load.html
[299]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-436/igt@xe_module_load@load.html
[300]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-463/igt@xe_module_load@load.html
[301]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@xe_module_load@load.html
[302]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-432/igt@xe_module_load@load.html
[303]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-432/igt@xe_module_load@load.html
[304]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-464/igt@xe_module_load@load.html
[305]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-464/igt@xe_module_load@load.html
[306]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-463/igt@xe_module_load@load.html
[307]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-463/igt@xe_module_load@load.html
[308]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-463/igt@xe_module_load@load.html
[309]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-436/igt@xe_module_load@load.html
[310]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-435/igt@xe_module_load@load.html
[311]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-435/igt@xe_module_load@load.html
[312]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-435/igt@xe_module_load@load.html
[313]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_module_load@load.html
[314]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_module_load@load.html
[315]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@xe_module_load@load.html
[316]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@xe_module_load@load.html
[317]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_module_load@load.html
[318]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_module_load@load.html
[319]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_module_load@load.html
[320]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_module_load@load.html
[321]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@xe_module_load@load.html
[322]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@xe_module_load@load.html
[323]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@xe_module_load@load.html
[324]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@xe_module_load@load.html
[325]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@xe_module_load@load.html
[326]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@xe_module_load@load.html
[327]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@xe_module_load@load.html
[328]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-463/igt@xe_module_load@load.html
[329]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@xe_module_load@load.html
[330]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-463/igt@xe_module_load@load.html
[331]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@xe_module_load@load.html
[332]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-463/igt@xe_module_load@load.html
[333]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@xe_module_load@load.html
[334]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_module_load@load.html
[335]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_module_load@load.html
[336]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_module_load@load.html
[337]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_module_load@load.html
* igt@xe_oa@oa-unit-exclusive-stream-sample-oa:
- shard-dg2-set2: NOTRUN -> [SKIP][338] ([Intel XE#2541] / [Intel XE#3573]) +10 other tests skip
[338]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@xe_oa@oa-unit-exclusive-stream-sample-oa.html
* igt@xe_oa@unprivileged-single-ctx-counters:
- shard-bmg: NOTRUN -> [SKIP][339] ([Intel XE#2248]) +1 other test skip
[339]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@xe_oa@unprivileged-single-ctx-counters.html
- shard-lnl: NOTRUN -> [SKIP][340] ([Intel XE#2248])
[340]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@xe_oa@unprivileged-single-ctx-counters.html
* igt@xe_pat@pat-index-xehpc:
- shard-bmg: NOTRUN -> [SKIP][341] ([Intel XE#1420])
[341]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@xe_pat@pat-index-xehpc.html
- shard-dg2-set2: NOTRUN -> [SKIP][342] ([Intel XE#2838] / [Intel XE#979])
[342]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_pat@pat-index-xehpc.html
* igt@xe_pm@d3cold-mmap-system:
- shard-dg2-set2: NOTRUN -> [SKIP][343] ([Intel XE#2284] / [Intel XE#366])
[343]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@xe_pm@d3cold-mmap-system.html
- shard-lnl: NOTRUN -> [SKIP][344] ([Intel XE#2284] / [Intel XE#366])
[344]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-4/igt@xe_pm@d3cold-mmap-system.html
* igt@xe_pm@d3cold-mocs:
- shard-bmg: NOTRUN -> [SKIP][345] ([Intel XE#2284]) +1 other test skip
[345]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@xe_pm@d3cold-mocs.html
- shard-dg2-set2: NOTRUN -> [SKIP][346] ([Intel XE#2284])
[346]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_pm@d3cold-mocs.html
- shard-lnl: NOTRUN -> [SKIP][347] ([Intel XE#2284])
[347]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@xe_pm@d3cold-mocs.html
* igt@xe_pm@s3-d3hot-basic-exec:
- shard-dg2-set2: NOTRUN -> [DMESG-WARN][348] ([Intel XE#1033] / [Intel XE#569])
[348]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@xe_pm@s3-d3hot-basic-exec.html
* igt@xe_pm@s3-multiple-execs:
- shard-bmg: [PASS][349] -> [DMESG-WARN][350] ([Intel XE#4172] / [Intel XE#569]) +2 other tests dmesg-warn
[349]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-6/igt@xe_pm@s3-multiple-execs.html
[350]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@xe_pm@s3-multiple-execs.html
* igt@xe_pm@s3-vm-bind-unbind-all:
- shard-lnl: NOTRUN -> [SKIP][351] ([Intel XE#584]) +1 other test skip
[351]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-1/igt@xe_pm@s3-vm-bind-unbind-all.html
* igt@xe_pm@s3-vm-bind-userptr:
- shard-dg2-set2: [PASS][352] -> [DMESG-WARN][353] ([Intel XE#1033] / [Intel XE#569])
[352]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-466/igt@xe_pm@s3-vm-bind-userptr.html
[353]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@xe_pm@s3-vm-bind-userptr.html
* igt@xe_pm@s4-basic:
- shard-dg2-set2: NOTRUN -> [ABORT][354] ([Intel XE#1358]) +1 other test abort
[354]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@xe_pm@s4-basic.html
- shard-bmg: NOTRUN -> [ABORT][355] ([Intel XE#1358] / [Intel XE#1607])
[355]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@xe_pm@s4-basic.html
* igt@xe_pm@s4-exec-after:
- shard-lnl: NOTRUN -> [ABORT][356] ([Intel XE#1358] / [Intel XE#1607])
[356]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@xe_pm@s4-exec-after.html
* igt@xe_query@multigpu-query-engines:
- shard-lnl: NOTRUN -> [SKIP][357] ([Intel XE#944])
[357]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-3/igt@xe_query@multigpu-query-engines.html
* igt@xe_query@multigpu-query-invalid-size:
- shard-bmg: NOTRUN -> [SKIP][358] ([Intel XE#944]) +1 other test skip
[358]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@xe_query@multigpu-query-invalid-size.html
* igt@xe_query@multigpu-query-uc-fw-version-guc:
- shard-dg2-set2: NOTRUN -> [SKIP][359] ([Intel XE#944]) +3 other tests skip
[359]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-463/igt@xe_query@multigpu-query-uc-fw-version-guc.html
* igt@xe_sriov_auto_provisioning@fair-allocation:
- shard-dg2-set2: NOTRUN -> [SKIP][360] ([Intel XE#4130])
[360]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_sriov_auto_provisioning@fair-allocation.html
* igt@xe_sriov_flr@flr-each-isolation:
- shard-bmg: NOTRUN -> [SKIP][361] ([Intel XE#3342])
[361]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@xe_sriov_flr@flr-each-isolation.html
#### Possible fixes ####
* igt@kms_cursor_crc@cursor-offscreen-256x256:
- shard-bmg: [INCOMPLETE][362] -> [PASS][363] +1 other test pass
[362]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-4/igt@kms_cursor_crc@cursor-offscreen-256x256.html
[363]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@kms_cursor_crc@cursor-offscreen-256x256.html
* igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic:
- shard-dg2-set2: [SKIP][364] ([Intel XE#309]) -> [PASS][365]
[364]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-464/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
[365]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html
* igt@kms_cursor_legacy@cursora-vs-flipa-atomic:
- shard-bmg: [INCOMPLETE][366] ([Intel XE#3226]) -> [PASS][367]
[366]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-2/igt@kms_cursor_legacy@cursora-vs-flipa-atomic.html
[367]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@kms_cursor_legacy@cursora-vs-flipa-atomic.html
* igt@kms_display_modes@extended-mode-basic:
- shard-bmg: [SKIP][368] ([Intel XE#2425]) -> [PASS][369]
[368]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-6/igt@kms_display_modes@extended-mode-basic.html
[369]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@kms_display_modes@extended-mode-basic.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3:
- shard-bmg: [FAIL][370] ([Intel XE#3321]) -> [PASS][371] +3 other tests pass
[370]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-2/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html
[371]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@kms_flip@2x-flip-vs-expired-vblank@ab-dp2-hdmi-a3.html
* igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4:
- shard-dg2-set2: [FAIL][372] ([Intel XE#301]) -> [PASS][373] +4 other tests pass
[372]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-466/igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4.html
[373]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-434/igt@kms_flip@2x-flip-vs-expired-vblank@ad-hdmi-a6-dp4.html
* igt@kms_flip@2x-plain-flip:
- shard-bmg: [SKIP][374] ([Intel XE#2316]) -> [PASS][375] +6 other tests pass
[374]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-4/igt@kms_flip@2x-plain-flip.html
[375]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@basic-flip-vs-wf_vblank@b-dp2:
- shard-bmg: [FAIL][376] ([Intel XE#3098]) -> [PASS][377] +1 other test pass
[376]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-7/igt@kms_flip@basic-flip-vs-wf_vblank@b-dp2.html
[377]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-8/igt@kms_flip@basic-flip-vs-wf_vblank@b-dp2.html
* igt@kms_flip@blocking-wf_vblank:
- shard-dg2-set2: [FAIL][378] ([Intel XE#2882]) -> [PASS][379]
[378]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-432/igt@kms_flip@blocking-wf_vblank.html
[379]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@kms_flip@blocking-wf_vblank.html
- shard-lnl: [FAIL][380] ([Intel XE#886]) -> [PASS][381] +2 other tests pass
[380]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-lnl-1/igt@kms_flip@blocking-wf_vblank.html
[381]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-lnl-8/igt@kms_flip@blocking-wf_vblank.html
* igt@kms_flip@flip-vs-suspend@c-dp4:
- shard-dg2-set2: [INCOMPLETE][382] ([Intel XE#2049] / [Intel XE#2597]) -> [PASS][383] +1 other test pass
[382]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@kms_flip@flip-vs-suspend@c-dp4.html
[383]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_flip@flip-vs-suspend@c-dp4.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move:
- shard-dg2-set2: [DMESG-WARN][384] ([Intel XE#1033]) -> [PASS][385] +19 other tests pass
[384]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
[385]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-466/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt:
- shard-dg2-set2: [SKIP][386] ([Intel XE#656]) -> [PASS][387]
[386]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-464/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
[387]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-plflip-blt.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-bmg: [DMESG-WARN][388] ([Intel XE#4172]) -> [PASS][389] +34 other tests pass
[388]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-4/igt@kms_plane@plane-panning-bottom-right-suspend.html
[389]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-2/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_lowres@tiling-x:
- shard-dg2-set2: [DMESG-WARN][390] ([Intel XE#4113]) -> [PASS][391]
[390]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-466/igt@kms_plane_lowres@tiling-x.html
[391]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_plane_lowres@tiling-x.html
* igt@xe_exec_basic@multigpu-once-null:
- shard-dg2-set2: [SKIP][392] ([Intel XE#1392]) -> [PASS][393] +1 other test pass
[392]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-432/igt@xe_exec_basic@multigpu-once-null.html
[393]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@xe_exec_basic@multigpu-once-null.html
* igt@xe_exec_reset@cm-gt-reset:
- shard-bmg: [INCOMPLETE][394] ([Intel XE#3592]) -> [PASS][395]
[394]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-7/igt@xe_exec_reset@cm-gt-reset.html
[395]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@xe_exec_reset@cm-gt-reset.html
* igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate:
- shard-dg2-set2: [FAIL][396] -> [PASS][397]
[396]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html
[397]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html
- shard-bmg: [FAIL][398] -> [PASS][399]
[398]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-6/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html
[399]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-7/igt@xe_exec_threads@threads-bal-mixed-shared-vm-userptr-invalidate.html
* igt@xe_gt_freq@freq_suspend:
- shard-dg2-set2: [ABORT][400] ([Intel XE#1033] / [Intel XE#2625]) -> [PASS][401]
[400]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-432/igt@xe_gt_freq@freq_suspend.html
[401]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_gt_freq@freq_suspend.html
#### Warnings ####
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][402] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][403] ([Intel XE#787]) +1 other test skip
[402]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-464/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-6.html
[403]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-435/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-mc-ccs@pipe-d-hdmi-a-6.html
* igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6:
- shard-dg2-set2: [SKIP][404] ([Intel XE#787]) -> [SKIP][405] ([Intel XE#455] / [Intel XE#787]) +6 other tests skip
[404]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-466/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html
[405]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_ccs@crc-sprite-planes-basic-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-6.html
* igt@kms_content_protection@lic-type-0:
- shard-bmg: [FAIL][406] ([Intel XE#1178]) -> [SKIP][407] ([Intel XE#2341])
[406]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-5/igt@kms_content_protection@lic-type-0.html
[407]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_content_protection@lic-type-0.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-bmg: [DMESG-WARN][408] ([Intel XE#877]) -> [SKIP][409] ([Intel XE#2291])
[408]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-7/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
[409]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible:
- shard-dg2-set2: [FAIL][410] ([Intel XE#2882]) -> [SKIP][411] ([Intel XE#310])
[410]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-463/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
[411]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_flip@2x-flip-vs-absolute-wf_vblank-interruptible.html
* igt@kms_flip@2x-flip-vs-panning:
- shard-bmg: [DMESG-WARN][412] ([Intel XE#4172]) -> [SKIP][413] ([Intel XE#2316])
[412]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-2/igt@kms_flip@2x-flip-vs-panning.html
[413]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_flip@2x-flip-vs-panning.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render:
- shard-bmg: [SKIP][414] ([Intel XE#4141]) -> [SKIP][415] ([Intel XE#2312]) +4 other tests skip
[414]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-7/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
[415]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][416] ([Intel XE#2312]) -> [SKIP][417] ([Intel XE#4141]) +8 other tests skip
[416]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-4/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
[417]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt:
- shard-bmg: [SKIP][418] ([Intel XE#2311]) -> [SKIP][419] ([Intel XE#2312]) +10 other tests skip
[418]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt.html
[419]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-render:
- shard-dg2-set2: [SKIP][420] ([Intel XE#656]) -> [SKIP][421] ([Intel XE#651]) +1 other test skip
[420]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-render.html
[421]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-primscrn-spr-indfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc:
- shard-bmg: [SKIP][422] ([Intel XE#2312]) -> [SKIP][423] ([Intel XE#2311]) +17 other tests skip
[422]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
[423]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-7/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-cur-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt:
- shard-dg2-set2: [SKIP][424] ([Intel XE#651]) -> [SKIP][425] ([Intel XE#656]) +13 other tests skip
[424]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html
[425]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcdrrs-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt:
- shard-dg2-set2: [SKIP][426] ([Intel XE#656]) -> [SKIP][427] ([Intel XE#653]) +3 other tests skip
[426]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-464/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html
[427]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt:
- shard-bmg: [SKIP][428] ([Intel XE#2312]) -> [SKIP][429] ([Intel XE#2313]) +13 other tests skip
[428]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-6/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
[429]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-shrfb-pgflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt:
- shard-dg2-set2: [SKIP][430] ([Intel XE#653]) -> [SKIP][431] ([Intel XE#656]) +7 other tests skip
[430]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt.html
[431]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@kms_frontbuffer_tracking@psr-2p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen:
- shard-bmg: [SKIP][432] ([Intel XE#2313]) -> [SKIP][433] ([Intel XE#2312]) +11 other tests skip
[432]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-5/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html
[433]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-4/igt@kms_frontbuffer_tracking@psr-2p-primscrn-spr-indfb-fullscreen.html
* igt@kms_hdr@brightness-with-hdr:
- shard-bmg: [SKIP][434] ([Intel XE#3374] / [Intel XE#3544]) -> [SKIP][435] ([Intel XE#3544])
[434]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-bmg-8/igt@kms_hdr@brightness-with-hdr.html
[435]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-bmg-6/igt@kms_hdr@brightness-with-hdr.html
* igt@xe_pm@s3-multiple-execs:
- shard-dg2-set2: [ABORT][436] ([Intel XE#1358] / [Intel XE#1794]) -> [DMESG-WARN][437] ([Intel XE#1033] / [Intel XE#569])
[436]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-432/igt@xe_pm@s3-multiple-execs.html
[437]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-464/igt@xe_pm@s3-multiple-execs.html
* igt@xe_pm@s4-exec-after:
- shard-dg2-set2: [ABORT][438] ([Intel XE#1033] / [Intel XE#1358]) -> [ABORT][439] ([Intel XE#1358])
[438]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8223/shard-dg2-466/igt@xe_pm@s4-exec-after.html
[439]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/shard-dg2-436/igt@xe_pm@s4-exec-after.html
[Intel XE#1033]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1033
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1125]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1125
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1137]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1137
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[Intel XE#1178]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1178
[Intel XE#1188]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1188
[Intel XE#1192]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1192
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1340
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1407]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1407
[Intel XE#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#1447]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1447
[Intel XE#1465]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1465
[Intel XE#1469]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1469
[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#1512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1512
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1727]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1727
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#2029]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2029
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2168]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2168
[Intel XE#2191]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2191
[Intel XE#2229]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2229
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2244]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2244
[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#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2312]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2312
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2316
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2330]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2330
[Intel XE#2340]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2340
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2352]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2352
[Intel XE#2360]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2360
[Intel XE#2375]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2375
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2413
[Intel XE#2425]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2425
[Intel XE#2457]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2457
[Intel XE#2486]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2486
[Intel XE#2493]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2493
[Intel XE#2502]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2502
[Intel XE#2505]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2505
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2625]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2625
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#2669]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2669
[Intel XE#2724]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2724
[Intel XE#2763]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2763
[Intel XE#2838]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2838
[Intel XE#2850]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2850
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#2882]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2882
[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#2905]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2905
[Intel XE#2907]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2907
[Intel XE#2925]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2925
[Intel XE#2927]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2927
[Intel XE#2934]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2934
[Intel XE#301]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/301
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#309]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/309
[Intel XE#3098]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3098
[Intel XE#310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/310
[Intel XE#3113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3113
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#3226]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3226
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#3278]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3278
[Intel XE#3279]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3279
[Intel XE#3304]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3304
[Intel XE#3321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3321
[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#3432]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3432
[Intel XE#3544]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3544
[Intel XE#3573]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3573
[Intel XE#3592]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3592
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[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#378]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/378
[Intel XE#3889]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3889
[Intel XE#3904]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/3904
[Intel XE#4010]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4010
[Intel XE#4045]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4045
[Intel XE#4113]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4113
[Intel XE#4130]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4130
[Intel XE#4141]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4141
[Intel XE#4156]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4156
[Intel XE#4172]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/4172
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#512]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/512
[Intel XE#569]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/569
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#586]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/586
[Intel XE#605]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/605
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#610]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/610
[Intel XE#616]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/616
[Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#658]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/658
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#827]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/827
[Intel XE#870]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/870
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#979]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/979
[i915#3804]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/3804
Build changes
-------------
* IGT: IGT_8223 -> IGTPW_12541
* Linux: xe-2591-d3f7add53c15ed866828937f140ac252c19f2411 -> xe-2596-61ea57f296816a0c8d068c32043f18dbff95e056
IGTPW_12541: e734caa6126f78182c3707491d8260063092e664 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
IGT_8223: ccfe042787b082c06402ff9af257f8338b8edd5e @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-2591-d3f7add53c15ed866828937f140ac252c19f2411: d3f7add53c15ed866828937f140ac252c19f2411
xe-2596-61ea57f296816a0c8d068c32043f18dbff95e056: 61ea57f296816a0c8d068c32043f18dbff95e056
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_12541/index.html
[-- Attachment #2: Type: text/html, Size: 112239 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* ✗ i915.CI.Full: failure for lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-04 17:53 [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL Matt Atwood
` (3 preceding siblings ...)
2025-02-05 7:05 ` ✗ Xe.CI.Full: failure " Patchwork
@ 2025-02-05 9:13 ` Patchwork
2025-02-05 23:30 ` [PATCH] " Matt Roper
5 siblings, 0 replies; 14+ messages in thread
From: Patchwork @ 2025-02-05 9:13 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 100271 bytes --]
== Series Details ==
Series: lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
URL : https://patchwork.freedesktop.org/series/144333/
State : failure
== Summary ==
CI Bug Log - changes from CI_DRM_16066_full -> IGTPW_12541_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_12541_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_12541_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/index.html
Participating hosts (11 -> 12)
------------------------------
Additional (1): shard-dg2-set2
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_12541_full:
### IGT changes ###
#### Possible regressions ####
* igt@i915_pm_rps@reset:
- shard-snb: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-snb4/igt@i915_pm_rps@reset.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-snb4/igt@i915_pm_rps@reset.html
New tests
---------
New tests have been introduced between CI_DRM_16066_full and IGTPW_12541_full:
### New IGT tests (5) ###
* igt@kms_atomic@plane-primary-legacy@pipe-a-dp-3:
- Statuses : 1 pass(s)
- Exec time: [1.01] s
* igt@kms_cursor_crc@cursor-sliding-128x128@pipe-a-dp-3:
- Statuses : 1 pass(s)
- Exec time: [4.22] s
* igt@kms_plane_cursor@primary@pipe-a-dp-3-size-128:
- Statuses : 1 pass(s)
- Exec time: [3.33] s
* igt@kms_plane_cursor@primary@pipe-a-dp-3-size-256:
- Statuses : 1 pass(s)
- Exec time: [3.41] s
* igt@kms_plane_cursor@primary@pipe-a-dp-3-size-64:
- Statuses : 1 pass(s)
- Exec time: [3.43] s
Known issues
------------
Here are the changes found in IGTPW_12541_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@api_intel_bb@crc32:
- shard-rkl: NOTRUN -> [SKIP][3] ([i915#6230])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@api_intel_bb@crc32.html
* igt@api_intel_bb@object-reloc-keep-cache:
- shard-dg1: NOTRUN -> [SKIP][4] ([i915#8411]) +1 other test skip
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@api_intel_bb@object-reloc-keep-cache.html
* igt@api_intel_bb@object-reloc-purge-cache:
- shard-mtlp: NOTRUN -> [SKIP][5] ([i915#8411])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@api_intel_bb@object-reloc-purge-cache.html
- shard-dg2: NOTRUN -> [SKIP][6] ([i915#8411])
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-2/igt@api_intel_bb@object-reloc-purge-cache.html
* igt@device_reset@unbind-cold-reset-rebind:
- shard-rkl: NOTRUN -> [SKIP][7] ([i915#11078])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-6/igt@device_reset@unbind-cold-reset-rebind.html
* igt@device_reset@unbind-reset-rebind:
- shard-dg1: NOTRUN -> [ABORT][8] ([i915#11814] / [i915#11815] / [i915#9413])
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@device_reset@unbind-reset-rebind.html
* igt@drm_fdinfo@busy-idle@vecs0:
- shard-mtlp: NOTRUN -> [SKIP][9] ([i915#8414]) +6 other tests skip
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-2/igt@drm_fdinfo@busy-idle@vecs0.html
* igt@drm_fdinfo@isolation@vecs0:
- shard-dg1: NOTRUN -> [SKIP][10] ([i915#8414]) +11 other tests skip
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@drm_fdinfo@isolation@vecs0.html
* igt@drm_fdinfo@most-busy-idle-check-all@vecs1:
- shard-dg2: NOTRUN -> [SKIP][11] ([i915#8414]) +15 other tests skip
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@drm_fdinfo@most-busy-idle-check-all@vecs1.html
* igt@drm_read@short-buffer-wakeup:
- shard-dg1: [PASS][12] -> [DMESG-WARN][13] ([i915#4423]) +1 other test dmesg-warn
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg1-17/igt@drm_read@short-buffer-wakeup.html
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-14/igt@drm_read@short-buffer-wakeup.html
* igt@gem_basic@multigpu-create-close:
- shard-rkl: NOTRUN -> [SKIP][14] ([i915#7697]) +1 other test skip
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@gem_basic@multigpu-create-close.html
- shard-dg1: NOTRUN -> [SKIP][15] ([i915#7697]) +1 other test skip
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@gem_basic@multigpu-create-close.html
- shard-tglu: NOTRUN -> [SKIP][16] ([i915#7697])
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-9/igt@gem_basic@multigpu-create-close.html
- shard-mtlp: NOTRUN -> [SKIP][17] ([i915#7697])
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-1/igt@gem_basic@multigpu-create-close.html
- shard-dg2: NOTRUN -> [SKIP][18] ([i915#7697])
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-6/igt@gem_basic@multigpu-create-close.html
* igt@gem_ccs@block-multicopy-compressed:
- shard-dg1: NOTRUN -> [SKIP][19] ([i915#9323])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@gem_ccs@block-multicopy-compressed.html
* igt@gem_ccs@ctrl-surf-copy:
- shard-tglu: NOTRUN -> [SKIP][20] ([i915#3555] / [i915#9323]) +1 other test skip
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-2/igt@gem_ccs@ctrl-surf-copy.html
- shard-rkl: NOTRUN -> [SKIP][21] ([i915#3555] / [i915#9323])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@gem_ccs@ctrl-surf-copy.html
* igt@gem_ccs@ctrl-surf-copy-new-ctx:
- shard-tglu: NOTRUN -> [SKIP][22] ([i915#9323])
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-4/igt@gem_ccs@ctrl-surf-copy-new-ctx.html
* igt@gem_ccs@large-ctrl-surf-copy:
- shard-rkl: NOTRUN -> [SKIP][23] ([i915#13008])
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-5/igt@gem_ccs@large-ctrl-surf-copy.html
- shard-tglu: NOTRUN -> [SKIP][24] ([i915#13008])
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-3/igt@gem_ccs@large-ctrl-surf-copy.html
- shard-mtlp: NOTRUN -> [SKIP][25] ([i915#13008])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-3/igt@gem_ccs@large-ctrl-surf-copy.html
* igt@gem_create@create-ext-cpu-access-sanity-check:
- shard-rkl: NOTRUN -> [SKIP][26] ([i915#6335]) +1 other test skip
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@gem_create@create-ext-cpu-access-sanity-check.html
* igt@gem_create@create-ext-set-pat:
- shard-dg1: NOTRUN -> [SKIP][27] ([i915#8562])
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@gem_create@create-ext-set-pat.html
* igt@gem_ctx_isolation@preservation-s3@bcs0:
- shard-glk: NOTRUN -> [INCOMPLETE][28] ([i915#12353])
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk7/igt@gem_ctx_isolation@preservation-s3@bcs0.html
* igt@gem_ctx_persistence@processes:
- shard-snb: NOTRUN -> [SKIP][29] ([i915#1099]) +6 other tests skip
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-snb7/igt@gem_ctx_persistence@processes.html
* igt@gem_ctx_sseu@engines:
- shard-rkl: NOTRUN -> [SKIP][30] ([i915#280])
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@gem_ctx_sseu@engines.html
* igt@gem_ctx_sseu@mmap-args:
- shard-tglu-1: NOTRUN -> [SKIP][31] ([i915#280])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@gem_ctx_sseu@mmap-args.html
* igt@gem_eio@hibernate:
- shard-dg2: NOTRUN -> [ABORT][32] ([i915#7975])
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-10/igt@gem_eio@hibernate.html
- shard-rkl: NOTRUN -> [ABORT][33] ([i915#7975])
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@gem_eio@hibernate.html
* igt@gem_eio@in-flight-contexts-immediate:
- shard-mtlp: [PASS][34] -> [ABORT][35] ([i915#13193]) +3 other tests abort
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-mtlp-8/igt@gem_eio@in-flight-contexts-immediate.html
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-7/igt@gem_eio@in-flight-contexts-immediate.html
* igt@gem_exec_balancer@bonded-semaphore:
- shard-dg1: NOTRUN -> [SKIP][36] ([i915#4812]) +3 other tests skip
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@gem_exec_balancer@bonded-semaphore.html
* igt@gem_exec_balancer@bonded-true-hang:
- shard-dg2: NOTRUN -> [SKIP][37] ([i915#4812])
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@gem_exec_balancer@bonded-true-hang.html
- shard-mtlp: NOTRUN -> [SKIP][38] ([i915#4812])
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-2/igt@gem_exec_balancer@bonded-true-hang.html
* igt@gem_exec_balancer@parallel-balancer:
- shard-rkl: NOTRUN -> [SKIP][39] ([i915#4525]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@gem_exec_balancer@parallel-balancer.html
- shard-tglu-1: NOTRUN -> [SKIP][40] ([i915#4525])
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@gem_exec_balancer@parallel-balancer.html
* igt@gem_exec_balancer@parallel-dmabuf-import-out-fence:
- shard-tglu: NOTRUN -> [SKIP][41] ([i915#4525])
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-4/igt@gem_exec_balancer@parallel-dmabuf-import-out-fence.html
* igt@gem_exec_capture@capture:
- shard-mtlp: NOTRUN -> [FAIL][42] ([i915#11965]) +1 other test fail
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-3/igt@gem_exec_capture@capture.html
* igt@gem_exec_capture@capture-invisible:
- shard-dg1: NOTRUN -> [SKIP][43] ([i915#6334]) +2 other tests skip
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@gem_exec_capture@capture-invisible.html
* igt@gem_exec_capture@capture-recoverable:
- shard-rkl: NOTRUN -> [SKIP][44] ([i915#6344])
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-4/igt@gem_exec_capture@capture-recoverable.html
* igt@gem_exec_capture@capture@vecs0-lmem0:
- shard-dg2: NOTRUN -> [FAIL][45] ([i915#11965]) +4 other tests fail
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@gem_exec_capture@capture@vecs0-lmem0.html
* igt@gem_exec_flush@basic-uc-ro-default:
- shard-dg1: NOTRUN -> [SKIP][46] ([i915#3539] / [i915#4852]) +1 other test skip
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@gem_exec_flush@basic-uc-ro-default.html
* igt@gem_exec_flush@basic-wb-ro-before-default:
- shard-dg2: NOTRUN -> [SKIP][47] ([i915#3539] / [i915#4852])
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@gem_exec_flush@basic-wb-ro-before-default.html
* igt@gem_exec_params@rsvd2-dirt:
- shard-mtlp: NOTRUN -> [SKIP][48] ([i915#5107])
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-8/igt@gem_exec_params@rsvd2-dirt.html
* igt@gem_exec_reloc@basic-cpu-gtt:
- shard-dg2: NOTRUN -> [SKIP][49] ([i915#3281]) +5 other tests skip
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-6/igt@gem_exec_reloc@basic-cpu-gtt.html
* igt@gem_exec_reloc@basic-cpu-read-noreloc:
- shard-mtlp: NOTRUN -> [SKIP][50] ([i915#3281]) +7 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@gem_exec_reloc@basic-cpu-read-noreloc.html
* igt@gem_exec_reloc@basic-scanout:
- shard-rkl: NOTRUN -> [SKIP][51] ([i915#3281]) +14 other tests skip
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@gem_exec_reloc@basic-scanout.html
* igt@gem_exec_reloc@basic-wc-read:
- shard-dg1: NOTRUN -> [SKIP][52] ([i915#3281]) +7 other tests skip
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@gem_exec_reloc@basic-wc-read.html
* igt@gem_exec_schedule@preempt-queue-contexts-chain:
- shard-mtlp: NOTRUN -> [SKIP][53] ([i915#4537] / [i915#4812]) +1 other test skip
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-8/igt@gem_exec_schedule@preempt-queue-contexts-chain.html
* igt@gem_exec_schedule@semaphore-power:
- shard-rkl: NOTRUN -> [SKIP][54] ([i915#7276])
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@gem_exec_schedule@semaphore-power.html
* igt@gem_fence_thrash@bo-write-verify-x:
- shard-dg1: NOTRUN -> [SKIP][55] ([i915#4860])
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@gem_fence_thrash@bo-write-verify-x.html
* igt@gem_huc_copy@huc-copy:
- shard-rkl: NOTRUN -> [SKIP][56] ([i915#2190])
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@gem_huc_copy@huc-copy.html
* igt@gem_lmem_swapping@heavy-multi:
- shard-tglu-1: NOTRUN -> [SKIP][57] ([i915#4613]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@gem_lmem_swapping@heavy-multi.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs:
- shard-rkl: NOTRUN -> [SKIP][58] ([i915#4613]) +4 other tests skip
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-6/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
- shard-dg1: NOTRUN -> [SKIP][59] ([i915#12193])
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@gem_lmem_swapping@parallel-random-verify-ccs.html
* igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0:
- shard-dg1: NOTRUN -> [SKIP][60] ([i915#4565])
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@gem_lmem_swapping@parallel-random-verify-ccs@lmem0.html
* igt@gem_lmem_swapping@smem-oom:
- shard-glk: NOTRUN -> [SKIP][61] ([i915#4613]) +3 other tests skip
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk6/igt@gem_lmem_swapping@smem-oom.html
* igt@gem_lmem_swapping@verify-random-ccs:
- shard-tglu: NOTRUN -> [SKIP][62] ([i915#4613]) +4 other tests skip
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-5/igt@gem_lmem_swapping@verify-random-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][63] ([i915#4613]) +2 other tests skip
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-2/igt@gem_lmem_swapping@verify-random-ccs.html
* igt@gem_media_vme:
- shard-mtlp: NOTRUN -> [SKIP][64] ([i915#284])
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-7/igt@gem_media_vme.html
- shard-rkl: NOTRUN -> [SKIP][65] ([i915#284])
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-5/igt@gem_media_vme.html
- shard-tglu-1: NOTRUN -> [SKIP][66] ([i915#284])
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@gem_media_vme.html
- shard-dg1: NOTRUN -> [SKIP][67] ([i915#284])
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@gem_media_vme.html
* igt@gem_mmap@big-bo:
- shard-mtlp: NOTRUN -> [SKIP][68] ([i915#4083]) +2 other tests skip
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-4/igt@gem_mmap@big-bo.html
* igt@gem_mmap_gtt@basic-short:
- shard-mtlp: NOTRUN -> [SKIP][69] ([i915#4077]) +9 other tests skip
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-4/igt@gem_mmap_gtt@basic-short.html
* igt@gem_mmap_gtt@cpuset-basic-small-copy-odd:
- shard-dg1: NOTRUN -> [SKIP][70] ([i915#4077]) +14 other tests skip
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@gem_mmap_gtt@cpuset-basic-small-copy-odd.html
* igt@gem_mmap_gtt@cpuset-big-copy-odd:
- shard-dg2: NOTRUN -> [SKIP][71] ([i915#4077]) +8 other tests skip
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-2/igt@gem_mmap_gtt@cpuset-big-copy-odd.html
* igt@gem_mmap_wc@copy:
- shard-dg2: NOTRUN -> [SKIP][72] ([i915#4083]) +3 other tests skip
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-8/igt@gem_mmap_wc@copy.html
* igt@gem_mmap_wc@write-prefaulted:
- shard-dg1: NOTRUN -> [SKIP][73] ([i915#4083]) +5 other tests skip
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-14/igt@gem_mmap_wc@write-prefaulted.html
* igt@gem_pread@exhaustion:
- shard-dg1: NOTRUN -> [SKIP][74] ([i915#3282]) +8 other tests skip
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@gem_pread@exhaustion.html
- shard-tglu: NOTRUN -> [WARN][75] ([i915#2658])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-8/igt@gem_pread@exhaustion.html
- shard-glk: NOTRUN -> [WARN][76] ([i915#2658])
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk8/igt@gem_pread@exhaustion.html
- shard-mtlp: NOTRUN -> [SKIP][77] ([i915#3282]) +3 other tests skip
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@gem_pread@exhaustion.html
* igt@gem_pread@snoop:
- shard-dg2: NOTRUN -> [SKIP][78] ([i915#3282]) +4 other tests skip
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-2/igt@gem_pread@snoop.html
* igt@gem_pwrite@basic-self:
- shard-rkl: NOTRUN -> [SKIP][79] ([i915#3282]) +11 other tests skip
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@gem_pwrite@basic-self.html
* igt@gem_pxp@create-protected-buffer:
- shard-rkl: NOTRUN -> [TIMEOUT][80] ([i915#12964])
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@gem_pxp@create-protected-buffer.html
* igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted:
- shard-dg1: NOTRUN -> [SKIP][81] ([i915#4270]) +1 other test skip
[81]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@gem_pxp@dmabuf-shared-protected-dst-is-context-refcounted.html
* igt@gem_pxp@fail-invalid-protected-context:
- shard-dg2: NOTRUN -> [SKIP][82] ([i915#4270])
[82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-8/igt@gem_pxp@fail-invalid-protected-context.html
* igt@gem_pxp@hw-rejects-pxp-buffer:
- shard-rkl: NOTRUN -> [TIMEOUT][83] ([i915#12917] / [i915#12964]) +4 other tests timeout
[83]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@gem_pxp@hw-rejects-pxp-buffer.html
* igt@gem_pxp@hw-rejects-pxp-context:
- shard-tglu: NOTRUN -> [SKIP][84] ([i915#13398])
[84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-10/igt@gem_pxp@hw-rejects-pxp-context.html
* igt@gem_pxp@reject-modify-context-protection-off-3:
- shard-snb: NOTRUN -> [SKIP][85] +360 other tests skip
[85]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-snb1/igt@gem_pxp@reject-modify-context-protection-off-3.html
- shard-rkl: NOTRUN -> [SKIP][86] ([i915#4270])
[86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@gem_pxp@reject-modify-context-protection-off-3.html
* igt@gem_render_copy@y-tiled-to-vebox-yf-tiled:
- shard-dg2: NOTRUN -> [SKIP][87] ([i915#5190] / [i915#8428]) +1 other test skip
[87]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-6/igt@gem_render_copy@y-tiled-to-vebox-yf-tiled.html
* igt@gem_render_copy@yf-tiled:
- shard-mtlp: NOTRUN -> [SKIP][88] ([i915#8428]) +4 other tests skip
[88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@gem_render_copy@yf-tiled.html
* igt@gem_render_tiled_blits@basic:
- shard-mtlp: NOTRUN -> [SKIP][89] ([i915#4079])
[89]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-1/igt@gem_render_tiled_blits@basic.html
- shard-dg2: NOTRUN -> [SKIP][90] ([i915#4079])
[90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-6/igt@gem_render_tiled_blits@basic.html
* igt@gem_set_tiling_vs_blt@tiled-to-tiled:
- shard-rkl: NOTRUN -> [SKIP][91] ([i915#8411]) +1 other test skip
[91]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-5/igt@gem_set_tiling_vs_blt@tiled-to-tiled.html
* igt@gem_set_tiling_vs_pwrite:
- shard-dg1: NOTRUN -> [SKIP][92] ([i915#4079]) +1 other test skip
[92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@gem_set_tiling_vs_pwrite.html
* igt@gem_softpin@noreloc-s3:
- shard-glk: NOTRUN -> [INCOMPLETE][93] ([i915#13306])
[93]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk6/igt@gem_softpin@noreloc-s3.html
- shard-dg1: [PASS][94] -> [ABORT][95] ([i915#8213])
[94]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg1-14/igt@gem_softpin@noreloc-s3.html
[95]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@gem_softpin@noreloc-s3.html
* igt@gem_userptr_blits@coherency-unsync:
- shard-dg2: NOTRUN -> [SKIP][96] ([i915#3297])
[96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@gem_userptr_blits@coherency-unsync.html
* igt@gem_userptr_blits@dmabuf-sync:
- shard-rkl: NOTRUN -> [SKIP][97] ([i915#3297] / [i915#3323])
[97]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@readonly-pwrite-unsync:
- shard-tglu-1: NOTRUN -> [SKIP][98] ([i915#3297])
[98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@gem_userptr_blits@readonly-pwrite-unsync.html
* igt@gem_userptr_blits@readonly-unsync:
- shard-mtlp: NOTRUN -> [SKIP][99] ([i915#3297]) +1 other test skip
[99]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-3/igt@gem_userptr_blits@readonly-unsync.html
* igt@gem_userptr_blits@relocations:
- shard-rkl: NOTRUN -> [SKIP][100] ([i915#3281] / [i915#3297])
[100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@gem_userptr_blits@relocations.html
* igt@gem_userptr_blits@unsync-unmap-after-close:
- shard-rkl: NOTRUN -> [SKIP][101] ([i915#3297]) +4 other tests skip
[101]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap-after-close.html
* igt@gem_userptr_blits@unsync-unmap-cycles:
- shard-tglu: NOTRUN -> [SKIP][102] ([i915#3297]) +3 other tests skip
[102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-4/igt@gem_userptr_blits@unsync-unmap-cycles.html
* igt@gen3_render_linear_blits:
- shard-dg2: NOTRUN -> [SKIP][103] +5 other tests skip
[103]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-7/igt@gen3_render_linear_blits.html
* igt@gen9_exec_parse@allowed-all:
- shard-mtlp: NOTRUN -> [SKIP][104] ([i915#2856]) +2 other tests skip
[104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-4/igt@gen9_exec_parse@allowed-all.html
* igt@gen9_exec_parse@basic-rejected-ctx-param:
- shard-tglu: NOTRUN -> [SKIP][105] ([i915#2527] / [i915#2856]) +5 other tests skip
[105]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-2/igt@gen9_exec_parse@basic-rejected-ctx-param.html
* igt@gen9_exec_parse@bb-secure:
- shard-dg1: NOTRUN -> [SKIP][106] ([i915#2527]) +1 other test skip
[106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@gen9_exec_parse@bb-secure.html
* igt@gen9_exec_parse@bb-start-out:
- shard-rkl: NOTRUN -> [SKIP][107] ([i915#2527]) +6 other tests skip
[107]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@gen9_exec_parse@bb-start-out.html
* igt@gen9_exec_parse@unaligned-access:
- shard-tglu-1: NOTRUN -> [SKIP][108] ([i915#2527] / [i915#2856]) +1 other test skip
[108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@gen9_exec_parse@unaligned-access.html
* igt@i915_module_load@load:
- shard-dg2: ([PASS][109], [PASS][110], [PASS][111], [PASS][112], [PASS][113], [PASS][114], [PASS][115], [PASS][116], [PASS][117], [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], [DMESG-WARN][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]) ([i915#13368])
[109]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-11/igt@i915_module_load@load.html
[110]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-5/igt@i915_module_load@load.html
[111]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-11/igt@i915_module_load@load.html
[112]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-5/igt@i915_module_load@load.html
[113]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-4/igt@i915_module_load@load.html
[114]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-6/igt@i915_module_load@load.html
[115]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-10/igt@i915_module_load@load.html
[116]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-6/igt@i915_module_load@load.html
[117]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-6/igt@i915_module_load@load.html
[118]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-10/igt@i915_module_load@load.html
[119]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-7/igt@i915_module_load@load.html
[120]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-10/igt@i915_module_load@load.html
[121]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-2/igt@i915_module_load@load.html
[122]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-7/igt@i915_module_load@load.html
[123]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-1/igt@i915_module_load@load.html
[124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-2/igt@i915_module_load@load.html
[125]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-8/igt@i915_module_load@load.html
[126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-4/igt@i915_module_load@load.html
[127]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-8/igt@i915_module_load@load.html
[128]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-1/igt@i915_module_load@load.html
[129]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-3/igt@i915_module_load@load.html
[130]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-2/igt@i915_module_load@load.html
[131]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-3/igt@i915_module_load@load.html
[132]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-6/igt@i915_module_load@load.html
[133]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-2/igt@i915_module_load@load.html
[134]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-2/igt@i915_module_load@load.html
[135]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@i915_module_load@load.html
[136]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-8/igt@i915_module_load@load.html
[137]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-2/igt@i915_module_load@load.html
[138]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-3/igt@i915_module_load@load.html
[139]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-7/igt@i915_module_load@load.html
[140]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-6/igt@i915_module_load@load.html
[141]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@i915_module_load@load.html
[142]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-3/igt@i915_module_load@load.html
[143]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-7/igt@i915_module_load@load.html
[144]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@i915_module_load@load.html
[145]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-4/igt@i915_module_load@load.html
[146]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-8/igt@i915_module_load@load.html
[147]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-5/igt@i915_module_load@load.html
[148]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@i915_module_load@load.html
[149]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-4/igt@i915_module_load@load.html
[150]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-10/igt@i915_module_load@load.html
[151]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-8/igt@i915_module_load@load.html
[152]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-5/igt@i915_module_load@load.html
[153]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-5/igt@i915_module_load@load.html
* igt@i915_module_load@reload-with-fault-injection:
- shard-tglu-1: NOTRUN -> [ABORT][154] ([i915#12817] / [i915#9820])
[154]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@i915_module_load@reload-with-fault-injection.html
- shard-glk: [PASS][155] -> [ABORT][156] ([i915#13592])
[155]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-glk7/igt@i915_module_load@reload-with-fault-injection.html
[156]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk6/igt@i915_module_load@reload-with-fault-injection.html
* igt@i915_module_load@resize-bar:
- shard-dg1: NOTRUN -> [SKIP][157] ([i915#7178])
[157]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@i915_module_load@resize-bar.html
* igt@i915_pm_freq_api@freq-suspend@gt0:
- shard-dg2: [PASS][158] -> [INCOMPLETE][159] ([i915#12455]) +1 other test incomplete
[158]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-1/igt@i915_pm_freq_api@freq-suspend@gt0.html
[159]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-5/igt@i915_pm_freq_api@freq-suspend@gt0.html
* igt@i915_pm_freq_mult@media-freq@gt0:
- shard-tglu: NOTRUN -> [SKIP][160] ([i915#6590]) +1 other test skip
[160]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-8/igt@i915_pm_freq_mult@media-freq@gt0.html
* igt@i915_pm_rc6_residency@rc6-fence:
- shard-tglu-1: NOTRUN -> [WARN][161] ([i915#2681]) +1 other test warn
[161]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@i915_pm_rc6_residency@rc6-fence.html
* igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0:
- shard-dg1: [PASS][162] -> [FAIL][163] ([i915#12739] / [i915#3591])
[162]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg1-14/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
[163]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html
* igt@i915_pm_rps@min-max-config-idle:
- shard-dg1: NOTRUN -> [SKIP][164] ([i915#11681] / [i915#6621])
[164]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@i915_pm_rps@min-max-config-idle.html
* igt@i915_pm_rps@thresholds-idle-park:
- shard-dg1: NOTRUN -> [SKIP][165] ([i915#11681]) +1 other test skip
[165]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@i915_pm_rps@thresholds-idle-park.html
- shard-mtlp: NOTRUN -> [SKIP][166] ([i915#11681])
[166]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-7/igt@i915_pm_rps@thresholds-idle-park.html
* igt@i915_pm_rps@thresholds-park:
- shard-dg2: NOTRUN -> [SKIP][167] ([i915#11681]) +1 other test skip
[167]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-5/igt@i915_pm_rps@thresholds-park.html
* igt@i915_pm_sseu@full-enable:
- shard-tglu-1: NOTRUN -> [SKIP][168] ([i915#4387])
[168]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@i915_pm_sseu@full-enable.html
* igt@i915_query@hwconfig_table:
- shard-rkl: NOTRUN -> [SKIP][169] ([i915#6245])
[169]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@i915_query@hwconfig_table.html
* igt@i915_query@test-query-geometry-subslices:
- shard-rkl: NOTRUN -> [SKIP][170] ([i915#5723])
[170]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-5/igt@i915_query@test-query-geometry-subslices.html
* igt@i915_selftest@mock:
- shard-glk: NOTRUN -> [DMESG-WARN][171] ([i915#9311]) +1 other test dmesg-warn
[171]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk1/igt@i915_selftest@mock.html
* igt@i915_suspend@basic-s3-without-i915:
- shard-rkl: [PASS][172] -> [INCOMPLETE][173] ([i915#4817])
[172]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-rkl-6/igt@i915_suspend@basic-s3-without-i915.html
[173]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@i915_suspend@basic-s3-without-i915.html
* igt@i915_suspend@forcewake:
- shard-glk: NOTRUN -> [INCOMPLETE][174] ([i915#4817]) +1 other test incomplete
[174]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk3/igt@i915_suspend@forcewake.html
* igt@intel_hwmon@hwmon-read:
- shard-rkl: NOTRUN -> [SKIP][175] ([i915#7707])
[175]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@intel_hwmon@hwmon-read.html
* igt@intel_hwmon@hwmon-write:
- shard-tglu: NOTRUN -> [SKIP][176] ([i915#7707])
[176]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-2/igt@intel_hwmon@hwmon-write.html
* igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling:
- shard-mtlp: NOTRUN -> [SKIP][177] ([i915#4212])
[177]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-1/igt@kms_addfb_basic@addfb25-framebuffer-vs-set-tiling.html
* igt@kms_addfb_basic@tile-pitch-mismatch:
- shard-dg1: NOTRUN -> [SKIP][178] ([i915#4212]) +3 other tests skip
[178]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@kms_addfb_basic@tile-pitch-mismatch.html
* igt@kms_async_flips@async-flip-suspend-resume:
- shard-rkl: NOTRUN -> [DMESG-FAIL][179] ([i915#12964]) +3 other tests dmesg-fail
[179]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-4/igt@kms_async_flips@async-flip-suspend-resume.html
* igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-4-rc-ccs-cc:
- shard-dg2: NOTRUN -> [SKIP][180] ([i915#8709]) +15 other tests skip
[180]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-8/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-c-hdmi-a-1-4-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc:
- shard-tglu: NOTRUN -> [SKIP][181] ([i915#8709]) +3 other tests skip
[181]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-9/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-hdmi-a-1-y-rc-ccs-cc.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc:
- shard-rkl: NOTRUN -> [SKIP][182] ([i915#8709]) +1 other test skip
[182]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-2-y-rc-ccs-cc.html
* igt@kms_async_flips@crc:
- shard-rkl: [PASS][183] -> [DMESG-WARN][184] ([i915#12964]) +20 other tests dmesg-warn
[183]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-rkl-7/igt@kms_async_flips@crc.html
[184]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@kms_async_flips@crc.html
* igt@kms_async_flips@invalid-async-flip:
- shard-mtlp: NOTRUN -> [SKIP][185] ([i915#12967] / [i915#6228])
[185]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-4/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_async_flips@invalid-async-flip-atomic:
- shard-dg2: NOTRUN -> [SKIP][186] ([i915#12967])
[186]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-3/igt@kms_async_flips@invalid-async-flip-atomic.html
* igt@kms_atomic@plane-primary-overlay-mutable-zpos:
- shard-rkl: NOTRUN -> [SKIP][187] ([i915#9531])
[187]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-4/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
- shard-tglu: NOTRUN -> [SKIP][188] ([i915#9531])
[188]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing:
- shard-mtlp: NOTRUN -> [SKIP][189] ([i915#1769] / [i915#3555])
[189]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels:
- shard-dg1: NOTRUN -> [SKIP][190] ([i915#1769] / [i915#3555])
[190]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html
* igt@kms_big_fb@4-tiled-16bpp-rotate-0:
- shard-tglu-1: NOTRUN -> [SKIP][191] ([i915#5286]) +1 other test skip
[191]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_big_fb@4-tiled-16bpp-rotate-0.html
* igt@kms_big_fb@4-tiled-8bpp-rotate-90:
- shard-rkl: NOTRUN -> [SKIP][192] ([i915#5286]) +9 other tests skip
[192]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip:
- shard-dg1: NOTRUN -> [SKIP][193] ([i915#4538] / [i915#5286]) +8 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-async-flip.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180:
- shard-tglu: NOTRUN -> [SKIP][194] ([i915#5286]) +7 other tests skip
[194]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-mtlp: NOTRUN -> [FAIL][195] ([i915#5138])
[195]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_big_fb@linear-64bpp-rotate-270:
- shard-mtlp: NOTRUN -> [SKIP][196] +15 other tests skip
[196]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-1/igt@kms_big_fb@linear-64bpp-rotate-270.html
* igt@kms_big_fb@linear-64bpp-rotate-90:
- shard-dg1: NOTRUN -> [SKIP][197] ([i915#3638]) +2 other tests skip
[197]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@kms_big_fb@linear-64bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-64bpp-rotate-270:
- shard-rkl: NOTRUN -> [SKIP][198] ([i915#3638]) +1 other test skip
[198]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@kms_big_fb@x-tiled-64bpp-rotate-270.html
* igt@kms_big_fb@y-tiled-64bpp-rotate-0:
- shard-dg2: NOTRUN -> [SKIP][199] ([i915#4538] / [i915#5190]) +6 other tests skip
[199]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-7/igt@kms_big_fb@y-tiled-64bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-16bpp-rotate-270:
- shard-dg1: NOTRUN -> [SKIP][200] ([i915#4538]) +6 other tests skip
[200]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html
* igt@kms_big_fb@yf-tiled-addfb-size-overflow:
- shard-dg2: NOTRUN -> [SKIP][201] ([i915#5190]) +1 other test skip
[201]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
- shard-mtlp: NOTRUN -> [SKIP][202] ([i915#6187]) +1 other test skip
[202]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-7/igt@kms_big_fb@yf-tiled-addfb-size-overflow.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-tglu: NOTRUN -> [SKIP][203] ([i915#12313])
[203]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-10/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
- shard-mtlp: NOTRUN -> [SKIP][204] ([i915#12313])
[204]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-5/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [SKIP][205] ([i915#6095]) +59 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-8/igt@kms_ccs@bad-rotation-90-yf-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][206] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip
[206]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-rc-ccs@pipe-d-hdmi-a-1.html
* igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs:
- shard-tglu-1: NOTRUN -> [SKIP][207] ([i915#12313])
[207]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_ccs@crc-primary-basic-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs:
- shard-rkl: NOTRUN -> [SKIP][208] ([i915#12313]) +1 other test skip
[208]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_ccs@crc-primary-basic-4-tiled-lnl-ccs.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-a-dp-3:
- shard-dg2: NOTRUN -> [SKIP][209] ([i915#10307] / [i915#6095]) +151 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-a-dp-3.html
* igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3:
- shard-dg1: NOTRUN -> [SKIP][210] ([i915#6095]) +146 other tests skip
[210]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@kms_ccs@crc-primary-rotation-180-yf-tiled-ccs@pipe-d-hdmi-a-3.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs:
- shard-rkl: NOTRUN -> [SKIP][211] ([i915#12805])
[211]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html
* igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2:
- shard-rkl: NOTRUN -> [SKIP][212] ([i915#6095]) +98 other tests skip
[212]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-5/igt@kms_ccs@crc-primary-suspend-4-tiled-dg2-mc-ccs@pipe-b-hdmi-a-2.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1:
- shard-glk: [PASS][213] -> [INCOMPLETE][214] ([i915#12796])
[213]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-glk7/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html
[214]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk6/igt@kms_ccs@crc-primary-suspend-y-tiled-ccs@pipe-a-hdmi-a-1.html
* igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1:
- shard-dg2: NOTRUN -> [SKIP][215] ([i915#6095]) +11 other tests skip
[215]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-8/igt@kms_ccs@crc-primary-suspend-y-tiled-gen12-rc-ccs-cc@pipe-d-hdmi-a-1.html
* igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][216] ([i915#6095]) +44 other tests skip
[216]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-8/igt@kms_ccs@missing-ccs-buffer-yf-tiled-ccs@pipe-a-edp-1.html
* igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs:
- shard-dg1: NOTRUN -> [SKIP][217] ([i915#12313]) +1 other test skip
[217]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html
* igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc:
- shard-tglu-1: NOTRUN -> [SKIP][218] ([i915#6095]) +24 other tests skip
[218]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_ccs@random-ccs-data-4-tiled-dg2-rc-ccs-cc.html
* igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3:
- shard-dg2: NOTRUN -> [SKIP][219] ([i915#7213]) +3 other tests skip
[219]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@kms_cdclk@mode-transition@pipe-d-hdmi-a-3.html
* igt@kms_chamelium_audio@dp-audio-edid:
- shard-dg2: NOTRUN -> [SKIP][220] ([i915#11151] / [i915#7828]) +6 other tests skip
[220]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-4/igt@kms_chamelium_audio@dp-audio-edid.html
* igt@kms_chamelium_edid@hdmi-edid-change-during-suspend:
- shard-dg1: NOTRUN -> [SKIP][221] ([i915#11151] / [i915#7828]) +5 other tests skip
[221]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@kms_chamelium_edid@hdmi-edid-change-during-suspend.html
* igt@kms_chamelium_hpd@common-hpd-after-suspend:
- shard-mtlp: NOTRUN -> [SKIP][222] ([i915#11151] / [i915#7828]) +3 other tests skip
[222]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-2/igt@kms_chamelium_hpd@common-hpd-after-suspend.html
* igt@kms_chamelium_hpd@dp-hpd:
- shard-rkl: NOTRUN -> [SKIP][223] ([i915#11151] / [i915#7828]) +10 other tests skip
[223]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd.html
* igt@kms_chamelium_hpd@dp-hpd-storm-disable:
- shard-tglu-1: NOTRUN -> [SKIP][224] ([i915#11151] / [i915#7828]) +2 other tests skip
[224]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_chamelium_hpd@dp-hpd-storm-disable.html
* igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe:
- shard-tglu: NOTRUN -> [SKIP][225] ([i915#11151] / [i915#7828]) +7 other tests skip
[225]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-4/igt@kms_chamelium_hpd@hdmi-hpd-for-each-pipe.html
* igt@kms_content_protection@atomic-dpms:
- shard-rkl: NOTRUN -> [SKIP][226] ([i915#7118] / [i915#9424]) +1 other test skip
[226]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_content_protection@atomic-dpms.html
* igt@kms_content_protection@content-type-change:
- shard-tglu-1: NOTRUN -> [SKIP][227] ([i915#6944] / [i915#9424])
[227]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_content_protection@content-type-change.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-mtlp: NOTRUN -> [SKIP][228] ([i915#3299])
[228]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-1/igt@kms_content_protection@dp-mst-type-1.html
- shard-dg2: NOTRUN -> [SKIP][229] ([i915#3299]) +1 other test skip
[229]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-6/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_content_protection@legacy@pipe-a-dp-3:
- shard-dg2: NOTRUN -> [TIMEOUT][230] ([i915#7173])
[230]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@kms_content_protection@legacy@pipe-a-dp-3.html
* igt@kms_content_protection@lic-type-0:
- shard-dg1: NOTRUN -> [SKIP][231] ([i915#9424]) +1 other test skip
[231]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@kms_content_protection@lic-type-0.html
* igt@kms_content_protection@lic-type-1:
- shard-mtlp: NOTRUN -> [SKIP][232] ([i915#6944] / [i915#9424])
[232]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@kms_content_protection@lic-type-1.html
- shard-rkl: NOTRUN -> [SKIP][233] ([i915#9424])
[233]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@kms_content_protection@lic-type-1.html
* igt@kms_content_protection@srm:
- shard-rkl: NOTRUN -> [SKIP][234] ([i915#7118])
[234]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@kms_content_protection@srm.html
- shard-mtlp: NOTRUN -> [SKIP][235] ([i915#6944])
[235]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-8/igt@kms_content_protection@srm.html
* igt@kms_cursor_crc@cursor-offscreen-256x85:
- shard-rkl: NOTRUN -> [DMESG-WARN][236] ([i915#12964]) +15 other tests dmesg-warn
[236]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_cursor_crc@cursor-offscreen-256x85.html
* igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1:
- shard-tglu: NOTRUN -> [FAIL][237] ([i915#13566]) +1 other test fail
[237]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-2:
- shard-rkl: NOTRUN -> [FAIL][238] ([i915#13566])
[238]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_cursor_crc@cursor-onscreen-128x42@pipe-a-hdmi-a-2.html
* igt@kms_cursor_crc@cursor-onscreen-512x170:
- shard-dg2: NOTRUN -> [SKIP][239] ([i915#13049])
[239]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-4/igt@kms_cursor_crc@cursor-onscreen-512x170.html
- shard-tglu-1: NOTRUN -> [SKIP][240] ([i915#13049])
[240]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_cursor_crc@cursor-onscreen-512x170.html
* igt@kms_cursor_crc@cursor-onscreen-512x512:
- shard-rkl: NOTRUN -> [SKIP][241] ([i915#13049]) +2 other tests skip
[241]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@kms_cursor_crc@cursor-onscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1:
- shard-tglu-1: NOTRUN -> [FAIL][242] ([i915#13566]) +1 other test fail
[242]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_cursor_crc@cursor-random-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_crc@cursor-random-32x10:
- shard-tglu: NOTRUN -> [SKIP][243] ([i915#3555]) +2 other tests skip
[243]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-3/igt@kms_cursor_crc@cursor-random-32x10.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg1: NOTRUN -> [SKIP][244] ([i915#13049]) +1 other test skip
[244]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@kms_cursor_crc@cursor-random-512x170.html
- shard-mtlp: NOTRUN -> [SKIP][245] ([i915#13049])
[245]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-4/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_crc@cursor-random-512x512:
- shard-tglu: NOTRUN -> [SKIP][246] ([i915#13049])
[246]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-2/igt@kms_cursor_crc@cursor-random-512x512.html
* igt@kms_cursor_crc@cursor-rapid-movement-256x85:
- shard-mtlp: NOTRUN -> [SKIP][247] ([i915#8814]) +1 other test skip
[247]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-5/igt@kms_cursor_crc@cursor-rapid-movement-256x85.html
* igt@kms_cursor_crc@cursor-rapid-movement-32x10:
- shard-mtlp: NOTRUN -> [SKIP][248] ([i915#3555] / [i915#8814]) +1 other test skip
[248]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@kms_cursor_crc@cursor-rapid-movement-32x10.html
* igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1:
- shard-rkl: [PASS][249] -> [FAIL][250] ([i915#13566]) +1 other test fail
[249]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-rkl-2/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
[250]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-4/igt@kms_cursor_crc@cursor-sliding-128x42@pipe-a-hdmi-a-1.html
* igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy:
- shard-mtlp: NOTRUN -> [SKIP][251] ([i915#9809]) +4 other tests skip
[251]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-1/igt@kms_cursor_legacy@2x-flip-vs-cursor-legacy.html
* igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size:
- shard-rkl: NOTRUN -> [SKIP][252] ([i915#4103]) +1 other test skip
[252]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html
* igt@kms_cursor_legacy@cursora-vs-flipb-toggle:
- shard-dg2: NOTRUN -> [SKIP][253] ([i915#13046] / [i915#5354]) +3 other tests skip
[253]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-7/igt@kms_cursor_legacy@cursora-vs-flipb-toggle.html
* igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size:
- shard-tglu: NOTRUN -> [SKIP][254] +103 other tests skip
[254]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-5/igt@kms_cursor_legacy@cursorb-vs-flipa-varying-size.html
* igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot:
- shard-rkl: NOTRUN -> [SKIP][255] ([i915#9067])
[255]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@kms_cursor_legacy@modeset-atomic-cursor-hotspot.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions:
- shard-tglu: NOTRUN -> [SKIP][256] ([i915#4103]) +1 other test skip
[256]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-10/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
- shard-dg1: NOTRUN -> [SKIP][257] ([i915#4103] / [i915#4213])
[257]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-mtlp: NOTRUN -> [SKIP][258] ([i915#4213]) +2 other tests skip
[258]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
- shard-dg2: NOTRUN -> [SKIP][259] ([i915#4103] / [i915#4213]) +1 other test skip
[259]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_dirtyfb@drrs-dirtyfb-ioctl:
- shard-dg2: NOTRUN -> [SKIP][260] ([i915#9833])
[260]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-3/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
- shard-mtlp: NOTRUN -> [SKIP][261] ([i915#9833])
[261]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-5/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html
* igt@kms_dirtyfb@psr-dirtyfb-ioctl:
- shard-rkl: NOTRUN -> [SKIP][262] ([i915#9723]) +1 other test skip
[262]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
- shard-tglu: NOTRUN -> [SKIP][263] ([i915#9723]) +1 other test skip
[263]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-7/igt@kms_dirtyfb@psr-dirtyfb-ioctl.html
* igt@kms_dither@fb-8bpc-vs-panel-6bpc:
- shard-dg2: [PASS][264] -> [SKIP][265] ([i915#3555])
[264]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-10/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
[265]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@kms_dither@fb-8bpc-vs-panel-6bpc.html
* igt@kms_dp_aux_dev:
- shard-dg2: NOTRUN -> [SKIP][266] ([i915#1257])
[266]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-8/igt@kms_dp_aux_dev.html
* igt@kms_dp_linktrain_fallback@dp-fallback:
- shard-dg2: [PASS][267] -> [SKIP][268] ([i915#12402])
[267]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-11/igt@kms_dp_linktrain_fallback@dp-fallback.html
[268]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-7/igt@kms_dp_linktrain_fallback@dp-fallback.html
- shard-rkl: NOTRUN -> [SKIP][269] ([i915#12402])
[269]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@kms_dp_linktrain_fallback@dp-fallback.html
- shard-tglu: NOTRUN -> [SKIP][270] ([i915#12402])
[270]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_dp_linktrain_fallback@dp-fallback.html
* igt@kms_dsc@dsc-fractional-bpp:
- shard-dg1: NOTRUN -> [SKIP][271] ([i915#3840]) +1 other test skip
[271]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@kms_dsc@dsc-fractional-bpp.html
* igt@kms_dsc@dsc-fractional-bpp-with-bpc:
- shard-rkl: NOTRUN -> [SKIP][272] ([i915#3840])
[272]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
- shard-mtlp: NOTRUN -> [SKIP][273] ([i915#3840])
[273]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@kms_dsc@dsc-fractional-bpp-with-bpc.html
* igt@kms_dsc@dsc-with-bpc-formats:
- shard-rkl: NOTRUN -> [SKIP][274] ([i915#3555] / [i915#3840])
[274]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_dsc@dsc-with-bpc-formats.html
* igt@kms_dsc@dsc-with-output-formats:
- shard-tglu-1: NOTRUN -> [SKIP][275] ([i915#3555] / [i915#3840])
[275]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_dsc@dsc-with-output-formats.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg1: NOTRUN -> [SKIP][276] ([i915#3840] / [i915#9053])
[276]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_fbcon_fbt@psr:
- shard-tglu: NOTRUN -> [SKIP][277] ([i915#3469])
[277]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-2/igt@kms_fbcon_fbt@psr.html
* igt@kms_fbcon_fbt@psr-suspend:
- shard-rkl: NOTRUN -> [SKIP][278] ([i915#3955])
[278]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@kms_fbcon_fbt@psr-suspend.html
* igt@kms_feature_discovery@chamelium:
- shard-dg1: NOTRUN -> [SKIP][279] ([i915#4854])
[279]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2: NOTRUN -> [SKIP][280] ([i915#1839])
[280]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-4/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@dp-mst:
- shard-dg1: NOTRUN -> [SKIP][281] ([i915#9337])
[281]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@kms_feature_discovery@dp-mst.html
* igt@kms_feature_discovery@psr1:
- shard-tglu: NOTRUN -> [SKIP][282] ([i915#658])
[282]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-4/igt@kms_feature_discovery@psr1.html
* igt@kms_flip@2x-absolute-wf_vblank:
- shard-dg1: NOTRUN -> [SKIP][283] ([i915#9934]) +7 other tests skip
[283]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@kms_flip@2x-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-absolute-wf_vblank:
- shard-tglu: NOTRUN -> [SKIP][284] ([i915#3637]) +7 other tests skip
[284]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-7/igt@kms_flip@2x-flip-vs-absolute-wf_vblank.html
* igt@kms_flip@2x-flip-vs-panning-vs-hang:
- shard-dg2: NOTRUN -> [SKIP][285] ([i915#9934]) +2 other tests skip
[285]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-7/igt@kms_flip@2x-flip-vs-panning-vs-hang.html
* igt@kms_flip@2x-modeset-vs-vblank-race-interruptible:
- shard-mtlp: NOTRUN -> [SKIP][286] ([i915#3637]) +3 other tests skip
[286]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-1/igt@kms_flip@2x-modeset-vs-vblank-race-interruptible.html
* igt@kms_flip@2x-plain-flip:
- shard-rkl: NOTRUN -> [SKIP][287] ([i915#9934]) +10 other tests skip
[287]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_flip@2x-plain-flip.html
* igt@kms_flip@2x-wf_vblank-ts-check-interruptible:
- shard-tglu-1: NOTRUN -> [SKIP][288] ([i915#3637]) +5 other tests skip
[288]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_flip@2x-wf_vblank-ts-check-interruptible.html
* igt@kms_flip@blocking-wf_vblank@a-hdmi-a1:
- shard-tglu: [PASS][289] -> [FAIL][290] ([i915#11989]) +1 other test fail
[289]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-tglu-5/igt@kms_flip@blocking-wf_vblank@a-hdmi-a1.html
[290]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-4/igt@kms_flip@blocking-wf_vblank@a-hdmi-a1.html
* igt@kms_flip@blocking-wf_vblank@b-hdmi-a1:
- shard-rkl: [PASS][291] -> [FAIL][292] ([i915#11989]) +2 other tests fail
[291]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-rkl-4/igt@kms_flip@blocking-wf_vblank@b-hdmi-a1.html
[292]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@kms_flip@blocking-wf_vblank@b-hdmi-a1.html
* igt@kms_flip@flip-vs-absolute-wf_vblank:
- shard-mtlp: [PASS][293] -> [FAIL][294] ([i915#11989]) +4 other tests fail
[293]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-mtlp-6/igt@kms_flip@flip-vs-absolute-wf_vblank.html
[294]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@kms_flip@flip-vs-absolute-wf_vblank.html
* igt@kms_flip@flip-vs-fences:
- shard-mtlp: NOTRUN -> [SKIP][295] ([i915#8381])
[295]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-7/igt@kms_flip@flip-vs-fences.html
- shard-dg2: NOTRUN -> [SKIP][296] ([i915#8381])
[296]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@kms_flip@flip-vs-fences.html
- shard-dg1: NOTRUN -> [SKIP][297] ([i915#8381])
[297]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@kms_flip@flip-vs-fences.html
* igt@kms_flip@flip-vs-suspend-interruptible:
- shard-rkl: [PASS][298] -> [DMESG-FAIL][299] ([i915#12964])
[298]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-rkl-3/igt@kms_flip@flip-vs-suspend-interruptible.html
[299]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@kms_flip@flip-vs-suspend-interruptible.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-rkl: NOTRUN -> [SKIP][300] ([i915#2672] / [i915#3555]) +5 other tests skip
[300]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling:
- shard-dg1: NOTRUN -> [SKIP][301] ([i915#2672] / [i915#3555])
[301]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode:
- shard-rkl: NOTRUN -> [SKIP][302] ([i915#2672]) +5 other tests skip
[302]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html
- shard-dg1: NOTRUN -> [SKIP][303] ([i915#2587] / [i915#2672])
[303]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-14/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-64bpp-4tile-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][304] ([i915#3555] / [i915#8810]) +1 other test skip
[304]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-8/igt@kms_flip_scaled_crc@flip-32bpp-linear-to-64bpp-linear-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling:
- shard-tglu: NOTRUN -> [SKIP][305] ([i915#2672] / [i915#3555]) +2 other tests skip
[305]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-8/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-32bpp-yftileccs-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][306] ([i915#2672] / [i915#3555] / [i915#8813]) +1 other test skip
[306]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][307] ([i915#2672] / [i915#8813]) +1 other test skip
[307]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-2/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode:
- shard-tglu: NOTRUN -> [SKIP][308] ([i915#2587] / [i915#2672]) +2 other tests skip
[308]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-4/igt@kms_flip_scaled_crc@flip-32bpp-yftile-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode:
- shard-dg2: NOTRUN -> [SKIP][309] ([i915#2672]) +1 other test skip
[309]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][310] ([i915#2587] / [i915#2672] / [i915#3555])
[310]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytileccs-to-64bpp-ytile-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling:
- shard-mtlp: NOTRUN -> [SKIP][311] ([i915#3555] / [i915#8810] / [i915#8813]) +2 other tests skip
[311]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode:
- shard-mtlp: NOTRUN -> [SKIP][312] ([i915#8810])
[312]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-16bpp-4tile-downscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling:
- shard-tglu-1: NOTRUN -> [SKIP][313] ([i915#2672] / [i915#3555])
[313]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling.html
* igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode:
- shard-tglu-1: NOTRUN -> [SKIP][314] ([i915#2587] / [i915#2672]) +1 other test skip
[314]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling:
- shard-dg2: NOTRUN -> [SKIP][315] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip
[315]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-6/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite:
- shard-dg2: [PASS][316] -> [FAIL][317] ([i915#6880])
[316]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite.html
[317]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-shrfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt:
- shard-tglu-1: NOTRUN -> [SKIP][318] +39 other tests skip
[318]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-indfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt:
- shard-dg2: NOTRUN -> [SKIP][319] ([i915#8708]) +7 other tests skip
[319]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-2/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-pri-shrfb-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc:
- shard-dg1: NOTRUN -> [SKIP][320] ([i915#8708]) +19 other tests skip
[320]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-spr-indfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt:
- shard-mtlp: NOTRUN -> [SKIP][321] ([i915#8708]) +5 other tests skip
[321]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-4/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbc-stridechange:
- shard-dg2: NOTRUN -> [FAIL][322] ([i915#6880]) +1 other test fail
[322]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@kms_frontbuffer_tracking@fbc-stridechange.html
* igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render:
- shard-dg1: NOTRUN -> [SKIP][323] ([i915#3458]) +19 other tests skip
[323]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-shrfb-draw-render.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][324] +38 other tests skip
[324]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@kms_frontbuffer_tracking@fbcpsr-2p-indfb-fliptrack-mmap-gtt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-move:
- shard-dg2: NOTRUN -> [SKIP][325] ([i915#5354]) +22 other tests skip
[325]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-spr-indfb-move.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt:
- shard-rkl: NOTRUN -> [SKIP][326] ([i915#1825]) +62 other tests skip
[326]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-5/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-blt.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite:
- shard-dg1: NOTRUN -> [SKIP][327] +48 other tests skip
[327]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-spr-indfb-draw-pwrite.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-4:
- shard-rkl: NOTRUN -> [SKIP][328] ([i915#5439])
[328]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
- shard-dg1: NOTRUN -> [SKIP][329] ([i915#5439])
[329]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
- shard-tglu: NOTRUN -> [SKIP][330] ([i915#5439])
[330]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_frontbuffer_tracking@fbcpsr-tiling-4.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-y:
- shard-dg2: NOTRUN -> [SKIP][331] ([i915#10055])
[331]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
- shard-mtlp: NOTRUN -> [SKIP][332] ([i915#10055])
[332]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-3/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move:
- shard-dg2: NOTRUN -> [SKIP][333] ([i915#3458]) +14 other tests skip
[333]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-3/igt@kms_frontbuffer_tracking@psr-1p-primscrn-cur-indfb-move.html
* igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt:
- shard-mtlp: NOTRUN -> [SKIP][334] ([i915#1825]) +35 other tests skip
[334]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-1/igt@kms_frontbuffer_tracking@psr-2p-primscrn-shrfb-msflip-blt.html
* igt@kms_frontbuffer_tracking@psr-modesetfrombusy:
- shard-rkl: NOTRUN -> [SKIP][335] ([i915#3023]) +41 other tests skip
[335]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-modesetfrombusy.html
* igt@kms_getfb@getfb-reject-ccs:
- shard-dg2: NOTRUN -> [SKIP][336] ([i915#6118])
[336]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-7/igt@kms_getfb@getfb-reject-ccs.html
* igt@kms_hdr@bpc-switch:
- shard-tglu-1: NOTRUN -> [SKIP][337] ([i915#3555] / [i915#8228])
[337]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_hdr@bpc-switch.html
- shard-dg2: [PASS][338] -> [SKIP][339] ([i915#3555] / [i915#8228])
[338]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-dg2-11/igt@kms_hdr@bpc-switch.html
[339]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-4/igt@kms_hdr@bpc-switch.html
* igt@kms_hdr@bpc-switch-suspend:
- shard-rkl: NOTRUN -> [SKIP][340] ([i915#3555] / [i915#8228]) +1 other test skip
[340]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_hdr@bpc-switch-suspend.html
* igt@kms_hdr@invalid-hdr:
- shard-dg2: NOTRUN -> [SKIP][341] ([i915#3555] / [i915#8228]) +1 other test skip
[341]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-8/igt@kms_hdr@invalid-hdr.html
* igt@kms_hdr@static-swap:
- shard-dg1: NOTRUN -> [SKIP][342] ([i915#3555] / [i915#8228])
[342]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@kms_hdr@static-swap.html
- shard-tglu: NOTRUN -> [SKIP][343] ([i915#3555] / [i915#8228])
[343]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-4/igt@kms_hdr@static-swap.html
- shard-mtlp: NOTRUN -> [SKIP][344] ([i915#3555] / [i915#8228])
[344]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-5/igt@kms_hdr@static-swap.html
* igt@kms_joiner@basic-force-ultra-joiner:
- shard-dg1: NOTRUN -> [SKIP][345] ([i915#12394])
[345]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@kms_joiner@basic-force-ultra-joiner.html
- shard-tglu: NOTRUN -> [SKIP][346] ([i915#12394])
[346]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_joiner@basic-force-ultra-joiner.html
* igt@kms_joiner@invalid-modeset-force-big-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][347] ([i915#12388])
[347]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html
* igt@kms_joiner@invalid-modeset-ultra-joiner:
- shard-tglu-1: NOTRUN -> [SKIP][348] ([i915#12339])
[348]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_joiner@invalid-modeset-ultra-joiner.html
- shard-dg1: NOTRUN -> [SKIP][349] ([i915#12339])
[349]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-14/igt@kms_joiner@invalid-modeset-ultra-joiner.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-rkl: NOTRUN -> [SKIP][350] ([i915#4816])
[350]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-4/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
- shard-tglu: NOTRUN -> [SKIP][351] ([i915#1839])
[351]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-5/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_plane@plane-panning-bottom-right-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][352] ([i915#13026]) +1 other test incomplete
[352]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk7/igt@kms_plane@plane-panning-bottom-right-suspend.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb:
- shard-glk: NOTRUN -> [FAIL][353] ([i915#10647] / [i915#12169])
[353]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk1/igt@kms_plane_alpha_blend@alpha-opaque-fb.html
* igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1:
- shard-glk: NOTRUN -> [FAIL][354] ([i915#10647]) +3 other tests fail
[354]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk1/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html
* igt@kms_plane_alpha_blend@alpha-transparent-fb:
- shard-glk: NOTRUN -> [FAIL][355] ([i915#10647] / [i915#12177])
[355]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk3/igt@kms_plane_alpha_blend@alpha-transparent-fb.html
* igt@kms_plane_multiple@tiling-yf:
- shard-rkl: NOTRUN -> [SKIP][356] ([i915#3555]) +9 other tests skip
[356]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation:
- shard-tglu-1: NOTRUN -> [SKIP][357] ([i915#12247]) +4 other tests skip
[357]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html
* igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c:
- shard-mtlp: NOTRUN -> [SKIP][358] ([i915#12247]) +8 other tests skip
[358]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-5/igt@kms_plane_scaling@plane-downscale-factor-0-5-with-rotation@pipe-c.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-pixel-format:
- shard-rkl: NOTRUN -> [DMESG-WARN][359] ([i915#12964] / [i915#1982])
[359]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_plane_scaling@plane-upscale-20x20-with-pixel-format.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a:
- shard-rkl: NOTRUN -> [SKIP][360] ([i915#12247]) +10 other tests skip
[360]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html
* igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-c:
- shard-tglu: NOTRUN -> [SKIP][361] ([i915#12247]) +18 other tests skip
[361]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25:
- shard-dg1: NOTRUN -> [SKIP][362] ([i915#12247] / [i915#6953])
[362]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25.html
* igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c:
- shard-dg1: NOTRUN -> [SKIP][363] ([i915#12247]) +37 other tests skip
[363]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@kms_plane_scaling@planes-downscale-factor-0-25-upscale-factor-0-25@pipe-c.html
* igt@kms_plane_scaling@planes-downscale-factor-0-5:
- shard-mtlp: NOTRUN -> [SKIP][364] ([i915#12247] / [i915#6953])
[364]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-1/igt@kms_plane_scaling@planes-downscale-factor-0-5.html
* igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25:
- shard-rkl: NOTRUN -> [SKIP][365] ([i915#12247] / [i915#3555])
[365]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-4/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html
* igt@kms_pm_backlight@fade-with-suspend:
- shard-tglu: NOTRUN -> [SKIP][366] ([i915#9812])
[366]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-9/igt@kms_pm_backlight@fade-with-suspend.html
- shard-rkl: NOTRUN -> [SKIP][367] ([i915#5354])
[367]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_pm_backlight@fade-with-suspend.html
* igt@kms_pm_dc@dc5-retention-flops:
- shard-tglu-1: NOTRUN -> [SKIP][368] ([i915#3828])
[368]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_pm_dc@dc5-retention-flops.html
* igt@kms_pm_dc@dc6-dpms:
- shard-mtlp: NOTRUN -> [FAIL][369] ([i915#12913])
[369]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-4/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc9-dpms:
- shard-rkl: NOTRUN -> [SKIP][370] ([i915#4281])
[370]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-5/igt@kms_pm_dc@dc9-dpms.html
- shard-tglu: NOTRUN -> [SKIP][371] ([i915#4281])
[371]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-3/igt@kms_pm_dc@dc9-dpms.html
* igt@kms_pm_lpsp@screens-disabled:
- shard-tglu: NOTRUN -> [SKIP][372] ([i915#8430])
[372]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-8/igt@kms_pm_lpsp@screens-disabled.html
* igt@kms_pm_rpm@dpms-non-lpsp:
- shard-mtlp: NOTRUN -> [SKIP][373] ([i915#9519])
[373]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-4/igt@kms_pm_rpm@dpms-non-lpsp.html
* igt@kms_pm_rpm@modeset-lpsp-stress-no-wait:
- shard-dg2: NOTRUN -> [SKIP][374] ([i915#9519])
[374]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-2/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
- shard-dg1: NOTRUN -> [SKIP][375] ([i915#9519])
[375]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress-no-wait.html
* igt@kms_pm_rpm@modeset-non-lpsp:
- shard-rkl: NOTRUN -> [SKIP][376] ([i915#9519]) +1 other test skip
[376]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp.html
* igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait:
- shard-rkl: [PASS][377] -> [SKIP][378] ([i915#9519]) +1 other test skip
[377]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-rkl-1/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
[378]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html
* igt@kms_prime@basic-modeset-hybrid:
- shard-rkl: NOTRUN -> [SKIP][379] ([i915#6524])
[379]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_prime@basic-modeset-hybrid.html
- shard-dg1: NOTRUN -> [SKIP][380] ([i915#6524])
[380]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@kms_prime@basic-modeset-hybrid.html
- shard-tglu: NOTRUN -> [SKIP][381] ([i915#6524])
[381]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_prime@basic-modeset-hybrid.html
- shard-mtlp: NOTRUN -> [SKIP][382] ([i915#6524])
[382]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-2/igt@kms_prime@basic-modeset-hybrid.html
- shard-dg2: NOTRUN -> [SKIP][383] ([i915#6524] / [i915#6805])
[383]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-2/igt@kms_prime@basic-modeset-hybrid.html
* igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf:
- shard-tglu-1: NOTRUN -> [SKIP][384] ([i915#11520]) +2 other tests skip
[384]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
- shard-dg1: NOTRUN -> [SKIP][385] ([i915#11520]) +7 other tests skip
[385]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@kms_psr2_sf@fbc-psr2-cursor-plane-move-continuous-sf.html
* igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area:
- shard-snb: NOTRUN -> [SKIP][386] ([i915#11520]) +11 other tests skip
[386]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-snb7/igt@kms_psr2_sf@fbc-psr2-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area:
- shard-tglu: NOTRUN -> [SKIP][387] ([i915#11520]) +8 other tests skip
[387]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-7/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][388] ([i915#9808])
[388]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-a-edp-1.html
* igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1:
- shard-mtlp: NOTRUN -> [SKIP][389] ([i915#12316]) +3 other tests skip
[389]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@kms_psr2_sf@fbc-psr2-primary-plane-update-sf-dmg-area@pipe-b-edp-1.html
* igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area:
- shard-rkl: NOTRUN -> [SKIP][390] ([i915#11520]) +14 other tests skip
[390]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area.html
* igt@kms_psr2_sf@pr-plane-move-sf-dmg-area:
- shard-glk: NOTRUN -> [SKIP][391] ([i915#11520]) +6 other tests skip
[391]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk4/igt@kms_psr2_sf@pr-plane-move-sf-dmg-area.html
* igt@kms_psr2_sf@psr2-cursor-plane-update-sf:
- shard-dg2: NOTRUN -> [SKIP][392] ([i915#11520]) +5 other tests skip
[392]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-2/igt@kms_psr2_sf@psr2-cursor-plane-update-sf.html
* igt@kms_psr2_su@frontbuffer-xrgb8888:
- shard-mtlp: NOTRUN -> [SKIP][393] ([i915#4348])
[393]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-4/igt@kms_psr2_su@frontbuffer-xrgb8888.html
* igt@kms_psr2_su@page_flip-nv12:
- shard-tglu-1: NOTRUN -> [SKIP][394] ([i915#9683])
[394]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_psr2_su@page_flip-nv12.html
* igt@kms_psr2_su@page_flip-p010:
- shard-dg1: NOTRUN -> [SKIP][395] ([i915#9683]) +1 other test skip
[395]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@kms_psr2_su@page_flip-p010.html
* igt@kms_psr@fbc-psr-sprite-plane-move:
- shard-tglu: NOTRUN -> [SKIP][396] ([i915#9732]) +25 other tests skip
[396]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_psr@fbc-psr-sprite-plane-move.html
* igt@kms_psr@fbc-psr2-primary-mmap-cpu:
- shard-mtlp: NOTRUN -> [SKIP][397] ([i915#9688]) +12 other tests skip
[397]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-2/igt@kms_psr@fbc-psr2-primary-mmap-cpu.html
* igt@kms_psr@psr-primary-mmap-cpu:
- shard-dg2: NOTRUN -> [SKIP][398] ([i915#1072] / [i915#9732]) +15 other tests skip
[398]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@kms_psr@psr-primary-mmap-cpu.html
* igt@kms_psr@psr2-cursor-mmap-gtt:
- shard-rkl: NOTRUN -> [SKIP][399] ([i915#1072] / [i915#9732]) +29 other tests skip
[399]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-4/igt@kms_psr@psr2-cursor-mmap-gtt.html
* igt@kms_psr@psr2-cursor-render:
- shard-tglu-1: NOTRUN -> [SKIP][400] ([i915#9732]) +8 other tests skip
[400]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_psr@psr2-cursor-render.html
* igt@kms_psr@psr2-sprite-mmap-gtt:
- shard-dg1: NOTRUN -> [SKIP][401] ([i915#1072] / [i915#9732]) +19 other tests skip
[401]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@kms_psr@psr2-sprite-mmap-gtt.html
- shard-mtlp: NOTRUN -> [SKIP][402] ([i915#4077] / [i915#9688]) +1 other test skip
[402]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-5/igt@kms_psr@psr2-sprite-mmap-gtt.html
* igt@kms_psr@psr2-sprite-plane-onoff:
- shard-glk: NOTRUN -> [SKIP][403] +318 other tests skip
[403]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk2/igt@kms_psr@psr2-sprite-plane-onoff.html
* igt@kms_psr_stress_test@invalidate-primary-flip-overlay:
- shard-tglu-1: NOTRUN -> [SKIP][404] ([i915#9685])
[404]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
- shard-dg1: NOTRUN -> [SKIP][405] ([i915#9685])
[405]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-mtlp: NOTRUN -> [SKIP][406] ([i915#5289])
[406]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-3/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90:
- shard-rkl: NOTRUN -> [SKIP][407] ([i915#5289])
[407]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-1/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
- shard-tglu: NOTRUN -> [SKIP][408] ([i915#5289])
[408]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-90.html
* igt@kms_rotation_crc@sprite-rotation-90-pos-100-0:
- shard-mtlp: NOTRUN -> [SKIP][409] ([i915#12755])
[409]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-5/igt@kms_rotation_crc@sprite-rotation-90-pos-100-0.html
* igt@kms_scaling_modes@scaling-mode-center:
- shard-dg1: NOTRUN -> [SKIP][410] ([i915#3555]) +6 other tests skip
[410]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-18/igt@kms_scaling_modes@scaling-mode-center.html
* igt@kms_selftest@drm_framebuffer:
- shard-snb: NOTRUN -> [ABORT][411] ([i915#13179]) +1 other test abort
[411]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-snb5/igt@kms_selftest@drm_framebuffer.html
- shard-mtlp: NOTRUN -> [ABORT][412] ([i915#13179]) +1 other test abort
[412]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-2/igt@kms_selftest@drm_framebuffer.html
* igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free:
- shard-dg2: NOTRUN -> [ABORT][413] ([i915#13179]) +1 other test abort
[413]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-5/igt@kms_selftest@drm_framebuffer@drm_test_framebuffer_free.html
* igt@kms_setmode@basic:
- shard-snb: NOTRUN -> [FAIL][414] ([i915#5465]) +2 other tests fail
[414]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-snb5/igt@kms_setmode@basic.html
* igt@kms_setmode@basic-clone-single-crtc:
- shard-mtlp: NOTRUN -> [SKIP][415] ([i915#3555] / [i915#8809])
[415]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-5/igt@kms_setmode@basic-clone-single-crtc.html
* igt@kms_setmode@clone-exclusive-crtc:
- shard-dg2: NOTRUN -> [SKIP][416] ([i915#3555])
[416]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-10/igt@kms_setmode@clone-exclusive-crtc.html
* igt@kms_tiled_display@basic-test-pattern:
- shard-glk: NOTRUN -> [FAIL][417] ([i915#10959])
[417]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk1/igt@kms_tiled_display@basic-test-pattern.html
* igt@kms_tiled_display@basic-test-pattern-with-chamelium:
- shard-dg1: NOTRUN -> [SKIP][418] ([i915#8623])
[418]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-12/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html
* igt@kms_vblank@ts-continuation-suspend:
- shard-glk: NOTRUN -> [INCOMPLETE][419] ([i915#12276]) +1 other test incomplete
[419]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk8/igt@kms_vblank@ts-continuation-suspend.html
* igt@kms_vrr@flip-basic:
- shard-tglu-1: NOTRUN -> [SKIP][420] ([i915#3555])
[420]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_vrr@flip-basic.html
* igt@kms_vrr@max-min:
- shard-mtlp: NOTRUN -> [SKIP][421] ([i915#8808] / [i915#9906]) +1 other test skip
[421]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-1/igt@kms_vrr@max-min.html
* igt@kms_vrr@negative-basic:
- shard-mtlp: [PASS][422] -> [FAIL][423] ([i915#10393]) +1 other test fail
[422]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-mtlp-5/igt@kms_vrr@negative-basic.html
[423]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-6/igt@kms_vrr@negative-basic.html
- shard-rkl: NOTRUN -> [SKIP][424] ([i915#3555] / [i915#9906])
[424]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@kms_vrr@negative-basic.html
* igt@kms_vrr@seamless-rr-switch-drrs:
- shard-rkl: NOTRUN -> [SKIP][425] ([i915#9906])
[425]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-2/igt@kms_vrr@seamless-rr-switch-drrs.html
- shard-dg1: NOTRUN -> [SKIP][426] ([i915#9906]) +1 other test skip
[426]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-17/igt@kms_vrr@seamless-rr-switch-drrs.html
* igt@kms_vrr@seamless-rr-switch-virtual:
- shard-dg2: NOTRUN -> [SKIP][427] ([i915#9906]) +1 other test skip
[427]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-1/igt@kms_vrr@seamless-rr-switch-virtual.html
* igt@kms_vrr@seamless-rr-switch-vrr:
- shard-tglu: NOTRUN -> [SKIP][428] ([i915#9906])
[428]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-2/igt@kms_vrr@seamless-rr-switch-vrr.html
* igt@kms_writeback@writeback-check-output:
- shard-tglu-1: NOTRUN -> [SKIP][429] ([i915#2437])
[429]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-1/igt@kms_writeback@writeback-check-output.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2: NOTRUN -> [SKIP][430] ([i915#2437] / [i915#9412])
[430]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-11/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@kms_writeback@writeback-invalid-parameters:
- shard-dg1: NOTRUN -> [SKIP][431] ([i915#2437])
[431]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-14/igt@kms_writeback@writeback-invalid-parameters.html
- shard-tglu: NOTRUN -> [SKIP][432] ([i915#2437])
[432]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_writeback@writeback-invalid-parameters.html
- shard-mtlp: NOTRUN -> [SKIP][433] ([i915#2437])
[433]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-8/igt@kms_writeback@writeback-invalid-parameters.html
- shard-dg2: NOTRUN -> [SKIP][434] ([i915#2437])
[434]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg2-6/igt@kms_writeback@writeback-invalid-parameters.html
- shard-rkl: NOTRUN -> [SKIP][435] ([i915#2437])
[435]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-4/igt@kms_writeback@writeback-invalid-parameters.html
* igt@kms_writeback@writeback-pixel-formats:
- shard-tglu: NOTRUN -> [SKIP][436] ([i915#2437] / [i915#9412])
[436]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-tglu-6/igt@kms_writeback@writeback-pixel-formats.html
- shard-glk: NOTRUN -> [SKIP][437] ([i915#2437]) +2 other tests skip
[437]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-glk4/igt@kms_writeback@writeback-pixel-formats.html
- shard-rkl: NOTRUN -> [SKIP][438] ([i915#2437] / [i915#9412])
[438]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-3/igt@kms_writeback@writeback-pixel-formats.html
* igt@perf@gen8-unprivileged-single-ctx-counters:
- shard-rkl: NOTRUN -> [SKIP][439] ([i915#2436])
[439]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-rkl-7/igt@perf@gen8-unprivileged-single-ctx-counters.html
* igt@perf@unprivileged-single-ctx-counters:
- shard-dg1: NOTRUN -> [SKIP][440] ([i915#2433])
[440]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-dg1-13/igt@perf@unprivileged-single-ctx-counters.html
* igt@perf_pmu@busy-double-start@rcs0:
- shard-mtlp: [PASS][441] -> [FAIL][442] ([i915#4349]) +1 other test fail
[441]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_16066/shard-mtlp-7/igt@perf_pmu@busy-double-start@rcs0.html
[442]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/shard-mtlp-5/igt@perf_pmu@busy-double-start@rcs0.html
* igt@perf_pmu@rc6-all-gts:
- shard-tglu: NOTRUN -> [SKIP][443] ([i915#8516])
[443]:
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_12541/index.html
[-- Attachment #2: Type: text/html, Size: 111467 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-04 17:53 [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL Matt Atwood
` (4 preceding siblings ...)
2025-02-05 9:13 ` ✗ i915.CI.Full: " Patchwork
@ 2025-02-05 23:30 ` Matt Roper
2025-02-06 17:06 ` Matt Atwood
5 siblings, 1 reply; 14+ messages in thread
From: Matt Roper @ 2025-02-05 23:30 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev, rodrigo.vivi
On Tue, Feb 04, 2025 at 09:53:02AM -0800, Matt Atwood wrote:
> There have been several changes to pciids upstream that need to be
> sync'd into igt.
>
> Sync with the following kernel commits:
> f9a15b968dce ("drm/intel/pciids: Refactor DG2 PCI IDs into segment
> ranges")
> e35ecd95ecf2 ("drm/i915/display: Add MTL subplatforms definition")
> fa8ffaae1b15 ("drm/xe/bmg: Add new PCI IDs")
> 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
The updates below look correct (they match the kernel header), but the
commit message here is confusing. IGT updates to this file generally
specify which actual kernel commit you're synchronizing against; none of
the four listed above match the content you've copied here because there
are additional changes not present in those.
Matt
>
> Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
> ---
> lib/pciids.h | 62 +++++++++++++++++++++++++++++++++++++++-------------
> 1 file changed, 47 insertions(+), 15 deletions(-)
>
> diff --git a/lib/pciids.h b/lib/pciids.h
> index 23f349f65..4736ea525 100644
> --- a/lib/pciids.h
> +++ b/lib/pciids.h
> @@ -717,37 +717,66 @@
> MACRO__(0xA7AB, ## __VA_ARGS__)
>
> /* DG2 */
> -#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> - MACRO__(0x5690, ## __VA_ARGS__), \
> - MACRO__(0x5691, ## __VA_ARGS__), \
> - MACRO__(0x5692, ## __VA_ARGS__), \
> +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
> MACRO__(0x56A0, ## __VA_ARGS__), \
> MACRO__(0x56A1, ## __VA_ARGS__), \
> - MACRO__(0x56A2, ## __VA_ARGS__), \
> + MACRO__(0x56A2, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
> MACRO__(0x56BE, ## __VA_ARGS__), \
> MACRO__(0x56BF, ## __VA_ARGS__)
>
> -#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> - MACRO__(0x5693, ## __VA_ARGS__), \
> - MACRO__(0x5694, ## __VA_ARGS__), \
> - MACRO__(0x5695, ## __VA_ARGS__), \
> +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
> + MACRO__(0x5690, ## __VA_ARGS__), \
> + MACRO__(0x5691, ## __VA_ARGS__), \
> + MACRO__(0x5692, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
> MACRO__(0x56A5, ## __VA_ARGS__), \
> MACRO__(0x56A6, ## __VA_ARGS__), \
> MACRO__(0x56B0, ## __VA_ARGS__), \
> - MACRO__(0x56B1, ## __VA_ARGS__), \
> + MACRO__(0x56B1, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
> MACRO__(0x56BA, ## __VA_ARGS__), \
> MACRO__(0x56BB, ## __VA_ARGS__), \
> MACRO__(0x56BC, ## __VA_ARGS__), \
> MACRO__(0x56BD, ## __VA_ARGS__)
>
> -#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> - MACRO__(0x5696, ## __VA_ARGS__), \
> - MACRO__(0x5697, ## __VA_ARGS__), \
> +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
> + MACRO__(0x5693, ## __VA_ARGS__), \
> + MACRO__(0x5694, ## __VA_ARGS__), \
> + MACRO__(0x5695, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
> MACRO__(0x56A3, ## __VA_ARGS__), \
> MACRO__(0x56A4, ## __VA_ARGS__), \
> MACRO__(0x56B2, ## __VA_ARGS__), \
> MACRO__(0x56B3, ## __VA_ARGS__)
>
> +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
> + MACRO__(0x5696, ## __VA_ARGS__), \
> + MACRO__(0x5697, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
> +
> +#define INTEL_DG2_D_IDS(MACRO__, ...) \
> + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
> +
> #define INTEL_DG2_IDS(MACRO__, ...) \
> INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
> INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
> @@ -782,9 +811,12 @@
> INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
>
> /* MTL */
> -#define INTEL_MTL_IDS(MACRO__, ...) \
> +#define INTEL_MTL_U_IDS(MACRO__, ...) \
> MACRO__(0x7D40, ## __VA_ARGS__), \
> - MACRO__(0x7D45, ## __VA_ARGS__), \
> + MACRO__(0x7D45, ## __VA_ARGS__)
> +
> +#define INTEL_MTL_IDS(MACRO__, ...) \
> + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
> MACRO__(0x7D55, ## __VA_ARGS__), \
> MACRO__(0x7D60, ## __VA_ARGS__), \
> MACRO__(0x7DD5, ## __VA_ARGS__)
> --
> 2.45.0
>
--
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-05 23:30 ` [PATCH] " Matt Roper
@ 2025-02-06 17:06 ` Matt Atwood
2025-02-06 18:01 ` Matt Roper
0 siblings, 1 reply; 14+ messages in thread
From: Matt Atwood @ 2025-02-06 17:06 UTC (permalink / raw)
To: Matt Roper, igt-dev, rodrigo.vivi; +Cc: igt-dev, rodrigo.vivi
On Wed, Feb 05, 2025 at 03:30:55PM -0800, Matt Roper wrote:
> On Tue, Feb 04, 2025 at 09:53:02AM -0800, Matt Atwood wrote:
> > There have been several changes to pciids upstream that need to be
> > sync'd into igt.
> >
> > Sync with the following kernel commits:
> > f9a15b968dce ("drm/intel/pciids: Refactor DG2 PCI IDs into segment
> > ranges")
> > e35ecd95ecf2 ("drm/i915/display: Add MTL subplatforms definition")
> > fa8ffaae1b15 ("drm/xe/bmg: Add new PCI IDs")
> > 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
>
> The updates below look correct (they match the kernel header), but the
> commit message here is confusing. IGT updates to this file generally
> specify which actual kernel commit you're synchronizing against; none of
> the four listed above match the content you've copied here because there
> are additional changes not present in those.
Because there are now several out of sync next branches, saying as
of this commit idea was not working. Hence this approach.
MattA
>
>
> Matt
>
> >
> > Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
> > ---
> > lib/pciids.h | 62 +++++++++++++++++++++++++++++++++++++++-------------
> > 1 file changed, 47 insertions(+), 15 deletions(-)
> >
> > diff --git a/lib/pciids.h b/lib/pciids.h
> > index 23f349f65..4736ea525 100644
> > --- a/lib/pciids.h
> > +++ b/lib/pciids.h
> > @@ -717,37 +717,66 @@
> > MACRO__(0xA7AB, ## __VA_ARGS__)
> >
> > /* DG2 */
> > -#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > - MACRO__(0x5690, ## __VA_ARGS__), \
> > - MACRO__(0x5691, ## __VA_ARGS__), \
> > - MACRO__(0x5692, ## __VA_ARGS__), \
> > +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
> > MACRO__(0x56A0, ## __VA_ARGS__), \
> > MACRO__(0x56A1, ## __VA_ARGS__), \
> > - MACRO__(0x56A2, ## __VA_ARGS__), \
> > + MACRO__(0x56A2, ## __VA_ARGS__)
> > +
> > +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
> > MACRO__(0x56BE, ## __VA_ARGS__), \
> > MACRO__(0x56BF, ## __VA_ARGS__)
> >
> > -#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > - MACRO__(0x5693, ## __VA_ARGS__), \
> > - MACRO__(0x5694, ## __VA_ARGS__), \
> > - MACRO__(0x5695, ## __VA_ARGS__), \
> > +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
> > + MACRO__(0x5690, ## __VA_ARGS__), \
> > + MACRO__(0x5691, ## __VA_ARGS__), \
> > + MACRO__(0x5692, ## __VA_ARGS__)
> > +
> > +#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
> > + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
> > +
> > +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
> > MACRO__(0x56A5, ## __VA_ARGS__), \
> > MACRO__(0x56A6, ## __VA_ARGS__), \
> > MACRO__(0x56B0, ## __VA_ARGS__), \
> > - MACRO__(0x56B1, ## __VA_ARGS__), \
> > + MACRO__(0x56B1, ## __VA_ARGS__)
> > +
> > +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
> > MACRO__(0x56BA, ## __VA_ARGS__), \
> > MACRO__(0x56BB, ## __VA_ARGS__), \
> > MACRO__(0x56BC, ## __VA_ARGS__), \
> > MACRO__(0x56BD, ## __VA_ARGS__)
> >
> > -#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > - MACRO__(0x5696, ## __VA_ARGS__), \
> > - MACRO__(0x5697, ## __VA_ARGS__), \
> > +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
> > + MACRO__(0x5693, ## __VA_ARGS__), \
> > + MACRO__(0x5694, ## __VA_ARGS__), \
> > + MACRO__(0x5695, ## __VA_ARGS__)
> > +
> > +#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
> > + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
> > +
> > +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
> > MACRO__(0x56A3, ## __VA_ARGS__), \
> > MACRO__(0x56A4, ## __VA_ARGS__), \
> > MACRO__(0x56B2, ## __VA_ARGS__), \
> > MACRO__(0x56B3, ## __VA_ARGS__)
> >
> > +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
> > + MACRO__(0x5696, ## __VA_ARGS__), \
> > + MACRO__(0x5697, ## __VA_ARGS__)
> > +
> > +#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
> > + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
> > +
> > +#define INTEL_DG2_D_IDS(MACRO__, ...) \
> > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
> > +
> > #define INTEL_DG2_IDS(MACRO__, ...) \
> > INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
> > INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
> > @@ -782,9 +811,12 @@
> > INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
> >
> > /* MTL */
> > -#define INTEL_MTL_IDS(MACRO__, ...) \
> > +#define INTEL_MTL_U_IDS(MACRO__, ...) \
> > MACRO__(0x7D40, ## __VA_ARGS__), \
> > - MACRO__(0x7D45, ## __VA_ARGS__), \
> > + MACRO__(0x7D45, ## __VA_ARGS__)
> > +
> > +#define INTEL_MTL_IDS(MACRO__, ...) \
> > + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
> > MACRO__(0x7D55, ## __VA_ARGS__), \
> > MACRO__(0x7D60, ## __VA_ARGS__), \
> > MACRO__(0x7DD5, ## __VA_ARGS__)
> > --
> > 2.45.0
> >
>
> --
> Matt Roper
> Graphics Software Engineer
> Linux GPU Platform Enablement
> Intel Corporation
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-06 17:06 ` Matt Atwood
@ 2025-02-06 18:01 ` Matt Roper
2025-02-06 19:26 ` Matt Atwood
0 siblings, 1 reply; 14+ messages in thread
From: Matt Roper @ 2025-02-06 18:01 UTC (permalink / raw)
To: Matt Atwood; +Cc: igt-dev, rodrigo.vivi
On Thu, Feb 06, 2025 at 09:06:32AM -0800, Matt Atwood wrote:
> On Wed, Feb 05, 2025 at 03:30:55PM -0800, Matt Roper wrote:
> > On Tue, Feb 04, 2025 at 09:53:02AM -0800, Matt Atwood wrote:
> > > There have been several changes to pciids upstream that need to be
> > > sync'd into igt.
> > >
> > > Sync with the following kernel commits:
> > > f9a15b968dce ("drm/intel/pciids: Refactor DG2 PCI IDs into segment
> > > ranges")
> > > e35ecd95ecf2 ("drm/i915/display: Add MTL subplatforms definition")
> > > fa8ffaae1b15 ("drm/xe/bmg: Add new PCI IDs")
> > > 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
> >
> > The updates below look correct (they match the kernel header), but the
> > commit message here is confusing. IGT updates to this file generally
> > specify which actual kernel commit you're synchronizing against; none of
> > the four listed above match the content you've copied here because there
> > are additional changes not present in those.
> Because there are now several out of sync next branches, saying as
> of this commit idea was not working. Hence this approach.
You should generally be syncing with drm-next after things land there.
So which drm-next commit are you syncing with for this commit?
Matt
>
> MattA
> >
> >
> > Matt
> >
> > >
> > > Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
> > > ---
> > > lib/pciids.h | 62 +++++++++++++++++++++++++++++++++++++++-------------
> > > 1 file changed, 47 insertions(+), 15 deletions(-)
> > >
> > > diff --git a/lib/pciids.h b/lib/pciids.h
> > > index 23f349f65..4736ea525 100644
> > > --- a/lib/pciids.h
> > > +++ b/lib/pciids.h
> > > @@ -717,37 +717,66 @@
> > > MACRO__(0xA7AB, ## __VA_ARGS__)
> > >
> > > /* DG2 */
> > > -#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > > - MACRO__(0x5690, ## __VA_ARGS__), \
> > > - MACRO__(0x5691, ## __VA_ARGS__), \
> > > - MACRO__(0x5692, ## __VA_ARGS__), \
> > > +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
> > > MACRO__(0x56A0, ## __VA_ARGS__), \
> > > MACRO__(0x56A1, ## __VA_ARGS__), \
> > > - MACRO__(0x56A2, ## __VA_ARGS__), \
> > > + MACRO__(0x56A2, ## __VA_ARGS__)
> > > +
> > > +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
> > > MACRO__(0x56BE, ## __VA_ARGS__), \
> > > MACRO__(0x56BF, ## __VA_ARGS__)
> > >
> > > -#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > > - MACRO__(0x5693, ## __VA_ARGS__), \
> > > - MACRO__(0x5694, ## __VA_ARGS__), \
> > > - MACRO__(0x5695, ## __VA_ARGS__), \
> > > +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
> > > + MACRO__(0x5690, ## __VA_ARGS__), \
> > > + MACRO__(0x5691, ## __VA_ARGS__), \
> > > + MACRO__(0x5692, ## __VA_ARGS__)
> > > +
> > > +#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
> > > + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
> > > +
> > > +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
> > > MACRO__(0x56A5, ## __VA_ARGS__), \
> > > MACRO__(0x56A6, ## __VA_ARGS__), \
> > > MACRO__(0x56B0, ## __VA_ARGS__), \
> > > - MACRO__(0x56B1, ## __VA_ARGS__), \
> > > + MACRO__(0x56B1, ## __VA_ARGS__)
> > > +
> > > +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
> > > MACRO__(0x56BA, ## __VA_ARGS__), \
> > > MACRO__(0x56BB, ## __VA_ARGS__), \
> > > MACRO__(0x56BC, ## __VA_ARGS__), \
> > > MACRO__(0x56BD, ## __VA_ARGS__)
> > >
> > > -#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > > - MACRO__(0x5696, ## __VA_ARGS__), \
> > > - MACRO__(0x5697, ## __VA_ARGS__), \
> > > +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
> > > + MACRO__(0x5693, ## __VA_ARGS__), \
> > > + MACRO__(0x5694, ## __VA_ARGS__), \
> > > + MACRO__(0x5695, ## __VA_ARGS__)
> > > +
> > > +#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
> > > + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
> > > +
> > > +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
> > > MACRO__(0x56A3, ## __VA_ARGS__), \
> > > MACRO__(0x56A4, ## __VA_ARGS__), \
> > > MACRO__(0x56B2, ## __VA_ARGS__), \
> > > MACRO__(0x56B3, ## __VA_ARGS__)
> > >
> > > +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
> > > + MACRO__(0x5696, ## __VA_ARGS__), \
> > > + MACRO__(0x5697, ## __VA_ARGS__)
> > > +
> > > +#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
> > > +
> > > +#define INTEL_DG2_D_IDS(MACRO__, ...) \
> > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
> > > +
> > > #define INTEL_DG2_IDS(MACRO__, ...) \
> > > INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
> > > INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
> > > @@ -782,9 +811,12 @@
> > > INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
> > >
> > > /* MTL */
> > > -#define INTEL_MTL_IDS(MACRO__, ...) \
> > > +#define INTEL_MTL_U_IDS(MACRO__, ...) \
> > > MACRO__(0x7D40, ## __VA_ARGS__), \
> > > - MACRO__(0x7D45, ## __VA_ARGS__), \
> > > + MACRO__(0x7D45, ## __VA_ARGS__)
> > > +
> > > +#define INTEL_MTL_IDS(MACRO__, ...) \
> > > + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
> > > MACRO__(0x7D55, ## __VA_ARGS__), \
> > > MACRO__(0x7D60, ## __VA_ARGS__), \
> > > MACRO__(0x7DD5, ## __VA_ARGS__)
> > > --
> > > 2.45.0
> > >
> >
> > --
> > Matt Roper
> > Graphics Software Engineer
> > Linux GPU Platform Enablement
> > Intel Corporation
--
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-06 18:01 ` Matt Roper
@ 2025-02-06 19:26 ` Matt Atwood
2025-02-06 19:35 ` Rodrigo Vivi
0 siblings, 1 reply; 14+ messages in thread
From: Matt Atwood @ 2025-02-06 19:26 UTC (permalink / raw)
To: Matt Roper, igt-dev, rodrigo.vivi; +Cc: igt-dev, rodrigo.vivi
On Thu, Feb 06, 2025 at 10:01:13AM -0800, Matt Roper wrote:
> On Thu, Feb 06, 2025 at 09:06:32AM -0800, Matt Atwood wrote:
> > On Wed, Feb 05, 2025 at 03:30:55PM -0800, Matt Roper wrote:
> > > On Tue, Feb 04, 2025 at 09:53:02AM -0800, Matt Atwood wrote:
> > > > There have been several changes to pciids upstream that need to be
> > > > sync'd into igt.
> > > >
> > > > Sync with the following kernel commits:
> > > > f9a15b968dce ("drm/intel/pciids: Refactor DG2 PCI IDs into segment
> > > > ranges")
> > > > e35ecd95ecf2 ("drm/i915/display: Add MTL subplatforms definition")
> > > > fa8ffaae1b15 ("drm/xe/bmg: Add new PCI IDs")
> > > > 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
> > >
> > > The updates below look correct (they match the kernel header), but the
> > > commit message here is confusing. IGT updates to this file generally
> > > specify which actual kernel commit you're synchronizing against; none of
> > > the four listed above match the content you've copied here because there
> > > are additional changes not present in those.
> > Because there are now several out of sync next branches, saying as
> > of this commit idea was not working. Hence this approach.
>
> You should generally be syncing with drm-next after things land there.
> So which drm-next commit are you syncing with for this commit?
They hadnt been in a drm-next commit yet. At the time it was just after
a next cut, at this point we can probably just wait for them to land.
MattA
>
>
> Matt
>
> >
> > MattA
> > >
> > >
> > > Matt
> > >
> > > >
> > > > Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
> > > > ---
> > > > lib/pciids.h | 62 +++++++++++++++++++++++++++++++++++++++-------------
> > > > 1 file changed, 47 insertions(+), 15 deletions(-)
> > > >
> > > > diff --git a/lib/pciids.h b/lib/pciids.h
> > > > index 23f349f65..4736ea525 100644
> > > > --- a/lib/pciids.h
> > > > +++ b/lib/pciids.h
> > > > @@ -717,37 +717,66 @@
> > > > MACRO__(0xA7AB, ## __VA_ARGS__)
> > > >
> > > > /* DG2 */
> > > > -#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > > > - MACRO__(0x5690, ## __VA_ARGS__), \
> > > > - MACRO__(0x5691, ## __VA_ARGS__), \
> > > > - MACRO__(0x5692, ## __VA_ARGS__), \
> > > > +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
> > > > MACRO__(0x56A0, ## __VA_ARGS__), \
> > > > MACRO__(0x56A1, ## __VA_ARGS__), \
> > > > - MACRO__(0x56A2, ## __VA_ARGS__), \
> > > > + MACRO__(0x56A2, ## __VA_ARGS__)
> > > > +
> > > > +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
> > > > MACRO__(0x56BE, ## __VA_ARGS__), \
> > > > MACRO__(0x56BF, ## __VA_ARGS__)
> > > >
> > > > -#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > > > - MACRO__(0x5693, ## __VA_ARGS__), \
> > > > - MACRO__(0x5694, ## __VA_ARGS__), \
> > > > - MACRO__(0x5695, ## __VA_ARGS__), \
> > > > +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
> > > > + MACRO__(0x5690, ## __VA_ARGS__), \
> > > > + MACRO__(0x5691, ## __VA_ARGS__), \
> > > > + MACRO__(0x5692, ## __VA_ARGS__)
> > > > +
> > > > +#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
> > > > + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > +
> > > > +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
> > > > MACRO__(0x56A5, ## __VA_ARGS__), \
> > > > MACRO__(0x56A6, ## __VA_ARGS__), \
> > > > MACRO__(0x56B0, ## __VA_ARGS__), \
> > > > - MACRO__(0x56B1, ## __VA_ARGS__), \
> > > > + MACRO__(0x56B1, ## __VA_ARGS__)
> > > > +
> > > > +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
> > > > MACRO__(0x56BA, ## __VA_ARGS__), \
> > > > MACRO__(0x56BB, ## __VA_ARGS__), \
> > > > MACRO__(0x56BC, ## __VA_ARGS__), \
> > > > MACRO__(0x56BD, ## __VA_ARGS__)
> > > >
> > > > -#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > > > - MACRO__(0x5696, ## __VA_ARGS__), \
> > > > - MACRO__(0x5697, ## __VA_ARGS__), \
> > > > +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
> > > > + MACRO__(0x5693, ## __VA_ARGS__), \
> > > > + MACRO__(0x5694, ## __VA_ARGS__), \
> > > > + MACRO__(0x5695, ## __VA_ARGS__)
> > > > +
> > > > +#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
> > > > + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > +
> > > > +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
> > > > MACRO__(0x56A3, ## __VA_ARGS__), \
> > > > MACRO__(0x56A4, ## __VA_ARGS__), \
> > > > MACRO__(0x56B2, ## __VA_ARGS__), \
> > > > MACRO__(0x56B3, ## __VA_ARGS__)
> > > >
> > > > +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
> > > > + MACRO__(0x5696, ## __VA_ARGS__), \
> > > > + MACRO__(0x5697, ## __VA_ARGS__)
> > > > +
> > > > +#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > +
> > > > +#define INTEL_DG2_D_IDS(MACRO__, ...) \
> > > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
> > > > +
> > > > #define INTEL_DG2_IDS(MACRO__, ...) \
> > > > INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
> > > > INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
> > > > @@ -782,9 +811,12 @@
> > > > INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
> > > >
> > > > /* MTL */
> > > > -#define INTEL_MTL_IDS(MACRO__, ...) \
> > > > +#define INTEL_MTL_U_IDS(MACRO__, ...) \
> > > > MACRO__(0x7D40, ## __VA_ARGS__), \
> > > > - MACRO__(0x7D45, ## __VA_ARGS__), \
> > > > + MACRO__(0x7D45, ## __VA_ARGS__)
> > > > +
> > > > +#define INTEL_MTL_IDS(MACRO__, ...) \
> > > > + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
> > > > MACRO__(0x7D55, ## __VA_ARGS__), \
> > > > MACRO__(0x7D60, ## __VA_ARGS__), \
> > > > MACRO__(0x7DD5, ## __VA_ARGS__)
> > > > --
> > > > 2.45.0
> > > >
> > >
> > > --
> > > Matt Roper
> > > Graphics Software Engineer
> > > Linux GPU Platform Enablement
> > > Intel Corporation
>
> --
> Matt Roper
> Graphics Software Engineer
> Linux GPU Platform Enablement
> Intel Corporation
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-06 19:26 ` Matt Atwood
@ 2025-02-06 19:35 ` Rodrigo Vivi
2025-02-06 19:44 ` Matt Roper
0 siblings, 1 reply; 14+ messages in thread
From: Rodrigo Vivi @ 2025-02-06 19:35 UTC (permalink / raw)
To: Matt Atwood; +Cc: Matt Roper, igt-dev
On Thu, Feb 06, 2025 at 11:26:05AM -0800, Matt Atwood wrote:
> On Thu, Feb 06, 2025 at 10:01:13AM -0800, Matt Roper wrote:
> > On Thu, Feb 06, 2025 at 09:06:32AM -0800, Matt Atwood wrote:
> > > On Wed, Feb 05, 2025 at 03:30:55PM -0800, Matt Roper wrote:
> > > > On Tue, Feb 04, 2025 at 09:53:02AM -0800, Matt Atwood wrote:
> > > > > There have been several changes to pciids upstream that need to be
> > > > > sync'd into igt.
> > > > >
> > > > > Sync with the following kernel commits:
> > > > > f9a15b968dce ("drm/intel/pciids: Refactor DG2 PCI IDs into segment
> > > > > ranges")
> > > > > e35ecd95ecf2 ("drm/i915/display: Add MTL subplatforms definition")
> > > > > fa8ffaae1b15 ("drm/xe/bmg: Add new PCI IDs")
> > > > > 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
> > > >
> > > > The updates below look correct (they match the kernel header), but the
> > > > commit message here is confusing. IGT updates to this file generally
> > > > specify which actual kernel commit you're synchronizing against; none of
> > > > the four listed above match the content you've copied here because there
> > > > are additional changes not present in those.
> > > Because there are now several out of sync next branches, saying as
> > > of this commit idea was not working. Hence this approach.
> >
> > You should generally be syncing with drm-next after things land there.
> > So which drm-next commit are you syncing with for this commit?
> They hadnt been in a drm-next commit yet. At the time it was just after
> a next cut, at this point we can probably just wait for them to land.
I agree with Atwood here. We had changes coming from drm-intel-next
and changes coming to drm-xe-next. In the kernel history the changes
coming from drm-xe-next are on top of the drm-intel-next ones. But
they landed first here in the IGT.
Now it is in a situation that individual patches from drm-intel-next
would conflict here badly. The safest thing is to keep it simple and
use a single patch like this.
This is the final copy of the file directly with the proper mention
to the commit ids. I really believe we should just go ahead and push
this to finalize the alignment before something else gets in the way.
>
> MattA
> >
> >
> > Matt
> >
> > >
> > > MattA
> > > >
> > > >
> > > > Matt
> > > >
> > > > >
> > > > > Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
> > > > > ---
> > > > > lib/pciids.h | 62 +++++++++++++++++++++++++++++++++++++++-------------
> > > > > 1 file changed, 47 insertions(+), 15 deletions(-)
> > > > >
> > > > > diff --git a/lib/pciids.h b/lib/pciids.h
> > > > > index 23f349f65..4736ea525 100644
> > > > > --- a/lib/pciids.h
> > > > > +++ b/lib/pciids.h
> > > > > @@ -717,37 +717,66 @@
> > > > > MACRO__(0xA7AB, ## __VA_ARGS__)
> > > > >
> > > > > /* DG2 */
> > > > > -#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > > > > - MACRO__(0x5690, ## __VA_ARGS__), \
> > > > > - MACRO__(0x5691, ## __VA_ARGS__), \
> > > > > - MACRO__(0x5692, ## __VA_ARGS__), \
> > > > > +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
> > > > > MACRO__(0x56A0, ## __VA_ARGS__), \
> > > > > MACRO__(0x56A1, ## __VA_ARGS__), \
> > > > > - MACRO__(0x56A2, ## __VA_ARGS__), \
> > > > > + MACRO__(0x56A2, ## __VA_ARGS__)
> > > > > +
> > > > > +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
> > > > > MACRO__(0x56BE, ## __VA_ARGS__), \
> > > > > MACRO__(0x56BF, ## __VA_ARGS__)
> > > > >
> > > > > -#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > > > > - MACRO__(0x5693, ## __VA_ARGS__), \
> > > > > - MACRO__(0x5694, ## __VA_ARGS__), \
> > > > > - MACRO__(0x5695, ## __VA_ARGS__), \
> > > > > +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
> > > > > + MACRO__(0x5690, ## __VA_ARGS__), \
> > > > > + MACRO__(0x5691, ## __VA_ARGS__), \
> > > > > + MACRO__(0x5692, ## __VA_ARGS__)
> > > > > +
> > > > > +#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > > > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > > +
> > > > > +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
> > > > > MACRO__(0x56A5, ## __VA_ARGS__), \
> > > > > MACRO__(0x56A6, ## __VA_ARGS__), \
> > > > > MACRO__(0x56B0, ## __VA_ARGS__), \
> > > > > - MACRO__(0x56B1, ## __VA_ARGS__), \
> > > > > + MACRO__(0x56B1, ## __VA_ARGS__)
> > > > > +
> > > > > +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
> > > > > MACRO__(0x56BA, ## __VA_ARGS__), \
> > > > > MACRO__(0x56BB, ## __VA_ARGS__), \
> > > > > MACRO__(0x56BC, ## __VA_ARGS__), \
> > > > > MACRO__(0x56BD, ## __VA_ARGS__)
> > > > >
> > > > > -#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > > > > - MACRO__(0x5696, ## __VA_ARGS__), \
> > > > > - MACRO__(0x5697, ## __VA_ARGS__), \
> > > > > +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
> > > > > + MACRO__(0x5693, ## __VA_ARGS__), \
> > > > > + MACRO__(0x5694, ## __VA_ARGS__), \
> > > > > + MACRO__(0x5695, ## __VA_ARGS__)
> > > > > +
> > > > > +#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > > > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > > +
> > > > > +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
> > > > > MACRO__(0x56A3, ## __VA_ARGS__), \
> > > > > MACRO__(0x56A4, ## __VA_ARGS__), \
> > > > > MACRO__(0x56B2, ## __VA_ARGS__), \
> > > > > MACRO__(0x56B3, ## __VA_ARGS__)
> > > > >
> > > > > +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
> > > > > + MACRO__(0x5696, ## __VA_ARGS__), \
> > > > > + MACRO__(0x5697, ## __VA_ARGS__)
> > > > > +
> > > > > +#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > > > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > > +
> > > > > +#define INTEL_DG2_D_IDS(MACRO__, ...) \
> > > > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
> > > > > +
> > > > > #define INTEL_DG2_IDS(MACRO__, ...) \
> > > > > INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > @@ -782,9 +811,12 @@
> > > > > INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
> > > > >
> > > > > /* MTL */
> > > > > -#define INTEL_MTL_IDS(MACRO__, ...) \
> > > > > +#define INTEL_MTL_U_IDS(MACRO__, ...) \
> > > > > MACRO__(0x7D40, ## __VA_ARGS__), \
> > > > > - MACRO__(0x7D45, ## __VA_ARGS__), \
> > > > > + MACRO__(0x7D45, ## __VA_ARGS__)
> > > > > +
> > > > > +#define INTEL_MTL_IDS(MACRO__, ...) \
> > > > > + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > MACRO__(0x7D55, ## __VA_ARGS__), \
> > > > > MACRO__(0x7D60, ## __VA_ARGS__), \
> > > > > MACRO__(0x7DD5, ## __VA_ARGS__)
> > > > > --
> > > > > 2.45.0
> > > > >
> > > >
> > > > --
> > > > Matt Roper
> > > > Graphics Software Engineer
> > > > Linux GPU Platform Enablement
> > > > Intel Corporation
> >
> > --
> > Matt Roper
> > Graphics Software Engineer
> > Linux GPU Platform Enablement
> > Intel Corporation
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-06 19:35 ` Rodrigo Vivi
@ 2025-02-06 19:44 ` Matt Roper
2025-02-07 21:04 ` Lucas De Marchi
0 siblings, 1 reply; 14+ messages in thread
From: Matt Roper @ 2025-02-06 19:44 UTC (permalink / raw)
To: Rodrigo Vivi; +Cc: Matt Atwood, igt-dev
On Thu, Feb 06, 2025 at 02:35:31PM -0500, Rodrigo Vivi wrote:
> On Thu, Feb 06, 2025 at 11:26:05AM -0800, Matt Atwood wrote:
> > On Thu, Feb 06, 2025 at 10:01:13AM -0800, Matt Roper wrote:
> > > On Thu, Feb 06, 2025 at 09:06:32AM -0800, Matt Atwood wrote:
> > > > On Wed, Feb 05, 2025 at 03:30:55PM -0800, Matt Roper wrote:
> > > > > On Tue, Feb 04, 2025 at 09:53:02AM -0800, Matt Atwood wrote:
> > > > > > There have been several changes to pciids upstream that need to be
> > > > > > sync'd into igt.
> > > > > >
> > > > > > Sync with the following kernel commits:
> > > > > > f9a15b968dce ("drm/intel/pciids: Refactor DG2 PCI IDs into segment
> > > > > > ranges")
> > > > > > e35ecd95ecf2 ("drm/i915/display: Add MTL subplatforms definition")
> > > > > > fa8ffaae1b15 ("drm/xe/bmg: Add new PCI IDs")
> > > > > > 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
> > > > >
> > > > > The updates below look correct (they match the kernel header), but the
> > > > > commit message here is confusing. IGT updates to this file generally
> > > > > specify which actual kernel commit you're synchronizing against; none of
> > > > > the four listed above match the content you've copied here because there
> > > > > are additional changes not present in those.
> > > > Because there are now several out of sync next branches, saying as
> > > > of this commit idea was not working. Hence this approach.
> > >
> > > You should generally be syncing with drm-next after things land there.
> > > So which drm-next commit are you syncing with for this commit?
> > They hadnt been in a drm-next commit yet. At the time it was just after
> > a next cut, at this point we can probably just wait for them to land.
>
> I agree with Atwood here. We had changes coming from drm-intel-next
> and changes coming to drm-xe-next. In the kernel history the changes
> coming from drm-xe-next are on top of the drm-intel-next ones. But
> they landed first here in the IGT.
>
> Now it is in a situation that individual patches from drm-intel-next
> would conflict here badly. The safest thing is to keep it simple and
> use a single patch like this.
>
> This is the final copy of the file directly with the proper mention
> to the commit ids. I really believe we should just go ahead and push
> this to finalize the alignment before something else gets in the way.
But in that case we should be explain what we're actually doing in the
commit message. I.e., we're *not* synchronizing IGT with a kernel
commit like we usually do. Instead we're manually rolling up individual
changes from various kernel branches before they propagate into
drm-next.
As I said before, the actual patch is fine; we just need to fix the
commit message to more accurately reflect what's happening, especially
since it's not how we usually handle things in IGT.
Matt
>
> >
> > MattA
> > >
> > >
> > > Matt
> > >
> > > >
> > > > MattA
> > > > >
> > > > >
> > > > > Matt
> > > > >
> > > > > >
> > > > > > Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
> > > > > > ---
> > > > > > lib/pciids.h | 62 +++++++++++++++++++++++++++++++++++++++-------------
> > > > > > 1 file changed, 47 insertions(+), 15 deletions(-)
> > > > > >
> > > > > > diff --git a/lib/pciids.h b/lib/pciids.h
> > > > > > index 23f349f65..4736ea525 100644
> > > > > > --- a/lib/pciids.h
> > > > > > +++ b/lib/pciids.h
> > > > > > @@ -717,37 +717,66 @@
> > > > > > MACRO__(0xA7AB, ## __VA_ARGS__)
> > > > > >
> > > > > > /* DG2 */
> > > > > > -#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > > > > > - MACRO__(0x5690, ## __VA_ARGS__), \
> > > > > > - MACRO__(0x5691, ## __VA_ARGS__), \
> > > > > > - MACRO__(0x5692, ## __VA_ARGS__), \
> > > > > > +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
> > > > > > MACRO__(0x56A0, ## __VA_ARGS__), \
> > > > > > MACRO__(0x56A1, ## __VA_ARGS__), \
> > > > > > - MACRO__(0x56A2, ## __VA_ARGS__), \
> > > > > > + MACRO__(0x56A2, ## __VA_ARGS__)
> > > > > > +
> > > > > > +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
> > > > > > MACRO__(0x56BE, ## __VA_ARGS__), \
> > > > > > MACRO__(0x56BF, ## __VA_ARGS__)
> > > > > >
> > > > > > -#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > > > > > - MACRO__(0x5693, ## __VA_ARGS__), \
> > > > > > - MACRO__(0x5694, ## __VA_ARGS__), \
> > > > > > - MACRO__(0x5695, ## __VA_ARGS__), \
> > > > > > +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
> > > > > > + MACRO__(0x5690, ## __VA_ARGS__), \
> > > > > > + MACRO__(0x5691, ## __VA_ARGS__), \
> > > > > > + MACRO__(0x5692, ## __VA_ARGS__)
> > > > > > +
> > > > > > +#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > > > > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > > > +
> > > > > > +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
> > > > > > MACRO__(0x56A5, ## __VA_ARGS__), \
> > > > > > MACRO__(0x56A6, ## __VA_ARGS__), \
> > > > > > MACRO__(0x56B0, ## __VA_ARGS__), \
> > > > > > - MACRO__(0x56B1, ## __VA_ARGS__), \
> > > > > > + MACRO__(0x56B1, ## __VA_ARGS__)
> > > > > > +
> > > > > > +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
> > > > > > MACRO__(0x56BA, ## __VA_ARGS__), \
> > > > > > MACRO__(0x56BB, ## __VA_ARGS__), \
> > > > > > MACRO__(0x56BC, ## __VA_ARGS__), \
> > > > > > MACRO__(0x56BD, ## __VA_ARGS__)
> > > > > >
> > > > > > -#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > > > > > - MACRO__(0x5696, ## __VA_ARGS__), \
> > > > > > - MACRO__(0x5697, ## __VA_ARGS__), \
> > > > > > +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
> > > > > > + MACRO__(0x5693, ## __VA_ARGS__), \
> > > > > > + MACRO__(0x5694, ## __VA_ARGS__), \
> > > > > > + MACRO__(0x5695, ## __VA_ARGS__)
> > > > > > +
> > > > > > +#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > > > > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > > > +
> > > > > > +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
> > > > > > MACRO__(0x56A3, ## __VA_ARGS__), \
> > > > > > MACRO__(0x56A4, ## __VA_ARGS__), \
> > > > > > MACRO__(0x56B2, ## __VA_ARGS__), \
> > > > > > MACRO__(0x56B3, ## __VA_ARGS__)
> > > > > >
> > > > > > +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
> > > > > > + MACRO__(0x5696, ## __VA_ARGS__), \
> > > > > > + MACRO__(0x5697, ## __VA_ARGS__)
> > > > > > +
> > > > > > +#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > > > > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > > > +
> > > > > > +#define INTEL_DG2_D_IDS(MACRO__, ...) \
> > > > > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
> > > > > > +
> > > > > > #define INTEL_DG2_IDS(MACRO__, ...) \
> > > > > > INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > @@ -782,9 +811,12 @@
> > > > > > INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
> > > > > >
> > > > > > /* MTL */
> > > > > > -#define INTEL_MTL_IDS(MACRO__, ...) \
> > > > > > +#define INTEL_MTL_U_IDS(MACRO__, ...) \
> > > > > > MACRO__(0x7D40, ## __VA_ARGS__), \
> > > > > > - MACRO__(0x7D45, ## __VA_ARGS__), \
> > > > > > + MACRO__(0x7D45, ## __VA_ARGS__)
> > > > > > +
> > > > > > +#define INTEL_MTL_IDS(MACRO__, ...) \
> > > > > > + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > MACRO__(0x7D55, ## __VA_ARGS__), \
> > > > > > MACRO__(0x7D60, ## __VA_ARGS__), \
> > > > > > MACRO__(0x7DD5, ## __VA_ARGS__)
> > > > > > --
> > > > > > 2.45.0
> > > > > >
> > > > >
> > > > > --
> > > > > Matt Roper
> > > > > Graphics Software Engineer
> > > > > Linux GPU Platform Enablement
> > > > > Intel Corporation
> > >
> > > --
> > > Matt Roper
> > > Graphics Software Engineer
> > > Linux GPU Platform Enablement
> > > Intel Corporation
--
Matt Roper
Graphics Software Engineer
Linux GPU Platform Enablement
Intel Corporation
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-06 19:44 ` Matt Roper
@ 2025-02-07 21:04 ` Lucas De Marchi
2025-02-10 17:44 ` Rodrigo Vivi
0 siblings, 1 reply; 14+ messages in thread
From: Lucas De Marchi @ 2025-02-07 21:04 UTC (permalink / raw)
To: Matt Roper; +Cc: Rodrigo Vivi, Matt Atwood, igt-dev
On Thu, Feb 06, 2025 at 11:44:47AM -0800, Matt Roper wrote:
>On Thu, Feb 06, 2025 at 02:35:31PM -0500, Rodrigo Vivi wrote:
>> On Thu, Feb 06, 2025 at 11:26:05AM -0800, Matt Atwood wrote:
>> > On Thu, Feb 06, 2025 at 10:01:13AM -0800, Matt Roper wrote:
>> > > On Thu, Feb 06, 2025 at 09:06:32AM -0800, Matt Atwood wrote:
>> > > > On Wed, Feb 05, 2025 at 03:30:55PM -0800, Matt Roper wrote:
>> > > > > On Tue, Feb 04, 2025 at 09:53:02AM -0800, Matt Atwood wrote:
>> > > > > > There have been several changes to pciids upstream that need to be
>> > > > > > sync'd into igt.
>> > > > > >
>> > > > > > Sync with the following kernel commits:
>> > > > > > f9a15b968dce ("drm/intel/pciids: Refactor DG2 PCI IDs into segment
>> > > > > > ranges")
>> > > > > > e35ecd95ecf2 ("drm/i915/display: Add MTL subplatforms definition")
>> > > > > > fa8ffaae1b15 ("drm/xe/bmg: Add new PCI IDs")
>> > > > > > 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
>> > > > >
>> > > > > The updates below look correct (they match the kernel header), but the
>> > > > > commit message here is confusing. IGT updates to this file generally
>> > > > > specify which actual kernel commit you're synchronizing against; none of
>> > > > > the four listed above match the content you've copied here because there
>> > > > > are additional changes not present in those.
>> > > > Because there are now several out of sync next branches, saying as
>> > > > of this commit idea was not working. Hence this approach.
>> > >
>> > > You should generally be syncing with drm-next after things land there.
>> > > So which drm-next commit are you syncing with for this commit?
>> > They hadnt been in a drm-next commit yet. At the time it was just after
>> > a next cut, at this point we can probably just wait for them to land.
>>
>> I agree with Atwood here. We had changes coming from drm-intel-next
>> and changes coming to drm-xe-next. In the kernel history the changes
>> coming from drm-xe-next are on top of the drm-intel-next ones. But
>> they landed first here in the IGT.
>>
>> Now it is in a situation that individual patches from drm-intel-next
>> would conflict here badly. The safest thing is to keep it simple and
>> use a single patch like this.
>>
>> This is the final copy of the file directly with the proper mention
>> to the commit ids. I really believe we should just go ahead and push
>> this to finalize the alignment before something else gets in the way.
>
>But in that case we should be explain what we're actually doing in the
>commit message. I.e., we're *not* synchronizing IGT with a kernel
>commit like we usually do. Instead we're manually rolling up individual
>changes from various kernel branches before they propagate into
>drm-next.
>
>As I said before, the actual patch is fine; we just need to fix the
>commit message to more accurately reflect what's happening, especially
>since it's not how we usually handle things in IGT.
I think being explicit of what was done would be: 1) show what was the
drm-tip used; 2) mention the changes that are contained.
Example:
lib/pciids: sync with kernel
Synch PCI IDs with kernel, up to drm-tip commit
a293777d70b3 ("drm-tip: 2025y-02m-07d-16h-56m-38s UTC integration manifest"),
which contains the following additional commits since last synchronized:
16016ade13f69 drm/xe/ptl: Update the PTL pci id table
fa8ffaae1b152 drm/xe/bmg: Add new PCI IDs
e35ecd95ecf28 drm/i915/display: Add MTL subplatforms definition
6a04bb5a20460 drm/xe: remove unused xe_pciids.h harder, add missing PCI ID
b99dcb91ef551 drm/intel/pciids: Refactor DG2 PCI IDs into segment ranges
^ this was obtained with
$ git log --format=short --oneline --no-merges \
3c1d5ced18db..HEAD include/drm/intel/pciids.h
If instead we want to show the commits from -next branches, we could do:
$ git log --format="%h %s" --merges 3c1d5ced18db..HEAD -- include/drm/intel/pciids.h \
| while read -r h x; do echo "$h $x"; git log --format=" %h %s" -1 $h^2; done
f28030b19c846 Merge remote-tracking branch 'kernel/drm-xe-next' into drm-tip
5b380838930f1 drm/xe: Add stats for vma page faults
ea9f8f2b21795 Merge drm/drm-next into drm-intel-next
2014c95afecee Linux 6.14-rc1
220ed690436e9 Merge drm/drm-next into drm-xe-next
1c470f4f61f3d Merge tag 'amd-drm-fixes-6.14-2025-01-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
0dc853865ab52 Merge tag 'drm-xe-next-2025-01-10' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
6a04bb5a20460 drm/xe: remove unused xe_pciids.h harder, add missing PCI ID
28eb75e178d38 Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel
a163b89507786 Merge tag 'drm-xe-next-fixes-2024-11-15' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
Lucas De Marchi
>
>
>Matt
>
>>
>> >
>> > MattA
>> > >
>> > >
>> > > Matt
>> > >
>> > > >
>> > > > MattA
>> > > > >
>> > > > >
>> > > > > Matt
>> > > > >
>> > > > > >
>> > > > > > Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
>> > > > > > ---
>> > > > > > lib/pciids.h | 62 +++++++++++++++++++++++++++++++++++++++-------------
>> > > > > > 1 file changed, 47 insertions(+), 15 deletions(-)
>> > > > > >
>> > > > > > diff --git a/lib/pciids.h b/lib/pciids.h
>> > > > > > index 23f349f65..4736ea525 100644
>> > > > > > --- a/lib/pciids.h
>> > > > > > +++ b/lib/pciids.h
>> > > > > > @@ -717,37 +717,66 @@
>> > > > > > MACRO__(0xA7AB, ## __VA_ARGS__)
>> > > > > >
>> > > > > > /* DG2 */
>> > > > > > -#define INTEL_DG2_G10_IDS(MACRO__, ...) \
>> > > > > > - MACRO__(0x5690, ## __VA_ARGS__), \
>> > > > > > - MACRO__(0x5691, ## __VA_ARGS__), \
>> > > > > > - MACRO__(0x5692, ## __VA_ARGS__), \
>> > > > > > +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
>> > > > > > MACRO__(0x56A0, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x56A1, ## __VA_ARGS__), \
>> > > > > > - MACRO__(0x56A2, ## __VA_ARGS__), \
>> > > > > > + MACRO__(0x56A2, ## __VA_ARGS__)
>> > > > > > +
>> > > > > > +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
>> > > > > > MACRO__(0x56BE, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x56BF, ## __VA_ARGS__)
>> > > > > >
>> > > > > > -#define INTEL_DG2_G11_IDS(MACRO__, ...) \
>> > > > > > - MACRO__(0x5693, ## __VA_ARGS__), \
>> > > > > > - MACRO__(0x5694, ## __VA_ARGS__), \
>> > > > > > - MACRO__(0x5695, ## __VA_ARGS__), \
>> > > > > > +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
>> > > > > > + MACRO__(0x5690, ## __VA_ARGS__), \
>> > > > > > + MACRO__(0x5691, ## __VA_ARGS__), \
>> > > > > > + MACRO__(0x5692, ## __VA_ARGS__)
>> > > > > > +
>> > > > > > +#define INTEL_DG2_G10_IDS(MACRO__, ...) \
>> > > > > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
>> > > > > > + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
>> > > > > > + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
>> > > > > > +
>> > > > > > +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
>> > > > > > MACRO__(0x56A5, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x56A6, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x56B0, ## __VA_ARGS__), \
>> > > > > > - MACRO__(0x56B1, ## __VA_ARGS__), \
>> > > > > > + MACRO__(0x56B1, ## __VA_ARGS__)
>> > > > > > +
>> > > > > > +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
>> > > > > > MACRO__(0x56BA, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x56BB, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x56BC, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x56BD, ## __VA_ARGS__)
>> > > > > >
>> > > > > > -#define INTEL_DG2_G12_IDS(MACRO__, ...) \
>> > > > > > - MACRO__(0x5696, ## __VA_ARGS__), \
>> > > > > > - MACRO__(0x5697, ## __VA_ARGS__), \
>> > > > > > +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
>> > > > > > + MACRO__(0x5693, ## __VA_ARGS__), \
>> > > > > > + MACRO__(0x5694, ## __VA_ARGS__), \
>> > > > > > + MACRO__(0x5695, ## __VA_ARGS__)
>> > > > > > +
>> > > > > > +#define INTEL_DG2_G11_IDS(MACRO__, ...) \
>> > > > > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
>> > > > > > + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
>> > > > > > + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
>> > > > > > +
>> > > > > > +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
>> > > > > > MACRO__(0x56A3, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x56A4, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x56B2, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x56B3, ## __VA_ARGS__)
>> > > > > >
>> > > > > > +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
>> > > > > > + MACRO__(0x5696, ## __VA_ARGS__), \
>> > > > > > + MACRO__(0x5697, ## __VA_ARGS__)
>> > > > > > +
>> > > > > > +#define INTEL_DG2_G12_IDS(MACRO__, ...) \
>> > > > > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
>> > > > > > + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
>> > > > > > +
>> > > > > > +#define INTEL_DG2_D_IDS(MACRO__, ...) \
>> > > > > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
>> > > > > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
>> > > > > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
>> > > > > > +
>> > > > > > #define INTEL_DG2_IDS(MACRO__, ...) \
>> > > > > > INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
>> > > > > > INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
>> > > > > > @@ -782,9 +811,12 @@
>> > > > > > INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
>> > > > > >
>> > > > > > /* MTL */
>> > > > > > -#define INTEL_MTL_IDS(MACRO__, ...) \
>> > > > > > +#define INTEL_MTL_U_IDS(MACRO__, ...) \
>> > > > > > MACRO__(0x7D40, ## __VA_ARGS__), \
>> > > > > > - MACRO__(0x7D45, ## __VA_ARGS__), \
>> > > > > > + MACRO__(0x7D45, ## __VA_ARGS__)
>> > > > > > +
>> > > > > > +#define INTEL_MTL_IDS(MACRO__, ...) \
>> > > > > > + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x7D55, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x7D60, ## __VA_ARGS__), \
>> > > > > > MACRO__(0x7DD5, ## __VA_ARGS__)
>> > > > > > --
>> > > > > > 2.45.0
>> > > > > >
>> > > > >
>> > > > > --
>> > > > > Matt Roper
>> > > > > Graphics Software Engineer
>> > > > > Linux GPU Platform Enablement
>> > > > > Intel Corporation
>> > >
>> > > --
>> > > Matt Roper
>> > > Graphics Software Engineer
>> > > Linux GPU Platform Enablement
>> > > Intel Corporation
>
>--
>Matt Roper
>Graphics Software Engineer
>Linux GPU Platform Enablement
>Intel Corporation
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL
2025-02-07 21:04 ` Lucas De Marchi
@ 2025-02-10 17:44 ` Rodrigo Vivi
0 siblings, 0 replies; 14+ messages in thread
From: Rodrigo Vivi @ 2025-02-10 17:44 UTC (permalink / raw)
To: Lucas De Marchi; +Cc: Matt Roper, Matt Atwood, igt-dev
On Fri, Feb 07, 2025 at 03:04:44PM -0600, Lucas De Marchi wrote:
> On Thu, Feb 06, 2025 at 11:44:47AM -0800, Matt Roper wrote:
> > On Thu, Feb 06, 2025 at 02:35:31PM -0500, Rodrigo Vivi wrote:
> > > On Thu, Feb 06, 2025 at 11:26:05AM -0800, Matt Atwood wrote:
> > > > On Thu, Feb 06, 2025 at 10:01:13AM -0800, Matt Roper wrote:
> > > > > On Thu, Feb 06, 2025 at 09:06:32AM -0800, Matt Atwood wrote:
> > > > > > On Wed, Feb 05, 2025 at 03:30:55PM -0800, Matt Roper wrote:
> > > > > > > On Tue, Feb 04, 2025 at 09:53:02AM -0800, Matt Atwood wrote:
> > > > > > > > There have been several changes to pciids upstream that need to be
> > > > > > > > sync'd into igt.
> > > > > > > >
> > > > > > > > Sync with the following kernel commits:
> > > > > > > > f9a15b968dce ("drm/intel/pciids: Refactor DG2 PCI IDs into segment
> > > > > > > > ranges")
> > > > > > > > e35ecd95ecf2 ("drm/i915/display: Add MTL subplatforms definition")
> > > > > > > > fa8ffaae1b15 ("drm/xe/bmg: Add new PCI IDs")
> > > > > > > > 16016ade13f6 ("drm/xe/ptl: Update the PTL pci id table")
> > > > > > >
> > > > > > > The updates below look correct (they match the kernel header), but the
> > > > > > > commit message here is confusing. IGT updates to this file generally
> > > > > > > specify which actual kernel commit you're synchronizing against; none of
> > > > > > > the four listed above match the content you've copied here because there
> > > > > > > are additional changes not present in those.
> > > > > > Because there are now several out of sync next branches, saying as
> > > > > > of this commit idea was not working. Hence this approach.
> > > > >
> > > > > You should generally be syncing with drm-next after things land there.
> > > > > So which drm-next commit are you syncing with for this commit?
> > > > They hadnt been in a drm-next commit yet. At the time it was just after
> > > > a next cut, at this point we can probably just wait for them to land.
> > >
> > > I agree with Atwood here. We had changes coming from drm-intel-next
> > > and changes coming to drm-xe-next. In the kernel history the changes
> > > coming from drm-xe-next are on top of the drm-intel-next ones. But
> > > they landed first here in the IGT.
> > >
> > > Now it is in a situation that individual patches from drm-intel-next
> > > would conflict here badly. The safest thing is to keep it simple and
> > > use a single patch like this.
> > >
> > > This is the final copy of the file directly with the proper mention
> > > to the commit ids. I really believe we should just go ahead and push
> > > this to finalize the alignment before something else gets in the way.
> >
> > But in that case we should be explain what we're actually doing in the
> > commit message. I.e., we're *not* synchronizing IGT with a kernel
> > commit like we usually do. Instead we're manually rolling up individual
> > changes from various kernel branches before they propagate into
> > drm-next.
> >
> > As I said before, the actual patch is fine; we just need to fix the
> > commit message to more accurately reflect what's happening, especially
> > since it's not how we usually handle things in IGT.
>
> I think being explicit of what was done would be: 1) show what was the
> drm-tip used; 2) mention the changes that are contained.
>
>
> Example:
>
>
> lib/pciids: sync with kernel
>
> Synch PCI IDs with kernel, up to drm-tip commit
> a293777d70b3 ("drm-tip: 2025y-02m-07d-16h-56m-38s UTC integration manifest"),
> which contains the following additional commits since last synchronized:
>
> 16016ade13f69 drm/xe/ptl: Update the PTL pci id table
> fa8ffaae1b152 drm/xe/bmg: Add new PCI IDs
> e35ecd95ecf28 drm/i915/display: Add MTL subplatforms definition
> 6a04bb5a20460 drm/xe: remove unused xe_pciids.h harder, add missing PCI ID
> b99dcb91ef551 drm/intel/pciids: Refactor DG2 PCI IDs into segment ranges
>
> ^ this was obtained with
>
> $ git log --format=short --oneline --no-merges \
> 3c1d5ced18db..HEAD include/drm/intel/pciids.h
>
> If instead we want to show the commits from -next branches, we could do:
>
> $ git log --format="%h %s" --merges 3c1d5ced18db..HEAD -- include/drm/intel/pciids.h \
> | while read -r h x; do echo "$h $x"; git log --format=" %h %s" -1 $h^2; done
> f28030b19c846 Merge remote-tracking branch 'kernel/drm-xe-next' into drm-tip
> 5b380838930f1 drm/xe: Add stats for vma page faults
> ea9f8f2b21795 Merge drm/drm-next into drm-intel-next
> 2014c95afecee Linux 6.14-rc1
> 220ed690436e9 Merge drm/drm-next into drm-xe-next
> 1c470f4f61f3d Merge tag 'amd-drm-fixes-6.14-2025-01-29' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
> 0dc853865ab52 Merge tag 'drm-xe-next-2025-01-10' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
> 6a04bb5a20460 drm/xe: remove unused xe_pciids.h harder, add missing PCI ID
> 28eb75e178d38 Merge tag 'drm-next-2024-11-21' of https://gitlab.freedesktop.org/drm/kernel
> a163b89507786 Merge tag 'drm-xe-next-fixes-2024-11-15' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-next
ops, I just got to this after pushing the patch. I'm sorry.
So, the patch itself that is syncing the ids and already mentioning the
missed commits is more important then having the whole log and details imho.
So I ended up pushing it. Sorry.
>
> Lucas De Marchi
>
> >
> >
> > Matt
> >
> > >
> > > >
> > > > MattA
> > > > >
> > > > >
> > > > > Matt
> > > > >
> > > > > >
> > > > > > MattA
> > > > > > >
> > > > > > >
> > > > > > > Matt
> > > > > > >
> > > > > > > >
> > > > > > > > Signed-off-by: Matt Atwood <matthew.s.atwood@intel.com>
> > > > > > > > ---
> > > > > > > > lib/pciids.h | 62 +++++++++++++++++++++++++++++++++++++++-------------
> > > > > > > > 1 file changed, 47 insertions(+), 15 deletions(-)
> > > > > > > >
> > > > > > > > diff --git a/lib/pciids.h b/lib/pciids.h
> > > > > > > > index 23f349f65..4736ea525 100644
> > > > > > > > --- a/lib/pciids.h
> > > > > > > > +++ b/lib/pciids.h
> > > > > > > > @@ -717,37 +717,66 @@
> > > > > > > > MACRO__(0xA7AB, ## __VA_ARGS__)
> > > > > > > >
> > > > > > > > /* DG2 */
> > > > > > > > -#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > > > > > > > - MACRO__(0x5690, ## __VA_ARGS__), \
> > > > > > > > - MACRO__(0x5691, ## __VA_ARGS__), \
> > > > > > > > - MACRO__(0x5692, ## __VA_ARGS__), \
> > > > > > > > +#define INTEL_DG2_G10_D_IDS(MACRO__, ...) \
> > > > > > > > MACRO__(0x56A0, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x56A1, ## __VA_ARGS__), \
> > > > > > > > - MACRO__(0x56A2, ## __VA_ARGS__), \
> > > > > > > > + MACRO__(0x56A2, ## __VA_ARGS__)
> > > > > > > > +
> > > > > > > > +#define INTEL_DG2_G10_E_IDS(MACRO__, ...) \
> > > > > > > > MACRO__(0x56BE, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x56BF, ## __VA_ARGS__)
> > > > > > > >
> > > > > > > > -#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > > > > > > > - MACRO__(0x5693, ## __VA_ARGS__), \
> > > > > > > > - MACRO__(0x5694, ## __VA_ARGS__), \
> > > > > > > > - MACRO__(0x5695, ## __VA_ARGS__), \
> > > > > > > > +#define INTEL_DG2_G10_M_IDS(MACRO__, ...) \
> > > > > > > > + MACRO__(0x5690, ## __VA_ARGS__), \
> > > > > > > > + MACRO__(0x5691, ## __VA_ARGS__), \
> > > > > > > > + MACRO__(0x5692, ## __VA_ARGS__)
> > > > > > > > +
> > > > > > > > +#define INTEL_DG2_G10_IDS(MACRO__, ...) \
> > > > > > > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > > > + INTEL_DG2_G10_E_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > > > + INTEL_DG2_G10_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > > > > > +
> > > > > > > > +#define INTEL_DG2_G11_D_IDS(MACRO__, ...) \
> > > > > > > > MACRO__(0x56A5, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x56A6, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x56B0, ## __VA_ARGS__), \
> > > > > > > > - MACRO__(0x56B1, ## __VA_ARGS__), \
> > > > > > > > + MACRO__(0x56B1, ## __VA_ARGS__)
> > > > > > > > +
> > > > > > > > +#define INTEL_DG2_G11_E_IDS(MACRO__, ...) \
> > > > > > > > MACRO__(0x56BA, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x56BB, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x56BC, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x56BD, ## __VA_ARGS__)
> > > > > > > >
> > > > > > > > -#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > > > > > > > - MACRO__(0x5696, ## __VA_ARGS__), \
> > > > > > > > - MACRO__(0x5697, ## __VA_ARGS__), \
> > > > > > > > +#define INTEL_DG2_G11_M_IDS(MACRO__, ...) \
> > > > > > > > + MACRO__(0x5693, ## __VA_ARGS__), \
> > > > > > > > + MACRO__(0x5694, ## __VA_ARGS__), \
> > > > > > > > + MACRO__(0x5695, ## __VA_ARGS__)
> > > > > > > > +
> > > > > > > > +#define INTEL_DG2_G11_IDS(MACRO__, ...) \
> > > > > > > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > > > + INTEL_DG2_G11_E_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > > > + INTEL_DG2_G11_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > > > > > +
> > > > > > > > +#define INTEL_DG2_G12_D_IDS(MACRO__, ...) \
> > > > > > > > MACRO__(0x56A3, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x56A4, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x56B2, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x56B3, ## __VA_ARGS__)
> > > > > > > >
> > > > > > > > +#define INTEL_DG2_G12_M_IDS(MACRO__, ...) \
> > > > > > > > + MACRO__(0x5696, ## __VA_ARGS__), \
> > > > > > > > + MACRO__(0x5697, ## __VA_ARGS__)
> > > > > > > > +
> > > > > > > > +#define INTEL_DG2_G12_IDS(MACRO__, ...) \
> > > > > > > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > > > + INTEL_DG2_G12_M_IDS(MACRO__, ## __VA_ARGS__)
> > > > > > > > +
> > > > > > > > +#define INTEL_DG2_D_IDS(MACRO__, ...) \
> > > > > > > > + INTEL_DG2_G10_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > > > + INTEL_DG2_G11_D_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > > > + INTEL_DG2_G12_D_IDS(MACRO__, ## __VA_ARGS__)
> > > > > > > > +
> > > > > > > > #define INTEL_DG2_IDS(MACRO__, ...) \
> > > > > > > > INTEL_DG2_G10_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > > > INTEL_DG2_G11_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > > > @@ -782,9 +811,12 @@
> > > > > > > > INTEL_ARL_S_IDS(MACRO__, ## __VA_ARGS__)
> > > > > > > >
> > > > > > > > /* MTL */
> > > > > > > > -#define INTEL_MTL_IDS(MACRO__, ...) \
> > > > > > > > +#define INTEL_MTL_U_IDS(MACRO__, ...) \
> > > > > > > > MACRO__(0x7D40, ## __VA_ARGS__), \
> > > > > > > > - MACRO__(0x7D45, ## __VA_ARGS__), \
> > > > > > > > + MACRO__(0x7D45, ## __VA_ARGS__)
> > > > > > > > +
> > > > > > > > +#define INTEL_MTL_IDS(MACRO__, ...) \
> > > > > > > > + INTEL_MTL_U_IDS(MACRO__, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x7D55, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x7D60, ## __VA_ARGS__), \
> > > > > > > > MACRO__(0x7DD5, ## __VA_ARGS__)
> > > > > > > > --
> > > > > > > > 2.45.0
> > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Matt Roper
> > > > > > > Graphics Software Engineer
> > > > > > > Linux GPU Platform Enablement
> > > > > > > Intel Corporation
> > > > >
> > > > > --
> > > > > Matt Roper
> > > > > Graphics Software Engineer
> > > > > Linux GPU Platform Enablement
> > > > > Intel Corporation
> >
> > --
> > Matt Roper
> > Graphics Software Engineer
> > Linux GPU Platform Enablement
> > Intel Corporation
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2025-02-10 17:45 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04 17:53 [PATCH] lib/pciids: Sync pci id changes for DG2/MTL/BMG/PTL Matt Atwood
2025-02-04 18:16 ` Rodrigo Vivi
2025-02-05 1:14 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-02-05 1:15 ` ✓ i915.CI.BAT: " Patchwork
2025-02-05 7:05 ` ✗ Xe.CI.Full: failure " Patchwork
2025-02-05 9:13 ` ✗ i915.CI.Full: " Patchwork
2025-02-05 23:30 ` [PATCH] " Matt Roper
2025-02-06 17:06 ` Matt Atwood
2025-02-06 18:01 ` Matt Roper
2025-02-06 19:26 ` Matt Atwood
2025-02-06 19:35 ` Rodrigo Vivi
2025-02-06 19:44 ` Matt Roper
2025-02-07 21:04 ` Lucas De Marchi
2025-02-10 17:44 ` Rodrigo Vivi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox