* [igt-dev] [PATCH i-g-t] tests/i915/WA: Mark FF_MODE2 as WO for TGL
@ 2019-11-20 14:57 Ramalingam C
2019-11-20 15:29 ` Chris Wilson
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ramalingam C @ 2019-11-20 14:57 UTC (permalink / raw)
To: igt-dev
On TGL till B0 stepping FF_MODE2(0x6604) register is not readable. But
we need to program this register for Wa_1604555607 for better
performance. Hence to skip the verification attempt on this register
through read, we are marking this register as write only.
As of now I have marked this register as write only for gen12, we can
narrow it down to TGL <= B0, if we can retrieve the stepping of the
platform at IGT.
Signed-off-by: Ramalingam C <ramalingam.c@intel.com>
cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
cc: Chris Wilson <chris@chris-wilson.co.uk>
---
tests/i915/gem_workarounds.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/i915/gem_workarounds.c b/tests/i915/gem_workarounds.c
index dd6316ea3b4e..57d307b9991b 100644
--- a/tests/i915/gem_workarounds.c
+++ b/tests/i915/gem_workarounds.c
@@ -51,8 +51,8 @@ static struct write_only_list {
unsigned int gen;
uint32_t addr;
} wo_list[] = {
- { 10, 0xE5F0 } /* WaForceContextSaveRestoreNonCoherent:cnl */
-
+ { 10, 0xE5F0 }, /* WaForceContextSaveRestoreNonCoherent:cnl */
+ { 12, 0x6604 } /* FIXME: Stepping > B0 might be readable */
/*
* FIXME: If you are contemplating adding stuff here
* consider this as a temporary solution. You need to
--
2.20.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [igt-dev] [PATCH i-g-t] tests/i915/WA: Mark FF_MODE2 as WO for TGL 2019-11-20 14:57 [igt-dev] [PATCH i-g-t] tests/i915/WA: Mark FF_MODE2 as WO for TGL Ramalingam C @ 2019-11-20 15:29 ` Chris Wilson 2019-11-20 15:39 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-11-21 7:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Chris Wilson @ 2019-11-20 15:29 UTC (permalink / raw) To: Ramalingam C, igt-dev Quoting Ramalingam C (2019-11-20 14:57:12) > On TGL till B0 stepping FF_MODE2(0x6604) register is not readable. But > we need to program this register for Wa_1604555607 for better > performance. Hence to skip the verification attempt on this register > through read, we are marking this register as write only. > > As of now I have marked this register as write only for gen12, we can > narrow it down to TGL <= B0, if we can retrieve the stepping of the > platform at IGT. > > Signed-off-by: Ramalingam C <ramalingam.c@intel.com> > cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> > cc: Chris Wilson <chris@chris-wilson.co.uk> > --- > tests/i915/gem_workarounds.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/i915/gem_workarounds.c b/tests/i915/gem_workarounds.c > index dd6316ea3b4e..57d307b9991b 100644 > --- a/tests/i915/gem_workarounds.c > +++ b/tests/i915/gem_workarounds.c > @@ -51,8 +51,8 @@ static struct write_only_list { > unsigned int gen; > uint32_t addr; > } wo_list[] = { > - { 10, 0xE5F0 } /* WaForceContextSaveRestoreNonCoherent:cnl */ > - > + { 10, 0xE5F0 }, /* WaForceContextSaveRestoreNonCoherent:cnl */ > + { 12, 0x6604 } /* FIXME: Stepping > B0 might be readable */ Save trouble for next time, add the ','. Acked-by: Chris Wilson <chris@chris-wilson.co.uk> -Chris _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/WA: Mark FF_MODE2 as WO for TGL 2019-11-20 14:57 [igt-dev] [PATCH i-g-t] tests/i915/WA: Mark FF_MODE2 as WO for TGL Ramalingam C 2019-11-20 15:29 ` Chris Wilson @ 2019-11-20 15:39 ` Patchwork 2019-11-21 7:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2019-11-20 15:39 UTC (permalink / raw) To: Ramalingam C; +Cc: igt-dev == Series Details == Series: tests/i915/WA: Mark FF_MODE2 as WO for TGL URL : https://patchwork.freedesktop.org/series/69754/ State : success == Summary == CI Bug Log - changes from CI_DRM_7385 -> IGTPW_3734 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/index.html Known issues ------------ Here are the changes found in IGTPW_3734 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@i915_pm_rpm@module-reload: - fi-skl-6770hq: [PASS][1] -> [FAIL][2] ([fdo#108511]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/fi-skl-6770hq/igt@i915_pm_rpm@module-reload.html * igt@i915_selftest@live_hangcheck: - fi-icl-y: [PASS][3] -> [INCOMPLETE][4] ([fdo#107713] / [fdo#108569]) [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/fi-icl-y/igt@i915_selftest@live_hangcheck.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/fi-icl-y/igt@i915_selftest@live_hangcheck.html #### Possible fixes #### * igt@kms_frontbuffer_tracking@basic: - fi-icl-u2: [FAIL][5] ([fdo#103167]) -> [PASS][6] [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#108511]: https://bugs.freedesktop.org/show_bug.cgi?id=108511 [fdo#108569]: https://bugs.freedesktop.org/show_bug.cgi?id=108569 [fdo#111832]: https://bugs.freedesktop.org/show_bug.cgi?id=111832 Participating hosts (49 -> 45) ------------------------------ Additional (2): fi-cfl-8700k fi-kbl-7500u Missing (6): fi-hsw-4200u fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-byt-clapper fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5298 -> IGTPW_3734 CI-20190529: 20190529 CI_DRM_7385: 3696e1a31bcf77ea17bdfd1ee278057262365c10 @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3734: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/index.html IGT_5298: a19df6f52812517a4a84e6e630506512575b10da @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/index.html _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/WA: Mark FF_MODE2 as WO for TGL 2019-11-20 14:57 [igt-dev] [PATCH i-g-t] tests/i915/WA: Mark FF_MODE2 as WO for TGL Ramalingam C 2019-11-20 15:29 ` Chris Wilson 2019-11-20 15:39 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-11-21 7:10 ` Patchwork 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2019-11-21 7:10 UTC (permalink / raw) To: Ramalingam C; +Cc: igt-dev == Series Details == Series: tests/i915/WA: Mark FF_MODE2 as WO for TGL URL : https://patchwork.freedesktop.org/series/69754/ State : success == Summary == CI Bug Log - changes from CI_DRM_7385_full -> IGTPW_3734_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/index.html Known issues ------------ Here are the changes found in IGTPW_3734_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_ctx_isolation@bcs0-s3: - shard-tglb: [PASS][1] -> [INCOMPLETE][2] ([fdo#111832]) [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb7/igt@gem_ctx_isolation@bcs0-s3.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb3/igt@gem_ctx_isolation@bcs0-s3.html * igt@gem_ctx_isolation@vcs1-clean: - shard-iclb: [PASS][3] -> [SKIP][4] ([fdo#109276] / [fdo#112080]) +3 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb4/igt@gem_ctx_isolation@vcs1-clean.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb8/igt@gem_ctx_isolation@vcs1-clean.html * igt@gem_ctx_shared@q-smoketest-all: - shard-tglb: [PASS][5] -> [INCOMPLETE][6] ([fdo#111735]) [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb7/igt@gem_ctx_shared@q-smoketest-all.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb6/igt@gem_ctx_shared@q-smoketest-all.html * igt@gem_eio@in-flight-suspend: - shard-glk: [PASS][7] -> [CRASH][8] ([fdo#111559]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-glk8/igt@gem_eio@in-flight-suspend.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-glk1/igt@gem_eio@in-flight-suspend.html * igt@gem_exec_schedule@reorder-wide-bsd: - shard-iclb: [PASS][9] -> [SKIP][10] ([fdo#112146]) +3 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb8/igt@gem_exec_schedule@reorder-wide-bsd.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb4/igt@gem_exec_schedule@reorder-wide-bsd.html * igt@gem_exec_store@pages-vcs1: - shard-iclb: [PASS][11] -> [SKIP][12] ([fdo#112080]) +10 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb1/igt@gem_exec_store@pages-vcs1.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb6/igt@gem_exec_store@pages-vcs1.html * igt@gem_exec_whisper@normal: - shard-tglb: [PASS][13] -> [INCOMPLETE][14] ([fdo#111747]) [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb3/igt@gem_exec_whisper@normal.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb6/igt@gem_exec_whisper@normal.html * igt@gem_pipe_control_store_loop@reused-buffer: - shard-tglb: [PASS][15] -> [INCOMPLETE][16] ([fdo#111998]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb1/igt@gem_pipe_control_store_loop@reused-buffer.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb6/igt@gem_pipe_control_store_loop@reused-buffer.html * igt@gem_softpin@noreloc-s3: - shard-apl: [PASS][17] -> [DMESG-WARN][18] ([fdo#108566]) +4 similar issues [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-apl8/igt@gem_softpin@noreloc-s3.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-apl1/igt@gem_softpin@noreloc-s3.html * igt@gem_sync@basic-store-all: - shard-tglb: [PASS][19] -> [INCOMPLETE][20] ([fdo#111880]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb4/igt@gem_sync@basic-store-all.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb4/igt@gem_sync@basic-store-all.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy: - shard-snb: [PASS][21] -> [DMESG-WARN][22] ([fdo#111870]) [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-snb7/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-snb5/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy.html * igt@gem_userptr_blits@sync-unmap: - shard-snb: [PASS][23] -> [DMESG-WARN][24] ([fdo#110789] / [fdo#111870]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-snb4/igt@gem_userptr_blits@sync-unmap.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-snb7/igt@gem_userptr_blits@sync-unmap.html * igt@i915_pm_dc@dc6-dpms: - shard-iclb: [PASS][25] -> [FAIL][26] ([fdo#111830 ]) [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb4/igt@i915_pm_dc@dc6-dpms.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb3/igt@i915_pm_dc@dc6-dpms.html * igt@kms_cursor_crc@pipe-a-cursor-suspend: - shard-kbl: [PASS][27] -> [DMESG-WARN][28] ([fdo#108566]) +2 similar issues [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-kbl3/igt@kms_cursor_crc@pipe-a-cursor-suspend.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-kbl7/igt@kms_cursor_crc@pipe-a-cursor-suspend.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt: - shard-tglb: [PASS][29] -> [FAIL][30] ([fdo#103167]) +4 similar issues [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb5/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-indfb-msflip-blt.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt: - shard-iclb: [PASS][31] -> [FAIL][32] ([fdo#103167]) [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb6/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-blt.html * igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes: - shard-tglb: [PASS][33] -> [INCOMPLETE][34] ([fdo#111832] / [fdo#111850]) +2 similar issues [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb6/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb2/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-a-planes.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [PASS][35] -> [SKIP][36] ([fdo#109642] / [fdo#111068]) [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb2/igt@kms_psr2_su@frontbuffer.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb3/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@psr2_cursor_mmap_cpu: - shard-iclb: [PASS][37] -> [SKIP][38] ([fdo#109441]) +2 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb8/igt@kms_psr@psr2_cursor_mmap_cpu.html * igt@kms_setmode@basic: - shard-apl: [PASS][39] -> [FAIL][40] ([fdo#99912]) [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-apl4/igt@kms_setmode@basic.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-apl1/igt@kms_setmode@basic.html * igt@kms_vblank@pipe-d-ts-continuation-suspend: - shard-tglb: [PASS][41] -> [INCOMPLETE][42] ([fdo#111850]) +1 similar issue [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb3/igt@kms_vblank@pipe-d-ts-continuation-suspend.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb1/igt@kms_vblank@pipe-d-ts-continuation-suspend.html * igt@prime_busy@hang-bsd2: - shard-iclb: [PASS][43] -> [SKIP][44] ([fdo#109276]) +16 similar issues [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb1/igt@prime_busy@hang-bsd2.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb8/igt@prime_busy@hang-bsd2.html #### Possible fixes #### * igt@gem_busy@busy-vcs1: - shard-iclb: [SKIP][45] ([fdo#112080]) -> [PASS][46] +11 similar issues [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb6/igt@gem_busy@busy-vcs1.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb1/igt@gem_busy@busy-vcs1.html * igt@gem_ctx_isolation@vcs1-dirty-create: - shard-iclb: [SKIP][47] ([fdo#109276] / [fdo#112080]) -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb6/igt@gem_ctx_isolation@vcs1-dirty-create.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb4/igt@gem_ctx_isolation@vcs1-dirty-create.html * igt@gem_ctx_shared@exec-single-timeline-bsd: - shard-iclb: [SKIP][49] ([fdo#110841]) -> [PASS][50] [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb1/igt@gem_ctx_shared@exec-single-timeline-bsd.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb3/igt@gem_ctx_shared@exec-single-timeline-bsd.html * igt@gem_exec_balancer@smoke: - shard-iclb: [SKIP][51] ([fdo#110854]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb8/igt@gem_exec_balancer@smoke.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb4/igt@gem_exec_balancer@smoke.html * igt@gem_exec_schedule@preempt-other-chain-bsd: - shard-iclb: [SKIP][53] ([fdo#112146]) -> [PASS][54] +4 similar issues [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb2/igt@gem_exec_schedule@preempt-other-chain-bsd.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb6/igt@gem_exec_schedule@preempt-other-chain-bsd.html * igt@gem_exec_schedule@preempt-queue-bsd1: - shard-iclb: [SKIP][55] ([fdo#109276]) -> [PASS][56] +14 similar issues [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb8/igt@gem_exec_schedule@preempt-queue-bsd1.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb2/igt@gem_exec_schedule@preempt-queue-bsd1.html * igt@gem_exec_schedule@preempt-queue-vebox: - shard-tglb: [INCOMPLETE][57] ([fdo#111677]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb6/igt@gem_exec_schedule@preempt-queue-vebox.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb3/igt@gem_exec_schedule@preempt-queue-vebox.html * igt@gem_sync@basic-all: - shard-tglb: [INCOMPLETE][59] ([fdo#111880]) -> [PASS][60] [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb6/igt@gem_sync@basic-all.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb7/igt@gem_sync@basic-all.html * igt@gem_userptr_blits@sync-unmap-cycles: - shard-hsw: [DMESG-WARN][61] ([fdo#111870]) -> [PASS][62] +2 similar issues [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-hsw6/igt@gem_userptr_blits@sync-unmap-cycles.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-hsw5/igt@gem_userptr_blits@sync-unmap-cycles.html * igt@gem_workarounds@suspend-resume: - shard-tglb: [INCOMPLETE][63] ([fdo#111832] / [fdo#111850]) -> [PASS][64] +2 similar issues [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb4/igt@gem_workarounds@suspend-resume.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb8/igt@gem_workarounds@suspend-resume.html * igt@gem_workarounds@suspend-resume-context: - shard-apl: [DMESG-WARN][65] ([fdo#108566]) -> [PASS][66] [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-apl1/igt@gem_workarounds@suspend-resume-context.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-apl1/igt@gem_workarounds@suspend-resume-context.html * igt@gem_workarounds@suspend-resume-fd: - shard-kbl: [DMESG-WARN][67] ([fdo#108566]) -> [PASS][68] +8 similar issues [67]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-kbl3/igt@gem_workarounds@suspend-resume-fd.html [68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-kbl4/igt@gem_workarounds@suspend-resume-fd.html * igt@i915_pm_dc@dc6-psr: - shard-iclb: [FAIL][69] ([fdo#111830 ]) -> [PASS][70] [69]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb8/igt@i915_pm_dc@dc6-psr.html [70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb8/igt@i915_pm_dc@dc6-psr.html * igt@i915_selftest@live_execlists: - shard-tglb: [INCOMPLETE][71] -> [PASS][72] [71]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb9/igt@i915_selftest@live_execlists.html [72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb5/igt@i915_selftest@live_execlists.html * igt@kms_cursor_crc@pipe-a-cursor-256x85-random: - shard-kbl: [FAIL][73] ([fdo#103232]) -> [PASS][74] [73]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-256x85-random.html [74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-256x85-random.html - shard-apl: [FAIL][75] ([fdo#103232]) -> [PASS][76] [75]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-256x85-random.html [76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-apl1/igt@kms_cursor_crc@pipe-a-cursor-256x85-random.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic: - shard-hsw: [FAIL][77] ([fdo#105767]) -> [PASS][78] [77]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-hsw6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html [78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-hsw2/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-atomic.html * igt@kms_fbcon_fbt@fbc-suspend: - shard-tglb: [INCOMPLETE][79] ([fdo#111747] / [fdo#111832] / [fdo#111850]) -> [PASS][80] [79]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb1/igt@kms_fbcon_fbt@fbc-suspend.html [80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb9/igt@kms_fbcon_fbt@fbc-suspend.html * igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc: - shard-glk: [FAIL][81] ([fdo#103167]) -> [PASS][82] [81]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-glk1/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html [82]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-glk7/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html - shard-kbl: [FAIL][83] ([fdo#103167]) -> [PASS][84] [83]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html [84]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-kbl2/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html - shard-apl: [FAIL][85] ([fdo#103167]) -> [PASS][86] [85]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-apl4/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html [86]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-apl3/igt@kms_frontbuffer_tracking@fbc-1p-primscrn-cur-indfb-draw-mmap-wc.html * igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu: - shard-tglb: [FAIL][87] ([fdo#103167]) -> [PASS][88] +2 similar issues [87]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb3/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html [88]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb7/igt@kms_frontbuffer_tracking@fbc-rgb565-draw-mmap-cpu.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render: - shard-iclb: [FAIL][89] ([fdo#103167]) -> [PASS][90] +5 similar issues [89]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html [90]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb1/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw: - shard-tglb: [INCOMPLETE][91] ([fdo#111747]) -> [PASS][92] [91]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb8/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html [92]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb3/igt@kms_frontbuffer_tracking@psr-1p-pri-indfb-multidraw.html * igt@kms_psr@no_drrs: - shard-iclb: [FAIL][93] ([fdo#108341]) -> [PASS][94] [93]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb1/igt@kms_psr@no_drrs.html [94]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb4/igt@kms_psr@no_drrs.html * igt@kms_psr@psr2_cursor_plane_onoff: - shard-iclb: [SKIP][95] ([fdo#109441]) -> [PASS][96] +1 similar issue [95]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb1/igt@kms_psr@psr2_cursor_plane_onoff.html [96]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb2/igt@kms_psr@psr2_cursor_plane_onoff.html * igt@kms_vblank@pipe-b-query-idle-hang: - shard-hsw: [INCOMPLETE][97] ([fdo#103540]) -> [PASS][98] [97]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-hsw4/igt@kms_vblank@pipe-b-query-idle-hang.html [98]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-hsw1/igt@kms_vblank@pipe-b-query-idle-hang.html * igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend: - shard-tglb: [INCOMPLETE][99] ([fdo#111850]) -> [PASS][100] [99]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb8/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html [100]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb2/igt@kms_vblank@pipe-b-ts-continuation-dpms-suspend.html #### Warnings #### * igt@gem_ctx_isolation@vcs1-nonpriv-switch: - shard-iclb: [SKIP][101] ([fdo#109276] / [fdo#112080]) -> [FAIL][102] ([fdo#111329]) [101]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-iclb6/igt@gem_ctx_isolation@vcs1-nonpriv-switch.html [102]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-iclb1/igt@gem_ctx_isolation@vcs1-nonpriv-switch.html * igt@gem_ctx_isolation@vcs2-dirty-switch: - shard-tglb: [SKIP][103] ([fdo#112080]) -> [SKIP][104] ([fdo#111912] / [fdo#112080]) [103]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb9/igt@gem_ctx_isolation@vcs2-dirty-switch.html [104]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb7/igt@gem_ctx_isolation@vcs2-dirty-switch.html * igt@gem_ctx_isolation@vcs2-nonpriv: - shard-tglb: [SKIP][105] ([fdo#111912] / [fdo#112080]) -> [SKIP][106] ([fdo#112080]) [105]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-tglb1/igt@gem_ctx_isolation@vcs2-nonpriv.html [106]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-tglb9/igt@gem_ctx_isolation@vcs2-nonpriv.html * igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup: - shard-snb: [DMESG-WARN][107] ([fdo#110789] / [fdo#111870]) -> [DMESG-WARN][108] ([fdo#111870]) [107]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7385/shard-snb7/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html [108]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup.html * igt@kms_atomic_transition@6x-modeset-transitions-nonblocking-fencing: - shard-tglb: [SKIP][109] ([fdo#112021 ]) -> == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3734/index.html _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-11-21 7:10 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-11-20 14:57 [igt-dev] [PATCH i-g-t] tests/i915/WA: Mark FF_MODE2 as WO for TGL Ramalingam C 2019-11-20 15:29 ` Chris Wilson 2019-11-20 15:39 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-11-21 7:10 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox