]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Trim the flush for the execlists request emission
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 29 Apr 2016 08:07:06 +0000 (09:07 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 29 Apr 2016 09:20:51 +0000 (10:20 +0100)
commit3cf022a1205f3808ad07e6a10f5ff9f6398e86c4
tree51a65acf4057ff501ddd26a38f4c33ed65a88f80
parent933668eccfaebfed2e233d22c309622e9a5521b1
drm/i915: Trim the flush for the execlists request emission

At the start of request emission, we flush some space for the request,
estimating the typical size for the request body. The common tail is now
much larger than the typical body, so we can shrink the flush
substantially.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1461917226-9132-3-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_lrc.c