Re: [Intel-gfx] [PATCH v1 3/4] drm/i915:bxt: Enable Pooled EU support

2015-07-17 Thread Chris Wilson
On Fri, Jul 17, 2015 at 05:54:20PM +0100, Siluvery, Arun wrote: > On 17/07/2015 17:27, Chris Wilson wrote: > >On Fri, Jul 17, 2015 at 05:08:53PM +0100, Arun Siluvery wrote: > >>This mode allows to assign EUs to pools. > >>The command to enable this mode is sent in auxiliary golden context batch > >

Re: [Intel-gfx] [PATCH v1 3/4] drm/i915:bxt: Enable Pooled EU support

2015-07-17 Thread Siluvery, Arun
On 17/07/2015 17:27, Chris Wilson wrote: On Fri, Jul 17, 2015 at 05:08:53PM +0100, Arun Siluvery wrote: This mode allows to assign EUs to pools. The command to enable this mode is sent in auxiliary golden context batch as this is only issued once with each context initialization. Thanks to Mika

Re: [Intel-gfx] [PATCH v1 3/4] drm/i915:bxt: Enable Pooled EU support

2015-07-17 Thread Mika Kuoppala
Chris Wilson writes: > On Fri, Jul 17, 2015 at 05:08:53PM +0100, Arun Siluvery wrote: >> This mode allows to assign EUs to pools. >> The command to enable this mode is sent in auxiliary golden context batch >> as this is only issued once with each context initialization. Thanks to >> Mika for the

Re: [Intel-gfx] [PATCH v1 3/4] drm/i915:bxt: Enable Pooled EU support

2015-07-17 Thread Chris Wilson
On Fri, Jul 17, 2015 at 05:08:53PM +0100, Arun Siluvery wrote: > This mode allows to assign EUs to pools. > The command to enable this mode is sent in auxiliary golden context batch > as this is only issued once with each context initialization. Thanks to > Mika for the preliminary review. A quick

[Intel-gfx] [PATCH v1 3/4] drm/i915:bxt: Enable Pooled EU support

2015-07-17 Thread Arun Siluvery
This mode allows to assign EUs to pools. The command to enable this mode is sent in auxiliary golden context batch as this is only issued once with each context initialization. Thanks to Mika for the preliminary review. Cc: Mika Kuoppala Cc: Chris Wilson Cc: Armin Reese Signed-off-by: Arun Silu