Re: [Intel-gfx] [PATCH 2/5] drm/i915: Wrap tasklet_struct for abuse

2018-05-10 Thread Tvrtko Ursulin
On 10/05/2018 17:19, Chris Wilson wrote: Quoting Tvrtko Ursulin (2018-05-10 17:15:46) On 10/05/2018 17:03, Chris Wilson wrote: Quoting Tvrtko Ursulin (2018-05-10 16:49:03) On 09/05/2018 15:27, Chris Wilson wrote: In the next few patches, we want to abuse tasklet to avoid ksoftirqd latency

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Wrap tasklet_struct for abuse

2018-05-10 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-05-10 17:15:46) > > On 10/05/2018 17:03, Chris Wilson wrote: > > Quoting Tvrtko Ursulin (2018-05-10 16:49:03) > >> > >> On 09/05/2018 15:27, Chris Wilson wrote: > >>> In the next few patches, we want to abuse tasklet to avoid ksoftirqd > >>> latency along critical

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Wrap tasklet_struct for abuse

2018-05-10 Thread Tvrtko Ursulin
On 10/05/2018 17:03, Chris Wilson wrote: Quoting Tvrtko Ursulin (2018-05-10 16:49:03) On 09/05/2018 15:27, Chris Wilson wrote: In the next few patches, we want to abuse tasklet to avoid ksoftirqd latency along critical paths. To make that abuse easily to swallow, first coat the tasklet in a

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Wrap tasklet_struct for abuse

2018-05-10 Thread Chris Wilson
Quoting Tvrtko Ursulin (2018-05-10 16:49:03) > > On 09/05/2018 15:27, Chris Wilson wrote: > > In the next few patches, we want to abuse tasklet to avoid ksoftirqd > > latency along critical paths. To make that abuse easily to swallow, > > first coat the tasklet in a little syntactic sugar. > > >

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Wrap tasklet_struct for abuse

2018-05-10 Thread Tvrtko Ursulin
On 09/05/2018 15:27, Chris Wilson wrote: In the next few patches, we want to abuse tasklet to avoid ksoftirqd latency along critical paths. To make that abuse easily to swallow, first coat the tasklet in a little syntactic sugar. Signed-off-by: Chris Wilson Cc:

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Wrap tasklet_struct for abuse

2018-05-09 Thread Chris Wilson
Quoting Chris Wilson (2018-05-09 15:27:58) > In the next few patches, we want to abuse tasklet to avoid ksoftirqd > latency along critical paths. To make that abuse easily to swallow, > first coat the tasklet in a little syntactic sugar. > > Signed-off-by: Chris Wilson

[Intel-gfx] [PATCH 2/5] drm/i915: Wrap tasklet_struct for abuse

2018-05-09 Thread Chris Wilson
In the next few patches, we want to abuse tasklet to avoid ksoftirqd latency along critical paths. To make that abuse easily to swallow, first coat the tasklet in a little syntactic sugar. Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin ---