[Bug 87725] [BDW Bisected] OglBatch7 performance reduced by ~7% after enable execlists
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 4 11:02:15 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=87725
--- Comment #14 from Chris Wilson <chris at chris-wilson.co.uk> ---
It's more or less a fundamental difference in hw implementation between
execlists and legacy submission. For whatever reason, execution latency from
idle is much worse under execlists, and OglBatch7 hits that path continuously
(since the overhead in the driver is sufficient that mesa cannot keep the GPU
busy). However, some of this is self inflicted as execlists incurs greater
execution overhead, both from per-bb/per-ctx instructions and from being irq
driven. Those we can improve and have been improving, but that execution
latency is hard to hide.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20160804/cc5c6108/attachment.html>
More information about the intel-gfx-bugs
mailing list