commit | 5d3d69d5c1195c47baf12035a29aaa990cc89a40 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed May 17 13:10:06 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed May 17 13:38:14 2017 +0100 |
tree | 977002dd074ea46f609474ddc5fad586fed71d88 | |
parent | 349bdb68bd48f4e1861058ac2dbaa0aafd4ca38d [diff] |
drm/i915: Stop inlining the execlists IRQ handler As the handler is now quite complex, involving a few atomics, the cost of the function preamble is negligible in comparison and so we should leave the function out-of-line for better I$. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170517121007.27224-11-chris@chris-wilson.co.uk