* [Intel-gfx] [PATCH] drm/i915/selftests: Skip RPS tests on Ironlake (only IPS)
@ 2020-10-22 21:08 Chris Wilson
2020-10-22 21:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Chris Wilson @ 2020-10-22 21:08 UTC (permalink / raw)
To: intel-gfx; +Cc: Chris Wilson
Since Ironlake uses intel_ips.ko for its dynamic frequency adjustment,
we do not have direct control over the frequency management so such
tests are defunct. Similarly, we can't check the gen6+ RPS registers on
Ironlake.
Hopefully this catches all the invalid tests now that Ironlake has
rejoined the dynamic GPU frequency club.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
drivers/gpu/drm/i915/gt/selftest_rps.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/i915/gt/selftest_rps.c b/drivers/gpu/drm/i915/gt/selftest_rps.c
index 3540ba9bd459..aa5675ecb5cc 100644
--- a/drivers/gpu/drm/i915/gt/selftest_rps.c
+++ b/drivers/gpu/drm/i915/gt/selftest_rps.c
@@ -219,7 +219,7 @@ int live_rps_clock_interval(void *arg)
struct igt_spinner spin;
int err = 0;
- if (!intel_rps_is_enabled(rps))
+ if (!intel_rps_is_enabled(rps) || INTEL_GEN(gt->i915) < 6)
return 0;
if (igt_spinner_init(&spin, gt))
@@ -1028,7 +1028,7 @@ int live_rps_interrupt(void *arg)
* First, let's check whether or not we are receiving interrupts.
*/
- if (!intel_rps_has_interrupts(rps))
+ if (!intel_rps_has_interrupts(rps) || INTEL_GEN(gt->i915) < 6)
return 0;
intel_gt_pm_get(gt);
@@ -1133,7 +1133,7 @@ int live_rps_power(void *arg)
* that theory.
*/
- if (!intel_rps_is_enabled(rps))
+ if (!intel_rps_is_enabled(rps) || INTEL_GEN(gt->i915) < 6)
return 0;
if (!librapl_energy_uJ())
@@ -1237,7 +1237,7 @@ int live_rps_dynamic(void *arg)
* moving parts into dynamic reclocking based on load.
*/
- if (!intel_rps_is_enabled(rps))
+ if (!intel_rps_is_enabled(rps) || INTEL_GEN(gt->i915) < 6)
return 0;
if (igt_spinner_init(&spin, gt))
--
2.20.1
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply related [flat|nested] 5+ messages in thread* [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) 2020-10-22 21:08 [Intel-gfx] [PATCH] drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) Chris Wilson @ 2020-10-22 21:46 ` Patchwork 2020-10-22 22:38 ` [Intel-gfx] [PATCH] " Ville Syrjälä 2020-10-23 0:11 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for " Patchwork 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2020-10-22 21:46 UTC (permalink / raw) To: Chris Wilson; +Cc: intel-gfx [-- Attachment #1.1: Type: text/plain, Size: 3126 bytes --] == Series Details == Series: drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) URL : https://patchwork.freedesktop.org/series/82965/ State : success == Summary == CI Bug Log - changes from CI_DRM_9186 -> Patchwork_18768 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/index.html Known issues ------------ Here are the changes found in Patchwork_18768 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_create@basic-files: - fi-apl-guc: [PASS][1] -> [INCOMPLETE][2] ([i915#1635]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/fi-apl-guc/igt@gem_ctx_create@basic-files.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/fi-apl-guc/igt@gem_ctx_create@basic-files.html * igt@i915_pm_rpm@basic-pci-d3-state: - fi-byt-j1900: [PASS][3] -> [DMESG-WARN][4] ([i915#1982]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/fi-byt-j1900/igt@i915_pm_rpm@basic-pci-d3-state.html - fi-bsw-kefka: [PASS][5] -> [DMESG-WARN][6] ([i915#1982]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/fi-bsw-kefka/igt@i915_pm_rpm@basic-pci-d3-state.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/fi-bsw-kefka/igt@i915_pm_rpm@basic-pci-d3-state.html #### Warnings #### * igt@i915_pm_rpm@basic-rte: - fi-kbl-guc: [SKIP][7] ([fdo#109271]) -> [DMESG-FAIL][8] ([i915#2203]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/fi-kbl-guc/igt@i915_pm_rpm@basic-rte.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [i915#1635]: https://gitlab.freedesktop.org/drm/intel/issues/1635 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2203]: https://gitlab.freedesktop.org/drm/intel/issues/2203 Participating hosts (44 -> 39) ------------------------------ Additional (1): fi-skl-lmem Missing (6): fi-ilk-m540 fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper Build changes ------------- * Linux: CI_DRM_9186 -> Patchwork_18768 CI-20190529: 20190529 CI_DRM_9186: 88e88abb49e9b08d25ba928cc34ed09082f209b0 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5822: b4bcf05cb9839037128905deda7146434155cc41 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_18768: cf81628ecd458dcabed380aeedd62d5ae61b1a5d @ git://anongit.freedesktop.org/gfx-ci/linux == Linux commits == cf81628ecd45 drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/index.html [-- Attachment #1.2: Type: text/html, Size: 3885 bytes --] [-- Attachment #2: Type: text/plain, Size: 160 bytes --] _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) 2020-10-22 21:08 [Intel-gfx] [PATCH] drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) Chris Wilson 2020-10-22 21:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork @ 2020-10-22 22:38 ` Ville Syrjälä 2020-10-22 23:07 ` Chris Wilson 2020-10-23 0:11 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for " Patchwork 2 siblings, 1 reply; 5+ messages in thread From: Ville Syrjälä @ 2020-10-22 22:38 UTC (permalink / raw) To: Chris Wilson; +Cc: intel-gfx On Thu, Oct 22, 2020 at 10:08:14PM +0100, Chris Wilson wrote: > Since Ironlake uses intel_ips.ko for its dynamic frequency adjustment, > we do not have direct control over the frequency management so such > tests are defunct. We could just ignore what ips is saying, but maybe we don't want to. > Similarly, we can't check the gen6+ RPS registers on > Ironlake. I can definitely get behind that one. Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> > > Hopefully this catches all the invalid tests now that Ironlake has > rejoined the dynamic GPU frequency club. > > Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> > --- > drivers/gpu/drm/i915/gt/selftest_rps.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/gpu/drm/i915/gt/selftest_rps.c b/drivers/gpu/drm/i915/gt/selftest_rps.c > index 3540ba9bd459..aa5675ecb5cc 100644 > --- a/drivers/gpu/drm/i915/gt/selftest_rps.c > +++ b/drivers/gpu/drm/i915/gt/selftest_rps.c > @@ -219,7 +219,7 @@ int live_rps_clock_interval(void *arg) > struct igt_spinner spin; > int err = 0; > > - if (!intel_rps_is_enabled(rps)) > + if (!intel_rps_is_enabled(rps) || INTEL_GEN(gt->i915) < 6) > return 0; > > if (igt_spinner_init(&spin, gt)) > @@ -1028,7 +1028,7 @@ int live_rps_interrupt(void *arg) > * First, let's check whether or not we are receiving interrupts. > */ > > - if (!intel_rps_has_interrupts(rps)) > + if (!intel_rps_has_interrupts(rps) || INTEL_GEN(gt->i915) < 6) > return 0; > > intel_gt_pm_get(gt); > @@ -1133,7 +1133,7 @@ int live_rps_power(void *arg) > * that theory. > */ > > - if (!intel_rps_is_enabled(rps)) > + if (!intel_rps_is_enabled(rps) || INTEL_GEN(gt->i915) < 6) > return 0; > > if (!librapl_energy_uJ()) > @@ -1237,7 +1237,7 @@ int live_rps_dynamic(void *arg) > * moving parts into dynamic reclocking based on load. > */ > > - if (!intel_rps_is_enabled(rps)) > + if (!intel_rps_is_enabled(rps) || INTEL_GEN(gt->i915) < 6) > return 0; > > if (igt_spinner_init(&spin, gt)) > -- > 2.20.1 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Ville Syrjälä Intel _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Intel-gfx] [PATCH] drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) 2020-10-22 22:38 ` [Intel-gfx] [PATCH] " Ville Syrjälä @ 2020-10-22 23:07 ` Chris Wilson 0 siblings, 0 replies; 5+ messages in thread From: Chris Wilson @ 2020-10-22 23:07 UTC (permalink / raw) To: Ville Syrjälä; +Cc: intel-gfx Quoting Ville Syrjälä (2020-10-22 23:38:16) > On Thu, Oct 22, 2020 at 10:08:14PM +0100, Chris Wilson wrote: > > Since Ironlake uses intel_ips.ko for its dynamic frequency adjustment, > > we do not have direct control over the frequency management so such > > tests are defunct. > > We could just ignore what ips is saying, but maybe we don't want to. The idea of the test is to set minimum frequency, run a spinner and check we eventually reach maximum, and then go back to minimum. ips has a really slow response time, iirc it was on the order of 2 minutes, though my memory may be over exaggerating it, but certainly you can watch glxgears tick up over many of its 5s iterations. So that rules it out for BAT selftests as being too slow. In place of the rps cycle counters and threshold checks, we could investigate the registers used by gen5_rps_irq_handle: busy_up = intel_uncore_read(uncore, RCPREVBSYTUPAVG); busy_down = intel_uncore_read(uncore, RCPREVBSYTDNAVG); max_avg = intel_uncore_read(uncore, RCBMAXAVG); min_avg = intel_uncore_read(uncore, RCBMINAVG); Basic tests like busy spin, do those registers say to clock up etc. The other test that would be worth seeing if we can do something about is the "frequency response/scaling", i.e. check that the GPU does run faster if we ask for a higher frequency. That would require thinking of a nice way to measure throughput on ilk. Hmm, the blitter should scale with frequency [one would hope!]. But the blitter includes memory bw, so not as pure as the CS measurements we have on gen8+. So with a bit of time, we could have a couple of selftests to confirm that ilk can detect high/low loads, which may come in handy at some point. A task for later. -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 5+ messages in thread
* [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) 2020-10-22 21:08 [Intel-gfx] [PATCH] drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) Chris Wilson 2020-10-22 21:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2020-10-22 22:38 ` [Intel-gfx] [PATCH] " Ville Syrjälä @ 2020-10-23 0:11 ` Patchwork 2 siblings, 0 replies; 5+ messages in thread From: Patchwork @ 2020-10-23 0:11 UTC (permalink / raw) To: Chris Wilson; +Cc: intel-gfx [-- Attachment #1.1: Type: text/plain, Size: 16258 bytes --] == Series Details == Series: drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) URL : https://patchwork.freedesktop.org/series/82965/ State : failure == Summary == CI Bug Log - changes from CI_DRM_9186_full -> Patchwork_18768_full ==================================================== Summary ------- **FAILURE** Serious unknown changes coming with Patchwork_18768_full absolutely need to be verified manually. If you think the reported changes have nothing to do with the changes introduced in Patchwork_18768_full, please notify your bug team to allow them to document this new failure mode, which will reduce false positives in CI. Possible new issues ------------------- Here are the unknown changes that may have been introduced in Patchwork_18768_full: ### IGT changes ### #### Possible regressions #### * igt@prime_vgem@coherency-blt: - shard-snb: NOTRUN -> [FAIL][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-snb2/igt@prime_vgem@coherency-blt.html #### Warnings #### * igt@core_hotunplug@hotrebind-lateclose: - shard-hsw: [WARN][2] ([i915#2283]) -> [FAIL][3] [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-hsw6/igt@core_hotunplug@hotrebind-lateclose.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-hsw2/igt@core_hotunplug@hotrebind-lateclose.html * igt@gem_exec_whisper@basic-queues-priority-all: - shard-glk: [INCOMPLETE][4] -> [FAIL][5] [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-glk4/igt@gem_exec_whisper@basic-queues-priority-all.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-glk3/igt@gem_exec_whisper@basic-queues-priority-all.html Known issues ------------ Here are the changes found in Patchwork_18768_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_isolation@preservation-s3@bcs0: - shard-kbl: [PASS][6] -> [DMESG-WARN][7] ([i915#180]) [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-kbl6/igt@gem_ctx_isolation@preservation-s3@bcs0.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-kbl4/igt@gem_ctx_isolation@preservation-s3@bcs0.html * igt@gem_exec_reloc@basic-many-active@rcs0: - shard-snb: [PASS][8] -> [FAIL][9] ([i915#2389]) [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-snb7/igt@gem_exec_reloc@basic-many-active@rcs0.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-snb5/igt@gem_exec_reloc@basic-many-active@rcs0.html * igt@gem_exec_reloc@basic-many-active@vecs0: - shard-glk: [PASS][10] -> [FAIL][11] ([i915#2389]) +2 similar issues [10]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-glk5/igt@gem_exec_reloc@basic-many-active@vecs0.html [11]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-glk1/igt@gem_exec_reloc@basic-many-active@vecs0.html * igt@gem_exec_whisper@basic-forked-all: - shard-glk: [PASS][12] -> [DMESG-WARN][13] ([i915#118] / [i915#95]) +1 similar issue [12]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-glk1/igt@gem_exec_whisper@basic-forked-all.html [13]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-glk3/igt@gem_exec_whisper@basic-forked-all.html * igt@i915_pm_dc@dc6-psr: - shard-skl: [PASS][14] -> [FAIL][15] ([i915#454]) [14]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-skl7/igt@i915_pm_dc@dc6-psr.html [15]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-skl4/igt@i915_pm_dc@dc6-psr.html * igt@i915_suspend@debugfs-reader: - shard-kbl: [PASS][16] -> [INCOMPLETE][17] ([i915#155]) [16]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-kbl7/igt@i915_suspend@debugfs-reader.html [17]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-kbl4/igt@i915_suspend@debugfs-reader.html * igt@kms_big_fb@y-tiled-8bpp-rotate-180: - shard-kbl: [PASS][18] -> [DMESG-WARN][19] ([i915#1982]) [18]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-kbl7/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html [19]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-kbl4/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html - shard-apl: [PASS][20] -> [DMESG-WARN][21] ([i915#1635] / [i915#1982]) [20]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-apl8/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html [21]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-apl4/igt@kms_big_fb@y-tiled-8bpp-rotate-180.html * igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size: - shard-skl: [PASS][22] -> [DMESG-WARN][23] ([i915#1982]) +7 similar issues [22]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-skl9/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html [23]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-skl8/igt@kms_cursor_legacy@cursor-vs-flip-atomic-transitions-varying-size.html * igt@kms_draw_crc@draw-method-xrgb8888-render-xtiled: - shard-snb: [PASS][24] -> [FAIL][25] ([i915#54]) [24]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-snb4/igt@kms_draw_crc@draw-method-xrgb8888-render-xtiled.html [25]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-snb7/igt@kms_draw_crc@draw-method-xrgb8888-render-xtiled.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu: - shard-tglb: [PASS][26] -> [DMESG-WARN][27] ([i915#1982]) [26]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu.html [27]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbc-modesetfrombusy: - shard-snb: [PASS][28] -> [FAIL][29] ([i915#2546]) [28]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-snb4/igt@kms_frontbuffer_tracking@fbc-modesetfrombusy.html [29]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-snb7/igt@kms_frontbuffer_tracking@fbc-modesetfrombusy.html * igt@kms_hdr@bpc-switch-dpms: - shard-skl: [PASS][30] -> [FAIL][31] ([i915#1188]) +1 similar issue [30]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-skl9/igt@kms_hdr@bpc-switch-dpms.html [31]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-skl6/igt@kms_hdr@bpc-switch-dpms.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [PASS][32] -> [SKIP][33] ([fdo#109642] / [fdo#111068]) [32]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-iclb2/igt@kms_psr2_su@frontbuffer.html [33]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-iclb6/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@psr2_sprite_blt: - shard-iclb: [PASS][34] -> [SKIP][35] ([fdo#109441]) +1 similar issue [34]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-iclb2/igt@kms_psr@psr2_sprite_blt.html [35]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-iclb4/igt@kms_psr@psr2_sprite_blt.html #### Possible fixes #### * igt@core_hotunplug@hotrebind-lateclose: - shard-snb: [INCOMPLETE][36] ([i915#82]) -> [PASS][37] [36]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-snb4/igt@core_hotunplug@hotrebind-lateclose.html [37]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-snb2/igt@core_hotunplug@hotrebind-lateclose.html * igt@feature_discovery@psr2: - shard-iclb: [SKIP][38] ([i915#658]) -> [PASS][39] [38]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-iclb1/igt@feature_discovery@psr2.html [39]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-iclb2/igt@feature_discovery@psr2.html * {igt@kms_async_flips@async-flip-with-page-flip-events}: - shard-glk: [FAIL][40] ([i915#2521]) -> [PASS][41] [40]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-glk4/igt@kms_async_flips@async-flip-with-page-flip-events.html [41]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-glk1/igt@kms_async_flips@async-flip-with-page-flip-events.html - shard-apl: [FAIL][42] ([i915#1635] / [i915#2521]) -> [PASS][43] [42]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-apl4/igt@kms_async_flips@async-flip-with-page-flip-events.html [43]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-apl3/igt@kms_async_flips@async-flip-with-page-flip-events.html * igt@kms_cursor_crc@pipe-c-cursor-128x128-onscreen: - shard-skl: [FAIL][44] ([i915#54]) -> [PASS][45] [44]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-skl7/igt@kms_cursor_crc@pipe-c-cursor-128x128-onscreen.html [45]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-skl4/igt@kms_cursor_crc@pipe-c-cursor-128x128-onscreen.html * igt@kms_cursor_legacy@cursor-vs-flip-varying-size: - shard-hsw: [FAIL][46] ([i915#2370]) -> [PASS][47] [46]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-hsw6/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html [47]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-hsw5/igt@kms_cursor_legacy@cursor-vs-flip-varying-size.html * igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1: - shard-skl: [FAIL][48] ([i915#79]) -> [PASS][49] +1 similar issue [48]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-skl2/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html [49]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-skl1/igt@kms_flip@flip-vs-expired-vblank-interruptible@c-edp1.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a1: - shard-glk: [FAIL][50] ([i915#2122]) -> [PASS][51] [50]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-glk4/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a1.html [51]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-glk1/igt@kms_flip@plain-flip-fb-recreate-interruptible@a-hdmi-a1.html * igt@kms_flip@plain-flip-fb-recreate-interruptible@c-edp1: - shard-skl: [FAIL][52] ([i915#2122]) -> [PASS][53] [52]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-skl10/igt@kms_flip@plain-flip-fb-recreate-interruptible@c-edp1.html [53]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-skl2/igt@kms_flip@plain-flip-fb-recreate-interruptible@c-edp1.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render: - shard-tglb: [DMESG-WARN][54] ([i915#1982]) -> [PASS][55] [54]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html [55]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-tglb2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-spr-indfb-draw-render.html * igt@kms_plane_alpha_blend@pipe-c-coverage-7efc: - shard-skl: [FAIL][56] ([fdo#108145] / [i915#265]) -> [PASS][57] [56]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-skl7/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html [57]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-skl4/igt@kms_plane_alpha_blend@pipe-c-coverage-7efc.html * igt@kms_plane_scaling@pipe-b-scaler-with-pixel-format: - shard-skl: [DMESG-WARN][58] ([i915#1982]) -> [PASS][59] +5 similar issues [58]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-skl7/igt@kms_plane_scaling@pipe-b-scaler-with-pixel-format.html [59]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-skl1/igt@kms_plane_scaling@pipe-b-scaler-with-pixel-format.html * igt@kms_psr@psr2_cursor_render: - shard-iclb: [SKIP][60] ([fdo#109441]) -> [PASS][61] +2 similar issues [60]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-iclb7/igt@kms_psr@psr2_cursor_render.html [61]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-iclb2/igt@kms_psr@psr2_cursor_render.html * igt@kms_setmode@basic: - shard-apl: [FAIL][62] ([i915#1635] / [i915#31]) -> [PASS][63] [62]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-apl1/igt@kms_setmode@basic.html [63]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-apl8/igt@kms_setmode@basic.html * igt@perf@polling: - shard-hsw: [SKIP][64] ([fdo#109271]) -> [PASS][65] [64]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-hsw6/igt@perf@polling.html [65]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-hsw2/igt@perf@polling.html * igt@prime_vgem@coherency-blt: - shard-hsw: [FAIL][66] -> [PASS][67] [66]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-hsw6/igt@prime_vgem@coherency-blt.html [67]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-hsw2/igt@prime_vgem@coherency-blt.html #### Warnings #### * igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min: - shard-skl: [DMESG-WARN][68] ([i915#1982]) -> [FAIL][69] ([fdo#108145] / [i915#265]) [68]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9186/shard-skl1/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html [69]: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/shard-skl6/igt@kms_plane_alpha_blend@pipe-b-constant-alpha-min.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#108145]: https://bugs.freedesktop.org/show_bug.cgi?id=108145 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [i915#118]: https://gitlab.freedesktop.org/drm/intel/issues/118 [i915#1188]: https://gitlab.freedesktop.org/drm/intel/issues/1188 [i915#155]: https://gitlab.freedesktop.org/drm/intel/issues/155 [i915#1635]: https://gitlab.freedesktop.org/drm/intel/issues/1635 [i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180 [i915#1982]: https://gitlab.freedesktop.org/drm/intel/issues/1982 [i915#2122]: https://gitlab.freedesktop.org/drm/intel/issues/2122 [i915#2283]: https://gitlab.freedesktop.org/drm/intel/issues/2283 [i915#2370]: https://gitlab.freedesktop.org/drm/intel/issues/2370 [i915#2389]: https://gitlab.freedesktop.org/drm/intel/issues/2389 [i915#2521]: https://gitlab.freedesktop.org/drm/intel/issues/2521 [i915#2546]: https://gitlab.freedesktop.org/drm/intel/issues/2546 [i915#265]: https://gitlab.freedesktop.org/drm/intel/issues/265 [i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31 [i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454 [i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54 [i915#658]: https://gitlab.freedesktop.org/drm/intel/issues/658 [i915#79]: https://gitlab.freedesktop.org/drm/intel/issues/79 [i915#82]: https://gitlab.freedesktop.org/drm/intel/issues/82 [i915#95]: https://gitlab.freedesktop.org/drm/intel/issues/95 Participating hosts (11 -> 11) ------------------------------ No changes in participating hosts Build changes ------------- * Linux: CI_DRM_9186 -> Patchwork_18768 CI-20190529: 20190529 CI_DRM_9186: 88e88abb49e9b08d25ba928cc34ed09082f209b0 @ git://anongit.freedesktop.org/gfx-ci/linux IGT_5822: b4bcf05cb9839037128905deda7146434155cc41 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools Patchwork_18768: cf81628ecd458dcabed380aeedd62d5ae61b1a5d @ git://anongit.freedesktop.org/gfx-ci/linux piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_18768/index.html [-- Attachment #1.2: Type: text/html, Size: 18738 bytes --] [-- Attachment #2: Type: text/plain, Size: 160 bytes --] _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-10-23 0:11 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-10-22 21:08 [Intel-gfx] [PATCH] drm/i915/selftests: Skip RPS tests on Ironlake (only IPS) Chris Wilson 2020-10-22 21:46 ` [Intel-gfx] ✓ Fi.CI.BAT: success for " Patchwork 2020-10-22 22:38 ` [Intel-gfx] [PATCH] " Ville Syrjälä 2020-10-22 23:07 ` Chris Wilson 2020-10-23 0:11 ` [Intel-gfx] ✗ Fi.CI.IGT: failure for " 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.