* [igt-dev] [PATCH i-g-t] i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast
@ 2020-03-24 12:52 Chris Wilson
2020-03-24 13:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Chris Wilson @ 2020-03-24 12:52 UTC (permalink / raw)
To: intel-gfx; +Cc: igt-dev
The legacy ringbuffer submission lacks a fast soft-rc6
mechanism as we have no interrupt for an idle ring. As such
we are at the mercy of HW RC6... which is not quite as
precise as we need to pass this test. Oh well.
Since HW is not fast enough to minimise power draw, tell the driver to
park as soon as we know we are idle. One day, we hope for the driver to
discover a mechanism to do this for itself, for as this test shows that
can save us Watts!
Closes: https://gitlab.freedesktop.org/drm/intel/issues/1516
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
tests/i915/i915_pm_rc6_residency.c | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/tests/i915/i915_pm_rc6_residency.c b/tests/i915/i915_pm_rc6_residency.c
index f507f76bc..d2dc37a16 100644
--- a/tests/i915/i915_pm_rc6_residency.c
+++ b/tests/i915/i915_pm_rc6_residency.c
@@ -310,6 +310,17 @@ static void bg_load(int i915, unsigned int flags, unsigned long *ctl)
}
ctl[1]++;
+ /*
+ * The legacy ringbuffer submission lacks a fast soft-rc6
+ * mechanism as we have no interrupt for an idle ring. As such
+ * we are at the mercy of HW RC6... which is not quite as
+ * precise as we need to pass this test. Oh well.
+ *
+ * Fake it until we make it.
+ */
+ if (!gem_has_execlists(i915))
+ igt_drop_caches_set(i915, DROP_IDLE);
+
usleep(igt_nsec_elapsed(&tv) / 10); /* => 1% busy */
} while (!READ_ONCE(*ctl));
}
--
2.26.0.rc2
_______________________________________________
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* [igt-dev] ✓ Fi.CI.BAT: success for i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast
2020-03-24 12:52 [igt-dev] [PATCH i-g-t] i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast Chris Wilson
@ 2020-03-24 13:45 ` Patchwork
2020-03-24 14:54 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2020-03-24 15:24 ` [Intel-gfx] [PATCH i-g-t] " Andi Shyti
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-03-24 13:45 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast
URL : https://patchwork.freedesktop.org/series/75011/
State : success
== Summary ==
CI Bug Log - changes from IGT_5534 -> IGTPW_4345
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/index.html
Known issues
------------
Here are the changes found in IGTPW_4345 that come from known issues:
### IGT changes ###
#### Warnings ####
* igt@i915_selftest@live@gem_contexts:
- fi-cfl-8700k: [DMESG-FAIL][1] ([i915#481]) -> [DMESG-FAIL][2] ([i915#730] / [i915#933])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/fi-cfl-8700k/igt@i915_selftest@live@gem_contexts.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/fi-cfl-8700k/igt@i915_selftest@live@gem_contexts.html
- fi-cfl-guc: [INCOMPLETE][3] ([fdo#106070] / [i915#424]) -> [DMESG-FAIL][4] ([i915#481])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/fi-cfl-guc/igt@i915_selftest@live@gem_contexts.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/fi-cfl-guc/igt@i915_selftest@live@gem_contexts.html
[fdo#106070]: https://bugs.freedesktop.org/show_bug.cgi?id=106070
[i915#424]: https://gitlab.freedesktop.org/drm/intel/issues/424
[i915#481]: https://gitlab.freedesktop.org/drm/intel/issues/481
[i915#730]: https://gitlab.freedesktop.org/drm/intel/issues/730
[i915#933]: https://gitlab.freedesktop.org/drm/intel/issues/933
Participating hosts (46 -> 37)
------------------------------
Additional (1): fi-kbl-soraka
Missing (10): fi-glk-dsi fi-byt-squawks fi-bsw-cyan fi-ctg-p8600 fi-bsw-kefka fi-skl-lmem fi-icl-guc fi-byt-clapper fi-bdw-samus fi-snb-2600
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5534 -> IGTPW_4345
CI-20190529: 20190529
CI_DRM_8182: e5245084567cd7f6f93b07baaebf8a2b4d914620 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4345: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/index.html
IGT_5534: cc5d8b4a1bd398fc68271fd9fefc939181db6a2d @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/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 i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast
2020-03-24 12:52 [igt-dev] [PATCH i-g-t] i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast Chris Wilson
2020-03-24 13:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2020-03-24 14:54 ` Patchwork
2020-03-24 15:24 ` [Intel-gfx] [PATCH i-g-t] " Andi Shyti
2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2020-03-24 14:54 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev
== Series Details ==
Series: i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast
URL : https://patchwork.freedesktop.org/series/75011/
State : success
== Summary ==
CI Bug Log - changes from IGT_5534_full -> IGTPW_4345_full
====================================================
Summary
-------
**WARNING**
Minor unknown changes coming with IGTPW_4345_full need to be verified
manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_4345_full, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/index.html
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_4345_full:
### IGT changes ###
#### Warnings ####
* igt@gem_ctx_isolation@rcs0-s3:
- shard-kbl: [DMESG-WARN][1] ([i915#180]) -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-kbl4/igt@gem_ctx_isolation@rcs0-s3.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-kbl6/igt@gem_ctx_isolation@rcs0-s3.html
Known issues
------------
Here are the changes found in IGTPW_4345_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@gem_busy@extended-parallel-vcs1:
- shard-iclb: [PASS][3] -> [SKIP][4] ([fdo#112080]) +8 similar issues
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb1/igt@gem_busy@extended-parallel-vcs1.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb5/igt@gem_busy@extended-parallel-vcs1.html
* igt@gem_ctx_shared@exec-single-timeline-bsd:
- shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#110841])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb8/igt@gem_ctx_shared@exec-single-timeline-bsd.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb1/igt@gem_ctx_shared@exec-single-timeline-bsd.html
* igt@gem_exec_schedule@implicit-write-read-bsd1:
- shard-iclb: [PASS][7] -> [SKIP][8] ([fdo#109276] / [i915#677])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb4/igt@gem_exec_schedule@implicit-write-read-bsd1.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb3/igt@gem_exec_schedule@implicit-write-read-bsd1.html
* igt@gem_exec_schedule@independent-bsd2:
- shard-iclb: [PASS][9] -> [SKIP][10] ([fdo#109276]) +23 similar issues
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb2/igt@gem_exec_schedule@independent-bsd2.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb5/igt@gem_exec_schedule@independent-bsd2.html
* igt@gem_exec_schedule@pi-shared-iova-bsd:
- shard-iclb: [PASS][11] -> [SKIP][12] ([i915#677])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb8/igt@gem_exec_schedule@pi-shared-iova-bsd.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb1/igt@gem_exec_schedule@pi-shared-iova-bsd.html
* igt@gem_exec_schedule@preemptive-hang-bsd:
- shard-iclb: [PASS][13] -> [SKIP][14] ([fdo#112146]) +11 similar issues
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb5/igt@gem_exec_schedule@preemptive-hang-bsd.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb4/igt@gem_exec_schedule@preemptive-hang-bsd.html
* igt@gem_workarounds@suspend-resume-context:
- shard-glk: [PASS][15] -> [INCOMPLETE][16] ([i915#58] / [k.org#198133])
[15]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-glk9/igt@gem_workarounds@suspend-resume-context.html
[16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-glk9/igt@gem_workarounds@suspend-resume-context.html
* igt@gem_workarounds@suspend-resume-fd:
- shard-kbl: [PASS][17] -> [DMESG-WARN][18] ([i915#180]) +2 similar issues
[17]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-kbl4/igt@gem_workarounds@suspend-resume-fd.html
[18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-kbl4/igt@gem_workarounds@suspend-resume-fd.html
* igt@i915_pm_rpm@modeset-non-lpsp:
- shard-glk: [PASS][19] -> [SKIP][20] ([fdo#109271])
[19]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-glk2/igt@i915_pm_rpm@modeset-non-lpsp.html
[20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-glk4/igt@i915_pm_rpm@modeset-non-lpsp.html
- shard-hsw: [PASS][21] -> [SKIP][22] ([fdo#109271])
[21]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-hsw8/igt@i915_pm_rpm@modeset-non-lpsp.html
[22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-hsw4/igt@i915_pm_rpm@modeset-non-lpsp.html
* igt@kms_atomic_transition@1x-modeset-transitions-nonblocking:
- shard-snb: [PASS][23] -> [SKIP][24] ([fdo#109271]) +1 similar issue
[23]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-snb4/igt@kms_atomic_transition@1x-modeset-transitions-nonblocking.html
[24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-snb2/igt@kms_atomic_transition@1x-modeset-transitions-nonblocking.html
* igt@kms_cursor_crc@pipe-b-cursor-dpms:
- shard-glk: [PASS][25] -> [FAIL][26] ([i915#54])
[25]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-glk5/igt@kms_cursor_crc@pipe-b-cursor-dpms.html
[26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-glk9/igt@kms_cursor_crc@pipe-b-cursor-dpms.html
* igt@kms_cursor_crc@pipe-c-cursor-256x256-onscreen:
- shard-apl: [PASS][27] -> [FAIL][28] ([i915#54]) +2 similar issues
[27]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-apl4/igt@kms_cursor_crc@pipe-c-cursor-256x256-onscreen.html
[28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-apl4/igt@kms_cursor_crc@pipe-c-cursor-256x256-onscreen.html
* igt@kms_flip@2x-wf_vblank-ts-check:
- shard-hsw: [PASS][29] -> [INCOMPLETE][30] ([i915#61])
[29]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-hsw8/igt@kms_flip@2x-wf_vblank-ts-check.html
[30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-hsw5/igt@kms_flip@2x-wf_vblank-ts-check.html
* igt@kms_flip@flip-vs-suspend:
- shard-apl: [PASS][31] -> [DMESG-WARN][32] ([i915#180])
[31]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-apl3/igt@kms_flip@flip-vs-suspend.html
[32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-apl7/igt@kms_flip@flip-vs-suspend.html
* igt@kms_psr@psr2_primary_mmap_gtt:
- shard-iclb: [PASS][33] -> [SKIP][34] ([fdo#109441]) +1 similar issue
[33]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb2/igt@kms_psr@psr2_primary_mmap_gtt.html
[34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb7/igt@kms_psr@psr2_primary_mmap_gtt.html
#### Possible fixes ####
* igt@gem_exec_schedule@fifo-bsd:
- shard-iclb: [SKIP][35] ([fdo#112146]) -> [PASS][36] +2 similar issues
[35]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb2/igt@gem_exec_schedule@fifo-bsd.html
[36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb8/igt@gem_exec_schedule@fifo-bsd.html
* igt@gem_exec_schedule@implicit-read-write-bsd1:
- shard-iclb: [SKIP][37] ([fdo#109276] / [i915#677]) -> [PASS][38] +1 similar issue
[37]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb7/igt@gem_exec_schedule@implicit-read-write-bsd1.html
[38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb2/igt@gem_exec_schedule@implicit-read-write-bsd1.html
* igt@gem_exec_schedule@pi-userfault-bsd:
- shard-iclb: [SKIP][39] ([i915#677]) -> [PASS][40] +1 similar issue
[39]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb1/igt@gem_exec_schedule@pi-userfault-bsd.html
[40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb7/igt@gem_exec_schedule@pi-userfault-bsd.html
* igt@gem_workarounds@suspend-resume-context:
- shard-apl: [DMESG-WARN][41] ([i915#180]) -> [PASS][42] +2 similar issues
[41]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-apl6/igt@gem_workarounds@suspend-resume-context.html
[42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-apl4/igt@gem_workarounds@suspend-resume-context.html
* igt@kms_cursor_crc@pipe-b-cursor-suspend:
- shard-apl: [FAIL][43] ([i915#54]) -> [PASS][44]
[43]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-apl7/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
[44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
- shard-kbl: [FAIL][45] ([i915#54]) -> [PASS][46]
[45]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-kbl6/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
[46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-kbl1/igt@kms_cursor_crc@pipe-b-cursor-suspend.html
* igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt:
- shard-glk: [FAIL][47] ([i915#49]) -> [PASS][48]
[47]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-glk1/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
[48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-glk8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-spr-indfb-draw-blt.html
* igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes:
- shard-kbl: [DMESG-WARN][49] ([i915#180]) -> [PASS][50] +1 similar issue
[49]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-kbl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
[50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-kbl1/igt@kms_plane@plane-panning-bottom-right-suspend-pipe-c-planes.html
* igt@kms_psr2_su@frontbuffer:
- shard-iclb: [SKIP][51] ([fdo#109642] / [fdo#111068]) -> [PASS][52] +1 similar issue
[51]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb5/igt@kms_psr2_su@frontbuffer.html
[52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb2/igt@kms_psr2_su@frontbuffer.html
* igt@kms_psr@psr2_primary_page_flip:
- shard-iclb: [SKIP][53] ([fdo#109441]) -> [PASS][54] +1 similar issue
[53]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb1/igt@kms_psr@psr2_primary_page_flip.html
[54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb2/igt@kms_psr@psr2_primary_page_flip.html
* igt@kms_setmode@basic:
- shard-apl: [FAIL][55] ([i915#31]) -> [PASS][56]
[55]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-apl8/igt@kms_setmode@basic.html
[56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-apl4/igt@kms_setmode@basic.html
- shard-hsw: [FAIL][57] ([i915#31]) -> [PASS][58]
[57]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-hsw5/igt@kms_setmode@basic.html
[58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-hsw8/igt@kms_setmode@basic.html
* igt@perf@gen12-mi-rpc:
- shard-tglb: [FAIL][59] ([i915#1085]) -> [PASS][60]
[59]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-tglb6/igt@perf@gen12-mi-rpc.html
[60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-tglb3/igt@perf@gen12-mi-rpc.html
* igt@perf_pmu@busy-no-semaphores-vcs1:
- shard-iclb: [SKIP][61] ([fdo#112080]) -> [PASS][62] +8 similar issues
[61]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb6/igt@perf_pmu@busy-no-semaphores-vcs1.html
[62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb4/igt@perf_pmu@busy-no-semaphores-vcs1.html
* igt@prime_vgem@fence-wait-bsd2:
- shard-iclb: [SKIP][63] ([fdo#109276]) -> [PASS][64] +14 similar issues
[63]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb5/igt@prime_vgem@fence-wait-bsd2.html
[64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb2/igt@prime_vgem@fence-wait-bsd2.html
#### Warnings ####
* igt@gem_userptr_blits@dmabuf-sync:
- shard-snb: [DMESG-WARN][65] ([fdo#111870] / [i915#478]) -> [DMESG-WARN][66] ([fdo#110789] / [fdo#111870] / [i915#478]) +1 similar issue
[65]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-snb6/igt@gem_userptr_blits@dmabuf-sync.html
[66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-snb5/igt@gem_userptr_blits@dmabuf-sync.html
* igt@gem_userptr_blits@map-fixed-invalidate-busy-gup@gtt:
- shard-snb: [DMESG-WARN][67] ([i915#478]) -> [DMESG-WARN][68] ([fdo#110789] / [i915#478]) +1 similar issue
[67]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-snb2/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup@gtt.html
[68]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-snb1/igt@gem_userptr_blits@map-fixed-invalidate-busy-gup@gtt.html
* igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt:
- shard-hsw: [DMESG-WARN][69] ([i915#478]) -> [DMESG-WARN][70] ([fdo#110789] / [i915#478]) +1 similar issue
[69]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-hsw4/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
[70]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-hsw2/igt@gem_userptr_blits@map-fixed-invalidate-overlap-busy-gup@gtt.html
* igt@gem_userptr_blits@sync-unmap:
- shard-hsw: [DMESG-WARN][71] ([fdo#111870]) -> [DMESG-WARN][72] ([fdo#110789] / [fdo#111870]) +1 similar issue
[71]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-hsw6/igt@gem_userptr_blits@sync-unmap.html
[72]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-hsw8/igt@gem_userptr_blits@sync-unmap.html
* igt@i915_pm_dc@dc6-dpms:
- shard-tglb: [FAIL][73] ([i915#454]) -> [SKIP][74] ([i915#468])
[73]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-tglb1/igt@i915_pm_dc@dc6-dpms.html
[74]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-tglb2/igt@i915_pm_dc@dc6-dpms.html
* igt@i915_pm_dc@dc6-psr:
- shard-snb: [SKIP][75] ([fdo#109271]) -> [INCOMPLETE][76] ([i915#82])
[75]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-snb4/igt@i915_pm_dc@dc6-psr.html
[76]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-snb6/igt@i915_pm_dc@dc6-psr.html
* igt@i915_pm_rpm@modeset-non-lpsp:
- shard-iclb: [SKIP][77] ([fdo#110892]) -> [SKIP][78] ([i915#1316])
[77]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-iclb7/igt@i915_pm_rpm@modeset-non-lpsp.html
[78]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-iclb5/igt@i915_pm_rpm@modeset-non-lpsp.html
- shard-tglb: [SKIP][79] ([fdo#111644] / [i915#1397]) -> [SKIP][80] ([IGT#35] / [i915#1316])
[79]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5534/shard-tglb7/igt@i915_pm_rpm@modeset-non-lpsp.html
[80]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/shard-tglb5/igt@i915_pm_rpm@modeset-non-lpsp.html
[IGT#35]: https://gitlab.freedesktop.org/drm/igt-gpu-tools/issues/35
[fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271
[fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276
[fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441
[fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642
[fdo#110789]: https://bugs.freedesktop.org/show_bug.cgi?id=110789
[fdo#110841]: https://bugs.freedesktop.org/show_bug.cgi?id=110841
[fdo#110892]: https://bugs.freedesktop.org/show_bug.cgi?id=110892
[fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068
[fdo#111644]: https://bugs.freedesktop.org/show_bug.cgi?id=111644
[fdo#111870]: https://bugs.freedesktop.org/show_bug.cgi?id=111870
[fdo#112080]: https://bugs.freedesktop.org/show_bug.cgi?id=112080
[fdo#112146]: https://bugs.freedesktop.org/show_bug.cgi?id=112146
[i915#1085]: https://gitlab.freedesktop.org/drm/intel/issues/1085
[i915#1316]: https://gitlab.freedesktop.org/drm/intel/issues/1316
[i915#1397]: https://gitlab.freedesktop.org/drm/intel/issues/1397
[i915#180]: https://gitlab.freedesktop.org/drm/intel/issues/180
[i915#31]: https://gitlab.freedesktop.org/drm/intel/issues/31
[i915#454]: https://gitlab.freedesktop.org/drm/intel/issues/454
[i915#468]: https://gitlab.freedesktop.org/drm/intel/issues/468
[i915#478]: https://gitlab.freedesktop.org/drm/intel/issues/478
[i915#49]: https://gitlab.freedesktop.org/drm/intel/issues/49
[i915#54]: https://gitlab.freedesktop.org/drm/intel/issues/54
[i915#58]: https://gitlab.freedesktop.org/drm/intel/issues/58
[i915#61]: https://gitlab.freedesktop.org/drm/intel/issues/61
[i915#677]: https://gitlab.freedesktop.org/drm/intel/issues/677
[i915#82]: https://gitlab.freedesktop.org/drm/intel/issues/82
[k.org#198133]: https://bugzilla.kernel.org/show_bug.cgi?id=198133
Participating hosts (8 -> 8)
------------------------------
No changes in participating hosts
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_5534 -> IGTPW_4345
CI-20190529: 20190529
CI_DRM_8182: e5245084567cd7f6f93b07baaebf8a2b4d914620 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_4345: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/index.html
IGT_5534: cc5d8b4a1bd398fc68271fd9fefc939181db6a2d @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_4345/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* Re: [Intel-gfx] [PATCH i-g-t] i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast
2020-03-24 12:52 [igt-dev] [PATCH i-g-t] i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast Chris Wilson
2020-03-24 13:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-03-24 14:54 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
@ 2020-03-24 15:24 ` Andi Shyti
2 siblings, 0 replies; 4+ messages in thread
From: Andi Shyti @ 2020-03-24 15:24 UTC (permalink / raw)
To: Chris Wilson; +Cc: igt-dev, intel-gfx
Hi Chris,
On Tue, Mar 24, 2020 at 12:52:33PM +0000, Chris Wilson wrote:
> The legacy ringbuffer submission lacks a fast soft-rc6
> mechanism as we have no interrupt for an idle ring. As such
> we are at the mercy of HW RC6... which is not quite as
> precise as we need to pass this test. Oh well.
>
> Since HW is not fast enough to minimise power draw, tell the driver to
> park as soon as we know we are idle. One day, we hope for the driver to
> discover a mechanism to do this for itself, for as this test shows that
> can save us Watts!
>
> Closes: https://gitlab.freedesktop.org/drm/intel/issues/1516
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Andi Shyti <andi.shyti@intel.com>
Andi
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-03-24 15:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-24 12:52 [igt-dev] [PATCH i-g-t] i915/i915_pm_rc6_residency: Make ringbuffer rc6 fast Chris Wilson
2020-03-24 13:45 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-03-24 14:54 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2020-03-24 15:24 ` [Intel-gfx] [PATCH i-g-t] " Andi Shyti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox