Re: [Intel-gfx] [PATCH 2/2] drm/i915: Immediately execute the fenced work

2020-03-25 Thread Tvrtko Ursulin
On 25/03/2020 12:02, Chris Wilson wrote: If the caller allows and we do not have to wait for any signals, immediately execute the work within the caller's process. By doing so we avoid the overhead of scheduling a new task, and the latency in executing it, at the cost of pulling that work back

[Intel-gfx] [PATCH 2/2] drm/i915: Immediately execute the fenced work

2020-03-25 Thread Chris Wilson
If the caller allows and we do not have to wait for any signals, immediately execute the work within the caller's process. By doing so we avoid the overhead of scheduling a new task, and the latency in executing it, at the cost of pulling that work back into the immediate context. (Sometimes we sti

[Intel-gfx] [PATCH 2/2] drm/i915: Immediately execute the fenced work

2020-03-24 Thread Chris Wilson
If the caller allows and we do not have to wait for any signals, immediately execute the work within the caller's process. By doing so we avoid the overhead of scheduling a new task, and the latency in executing it, at the cost of pulling that work back into the immediate context. (Sometimes we sti