* [PATCH] drm/i915: Add debug print about hw config table size
@ 2024-12-21 1:19 John.C.Harrison
2024-12-21 2:29 ` ✗ i915.CI.BAT: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: John.C.Harrison @ 2024-12-21 1:19 UTC (permalink / raw)
To: Intel-GFX; +Cc: DRI-Devel, John Harrison
From: John Harrison <John.C.Harrison@Intel.com>
Add debug info to help investigate a very rare bug:
https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13385
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
---
drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
index b67a15f742762..868195c33f5b3 100644
--- a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
+++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c
@@ -7,6 +7,7 @@
#include "gt/intel_hwconfig.h"
#include "i915_drv.h"
#include "i915_memcpy.h"
+#include "intel_guc_print.h"
/*
* GuC has a blob containing hardware configuration information (HWConfig).
@@ -42,6 +43,8 @@ static int __guc_action_get_hwconfig(struct intel_guc *guc,
};
int ret;
+ guc_dbg(guc, "Querying HW config table: size = %d, offset = 0x%08X\n",
+ ggtt_size, ggtt_offset);
ret = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0);
if (ret == -ENXIO)
return -ENOENT;
--
2.47.0
^ permalink raw reply related [flat|nested] 9+ messages in thread* ✗ i915.CI.BAT: failure for drm/i915: Add debug print about hw config table size 2024-12-21 1:19 [PATCH] drm/i915: Add debug print about hw config table size John.C.Harrison @ 2024-12-21 2:29 ` Patchwork 2024-12-23 23:20 ` [PATCH] " Daniele Ceraolo Spurio ` (2 subsequent siblings) 3 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2024-12-21 2:29 UTC (permalink / raw) To: john.c.harrison; +Cc: intel-gfx == Series Details == Series: drm/i915: Add debug print about hw config table size URL : https://patchwork.freedesktop.org/series/142898/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15882 -> Patchwork_142898v1 ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_142898v1 absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_142898v1, 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/Patchwork_142898v1/index.html Participating hosts (42 -> 42) ------------------------------ Additional (1): fi-glk-j4005 Missing (1): fi-snb-2520m Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_142898v1: ### IGT changes ### #### Possible regressions #### * igt@i915_selftest@live: - bat-mtlp-8: [PASS][1] -> [DMESG-FAIL][2] +1 other test dmesg-fail [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15882/bat-mtlp-8/igt@i915_selftest@live.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/bat-mtlp-8/igt@i915_selftest@live.html Known issues ------------ Here are the changes found in Patchwork_142898v1 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@basic-hwmon: - fi-pnv-d510: NOTRUN -> [SKIP][3] +3 other tests skip [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/fi-pnv-d510/igt@debugfs_test@basic-hwmon.html * igt@dmabuf@all-tests@dma_fence_chain: - fi-bsw-nick: [PASS][4] -> [INCOMPLETE][5] ([i915#12904]) +1 other test incomplete [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15882/fi-bsw-nick/igt@dmabuf@all-tests@dma_fence_chain.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/fi-bsw-nick/igt@dmabuf@all-tests@dma_fence_chain.html * igt@gem_exec_gttfill@basic: - fi-pnv-d510: NOTRUN -> [ABORT][6] ([i915#13169]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/fi-pnv-d510/igt@gem_exec_gttfill@basic.html * igt@gem_huc_copy@huc-copy: - fi-glk-j4005: NOTRUN -> [SKIP][7] ([i915#2190]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/fi-glk-j4005/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@parallel-random-engines: - fi-glk-j4005: NOTRUN -> [SKIP][8] ([i915#4613]) +3 other tests skip [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/fi-glk-j4005/igt@gem_lmem_swapping@parallel-random-engines.html * igt@i915_pm_rpm@module-reload: - bat-dg1-7: [PASS][9] -> [FAIL][10] ([i915#12903]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15882/bat-dg1-7/igt@i915_pm_rpm@module-reload.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/bat-dg1-7/igt@i915_pm_rpm@module-reload.html - bat-rpls-4: [PASS][11] -> [FAIL][12] ([i915#12903]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15882/bat-rpls-4/igt@i915_pm_rpm@module-reload.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/bat-rpls-4/igt@i915_pm_rpm@module-reload.html * igt@kms_psr@psr-primary-page-flip: - fi-glk-j4005: NOTRUN -> [SKIP][13] +10 other tests skip [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/fi-glk-j4005/igt@kms_psr@psr-primary-page-flip.html #### Possible fixes #### * igt@i915_module_load@load: - fi-pnv-d510: [ABORT][14] ([i915#13203]) -> [PASS][15] [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15882/fi-pnv-d510/igt@i915_module_load@load.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/fi-pnv-d510/igt@i915_module_load@load.html * igt@i915_selftest@live@workarounds: - bat-arls-5: [DMESG-FAIL][16] -> [PASS][17] +1 other test pass [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15882/bat-arls-5/igt@i915_selftest@live@workarounds.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/bat-arls-5/igt@i915_selftest@live@workarounds.html [i915#12903]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12903 [i915#12904]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12904 [i915#13169]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13169 [i915#13203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13203 [i915#2190]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/2190 [i915#4613]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/4613 Build changes ------------- * Linux: CI_DRM_15882 -> Patchwork_142898v1 CI-20190529: 20190529 CI_DRM_15882: bebe4982a052ff8efee3c9ad2f0ea62d1ebc3482 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8172: 9112581619aa198fa03041d5c7e18e02f42ac00f @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_142898v1: bebe4982a052ff8efee3c9ad2f0ea62d1ebc3482 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v1/index.html ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] drm/i915: Add debug print about hw config table size 2024-12-21 1:19 [PATCH] drm/i915: Add debug print about hw config table size John.C.Harrison 2024-12-21 2:29 ` ✗ i915.CI.BAT: failure for " Patchwork @ 2024-12-23 23:20 ` Daniele Ceraolo Spurio 2024-12-24 18:13 ` John Harrison 2025-01-15 0:22 ` ✓ i915.CI.BAT: success for drm/i915: Add debug print about hw config table size (rev2) Patchwork 2025-01-15 17:11 ` ✗ i915.CI.Full: failure " Patchwork 3 siblings, 1 reply; 9+ messages in thread From: Daniele Ceraolo Spurio @ 2024-12-23 23:20 UTC (permalink / raw) To: John.C.Harrison, Intel-GFX; +Cc: DRI-Devel [-- Attachment #1: Type: text/plain, Size: 1746 bytes --] On 12/20/2024 5:19 PM, John.C.Harrison@Intel.com wrote: > From: John Harrison<John.C.Harrison@Intel.com> > > Add debug info to help investigate a very rare bug: > https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13385 > > Signed-off-by: John Harrison<John.C.Harrison@Intel.com> > --- > drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c > index b67a15f742762..868195c33f5b3 100644 > --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c > +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c > @@ -7,6 +7,7 @@ > #include "gt/intel_hwconfig.h" > #include "i915_drv.h" > #include "i915_memcpy.h" > +#include "intel_guc_print.h" > > /* > * GuC has a blob containing hardware configuration information (HWConfig). > @@ -42,6 +43,8 @@ static int __guc_action_get_hwconfig(struct intel_guc *guc, > }; > int ret; > > + guc_dbg(guc, "Querying HW config table: size = %d, offset = 0x%08X\n", > + ggtt_size, ggtt_offset); This seems to result in a double-log where the first print has no useful information, e.g.: [drm:__guc_action_get_hwconfig [i915]] GT0: GUC: Querying HW config table: size = 0, offset = 0x00000000 [drm:__guc_action_get_hwconfig [i915]] GT0: GUC: Querying HW config table: size = 752, offset = 0x00D05000 Given that only the second log is useful, IMO better to move the guc_dbg to guc_hwconfig_fill_buffer(), because the info needed for the second print is available there and it is only called once. Daniele > ret = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0); > if (ret == -ENXIO) > return -ENOENT; [-- Attachment #2: Type: text/html, Size: 3955 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] drm/i915: Add debug print about hw config table size 2024-12-23 23:20 ` [PATCH] " Daniele Ceraolo Spurio @ 2024-12-24 18:13 ` John Harrison 2024-12-24 19:10 ` Daniele Ceraolo Spurio 0 siblings, 1 reply; 9+ messages in thread From: John Harrison @ 2024-12-24 18:13 UTC (permalink / raw) To: Daniele Ceraolo Spurio, Intel-GFX; +Cc: DRI-Devel [-- Attachment #1: Type: text/plain, Size: 2466 bytes --] On 12/23/2024 15:20, Daniele Ceraolo Spurio wrote: > On 12/20/2024 5:19 PM, John.C.Harrison@Intel.com wrote: >> From: John Harrison<John.C.Harrison@Intel.com> >> >> Add debug info to help investigate a very rare bug: >> https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13385 >> >> Signed-off-by: John Harrison<John.C.Harrison@Intel.com> >> --- >> drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 3 +++ >> 1 file changed, 3 insertions(+) >> >> diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c >> index b67a15f742762..868195c33f5b3 100644 >> --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c >> +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c >> @@ -7,6 +7,7 @@ >> #include "gt/intel_hwconfig.h" >> #include "i915_drv.h" >> #include "i915_memcpy.h" >> +#include "intel_guc_print.h" >> >> /* >> * GuC has a blob containing hardware configuration information (HWConfig). >> @@ -42,6 +43,8 @@ static int __guc_action_get_hwconfig(struct intel_guc *guc, >> }; >> int ret; >> >> + guc_dbg(guc, "Querying HW config table: size = %d, offset = 0x%08X\n", >> + ggtt_size, ggtt_offset); > > This seems to result in a double-log where the first print has no > useful information, e.g.: > > [drm:__guc_action_get_hwconfig [i915]] GT0: GUC: Querying HW config > table: size = 0, offset = 0x00000000 > [drm:__guc_action_get_hwconfig [i915]] GT0: GUC: Querying HW config > table: size = 752, offset = 0x00D05000 > > Given that only the second log is useful, IMO better to move the > guc_dbg to guc_hwconfig_fill_buffer(), because the info needed for the > second print is available there and it is only called once. I disagree that the first print has no useful information. It tells us that a call is being made and these are the parameters. We do not know what the failure is. It seems highly unlikely that the size changes from query to the next given that the table is a fixed entity. It is much more likely to be a caching type issue with GuC reading data the KMD did not write. If so, GuC could potentially read non-zero data for the initial size query and complain that data is invalid. The intention is to report all calls with their parameters to try to narrow down exactly what calls are not working. John. > > Daniele > >> ret = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0); >> if (ret == -ENXIO) >> return -ENOENT; > [-- Attachment #2: Type: text/html, Size: 5061 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] drm/i915: Add debug print about hw config table size 2024-12-24 18:13 ` John Harrison @ 2024-12-24 19:10 ` Daniele Ceraolo Spurio 2025-01-07 1:15 ` John Harrison 0 siblings, 1 reply; 9+ messages in thread From: Daniele Ceraolo Spurio @ 2024-12-24 19:10 UTC (permalink / raw) To: John Harrison, Intel-GFX; +Cc: DRI-Devel [-- Attachment #1: Type: text/plain, Size: 2804 bytes --] On 12/24/2024 10:13 AM, John Harrison wrote: > On 12/23/2024 15:20, Daniele Ceraolo Spurio wrote: >> On 12/20/2024 5:19 PM, John.C.Harrison@Intel.com wrote: >>> From: John Harrison<John.C.Harrison@Intel.com> >>> >>> Add debug info to help investigate a very rare bug: >>> https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13385 >>> >>> Signed-off-by: John Harrison<John.C.Harrison@Intel.com> >>> --- >>> drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 3 +++ >>> 1 file changed, 3 insertions(+) >>> >>> diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c >>> index b67a15f742762..868195c33f5b3 100644 >>> --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c >>> +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c >>> @@ -7,6 +7,7 @@ >>> #include "gt/intel_hwconfig.h" >>> #include "i915_drv.h" >>> #include "i915_memcpy.h" >>> +#include "intel_guc_print.h" >>> >>> /* >>> * GuC has a blob containing hardware configuration information (HWConfig). >>> @@ -42,6 +43,8 @@ static int __guc_action_get_hwconfig(struct intel_guc *guc, >>> }; >>> int ret; >>> >>> + guc_dbg(guc, "Querying HW config table: size = %d, offset = 0x%08X\n", >>> + ggtt_size, ggtt_offset); >> >> This seems to result in a double-log where the first print has no >> useful information, e.g.: >> >> [drm:__guc_action_get_hwconfig [i915]] GT0: GUC: Querying HW config >> table: size = 0, offset = 0x00000000 >> [drm:__guc_action_get_hwconfig [i915]] GT0: GUC: Querying HW config >> table: size = 752, offset = 0x00D05000 >> >> Given that only the second log is useful, IMO better to move the >> guc_dbg to guc_hwconfig_fill_buffer(), because the info needed for >> the second print is available there and it is only called once. > I disagree that the first print has no useful information. It tells us > that a call is being made and these are the parameters. We do not know > what the failure is. It seems highly unlikely that the size changes > from query to the next given that the table is a fixed entity. It is > much more likely to be a caching type issue with GuC reading data the > KMD did not write. If so, GuC could potentially read non-zero data for > the initial size query and complain that data is invalid. > > The intention is to report all calls with their parameters to try to > narrow down exactly what calls are not working. But we don't need both prints to know which of the 2 calls has failed, if the error comes before we get the second print then we know the failure was in the first call, otherwise it was in the second. Daniele > > John. > > >> >> Daniele >> >>> ret = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0); >>> if (ret == -ENXIO) >>> return -ENOENT; >> > [-- Attachment #2: Type: text/html, Size: 5760 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] drm/i915: Add debug print about hw config table size 2024-12-24 19:10 ` Daniele Ceraolo Spurio @ 2025-01-07 1:15 ` John Harrison 2025-01-13 19:48 ` Julia Filipchuk 0 siblings, 1 reply; 9+ messages in thread From: John Harrison @ 2025-01-07 1:15 UTC (permalink / raw) To: Daniele Ceraolo Spurio, Intel-GFX; +Cc: DRI-Devel [-- Attachment #1: Type: text/plain, Size: 3262 bytes --] On 12/24/2024 11:10, Daniele Ceraolo Spurio wrote: > On 12/24/2024 10:13 AM, John Harrison wrote: >> On 12/23/2024 15:20, Daniele Ceraolo Spurio wrote: >>> On 12/20/2024 5:19 PM, John.C.Harrison@Intel.com wrote: >>>> From: John Harrison<John.C.Harrison@Intel.com> >>>> >>>> Add debug info to help investigate a very rare bug: >>>> https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13385 >>>> >>>> Signed-off-by: John Harrison<John.C.Harrison@Intel.com> >>>> --- >>>> drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c | 3 +++ >>>> 1 file changed, 3 insertions(+) >>>> >>>> diff --git a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c >>>> index b67a15f742762..868195c33f5b3 100644 >>>> --- a/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c >>>> +++ b/drivers/gpu/drm/i915/gt/uc/intel_guc_hwconfig.c >>>> @@ -7,6 +7,7 @@ >>>> #include "gt/intel_hwconfig.h" >>>> #include "i915_drv.h" >>>> #include "i915_memcpy.h" >>>> +#include "intel_guc_print.h" >>>> >>>> /* >>>> * GuC has a blob containing hardware configuration information (HWConfig). >>>> @@ -42,6 +43,8 @@ static int __guc_action_get_hwconfig(struct intel_guc *guc, >>>> }; >>>> int ret; >>>> >>>> + guc_dbg(guc, "Querying HW config table: size = %d, offset = 0x%08X\n", >>>> + ggtt_size, ggtt_offset); >>> >>> This seems to result in a double-log where the first print has no >>> useful information, e.g.: >>> >>> [drm:__guc_action_get_hwconfig [i915]] GT0: GUC: Querying HW config >>> table: size = 0, offset = 0x00000000 >>> [drm:__guc_action_get_hwconfig [i915]] GT0: GUC: Querying HW config >>> table: size = 752, offset = 0x00D05000 >>> >>> Given that only the second log is useful, IMO better to move the >>> guc_dbg to guc_hwconfig_fill_buffer(), because the info needed for >>> the second print is available there and it is only called once. >> I disagree that the first print has no useful information. It tells >> us that a call is being made and these are the parameters. We do not >> know what the failure is. It seems highly unlikely that the size >> changes from query to the next given that the table is a fixed >> entity. It is much more likely to be a caching type issue with GuC >> reading data the KMD did not write. If so, GuC could potentially read >> non-zero data for the initial size query and complain that data is >> invalid. >> >> The intention is to report all calls with their parameters to try to >> narrow down exactly what calls are not working. > > But we don't need both prints to know which of the 2 calls has failed, > if the error comes before we get the second print then we know the > failure was in the first call, otherwise it was in the second. Is it really such a problem to have two lines of debug print instead of one? Given that this is a 'this cannot possibly happen' type bug, I would much rather have totally explicit debug at the point of operation rather than something further back that requires making assumptions about what is or is not happening. John. > > Daniele > >> >> John. >> >> >>> >>> Daniele >>> >>>> ret = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action), NULL, 0); >>>> if (ret == -ENXIO) >>>> return -ENOENT; >>> >> > [-- Attachment #2: Type: text/html, Size: 6482 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] drm/i915: Add debug print about hw config table size 2025-01-07 1:15 ` John Harrison @ 2025-01-13 19:48 ` Julia Filipchuk 0 siblings, 0 replies; 9+ messages in thread From: Julia Filipchuk @ 2025-01-13 19:48 UTC (permalink / raw) To: John Harrison, Daniele Ceraolo Spurio, Intel-GFX; +Cc: DRI-Devel Explicit printing prior to guc interaction provides the needed information. We could always add more detailed logging of internal state, but this seems like a fine trade-off. Reviewed-by: Julia Filipchuk <julia.filipchuk@intel.com> ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✓ i915.CI.BAT: success for drm/i915: Add debug print about hw config table size (rev2) 2024-12-21 1:19 [PATCH] drm/i915: Add debug print about hw config table size John.C.Harrison 2024-12-21 2:29 ` ✗ i915.CI.BAT: failure for " Patchwork 2024-12-23 23:20 ` [PATCH] " Daniele Ceraolo Spurio @ 2025-01-15 0:22 ` Patchwork 2025-01-15 17:11 ` ✗ i915.CI.Full: failure " Patchwork 3 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2025-01-15 0:22 UTC (permalink / raw) To: John Harrison; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 4188 bytes --] == Series Details == Series: drm/i915: Add debug print about hw config table size (rev2) URL : https://patchwork.freedesktop.org/series/142898/ State : success == Summary == CI Bug Log - changes from CI_DRM_15957 -> Patchwork_142898v2 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/index.html Participating hosts (43 -> 40) ------------------------------ Missing (3): fi-blb-e6850 fi-glk-j4005 fi-snb-2520m Known issues ------------ Here are the changes found in Patchwork_142898v2 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_module_load@load: - fi-pnv-d510: [PASS][1] -> [ABORT][2] ([i915#13203]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/fi-pnv-d510/igt@i915_module_load@load.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/fi-pnv-d510/igt@i915_module_load@load.html * igt@i915_pm_rpm@module-reload: - bat-dg2-11: [PASS][3] -> [FAIL][4] ([i915#13401]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/bat-dg2-11/igt@i915_pm_rpm@module-reload.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/bat-dg2-11/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live@gt_mocs: - bat-twl-2: NOTRUN -> [ABORT][5] ([i915#12919]) +1 other test abort [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/bat-twl-2/igt@i915_selftest@live@gt_mocs.html * igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence: - bat-dg2-11: [PASS][6] -> [SKIP][7] ([i915#9197]) +2 other tests skip [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/bat-dg2-11/igt@kms_pipe_crc_basic@nonblocking-crc-frame-sequence.html #### Possible fixes #### * igt@i915_selftest@live: - bat-twl-1: [ABORT][8] -> [PASS][9] +1 other test pass [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/bat-twl-1/igt@i915_selftest@live.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/bat-twl-1/igt@i915_selftest@live.html * igt@i915_selftest@live@late_gt_pm: - fi-cfl-8109u: [DMESG-WARN][10] ([i915#11621]) -> [PASS][11] +132 other tests pass [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/fi-cfl-8109u/igt@i915_selftest@live@late_gt_pm.html * igt@i915_selftest@live@workarounds: - {bat-mtlp-9}: [DMESG-FAIL][12] ([i915#13393]) -> [PASS][13] [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/bat-mtlp-9/igt@i915_selftest@live@workarounds.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/bat-mtlp-9/igt@i915_selftest@live@workarounds.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [i915#11621]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11621 [i915#12919]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12919 [i915#13203]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13203 [i915#13393]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13393 [i915#13401]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13401 [i915#9197]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9197 Build changes ------------- * Linux: CI_DRM_15957 -> Patchwork_142898v2 CI-20190529: 20190529 CI_DRM_15957: a45139b1e7578c7a4f1cbe8fae0943416a174136 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_8190: db6e252e00bc44f90b678d547e93b3f02c02c6de @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git Patchwork_142898v2: a45139b1e7578c7a4f1cbe8fae0943416a174136 @ git://anongit.freedesktop.org/gfx-ci/linux == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/index.html [-- Attachment #2: Type: text/html, Size: 4962 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ i915.CI.Full: failure for drm/i915: Add debug print about hw config table size (rev2) 2024-12-21 1:19 [PATCH] drm/i915: Add debug print about hw config table size John.C.Harrison ` (2 preceding siblings ...) 2025-01-15 0:22 ` ✓ i915.CI.BAT: success for drm/i915: Add debug print about hw config table size (rev2) Patchwork @ 2025-01-15 17:11 ` Patchwork 3 siblings, 0 replies; 9+ messages in thread From: Patchwork @ 2025-01-15 17:11 UTC (permalink / raw) To: John Harrison; +Cc: intel-gfx [-- Attachment #1: Type: text/plain, Size: 100286 bytes --] == Series Details == Series: drm/i915: Add debug print about hw config table size (rev2) URL : https://patchwork.freedesktop.org/series/142898/ State : failure == Summary == CI Bug Log - changes from CI_DRM_15957_full -> Patchwork_142898v2_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_142898v2_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_142898v2_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 (12 -> 12) ------------------------------ No changes in participating hosts Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_142898v2_full: ### IGT changes ### #### Possible regressions #### * igt@gem_tiled_swapping@non-threaded: - shard-tglu: [PASS][1] -> [FAIL][2] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-tglu-8/igt@gem_tiled_swapping@non-threaded.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@gem_tiled_swapping@non-threaded.html * igt@i915_module_load@reload-with-fault-injection: - shard-rkl: NOTRUN -> [ABORT][3] [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@i915_module_load@reload-with-fault-injection.html * igt@perf_pmu@all-busy-check-all: - shard-mtlp: [PASS][4] -> [FAIL][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-2/igt@perf_pmu@all-busy-check-all.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-7/igt@perf_pmu@all-busy-check-all.html * igt@perf_pmu@module-unload: - shard-rkl: NOTRUN -> [INCOMPLETE][6] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@perf_pmu@module-unload.html #### Warnings #### * igt@gem_eio@hibernate: - shard-dg2: [ABORT][7] ([i915#10030] / [i915#7975] / [i915#8213]) -> [DMESG-WARN][8] [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-2/igt@gem_eio@hibernate.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@gem_eio@hibernate.html Known issues ------------ Here are the changes found in Patchwork_142898v2_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@api_intel_bb@crc32: - shard-dg1: NOTRUN -> [SKIP][9] ([i915#6230]) [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@api_intel_bb@crc32.html - shard-tglu: NOTRUN -> [SKIP][10] ([i915#6230]) [10]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@api_intel_bb@crc32.html * igt@api_intel_bb@object-reloc-keep-cache: - shard-dg1: NOTRUN -> [SKIP][11] ([i915#8411]) [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@api_intel_bb@object-reloc-keep-cache.html * igt@api_intel_bb@object-reloc-purge-cache: - shard-dg2: NOTRUN -> [SKIP][12] ([i915#8411]) [12]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@api_intel_bb@object-reloc-purge-cache.html * igt@device_reset@cold-reset-bound: - shard-tglu-1: NOTRUN -> [SKIP][13] ([i915#11078]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@device_reset@cold-reset-bound.html * igt@device_reset@unbind-cold-reset-rebind: - shard-rkl: NOTRUN -> [SKIP][14] ([i915#11078]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@device_reset@unbind-cold-reset-rebind.html * igt@device_reset@unbind-reset-rebind: - shard-tglu: [PASS][15] -> [ABORT][16] ([i915#12817] / [i915#5507]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-tglu-7/igt@device_reset@unbind-reset-rebind.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-5/igt@device_reset@unbind-reset-rebind.html * igt@drm_fdinfo@most-busy-check-all@bcs0: - shard-dg2: NOTRUN -> [SKIP][17] ([i915#8414]) +18 other tests skip [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@drm_fdinfo@most-busy-check-all@bcs0.html * igt@drm_fdinfo@most-busy-idle-check-all@bcs0: - shard-dg1: NOTRUN -> [SKIP][18] ([i915#8414]) +12 other tests skip [18]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@drm_fdinfo@most-busy-idle-check-all@bcs0.html * igt@gem_basic@multigpu-create-close: - shard-dg2: NOTRUN -> [SKIP][19] ([i915#7697]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@gem_basic@multigpu-create-close.html * igt@gem_ccs@block-copy-compressed: - shard-dg1: NOTRUN -> [SKIP][20] ([i915#3555] / [i915#9323]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@gem_ccs@block-copy-compressed.html * igt@gem_ccs@block-multicopy-inplace: - shard-tglu-1: NOTRUN -> [SKIP][21] ([i915#3555] / [i915#9323]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@gem_ccs@block-multicopy-inplace.html * igt@gem_ccs@large-ctrl-surf-copy: - shard-dg1: NOTRUN -> [SKIP][22] ([i915#13008]) [22]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@gem_ccs@large-ctrl-surf-copy.html - shard-tglu: NOTRUN -> [SKIP][23] ([i915#13008]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@gem_ccs@large-ctrl-surf-copy.html * igt@gem_ccs@suspend-resume: - shard-dg2: NOTRUN -> [INCOMPLETE][24] ([i915#7297]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@gem_ccs@suspend-resume.html - shard-rkl: NOTRUN -> [SKIP][25] ([i915#9323]) +1 other test skip [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-5/igt@gem_ccs@suspend-resume.html - shard-dg1: NOTRUN -> [SKIP][26] ([i915#9323]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@gem_ccs@suspend-resume.html * igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-lmem0-lmem0: - shard-dg2: NOTRUN -> [INCOMPLETE][27] ([i915#12392]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@gem_ccs@suspend-resume@tile64-compressed-compfmt0-lmem0-lmem0.html * igt@gem_create@create-ext-set-pat: - shard-tglu-1: NOTRUN -> [SKIP][28] ([i915#8562]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@gem_create@create-ext-set-pat.html * igt@gem_ctx_persistence@file: - shard-snb: NOTRUN -> [SKIP][29] ([i915#1099]) +1 other test skip [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-snb5/igt@gem_ctx_persistence@file.html * igt@gem_ctx_sseu@engines: - shard-tglu-1: NOTRUN -> [SKIP][30] ([i915#280]) [30]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@gem_ctx_sseu@engines.html * igt@gem_ctx_sseu@invalid-sseu: - shard-dg2: NOTRUN -> [SKIP][31] ([i915#280]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@gem_ctx_sseu@invalid-sseu.html - shard-rkl: NOTRUN -> [SKIP][32] ([i915#280]) +1 other test skip [32]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-5/igt@gem_ctx_sseu@invalid-sseu.html - shard-dg1: NOTRUN -> [SKIP][33] ([i915#280]) [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@gem_ctx_sseu@invalid-sseu.html * igt@gem_eio@kms: - shard-tglu-1: NOTRUN -> [DMESG-WARN][34] ([i915#13363]) [34]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@gem_eio@kms.html * igt@gem_eio@reset-stress: - shard-dg1: NOTRUN -> [FAIL][35] ([i915#12543] / [i915#5784]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@gem_eio@reset-stress.html * igt@gem_exec_balancer@bonded-false-hang: - shard-dg2: NOTRUN -> [SKIP][36] ([i915#4812]) +3 other tests skip [36]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@gem_exec_balancer@bonded-false-hang.html * igt@gem_exec_balancer@invalid-bonds: - shard-dg2: NOTRUN -> [SKIP][37] ([i915#4036]) [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@gem_exec_balancer@invalid-bonds.html - shard-dg1: NOTRUN -> [SKIP][38] ([i915#4036]) [38]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@gem_exec_balancer@invalid-bonds.html * igt@gem_exec_balancer@noheartbeat: - shard-dg2: NOTRUN -> [SKIP][39] ([i915#8555]) +2 other tests skip [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@gem_exec_balancer@noheartbeat.html * igt@gem_exec_balancer@parallel-contexts: - shard-rkl: NOTRUN -> [SKIP][40] ([i915#4525]) [40]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@gem_exec_balancer@parallel-contexts.html * igt@gem_exec_capture@capture-invisible: - shard-dg1: NOTRUN -> [SKIP][41] ([i915#6334]) +2 other tests skip [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@gem_exec_capture@capture-invisible.html * igt@gem_exec_capture@capture@vecs0-lmem0: - shard-dg2: NOTRUN -> [FAIL][42] ([i915#11965]) +4 other tests fail [42]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@gem_exec_capture@capture@vecs0-lmem0.html - shard-dg1: NOTRUN -> [FAIL][43] ([i915#11965]) +2 other tests fail [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@gem_exec_capture@capture@vecs0-lmem0.html * igt@gem_exec_fence@submit67: - shard-dg1: NOTRUN -> [SKIP][44] ([i915#4812]) [44]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@gem_exec_fence@submit67.html * igt@gem_exec_flush@basic-batch-kernel-default-cmd: - shard-dg2: NOTRUN -> [SKIP][45] ([i915#3539] / [i915#4852]) +1 other test skip [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@gem_exec_flush@basic-batch-kernel-default-cmd.html * igt@gem_exec_flush@basic-uc-set-default: - shard-dg1: NOTRUN -> [SKIP][46] ([i915#3539]) [46]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@gem_exec_flush@basic-uc-set-default.html * igt@gem_exec_flush@basic-wb-rw-before-default: - shard-dg1: NOTRUN -> [SKIP][47] ([i915#3539] / [i915#4852]) [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@gem_exec_flush@basic-wb-rw-before-default.html * igt@gem_exec_params@rsvd2-dirt: - shard-dg2: NOTRUN -> [SKIP][48] ([i915#5107]) [48]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@gem_exec_params@rsvd2-dirt.html * igt@gem_exec_reloc@basic-active: - shard-dg2: NOTRUN -> [SKIP][49] ([i915#3281]) +17 other tests skip [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@gem_exec_reloc@basic-active.html * igt@gem_exec_reloc@basic-wc-cpu-noreloc: - shard-dg1: NOTRUN -> [SKIP][50] ([i915#3281]) +16 other tests skip [50]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@gem_exec_reloc@basic-wc-cpu-noreloc.html * igt@gem_exec_reloc@basic-write-read-noreloc: - shard-rkl: NOTRUN -> [SKIP][51] ([i915#3281]) +10 other tests skip [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@gem_exec_reloc@basic-write-read-noreloc.html * igt@gem_exec_schedule@reorder-wide: - shard-dg2: NOTRUN -> [SKIP][52] ([i915#4537] / [i915#4812]) [52]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@gem_exec_schedule@reorder-wide.html * igt@gem_exec_suspend@basic-s0@smem: - shard-dg2: NOTRUN -> [INCOMPLETE][53] ([i915#11441] / [i915#13304]) +1 other test incomplete [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@gem_exec_suspend@basic-s0@smem.html * igt@gem_exec_suspend@basic-s3: - shard-rkl: NOTRUN -> [DMESG-FAIL][54] ([i915#12964]) +1 other test dmesg-fail [54]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@gem_exec_suspend@basic-s3.html * igt@gem_fence_thrash@bo-write-verify-threaded-none: - shard-dg1: NOTRUN -> [SKIP][55] ([i915#4860]) [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@gem_fence_thrash@bo-write-verify-threaded-none.html * igt@gem_fence_thrash@bo-write-verify-y: - shard-dg2: NOTRUN -> [SKIP][56] ([i915#4860]) [56]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@gem_fence_thrash@bo-write-verify-y.html * igt@gem_huc_copy@huc-copy: - shard-tglu: NOTRUN -> [SKIP][57] ([i915#2190]) [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@gem_huc_copy@huc-copy.html * igt@gem_lmem_swapping@heavy-verify-random-ccs: - shard-rkl: NOTRUN -> [SKIP][58] ([i915#4613]) +1 other test skip [58]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@gem_lmem_swapping@heavy-verify-random-ccs.html * igt@gem_lmem_swapping@massive-random: - shard-glk: NOTRUN -> [SKIP][59] ([i915#4613]) +1 other test skip [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk5/igt@gem_lmem_swapping@massive-random.html * igt@gem_lmem_swapping@parallel-random-verify-ccs: - shard-tglu: NOTRUN -> [SKIP][60] ([i915#4613]) +1 other test skip [60]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@gem_lmem_swapping@parallel-random-verify-ccs.html * igt@gem_lmem_swapping@verify-random-ccs: - shard-tglu-1: NOTRUN -> [SKIP][61] ([i915#4613]) +2 other tests skip [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@gem_lmem_swapping@verify-random-ccs.html * igt@gem_mmap_gtt@big-copy-odd: - shard-dg2: NOTRUN -> [SKIP][62] ([i915#4077]) +17 other tests skip [62]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@gem_mmap_gtt@big-copy-odd.html * igt@gem_mmap_gtt@medium-copy-odd: - shard-dg1: NOTRUN -> [SKIP][63] ([i915#4077]) +14 other tests skip [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@gem_mmap_gtt@medium-copy-odd.html * igt@gem_mmap_offset@clear-via-pagefault: - shard-mtlp: [PASS][64] -> [ABORT][65] ([i915#10729]) +1 other test abort [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-3/igt@gem_mmap_offset@clear-via-pagefault.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-8/igt@gem_mmap_offset@clear-via-pagefault.html * igt@gem_mmap_wc@fault-concurrent: - shard-dg2: NOTRUN -> [SKIP][66] ([i915#4083]) +6 other tests skip [66]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-7/igt@gem_mmap_wc@fault-concurrent.html * igt@gem_mmap_wc@write-prefaulted: - shard-dg1: NOTRUN -> [SKIP][67] ([i915#4083]) +2 other tests skip [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@gem_mmap_wc@write-prefaulted.html * igt@gem_partial_pwrite_pread@writes-after-reads: - shard-dg1: NOTRUN -> [SKIP][68] ([i915#3282]) +3 other tests skip [68]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@gem_partial_pwrite_pread@writes-after-reads.html * igt@gem_pwrite@basic-exhaustion: - shard-rkl: NOTRUN -> [SKIP][69] ([i915#3282]) +4 other tests skip [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@gem_pwrite@basic-exhaustion.html * igt@gem_pxp@create-valid-protected-context: - shard-rkl: NOTRUN -> [TIMEOUT][70] ([i915#12964]) [70]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@gem_pxp@create-valid-protected-context.html * igt@gem_pxp@protected-encrypted-src-copy-not-readible: - shard-rkl: NOTRUN -> [TIMEOUT][71] ([i915#12917] / [i915#12964]) +2 other tests timeout [71]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@gem_pxp@protected-encrypted-src-copy-not-readible.html * igt@gem_pxp@regular-baseline-src-copy-readible: - shard-dg2: NOTRUN -> [SKIP][72] ([i915#4270]) +5 other tests skip [72]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@gem_pxp@regular-baseline-src-copy-readible.html * igt@gem_pxp@reject-modify-context-protection-off-3: - shard-snb: NOTRUN -> [SKIP][73] +145 other tests skip [73]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-snb4/igt@gem_pxp@reject-modify-context-protection-off-3.html * igt@gem_pxp@verify-pxp-execution-after-suspend-resume: - shard-dg1: NOTRUN -> [SKIP][74] ([i915#4270]) +2 other tests skip [74]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@gem_pxp@verify-pxp-execution-after-suspend-resume.html * igt@gem_readwrite@beyond-eob: - shard-dg2: NOTRUN -> [SKIP][75] ([i915#3282]) +8 other tests skip [75]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@gem_readwrite@beyond-eob.html * igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs: - shard-dg2: NOTRUN -> [SKIP][76] ([i915#5190] / [i915#8428]) +9 other tests skip [76]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@gem_render_copy@y-tiled-mc-ccs-to-yf-tiled-ccs.html * igt@gem_set_tiling_vs_blt@tiled-to-untiled: - shard-rkl: NOTRUN -> [SKIP][77] ([i915#8411]) +1 other test skip [77]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@gem_set_tiling_vs_blt@tiled-to-untiled.html * igt@gem_set_tiling_vs_blt@untiled-to-tiled: - shard-dg1: NOTRUN -> [SKIP][78] ([i915#4079]) +4 other tests skip [78]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@gem_set_tiling_vs_blt@untiled-to-tiled.html * igt@gem_tiled_pread_basic: - shard-dg2: NOTRUN -> [SKIP][79] ([i915#4079]) +2 other tests skip [79]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@gem_tiled_pread_basic.html * igt@gem_unfence_active_buffers: - shard-dg1: NOTRUN -> [SKIP][80] ([i915#4879]) [80]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@gem_unfence_active_buffers.html - shard-dg2: NOTRUN -> [SKIP][81] ([i915#4879]) [81]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@gem_unfence_active_buffers.html * igt@gem_userptr_blits@access-control: - shard-dg1: NOTRUN -> [SKIP][82] ([i915#3297]) +1 other test skip [82]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@gem_userptr_blits@access-control.html * igt@gem_userptr_blits@coherency-unsync: - shard-tglu-1: NOTRUN -> [SKIP][83] ([i915#3297]) +1 other test skip [83]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@gem_userptr_blits@coherency-unsync.html * igt@gem_userptr_blits@dmabuf-sync: - shard-tglu: NOTRUN -> [SKIP][84] ([i915#3297] / [i915#3323]) [84]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@gem_userptr_blits@dmabuf-sync.html * igt@gem_userptr_blits@dmabuf-unsync: - shard-dg2: NOTRUN -> [SKIP][85] ([i915#3297]) +4 other tests skip [85]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@gem_userptr_blits@dmabuf-unsync.html * igt@gem_userptr_blits@forbidden-operations: - shard-dg1: NOTRUN -> [SKIP][86] ([i915#3282] / [i915#3297]) [86]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@gem_userptr_blits@forbidden-operations.html * igt@gem_userptr_blits@map-fixed-invalidate-busy: - shard-dg2: NOTRUN -> [SKIP][87] ([i915#3297] / [i915#4880]) [87]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@gem_userptr_blits@map-fixed-invalidate-busy.html * igt@gem_userptr_blits@relocations: - shard-rkl: NOTRUN -> [SKIP][88] ([i915#3281] / [i915#3297]) [88]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@gem_userptr_blits@relocations.html * igt@gem_userptr_blits@sd-probe: - shard-dg2: NOTRUN -> [SKIP][89] ([i915#3297] / [i915#4958]) [89]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@gem_userptr_blits@sd-probe.html * igt@gem_userptr_blits@unsync-unmap: - shard-rkl: NOTRUN -> [SKIP][90] ([i915#3297]) [90]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@gem_userptr_blits@unsync-unmap.html * igt@gem_userptr_blits@unsync-unmap-after-close: - shard-tglu: NOTRUN -> [SKIP][91] ([i915#3297]) +1 other test skip [91]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@gem_userptr_blits@unsync-unmap-after-close.html * igt@gen9_exec_parse@bb-start-cmd: - shard-tglu-1: NOTRUN -> [SKIP][92] ([i915#2527] / [i915#2856]) +2 other tests skip [92]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@gen9_exec_parse@bb-start-cmd.html * igt@gen9_exec_parse@bb-start-far: - shard-rkl: NOTRUN -> [SKIP][93] ([i915#2527]) +4 other tests skip [93]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@gen9_exec_parse@bb-start-far.html * igt@gen9_exec_parse@bb-start-param: - shard-dg1: NOTRUN -> [SKIP][94] ([i915#2527]) +3 other tests skip [94]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@gen9_exec_parse@bb-start-param.html * igt@gen9_exec_parse@cmd-crossing-page: - shard-tglu: NOTRUN -> [SKIP][95] ([i915#2527] / [i915#2856]) +1 other test skip [95]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@gen9_exec_parse@cmd-crossing-page.html * igt@gen9_exec_parse@unaligned-access: - shard-dg2: NOTRUN -> [SKIP][96] ([i915#2856]) +4 other tests skip [96]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@gen9_exec_parse@unaligned-access.html * igt@i915_module_load@reload-with-fault-injection: - shard-tglu: [PASS][97] -> [ABORT][98] ([i915#12817] / [i915#9820]) [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-tglu-7/igt@i915_module_load@reload-with-fault-injection.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-5/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_module_load@resize-bar: - shard-dg1: NOTRUN -> [SKIP][99] ([i915#7178]) [99]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@i915_module_load@resize-bar.html - shard-tglu: NOTRUN -> [SKIP][100] ([i915#6412]) [100]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@i915_module_load@resize-bar.html * igt@i915_pm_freq_api@freq-suspend@gt0: - shard-dg2: [PASS][101] -> [INCOMPLETE][102] ([i915#12455]) +1 other test incomplete [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-10/igt@i915_pm_freq_api@freq-suspend@gt0.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-4/igt@i915_pm_freq_api@freq-suspend@gt0.html * igt@i915_pm_rc6_residency@rc6-accuracy: - shard-rkl: NOTRUN -> [FAIL][103] ([i915#12942]) +1 other test fail [103]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@i915_pm_rc6_residency@rc6-accuracy.html * igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0: - shard-dg1: [PASS][104] -> [FAIL][105] ([i915#12739] / [i915#3591]) [104]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html [105]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-12/igt@i915_pm_rc6_residency@rc6-idle@gt0-vecs0.html * igt@i915_pm_rpm@gem-execbuf-stress-pc8: - shard-glk: NOTRUN -> [SKIP][106] +139 other tests skip [106]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk7/igt@i915_pm_rpm@gem-execbuf-stress-pc8.html * igt@i915_pm_rps@min-max-config-idle: - shard-dg2: NOTRUN -> [SKIP][107] ([i915#11681] / [i915#6621]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@i915_pm_rps@min-max-config-idle.html - shard-dg1: NOTRUN -> [SKIP][108] ([i915#11681] / [i915#6621]) [108]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@i915_pm_rps@min-max-config-idle.html * igt@i915_pm_rps@thresholds-park: - shard-dg2: NOTRUN -> [SKIP][109] ([i915#11681]) [109]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@i915_pm_rps@thresholds-park.html * igt@i915_pm_sseu@full-enable: - shard-tglu-1: NOTRUN -> [SKIP][110] ([i915#4387]) [110]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@i915_pm_sseu@full-enable.html * igt@i915_query@test-query-geometry-subslices: - shard-tglu-1: NOTRUN -> [SKIP][111] ([i915#5723]) [111]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@i915_query@test-query-geometry-subslices.html * igt@i915_selftest@mock: - shard-tglu: NOTRUN -> [DMESG-WARN][112] ([i915#9311]) +1 other test dmesg-warn [112]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@i915_selftest@mock.html * igt@i915_selftest@mock@memory_region: - shard-dg1: NOTRUN -> [DMESG-WARN][113] ([i915#9311]) +1 other test dmesg-warn [113]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@i915_selftest@mock@memory_region.html * igt@i915_suspend@basic-s3-without-i915: - shard-tglu-1: NOTRUN -> [INCOMPLETE][114] ([i915#7443]) [114]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@i915_suspend@basic-s3-without-i915.html * igt@kms_addfb_basic@basic-y-tiled-legacy: - shard-dg1: NOTRUN -> [SKIP][115] ([i915#4215]) [115]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_addfb_basic@basic-y-tiled-legacy.html - shard-dg2: NOTRUN -> [SKIP][116] ([i915#4215] / [i915#5190]) [116]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-7/igt@kms_addfb_basic@basic-y-tiled-legacy.html * igt@kms_addfb_basic@clobberred-modifier: - shard-dg2: NOTRUN -> [SKIP][117] ([i915#4212]) +1 other test skip [117]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-7/igt@kms_addfb_basic@clobberred-modifier.html - shard-dg1: NOTRUN -> [SKIP][118] ([i915#4212]) +1 other test skip [118]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_addfb_basic@clobberred-modifier.html * igt@kms_addfb_basic@invalid-smem-bo-on-discrete: - shard-tglu: NOTRUN -> [SKIP][119] ([i915#12454] / [i915#12712]) [119]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@kms_addfb_basic@invalid-smem-bo-on-discrete.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-4-y-rc-ccs-cc: - shard-dg1: NOTRUN -> [SKIP][120] ([i915#8709]) +7 other tests skip [120]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-a-hdmi-a-4-y-rc-ccs-cc.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs: - shard-rkl: NOTRUN -> [SKIP][121] ([i915#8709]) +3 other tests skip [121]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-5/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-2-y-rc-ccs.html * igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-3-4-rc-ccs: - shard-dg2: NOTRUN -> [SKIP][122] ([i915#8709]) +23 other tests skip [122]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_async_flips@async-flip-with-page-flip-events-atomic@pipe-b-hdmi-a-3-4-rc-ccs.html * igt@kms_atomic@plane-primary-overlay-mutable-zpos: - shard-dg1: NOTRUN -> [SKIP][123] ([i915#9531]) [123]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_atomic@plane-primary-overlay-mutable-zpos.html * igt@kms_atomic_transition@modeset-transition-fencing: - shard-glk: [PASS][124] -> [FAIL][125] ([i915#12238]) [124]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-glk9/igt@kms_atomic_transition@modeset-transition-fencing.html [125]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk8/igt@kms_atomic_transition@modeset-transition-fencing.html * igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs: - shard-glk: [PASS][126] -> [FAIL][127] ([i915#11859]) [126]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-glk9/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html [127]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk8/igt@kms_atomic_transition@modeset-transition-fencing@2x-outputs.html * igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels: - shard-dg2: NOTRUN -> [SKIP][128] ([i915#1769] / [i915#3555]) [128]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_atomic_transition@plane-all-modeset-transition-fencing-internal-panels.html * igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels: - shard-glk: NOTRUN -> [SKIP][129] ([i915#1769]) [129]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk7/igt@kms_atomic_transition@plane-all-modeset-transition-internal-panels.html * igt@kms_big_fb@4-tiled-8bpp-rotate-90: - shard-rkl: NOTRUN -> [SKIP][130] ([i915#5286]) +8 other tests skip [130]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_big_fb@4-tiled-8bpp-rotate-90.html * igt@kms_big_fb@4-tiled-addfb: - shard-tglu-1: NOTRUN -> [SKIP][131] ([i915#5286]) +3 other tests skip [131]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_big_fb@4-tiled-addfb.html * igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-dg1: NOTRUN -> [SKIP][132] ([i915#4538] / [i915#5286]) +6 other tests skip [132]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_big_fb@4-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0: - shard-tglu: NOTRUN -> [SKIP][133] ([i915#5286]) +2 other tests skip [133]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html - shard-mtlp: [PASS][134] -> [FAIL][135] ([i915#5138]) [134]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html [135]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0.html * igt@kms_big_fb@linear-8bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][136] ([i915#3638]) +1 other test skip [136]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@kms_big_fb@linear-8bpp-rotate-270.html * igt@kms_big_fb@x-tiled-32bpp-rotate-270: - shard-dg1: NOTRUN -> [SKIP][137] ([i915#3638]) +2 other tests skip [137]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_big_fb@x-tiled-32bpp-rotate-270.html * igt@kms_big_fb@y-tiled-addfb: - shard-dg2: NOTRUN -> [SKIP][138] ([i915#5190]) +3 other tests skip [138]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_big_fb@y-tiled-addfb.html * igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip: - shard-dg2: NOTRUN -> [SKIP][139] ([i915#4538] / [i915#5190]) +17 other tests skip [139]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_big_fb@y-tiled-max-hw-stride-64bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-16bpp-rotate-270: - shard-rkl: NOTRUN -> [SKIP][140] +20 other tests skip [140]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_big_fb@yf-tiled-16bpp-rotate-270.html * igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip: - shard-tglu: NOTRUN -> [SKIP][141] +56 other tests skip [141]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html * igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180: - shard-dg1: NOTRUN -> [SKIP][142] ([i915#4538]) +4 other tests skip [142]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_big_fb@yf-tiled-max-hw-stride-64bpp-rotate-180.html * igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1: - shard-dg2: NOTRUN -> [SKIP][143] ([i915#10307] / [i915#10434] / [i915#6095]) +3 other tests skip [143]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs@pipe-d-hdmi-a-1.html * igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][144] ([i915#10307] / [i915#6095]) +209 other tests skip [144]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_ccs@ccs-on-another-bo-yf-tiled-ccs@pipe-a-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs: - shard-dg1: NOTRUN -> [SKIP][145] ([i915#12805]) [145]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_ccs@crc-primary-suspend-4-tiled-bmg-ccs.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-dp-4: - shard-dg2: NOTRUN -> [SKIP][146] ([i915#6095]) +21 other tests skip [146]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-10/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-c-dp-4.html * igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-3: - shard-dg1: NOTRUN -> [SKIP][147] ([i915#6095]) +212 other tests skip [147]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-12/igt@kms_ccs@crc-primary-suspend-4-tiled-mtl-rc-ccs-cc@pipe-d-hdmi-a-3.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs: - shard-glk: NOTRUN -> [INCOMPLETE][148] ([i915#12796]) +1 other test incomplete [148]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk5/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs.html * igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1: - shard-tglu-1: NOTRUN -> [SKIP][149] ([i915#6095]) +54 other tests skip [149]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_ccs@crc-primary-suspend-yf-tiled-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1: - shard-tglu: NOTRUN -> [SKIP][150] ([i915#6095]) +44 other tests skip [150]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-dg2-mc-ccs@pipe-a-hdmi-a-1.html * igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs: - shard-rkl: NOTRUN -> [SKIP][151] ([i915#6095]) +108 other tests skip [151]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_ccs@missing-ccs-buffer-y-tiled-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs: - shard-tglu-1: NOTRUN -> [SKIP][152] ([i915#12313]) [152]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_ccs@random-ccs-data-4-tiled-bmg-ccs.html * igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs: - shard-dg1: NOTRUN -> [SKIP][153] ([i915#12313]) +2 other tests skip [153]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html - shard-tglu: NOTRUN -> [SKIP][154] ([i915#12313]) +1 other test skip [154]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html - shard-dg2: NOTRUN -> [SKIP][155] ([i915#12313]) +2 other tests skip [155]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_ccs@random-ccs-data-4-tiled-lnl-ccs.html * igt@kms_cdclk@mode-transition: - shard-dg2: NOTRUN -> [SKIP][156] ([i915#11616] / [i915#7213]) [156]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@kms_cdclk@mode-transition.html * igt@kms_cdclk@mode-transition-all-outputs: - shard-tglu: NOTRUN -> [SKIP][157] ([i915#3742]) [157]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_cdclk@mode-transition-all-outputs.html * igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2: - shard-dg2: NOTRUN -> [SKIP][158] ([i915#7213]) +3 other tests skip [158]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@kms_cdclk@mode-transition@pipe-b-hdmi-a-2.html * igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [SKIP][159] ([i915#4087]) +3 other tests skip [159]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@kms_cdclk@plane-scaling@pipe-b-hdmi-a-3.html * igt@kms_chamelium_edid@vga-edid-read: - shard-tglu: NOTRUN -> [SKIP][160] ([i915#11151] / [i915#7828]) +4 other tests skip [160]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_chamelium_edid@vga-edid-read.html * igt@kms_chamelium_frames@dp-crc-fast: - shard-dg2: NOTRUN -> [SKIP][161] ([i915#11151] / [i915#7828]) +17 other tests skip [161]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_chamelium_frames@dp-crc-fast.html * igt@kms_chamelium_frames@dp-crc-single: - shard-tglu-1: NOTRUN -> [SKIP][162] ([i915#11151] / [i915#7828]) +4 other tests skip [162]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_chamelium_frames@dp-crc-single.html * igt@kms_chamelium_frames@vga-frame-dump: - shard-dg1: NOTRUN -> [SKIP][163] ([i915#11151] / [i915#7828]) +9 other tests skip [163]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_chamelium_frames@vga-frame-dump.html * igt@kms_chamelium_hpd@dp-hpd: - shard-rkl: NOTRUN -> [SKIP][164] ([i915#11151] / [i915#7828]) +10 other tests skip [164]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@kms_chamelium_hpd@dp-hpd.html * igt@kms_content_protection@atomic-dpms: - shard-tglu-1: NOTRUN -> [SKIP][165] ([i915#6944] / [i915#7116] / [i915#7118] / [i915#9424]) [165]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@atomic-dpms@pipe-a-dp-4: - shard-dg2: NOTRUN -> [TIMEOUT][166] ([i915#7173]) [166]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-10/igt@kms_content_protection@atomic-dpms@pipe-a-dp-4.html * igt@kms_content_protection@dp-mst-lic-type-1: - shard-dg2: NOTRUN -> [SKIP][167] ([i915#3299]) +1 other test skip [167]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_content_protection@dp-mst-lic-type-1.html * igt@kms_content_protection@legacy: - shard-dg2: NOTRUN -> [SKIP][168] ([i915#7118] / [i915#9424]) [168]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@kms_content_protection@legacy.html * igt@kms_content_protection@lic-type-0: - shard-tglu: NOTRUN -> [SKIP][169] ([i915#6944] / [i915#9424]) [169]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_content_protection@lic-type-0.html - shard-dg2: NOTRUN -> [SKIP][170] ([i915#9424]) +1 other test skip [170]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_content_protection@lic-type-0.html - shard-dg1: NOTRUN -> [SKIP][171] ([i915#9424]) +1 other test skip [171]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_content_protection@lic-type-0.html * igt@kms_content_protection@lic-type-1: - shard-rkl: NOTRUN -> [SKIP][172] ([i915#9424]) [172]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-4/igt@kms_content_protection@lic-type-1.html * igt@kms_content_protection@uevent: - shard-rkl: NOTRUN -> [SKIP][173] ([i915#7118] / [i915#9424]) [173]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_content_protection@uevent.html * igt@kms_cursor_crc@cursor-offscreen-256x85: - shard-rkl: NOTRUN -> [DMESG-WARN][174] ([i915#12964]) +24 other tests dmesg-warn [174]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@kms_cursor_crc@cursor-offscreen-256x85.html * igt@kms_cursor_crc@cursor-offscreen-512x170: - shard-tglu-1: NOTRUN -> [SKIP][175] ([i915#13049]) [175]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_cursor_crc@cursor-offscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x170: - shard-dg1: NOTRUN -> [SKIP][176] ([i915#13049]) +1 other test skip [176]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_cursor_crc@cursor-onscreen-512x170.html * igt@kms_cursor_crc@cursor-onscreen-512x512: - shard-tglu: NOTRUN -> [SKIP][177] ([i915#13049]) +1 other test skip [177]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_cursor_crc@cursor-onscreen-512x512.html - shard-dg2: NOTRUN -> [SKIP][178] ([i915#13049]) [178]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_cursor_crc@cursor-onscreen-512x512.html * igt@kms_cursor_crc@cursor-random-512x170: - shard-rkl: NOTRUN -> [SKIP][179] ([i915#13049]) +1 other test skip [179]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_cursor_crc@cursor-random-512x170.html * igt@kms_cursor_crc@cursor-rapid-movement-max-size: - shard-dg2: NOTRUN -> [SKIP][180] ([i915#3555]) +7 other tests skip [180]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_cursor_crc@cursor-rapid-movement-max-size.html * igt@kms_cursor_crc@cursor-sliding-32x32: - shard-tglu: NOTRUN -> [SKIP][181] ([i915#3555]) +2 other tests skip [181]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@kms_cursor_crc@cursor-sliding-32x32.html * igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic: - shard-dg2: NOTRUN -> [SKIP][182] ([i915#13046] / [i915#5354]) +8 other tests skip [182]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_cursor_legacy@2x-cursor-vs-flip-atomic.html * igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size: - shard-dg2: NOTRUN -> [SKIP][183] ([i915#4103] / [i915#4213]) +2 other tests skip [183]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html * igt@kms_dirtyfb@drrs-dirtyfb-ioctl: - shard-dg2: NOTRUN -> [SKIP][184] ([i915#9833]) +1 other test skip [184]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html - shard-dg1: NOTRUN -> [SKIP][185] ([i915#9723]) [185]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html - shard-tglu: NOTRUN -> [SKIP][186] ([i915#9723]) [186]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_dirtyfb@drrs-dirtyfb-ioctl.html * igt@kms_display_modes@extended-mode-basic: - shard-rkl: NOTRUN -> [SKIP][187] ([i915#3555]) +3 other tests skip [187]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@kms_display_modes@extended-mode-basic.html * igt@kms_display_modes@mst-extended-mode-negative: - shard-dg2: NOTRUN -> [SKIP][188] ([i915#8588]) [188]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_display_modes@mst-extended-mode-negative.html * igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [SKIP][189] ([i915#3804]) [189]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-7/igt@kms_dither@fb-8bpc-vs-panel-6bpc@pipe-a-hdmi-a-1.html * igt@kms_dp_linktrain_fallback@dp-fallback: - shard-rkl: NOTRUN -> [SKIP][190] ([i915#12402]) [190]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_dp_linktrain_fallback@dp-fallback.html - shard-tglu-1: NOTRUN -> [SKIP][191] ([i915#12402]) [191]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_dp_linktrain_fallback@dp-fallback.html * igt@kms_dsc@dsc-basic: - shard-dg2: NOTRUN -> [SKIP][192] ([i915#3555] / [i915#3840]) +1 other test skip [192]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_dsc@dsc-basic.html * igt@kms_dsc@dsc-fractional-bpp: - shard-dg2: NOTRUN -> [SKIP][193] ([i915#3840] / [i915#9688]) [193]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@kms_dsc@dsc-fractional-bpp.html * igt@kms_dsc@dsc-with-bpc-formats: - shard-dg1: NOTRUN -> [SKIP][194] ([i915#3555] / [i915#3840]) +1 other test skip [194]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_dsc@dsc-with-bpc-formats.html * igt@kms_dsc@dsc-with-formats: - shard-rkl: NOTRUN -> [SKIP][195] ([i915#3555] / [i915#3840]) [195]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-4/igt@kms_dsc@dsc-with-formats.html * igt@kms_dsc@dsc-with-output-formats: - shard-tglu: NOTRUN -> [SKIP][196] ([i915#3555] / [i915#3840]) +1 other test skip [196]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_dsc@dsc-with-output-formats.html * igt@kms_dsc@dsc-with-output-formats-with-bpc: - shard-rkl: NOTRUN -> [SKIP][197] ([i915#3840] / [i915#9053]) [197]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_dsc@dsc-with-output-formats-with-bpc.html * igt@kms_fbcon_fbt@psr: - shard-rkl: NOTRUN -> [SKIP][198] ([i915#3955]) [198]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_fbcon_fbt@psr.html - shard-tglu-1: NOTRUN -> [SKIP][199] ([i915#3469]) [199]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_fbcon_fbt@psr.html * igt@kms_feature_discovery@dp-mst: - shard-dg2: NOTRUN -> [SKIP][200] ([i915#9337]) [200]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_feature_discovery@dp-mst.html * igt@kms_feature_discovery@psr1: - shard-tglu-1: NOTRUN -> [SKIP][201] ([i915#658]) [201]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_feature_discovery@psr1.html * igt@kms_feature_discovery@psr2: - shard-dg2: NOTRUN -> [SKIP][202] ([i915#658]) [202]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_feature_discovery@psr2.html * igt@kms_flip@2x-flip-vs-blocking-wf-vblank@ab-vga1-hdmi-a1: - shard-snb: NOTRUN -> [FAIL][203] ([i915#11989]) +1 other test fail [203]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-snb4/igt@kms_flip@2x-flip-vs-blocking-wf-vblank@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible: - shard-rkl: NOTRUN -> [SKIP][204] ([i915#9934]) +8 other tests skip [204]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_flip@2x-flip-vs-dpms-off-vs-modeset-interruptible.html * igt@kms_flip@2x-flip-vs-fences: - shard-tglu-1: NOTRUN -> [SKIP][205] ([i915#3637]) +4 other tests skip [205]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_flip@2x-flip-vs-fences.html * igt@kms_flip@2x-flip-vs-panning-vs-hang: - shard-dg2: NOTRUN -> [SKIP][206] ([i915#9934]) +7 other tests skip [206]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@kms_flip@2x-flip-vs-panning-vs-hang.html * igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1: - shard-snb: NOTRUN -> [INCOMPLETE][207] ([i915#12745] / [i915#4839]) +1 other test incomplete [207]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-snb5/igt@kms_flip@2x-flip-vs-suspend-interruptible@ab-vga1-hdmi-a1.html * igt@kms_flip@2x-nonexisting-fb-interruptible: - shard-tglu: NOTRUN -> [SKIP][208] ([i915#3637]) +7 other tests skip [208]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_flip@2x-nonexisting-fb-interruptible.html * igt@kms_flip@2x-plain-flip-ts-check-interruptible: - shard-dg1: NOTRUN -> [SKIP][209] ([i915#9934]) +5 other tests skip [209]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_flip@2x-plain-flip-ts-check-interruptible.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-dg1: NOTRUN -> [FAIL][210] ([i915#13027]) +1 other test fail [210]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2: - shard-glk: [PASS][211] -> [FAIL][212] ([i915#13027]) +1 other test fail [211]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-glk9/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html [212]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk9/igt@kms_flip@flip-vs-expired-vblank@c-hdmi-a2.html * igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode: - shard-tglu-1: NOTRUN -> [SKIP][213] ([i915#2587] / [i915#2672]) +4 other tests skip [213]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-4tile-to-32bpp-4tiledg2rcccs-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode: - shard-rkl: NOTRUN -> [SKIP][214] ([i915#2672]) +5 other tests skip [214]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling: - shard-tglu: NOTRUN -> [SKIP][215] ([i915#2587] / [i915#2672] / [i915#3555]) [215]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode: - shard-tglu: NOTRUN -> [SKIP][216] ([i915#2587] / [i915#2672]) +1 other test skip [216]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-downscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling: - shard-tglu-1: NOTRUN -> [SKIP][217] ([i915#2587] / [i915#2672] / [i915#3555]) [217]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-32bpp-ytileccs-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling: - shard-dg1: NOTRUN -> [SKIP][218] ([i915#2672] / [i915#3555]) +2 other tests skip [218]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html - shard-tglu: NOTRUN -> [SKIP][219] ([i915#2672] / [i915#3555]) [219]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode: - shard-dg1: NOTRUN -> [SKIP][220] ([i915#2587] / [i915#2672]) +2 other tests skip [220]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-16bpp-yftile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling: - shard-rkl: NOTRUN -> [SKIP][221] ([i915#2672] / [i915#3555]) +5 other tests skip [221]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html - shard-tglu-1: NOTRUN -> [SKIP][222] ([i915#2672] / [i915#3555]) +3 other tests skip [222]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_flip_scaled_crc@flip-64bpp-yftile-to-32bpp-yftile-downscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling: - shard-dg2: NOTRUN -> [SKIP][223] ([i915#2672] / [i915#3555] / [i915#5190]) +1 other test skip [223]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode: - shard-dg2: NOTRUN -> [SKIP][224] ([i915#2672]) +2 other tests skip [224]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-16bpp-ytile-upscaling@pipe-a-valid-mode.html * igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling: - shard-dg2: NOTRUN -> [SKIP][225] ([i915#2672] / [i915#3555]) +2 other tests skip [225]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytilegen12rcccs-upscaling.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu: - shard-dg2: [PASS][226] -> [FAIL][227] ([i915#6880]) +1 other test fail [226]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-10/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu.html [227]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc: - shard-dg2: NOTRUN -> [SKIP][228] ([i915#8708]) +32 other tests skip [228]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render: - shard-dg1: NOTRUN -> [SKIP][229] +50 other tests skip [229]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt: - shard-rkl: NOTRUN -> [SKIP][230] ([i915#1825]) +38 other tests skip [230]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-5/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-shrfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbc-tiling-4: - shard-rkl: NOTRUN -> [SKIP][231] ([i915#5439]) [231]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_frontbuffer_tracking@fbc-tiling-4.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][232] ([i915#3458]) +26 other tests skip [232]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@kms_frontbuffer_tracking@fbcpsr-1p-offscren-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-rte: - shard-dg1: NOTRUN -> [SKIP][233] ([i915#3458]) +20 other tests skip [233]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html * igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite: - shard-tglu-1: NOTRUN -> [SKIP][234] +44 other tests skip [234]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_frontbuffer_tracking@fbcpsr-2p-primscrn-pri-indfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc: - shard-dg1: NOTRUN -> [SKIP][235] ([i915#8708]) +16 other tests skip [235]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_frontbuffer_tracking@fbcpsr-rgb565-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbcpsr-tiling-y: - shard-dg2: NOTRUN -> [SKIP][236] ([i915#10055]) [236]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_frontbuffer_tracking@fbcpsr-tiling-y.html * igt@kms_frontbuffer_tracking@pipe-fbc-rte: - shard-dg2: NOTRUN -> [SKIP][237] ([i915#9766]) [237]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_frontbuffer_tracking@pipe-fbc-rte.html * igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render: - shard-rkl: NOTRUN -> [SKIP][238] ([i915#3023]) +27 other tests skip [238]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_frontbuffer_tracking@psr-1p-primscrn-pri-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite: - shard-dg2: NOTRUN -> [SKIP][239] ([i915#5354]) +55 other tests skip [239]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_frontbuffer_tracking@psr-2p-scndscrn-pri-shrfb-draw-pwrite.html * igt@kms_getfb@getfb-reject-ccs: - shard-dg2: NOTRUN -> [SKIP][240] ([i915#6118]) [240]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_getfb@getfb-reject-ccs.html * igt@kms_hdr@bpc-switch-suspend: - shard-tglu: NOTRUN -> [SKIP][241] ([i915#3555] / [i915#8228]) [241]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_hdr@bpc-switch-suspend.html * igt@kms_hdr@invalid-metadata-sizes: - shard-dg2: NOTRUN -> [SKIP][242] ([i915#3555] / [i915#8228]) +3 other tests skip [242]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@kms_hdr@invalid-metadata-sizes.html * igt@kms_hdr@static-toggle-dpms: - shard-dg1: NOTRUN -> [SKIP][243] ([i915#3555] / [i915#8228]) +1 other test skip [243]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@kms_hdr@static-toggle-dpms.html * igt@kms_hdr@static-toggle-suspend: - shard-rkl: NOTRUN -> [SKIP][244] ([i915#3555] / [i915#8228]) +1 other test skip [244]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@kms_hdr@static-toggle-suspend.html * igt@kms_joiner@basic-big-joiner: - shard-rkl: NOTRUN -> [SKIP][245] ([i915#10656]) [245]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-4/igt@kms_joiner@basic-big-joiner.html - shard-dg1: NOTRUN -> [SKIP][246] ([i915#10656]) [246]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_joiner@basic-big-joiner.html * igt@kms_joiner@basic-force-big-joiner: - shard-dg2: NOTRUN -> [SKIP][247] ([i915#12388]) [247]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@kms_joiner@basic-force-big-joiner.html * igt@kms_joiner@basic-force-ultra-joiner: - shard-dg1: NOTRUN -> [SKIP][248] ([i915#12394]) [248]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_joiner@basic-force-ultra-joiner.html - shard-tglu: NOTRUN -> [SKIP][249] ([i915#12394]) [249]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_joiner@basic-force-ultra-joiner.html - shard-dg2: NOTRUN -> [SKIP][250] ([i915#10656]) +1 other test skip [250]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_joiner@basic-force-ultra-joiner.html * igt@kms_joiner@basic-ultra-joiner: - shard-dg2: NOTRUN -> [SKIP][251] ([i915#12339]) [251]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_joiner@basic-ultra-joiner.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-tglu-1: NOTRUN -> [SKIP][252] ([i915#12388]) [252]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_multipipe_modeset@basic-max-pipe-crc-check: - shard-dg2: NOTRUN -> [SKIP][253] ([i915#4816]) [253]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html * igt@kms_panel_fitting@legacy: - shard-rkl: NOTRUN -> [SKIP][254] ([i915#6301]) [254]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_panel_fitting@legacy.html - shard-tglu-1: NOTRUN -> [SKIP][255] ([i915#6301]) [255]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_panel_fitting@legacy.html * igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes: - shard-dg2: NOTRUN -> [SKIP][256] +21 other tests skip [256]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_pipe_b_c_ivb@from-pipe-c-to-b-with-3-lanes.html * igt@kms_pipe_crc_basic@hang-read-crc: - shard-dg1: [PASS][257] -> [DMESG-WARN][258] ([i915#4423]) [257]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg1-12/igt@kms_pipe_crc_basic@hang-read-crc.html [258]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-12/igt@kms_pipe_crc_basic@hang-read-crc.html * igt@kms_plane_alpha_blend@alpha-opaque-fb: - shard-glk: NOTRUN -> [FAIL][259] ([i915#10647] / [i915#12169]) [259]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk5/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][260] ([i915#10647]) +1 other test fail [260]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk5/igt@kms_plane_alpha_blend@alpha-opaque-fb@pipe-a-hdmi-a-1.html * igt@kms_plane_scaling@intel-max-src-size: - shard-tglu: NOTRUN -> [FAIL][261] ([i915#8292]) +1 other test fail [261]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_plane_scaling@intel-max-src-size.html - shard-dg2: NOTRUN -> [SKIP][262] ([i915#6953] / [i915#9423]) [262]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_plane_scaling@intel-max-src-size.html - shard-dg1: NOTRUN -> [SKIP][263] ([i915#6953]) [263]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_plane_scaling@intel-max-src-size.html * igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation: - shard-dg2: NOTRUN -> [SKIP][264] ([i915#12247] / [i915#9423]) +2 other tests skip [264]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@kms_plane_scaling@plane-downscale-factor-0-25-with-rotation.html * igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a: - shard-rkl: NOTRUN -> [SKIP][265] ([i915#12247]) +2 other tests skip [265]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html - shard-tglu-1: NOTRUN -> [SKIP][266] ([i915#12247]) +4 other tests skip [266]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_plane_scaling@plane-upscale-20x20-with-rotation@pipe-a.html * igt@kms_plane_scaling@planes-downscale-factor-0-25: - shard-dg2: NOTRUN -> [SKIP][267] ([i915#12247] / [i915#6953] / [i915#9423]) +1 other test skip [267]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_plane_scaling@planes-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-a: - shard-rkl: [PASS][268] -> [DMESG-WARN][269] ([i915#12964]) +1 other test dmesg-warn [268]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-rkl-2/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-a.html [269]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-5/igt@kms_plane_scaling@planes-downscale-factor-0-5-upscale-factor-0-25@pipe-a.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25: - shard-dg1: NOTRUN -> [SKIP][270] ([i915#12247] / [i915#3555]) [270]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25.html * igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a: - shard-dg1: NOTRUN -> [SKIP][271] ([i915#12247]) +3 other tests skip [271]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_plane_scaling@planes-upscale-20x20-downscale-factor-0-25@pipe-a.html * igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d: - shard-dg2: NOTRUN -> [SKIP][272] ([i915#12247]) +19 other tests skip [272]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-25@pipe-d.html * igt@kms_pm_backlight@basic-brightness: - shard-rkl: NOTRUN -> [SKIP][273] ([i915#5354]) +1 other test skip [273]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_pm_backlight@basic-brightness.html * igt@kms_pm_backlight@fade-with-dpms: - shard-dg1: NOTRUN -> [SKIP][274] ([i915#5354]) +1 other test skip [274]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_pm_backlight@fade-with-dpms.html - shard-tglu: NOTRUN -> [SKIP][275] ([i915#9812]) [275]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@kms_pm_backlight@fade-with-dpms.html * igt@kms_pm_dc@dc3co-vpb-simulation: - shard-dg2: NOTRUN -> [SKIP][276] ([i915#9685]) +2 other tests skip [276]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_pm_dc@dc3co-vpb-simulation.html * igt@kms_pm_dc@dc5-psr: - shard-tglu-1: NOTRUN -> [SKIP][277] ([i915#9685]) [277]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_pm_dc@dc5-psr.html * igt@kms_pm_dc@dc5-retention-flops: - shard-dg2: NOTRUN -> [SKIP][278] ([i915#3828]) [278]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-7/igt@kms_pm_dc@dc5-retention-flops.html - shard-dg1: NOTRUN -> [SKIP][279] ([i915#3828]) [279]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_pm_dc@dc5-retention-flops.html * igt@kms_pm_dc@dc9-dpms: - shard-rkl: NOTRUN -> [SKIP][280] ([i915#3361]) [280]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_lpsp@kms-lpsp: - shard-rkl: NOTRUN -> [SKIP][281] ([i915#3828]) +1 other test skip [281]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@kms_pm_lpsp@kms-lpsp.html * igt@kms_pm_rpm@dpms-mode-unset-non-lpsp: - shard-tglu-1: NOTRUN -> [SKIP][282] ([i915#9519]) +1 other test skip [282]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_pm_rpm@dpms-mode-unset-non-lpsp.html * igt@kms_pm_rpm@dpms-non-lpsp: - shard-rkl: [PASS][283] -> [SKIP][284] ([i915#9519]) [283]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-rkl-3/igt@kms_pm_rpm@dpms-non-lpsp.html [284]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-4/igt@kms_pm_rpm@dpms-non-lpsp.html * igt@kms_pm_rpm@modeset-lpsp-stress: - shard-dg2: NOTRUN -> [SKIP][285] ([i915#9519]) [285]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-7/igt@kms_pm_rpm@modeset-lpsp-stress.html - shard-dg1: NOTRUN -> [SKIP][286] ([i915#9519]) [286]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_pm_rpm@modeset-lpsp-stress.html * igt@kms_prime@basic-crc-vgem: - shard-dg2: NOTRUN -> [SKIP][287] ([i915#6524] / [i915#6805]) +1 other test skip [287]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_prime@basic-crc-vgem.html * igt@kms_prime@basic-modeset-hybrid: - shard-dg1: NOTRUN -> [SKIP][288] ([i915#6524]) +1 other test skip [288]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_prime@basic-modeset-hybrid.html - shard-tglu: NOTRUN -> [SKIP][289] ([i915#6524]) +1 other test skip [289]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@kms_prime@basic-modeset-hybrid.html * igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf: - shard-tglu: NOTRUN -> [SKIP][290] ([i915#11520]) +4 other tests skip [290]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_psr2_sf@fbc-pr-cursor-plane-update-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf: - shard-rkl: NOTRUN -> [SKIP][291] ([i915#11520]) +8 other tests skip [291]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-4/igt@kms_psr2_sf@pr-overlay-plane-update-continuous-sf.html * igt@kms_psr2_sf@pr-overlay-plane-update-sf-dmg-area: - shard-snb: NOTRUN -> [SKIP][292] ([i915#11520]) +2 other tests skip [292]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-snb4/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][293] ([i915#11520]) +4 other tests skip [293]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk7/igt@kms_psr2_sf@pr-plane-move-sf-dmg-area.html * igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf: - shard-dg2: NOTRUN -> [SKIP][294] ([i915#11520]) +12 other tests skip [294]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_psr2_sf@psr2-cursor-plane-move-continuous-exceed-sf.html * igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf: - shard-tglu-1: NOTRUN -> [SKIP][295] ([i915#11520]) +6 other tests skip [295]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_psr2_sf@psr2-overlay-plane-move-continuous-sf.html * igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb: - shard-dg1: NOTRUN -> [SKIP][296] ([i915#11520]) +8 other tests skip [296]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@kms_psr2_sf@psr2-primary-plane-update-sf-dmg-area-big-fb.html * igt@kms_psr2_su@page_flip-xrgb8888: - shard-rkl: NOTRUN -> [SKIP][297] ([i915#9683]) [297]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@kms_psr2_su@page_flip-xrgb8888.html * igt@kms_psr@fbc-psr-no-drrs: - shard-tglu: NOTRUN -> [SKIP][298] ([i915#9732]) +16 other tests skip [298]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@kms_psr@fbc-psr-no-drrs.html * igt@kms_psr@fbc-psr2-sprite-mmap-gtt: - shard-dg1: NOTRUN -> [SKIP][299] ([i915#1072] / [i915#9732]) +26 other tests skip [299]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_psr@fbc-psr2-sprite-mmap-gtt.html * igt@kms_psr@pr-cursor-mmap-gtt: - shard-tglu-1: NOTRUN -> [SKIP][300] ([i915#9732]) +13 other tests skip [300]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_psr@pr-cursor-mmap-gtt.html * igt@kms_psr@psr-cursor-render: - shard-dg2: NOTRUN -> [SKIP][301] ([i915#1072] / [i915#9732]) +39 other tests skip [301]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_psr@psr-cursor-render.html * igt@kms_psr@psr2-suspend: - shard-rkl: NOTRUN -> [SKIP][302] ([i915#1072] / [i915#9732]) +22 other tests skip [302]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-5/igt@kms_psr@psr2-suspend.html * igt@kms_psr_stress_test@invalidate-primary-flip-overlay: - shard-dg1: NOTRUN -> [SKIP][303] ([i915#9685]) [303]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html - shard-rkl: NOTRUN -> [SKIP][304] ([i915#9685]) [304]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-5/igt@kms_psr_stress_test@invalidate-primary-flip-overlay.html * igt@kms_rotation_crc@exhaust-fences: - shard-dg1: NOTRUN -> [SKIP][305] ([i915#4884]) [305]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_rotation_crc@exhaust-fences.html - shard-dg2: NOTRUN -> [SKIP][306] ([i915#4235]) [306]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@kms_rotation_crc@exhaust-fences.html * igt@kms_rotation_crc@primary-rotation-270: - shard-dg2: NOTRUN -> [SKIP][307] ([i915#12755]) +3 other tests skip [307]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@kms_rotation_crc@primary-rotation-270.html * igt@kms_rotation_crc@primary-x-tiled-reflect-x-0: - shard-mtlp: [PASS][308] -> [DMESG-WARN][309] ([i915#1982]) [308]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-6/igt@kms_rotation_crc@primary-x-tiled-reflect-x-0.html [309]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-6/igt@kms_rotation_crc@primary-x-tiled-reflect-x-0.html * igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180: - shard-rkl: NOTRUN -> [SKIP][310] ([i915#5289]) +2 other tests skip [310]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-5/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html - shard-dg1: NOTRUN -> [SKIP][311] ([i915#5289]) +1 other test skip [311]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-180.html * igt@kms_scaling_modes@scaling-mode-center: - shard-tglu-1: NOTRUN -> [SKIP][312] ([i915#3555]) +2 other tests skip [312]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_scaling_modes@scaling-mode-center.html * igt@kms_setmode@basic: - shard-dg1: NOTRUN -> [FAIL][313] ([i915#5465]) +1 other test fail [313]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_setmode@basic.html - shard-tglu: NOTRUN -> [FAIL][314] ([i915#5465]) +2 other tests fail [314]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@kms_setmode@basic.html - shard-dg2: [PASS][315] -> [FAIL][316] ([i915#5465]) [315]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-8/igt@kms_setmode@basic.html [316]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-3/igt@kms_setmode@basic.html - shard-rkl: [PASS][317] -> [FAIL][318] ([i915#5465]) [317]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-rkl-5/igt@kms_setmode@basic.html [318]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@kms_setmode@basic.html * igt@kms_setmode@basic@pipe-a-hdmi-a-1: - shard-rkl: NOTRUN -> [FAIL][319] ([i915#5465]) +1 other test fail [319]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@kms_setmode@basic@pipe-a-hdmi-a-1.html * igt@kms_setmode@basic@pipe-b-edp-1: - shard-mtlp: [PASS][320] -> [FAIL][321] ([i915#5465]) +2 other tests fail [320]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-3/igt@kms_setmode@basic@pipe-b-edp-1.html [321]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-8/igt@kms_setmode@basic@pipe-b-edp-1.html * igt@kms_setmode@basic@pipe-b-hdmi-a-3: - shard-dg2: NOTRUN -> [FAIL][322] ([i915#5465]) +1 other test fail [322]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-3/igt@kms_setmode@basic@pipe-b-hdmi-a-3.html * igt@kms_setmode@clone-exclusive-crtc: - shard-dg1: NOTRUN -> [SKIP][323] ([i915#3555]) +8 other tests skip [323]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_setmode@clone-exclusive-crtc.html * igt@kms_sysfs_edid_timing: - shard-dg1: NOTRUN -> [FAIL][324] ([IGT#160] / [i915#6493]) [324]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_sysfs_edid_timing.html * igt@kms_tiled_display@basic-test-pattern-with-chamelium: - shard-dg2: NOTRUN -> [SKIP][325] ([i915#8623]) [325]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@kms_tiled_display@basic-test-pattern-with-chamelium.html * igt@kms_vrr@flip-basic-fastset: - shard-dg2: NOTRUN -> [SKIP][326] ([i915#9906]) +1 other test skip [326]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@kms_vrr@flip-basic-fastset.html * igt@kms_vrr@max-min: - shard-tglu-1: NOTRUN -> [SKIP][327] ([i915#9906]) [327]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_vrr@max-min.html * igt@kms_vrr@negative-basic: - shard-tglu: NOTRUN -> [SKIP][328] ([i915#3555] / [i915#9906]) [328]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-6/igt@kms_vrr@negative-basic.html * igt@kms_vrr@seamless-rr-switch-drrs: - shard-rkl: NOTRUN -> [SKIP][329] ([i915#9906]) +1 other test skip [329]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-4/igt@kms_vrr@seamless-rr-switch-drrs.html - shard-dg1: NOTRUN -> [SKIP][330] ([i915#9906]) +1 other test skip [330]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@kms_vrr@seamless-rr-switch-drrs.html * igt@kms_writeback@writeback-check-output: - shard-dg2: NOTRUN -> [SKIP][331] ([i915#2437]) [331]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@kms_writeback@writeback-check-output.html * igt@kms_writeback@writeback-check-output-xrgb2101010: - shard-tglu-1: NOTRUN -> [SKIP][332] ([i915#2437] / [i915#9412]) [332]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@kms_writeback@writeback-check-output-xrgb2101010.html * igt@kms_writeback@writeback-fb-id: - shard-glk: NOTRUN -> [SKIP][333] ([i915#2437]) +1 other test skip [333]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk7/igt@kms_writeback@writeback-fb-id.html * igt@kms_writeback@writeback-fb-id-xrgb2101010: - shard-dg1: NOTRUN -> [SKIP][334] ([i915#2437] / [i915#9412]) [334]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@kms_writeback@writeback-fb-id-xrgb2101010.html - shard-tglu: NOTRUN -> [SKIP][335] ([i915#2437] / [i915#9412]) [335]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-4/igt@kms_writeback@writeback-fb-id-xrgb2101010.html * igt@perf@global-sseu-config: - shard-dg2: NOTRUN -> [SKIP][336] ([i915#7387]) [336]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@perf@global-sseu-config.html * igt@perf@non-zero-reason: - shard-dg2: NOTRUN -> [FAIL][337] ([i915#9100]) +1 other test fail [337]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-7/igt@perf@non-zero-reason.html * igt@perf@unprivileged-single-ctx-counters: - shard-rkl: NOTRUN -> [SKIP][338] ([i915#2433]) [338]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@perf@unprivileged-single-ctx-counters.html * igt@perf_pmu@busy-double-start@vecs1: - shard-dg2: [PASS][339] -> [FAIL][340] ([i915#4349]) +4 other tests fail [339]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-11/igt@perf_pmu@busy-double-start@vecs1.html [340]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-4/igt@perf_pmu@busy-double-start@vecs1.html * igt@perf_pmu@busy-idle-check-all@ccs0: - shard-dg2: NOTRUN -> [FAIL][341] ([i915#4349]) +1 other test fail [341]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-11/igt@perf_pmu@busy-idle-check-all@ccs0.html * igt@perf_pmu@busy-idle@rcs0: - shard-mtlp: [PASS][342] -> [FAIL][343] ([i915#4349]) +2 other tests fail [342]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-2/igt@perf_pmu@busy-idle@rcs0.html [343]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-7/igt@perf_pmu@busy-idle@rcs0.html * igt@perf_pmu@cpu-hotplug: - shard-dg2: NOTRUN -> [SKIP][344] ([i915#8850]) [344]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-7/igt@perf_pmu@cpu-hotplug.html - shard-rkl: NOTRUN -> [SKIP][345] ([i915#8850]) [345]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-4/igt@perf_pmu@cpu-hotplug.html - shard-dg1: NOTRUN -> [SKIP][346] ([i915#8850]) [346]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-14/igt@perf_pmu@cpu-hotplug.html * igt@perf_pmu@frequency@gt0: - shard-dg2: NOTRUN -> [FAIL][347] ([i915#12549] / [i915#6806]) +1 other test fail [347]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@perf_pmu@frequency@gt0.html - shard-dg1: NOTRUN -> [FAIL][348] ([i915#12549] / [i915#6806]) +1 other test fail [348]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@perf_pmu@frequency@gt0.html * igt@perf_pmu@most-busy-check-all: - shard-rkl: [PASS][349] -> [FAIL][350] ([i915#4349]) +1 other test fail [349]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-rkl-7/igt@perf_pmu@most-busy-check-all.html [350]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@perf_pmu@most-busy-check-all.html * igt@perf_pmu@rc6-all-gts: - shard-rkl: NOTRUN -> [SKIP][351] ([i915#8516]) [351]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@perf_pmu@rc6-all-gts.html * igt@perf_pmu@rc6@other-idle-gt0: - shard-dg2: NOTRUN -> [SKIP][352] ([i915#8516]) [352]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@perf_pmu@rc6@other-idle-gt0.html * igt@prime_mmap@test_aperture_limit: - shard-dg2: NOTRUN -> [WARN][353] ([i915#9351]) [353]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@prime_mmap@test_aperture_limit.html * igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem: - shard-dg2: NOTRUN -> [CRASH][354] ([i915#9351]) [354]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@prime_mmap@test_aperture_limit@test_aperture_limit-smem.html * igt@prime_vgem@basic-gtt: - shard-dg2: NOTRUN -> [SKIP][355] ([i915#3708] / [i915#4077]) [355]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@prime_vgem@basic-gtt.html * igt@prime_vgem@basic-read: - shard-rkl: NOTRUN -> [SKIP][356] ([i915#3291] / [i915#3708]) [356]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-2/igt@prime_vgem@basic-read.html * igt@prime_vgem@coherency-gtt: - shard-rkl: NOTRUN -> [SKIP][357] ([i915#3708]) [357]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-1/igt@prime_vgem@coherency-gtt.html * igt@prime_vgem@fence-write-hang: - shard-dg2: NOTRUN -> [SKIP][358] ([i915#3708]) +1 other test skip [358]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-8/igt@prime_vgem@fence-write-hang.html - shard-dg1: NOTRUN -> [SKIP][359] ([i915#3708]) [359]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-18/igt@prime_vgem@fence-write-hang.html * igt@sriov_basic@enable-vfs-autoprobe-off: - shard-dg2: NOTRUN -> [SKIP][360] ([i915#9917]) +1 other test skip [360]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-2/igt@sriov_basic@enable-vfs-autoprobe-off.html * igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-5: - shard-tglu-1: NOTRUN -> [FAIL][361] ([i915#12910]) +9 other tests fail [361]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-1/igt@sriov_basic@enable-vfs-autoprobe-on@numvfs-5.html #### Possible fixes #### * igt@gem_create@create-ext-cpu-access-big: - shard-dg2: [ABORT][362] ([i915#13427]) -> [PASS][363] [362]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-4/igt@gem_create@create-ext-cpu-access-big.html [363]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-1/igt@gem_create@create-ext-cpu-access-big.html * igt@gem_ctx_freq@sysfs: - shard-dg2: [FAIL][364] ([i915#9561]) -> [PASS][365] +1 other test pass [364]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-4/igt@gem_ctx_freq@sysfs.html [365]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-10/igt@gem_ctx_freq@sysfs.html * igt@gem_ppgtt@flink-and-close-vma-leak: - shard-glk: [FAIL][366] -> [PASS][367] [366]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-glk6/igt@gem_ppgtt@flink-and-close-vma-leak.html [367]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk4/igt@gem_ppgtt@flink-and-close-vma-leak.html * igt@gen9_exec_parse@allowed-single: - shard-glk: [ABORT][368] ([i915#5566]) -> [PASS][369] [368]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-glk8/igt@gen9_exec_parse@allowed-single.html [369]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk7/igt@gen9_exec_parse@allowed-single.html * igt@i915_module_load@reload-with-fault-injection: - shard-glk: [ABORT][370] ([i915#9820]) -> [PASS][371] [370]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-glk9/igt@i915_module_load@reload-with-fault-injection.html [371]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk3/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_power@sanity: - shard-mtlp: [SKIP][372] ([i915#7984]) -> [PASS][373] [372]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-6/igt@i915_power@sanity.html [373]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-3/igt@i915_power@sanity.html * igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1: - shard-mtlp: [FAIL][374] ([i915#11808] / [i915#5956]) -> [PASS][375] +1 other test pass [374]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-7/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html [375]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-2/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html * igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip: - shard-mtlp: [FAIL][376] ([i915#5138]) -> [PASS][377] [376]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-3/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html [377]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html * igt@kms_flip@modeset-vs-vblank-race-interruptible: - shard-tglu: [FAIL][378] ([i915#10826]) -> [PASS][379] [378]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-tglu-2/igt@kms_flip@modeset-vs-vblank-race-interruptible.html [379]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-3/igt@kms_flip@modeset-vs-vblank-race-interruptible.html * igt@kms_flip@modeset-vs-vblank-race-interruptible@b-hdmi-a1: - shard-tglu: [FAIL][380] -> [PASS][381] [380]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-tglu-2/igt@kms_flip@modeset-vs-vblank-race-interruptible@b-hdmi-a1.html [381]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-3/igt@kms_flip@modeset-vs-vblank-race-interruptible@b-hdmi-a1.html * igt@kms_flip@plain-flip-fb-recreate-interruptible: - shard-mtlp: [FAIL][382] ([i915#11989]) -> [PASS][383] +1 other test pass [382]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-2/igt@kms_flip@plain-flip-fb-recreate-interruptible.html [383]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-7/igt@kms_flip@plain-flip-fb-recreate-interruptible.html * igt@kms_getfb@getfb-handle-zero: - shard-rkl: [DMESG-WARN][384] ([i915#12964]) -> [PASS][385] +4 other tests pass [384]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-rkl-2/igt@kms_getfb@getfb-handle-zero.html [385]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-5/igt@kms_getfb@getfb-handle-zero.html * igt@kms_joiner@invalid-modeset-force-big-joiner: - shard-dg2: [SKIP][386] ([i915#12388]) -> [PASS][387] [386]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-11/igt@kms_joiner@invalid-modeset-force-big-joiner.html [387]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-10/igt@kms_joiner@invalid-modeset-force-big-joiner.html * igt@kms_pm_dc@dc9-dpms: - shard-tglu: [SKIP][388] ([i915#4281]) -> [PASS][389] [388]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-tglu-7/igt@kms_pm_dc@dc9-dpms.html [389]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-5/igt@kms_pm_dc@dc9-dpms.html * igt@kms_pm_rpm@modeset-non-lpsp: - shard-dg2: [SKIP][390] ([i915#9519]) -> [PASS][391] [390]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-4/igt@kms_pm_rpm@modeset-non-lpsp.html [391]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-10/igt@kms_pm_rpm@modeset-non-lpsp.html * igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait: - shard-rkl: [SKIP][392] ([i915#9519]) -> [PASS][393] +2 other tests pass [392]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-rkl-2/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html [393]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-6/igt@kms_pm_rpm@modeset-non-lpsp-stress-no-wait.html #### Warnings #### * igt@gem_eio@in-flight-suspend: - shard-glk: [INCOMPLETE][394] ([i915#13197] / [i915#13390]) -> [INCOMPLETE][395] ([i915#13390]) [394]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-glk5/igt@gem_eio@in-flight-suspend.html [395]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk9/igt@gem_eio@in-flight-suspend.html * igt@i915_module_load@reload-with-fault-injection: - shard-mtlp: [DMESG-WARN][396] ([i915#10887] / [i915#13475]) -> [DMESG-WARN][397] ([i915#13475]) [396]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-mtlp-6/igt@i915_module_load@reload-with-fault-injection.html [397]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-mtlp-3/igt@i915_module_load@reload-with-fault-injection.html * igt@i915_selftest@mock: - shard-glk: [DMESG-WARN][398] ([i915#1982] / [i915#9311]) -> [DMESG-WARN][399] ([i915#9311]) [398]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-glk2/igt@i915_selftest@mock.html [399]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-glk4/igt@i915_selftest@mock.html * igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-3: - shard-dg1: [SKIP][400] ([i915#4423] / [i915#6095]) -> [SKIP][401] ([i915#6095]) +1 other test skip [400]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg1-13/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-3.html [401]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-12/igt@kms_ccs@crc-primary-rotation-180-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-3.html * igt@kms_content_protection@atomic-dpms: - shard-dg2: [SKIP][402] ([i915#7118] / [i915#9424]) -> [TIMEOUT][403] ([i915#7173]) [402]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-11/igt@kms_content_protection@atomic-dpms.html [403]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-10/igt@kms_content_protection@atomic-dpms.html * igt@kms_content_protection@mei-interface: - shard-dg1: [SKIP][404] ([i915#9424]) -> [SKIP][405] ([i915#9433]) [404]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg1-17/igt@kms_content_protection@mei-interface.html [405]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-12/igt@kms_content_protection@mei-interface.html * igt@kms_content_protection@uevent: - shard-dg2: [FAIL][406] ([i915#1339] / [i915#7173]) -> [SKIP][407] ([i915#7118] / [i915#9424]) [406]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-10/igt@kms_content_protection@uevent.html [407]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-5/igt@kms_content_protection@uevent.html * igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size: - shard-dg1: [SKIP][408] ([i915#4103] / [i915#4213]) -> [SKIP][409] ([i915#4103] / [i915#4213] / [i915#4423]) +1 other test skip [408]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg1-12/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html [409]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-12/igt@kms_cursor_legacy@basic-busy-flip-before-cursor-varying-size.html * igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move: - shard-dg1: [SKIP][410] -> [SKIP][411] ([i915#4423]) [410]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html [411]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-12/igt@kms_frontbuffer_tracking@fbc-2p-scndscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu: - shard-dg2: [SKIP][412] ([i915#10433] / [i915#3458]) -> [SKIP][413] ([i915#3458]) [412]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu.html [413]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-10/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-pri-indfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite: - shard-dg2: [SKIP][414] ([i915#3458]) -> [SKIP][415] ([i915#10433] / [i915#3458]) [414]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg2-10/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html [415]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg2-4/igt@kms_frontbuffer_tracking@psr-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_hdr@brightness-with-hdr: - shard-rkl: [SKIP][416] ([i915#12713]) -> [SKIP][417] ([i915#1187] / [i915#12713]) [416]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-rkl-7/igt@kms_hdr@brightness-with-hdr.html [417]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-rkl-3/igt@kms_hdr@brightness-with-hdr.html - shard-tglu: [SKIP][418] ([i915#1187] / [i915#12713]) -> [SKIP][419] ([i915#12713]) [418]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-tglu-2/igt@kms_hdr@brightness-with-hdr.html [419]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-tglu-10/igt@kms_hdr@brightness-with-hdr.html * igt@kms_psr@psr-primary-blt: - shard-dg1: [SKIP][420] ([i915#1072] / [i915#9732]) -> [SKIP][421] ([i915#1072] / [i915#4423] / [i915#9732]) [420]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_15957/shard-dg1-17/igt@kms_psr@psr-primary-blt.html [421]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/shard-dg1-17/igt@kms_psr@psr-primary-blt.html {name}: This element is suppressed. This means it is ignored when computing the status of the d == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_142898v2/index.html [-- Attachment #2: Type: text/html, Size: 109666 bytes --] ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-01-15 17:11 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2024-12-21 1:19 [PATCH] drm/i915: Add debug print about hw config table size John.C.Harrison 2024-12-21 2:29 ` ✗ i915.CI.BAT: failure for " Patchwork 2024-12-23 23:20 ` [PATCH] " Daniele Ceraolo Spurio 2024-12-24 18:13 ` John Harrison 2024-12-24 19:10 ` Daniele Ceraolo Spurio 2025-01-07 1:15 ` John Harrison 2025-01-13 19:48 ` Julia Filipchuk 2025-01-15 0:22 ` ✓ i915.CI.BAT: success for drm/i915: Add debug print about hw config table size (rev2) Patchwork 2025-01-15 17:11 ` ✗ i915.CI.Full: failure " Patchwork
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.