Re: [Intel-gfx] [PATCH 1/2] drm/i915: Refactor common ringbuffer allocation code

2015-09-04 Thread Daniel Vetter
On Thu, Sep 03, 2015 at 05:56:20PM +0300, Mika Kuoppala wrote: > "Zanoni, Paulo R" writes: > > > Em Qui, 2015-09-03 às 13:01 +0100, Chris Wilson escreveu: > >> A small, very small, step to sharing the duplicate code between > >> execlists and legacy submission engines, starting with the ringbuffe

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Refactor common ringbuffer allocation code

2015-09-03 Thread Mika Kuoppala
"Zanoni, Paulo R" writes: > Em Qui, 2015-09-03 às 13:01 +0100, Chris Wilson escreveu: >> A small, very small, step to sharing the duplicate code between >> execlists and legacy submission engines, starting with the ringbuffer >> allocation code. >> >> Signed-off-by: Chris Wilson >> Cc: Arun Sil

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Refactor common ringbuffer allocation code

2015-09-03 Thread ch...@chris-wilson.co.uk
On Thu, Sep 03, 2015 at 02:01:51PM +, Zanoni, Paulo R wrote: > Em Qui, 2015-09-03 às 13:01 +0100, Chris Wilson escreveu: > > A small, very small, step to sharing the duplicate code between > > execlists and legacy submission engines, starting with the ringbuffer > > allocation code. > > > > Si

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Refactor common ringbuffer allocation code

2015-09-03 Thread Zanoni, Paulo R
Em Qui, 2015-09-03 às 13:01 +0100, Chris Wilson escreveu: > A small, very small, step to sharing the duplicate code between > execlists and legacy submission engines, starting with the ringbuffer > allocation code. > > Signed-off-by: Chris Wilson > Cc: Arun Siluvery > Cc: Mika Kuoppala > Cc: Da

[Intel-gfx] [PATCH 1/2] drm/i915: Refactor common ringbuffer allocation code

2015-09-03 Thread Chris Wilson
A small, very small, step to sharing the duplicate code between execlists and legacy submission engines, starting with the ringbuffer allocation code. Signed-off-by: Chris Wilson Cc: Arun Siluvery Cc: Mika Kuoppala Cc: Dave Gordon --- drivers/gpu/drm/i915/intel_lrc.c| 49 +