Re: [Intel-gfx] [PATCH 07/10] drm/i915: Trim the flush for the legacy request emission

2016-04-29 Thread Joonas Lahtinen
On to, 2016-04-28 at 17:24 +0100, Chris Wilson wrote: > At the start of request emission, we flush some space for the request, > estimating the typical size for the request body. The tail is now much > larger than the typical body, so we can shrink the flush slightly. > > Signed-off-by: Chris

[Intel-gfx] [PATCH 07/10] drm/i915: Trim the flush for the legacy request emission

2016-04-28 Thread Chris Wilson
At the start of request emission, we flush some space for the request, estimating the typical size for the request body. The tail is now much larger than the typical body, so we can shrink the flush slightly. Signed-off-by: Chris Wilson ---