Re: [Intel-gfx] [PATCH 1/6] drm/i915: Implement L3 partitioning set-up from the workaround list.

2015-10-08 Thread Chris Wilson
On Wed, Oct 07, 2015 at 04:30:35PM +0300, Francisco Jerez wrote: > Chris Wilson writes: > > > On Wed, Oct 07, 2015 at 02:44:00PM +0300, Francisco Jerez wrote: > >> This programs the L3 configuration based on the sizes given for each > >> partition as arguments. The relevant register writes are a

Re: [Intel-gfx] [PATCH 1/6] drm/i915: Implement L3 partitioning set-up from the workaround list.

2015-10-07 Thread Francisco Jerez
Chris Wilson writes: > On Wed, Oct 07, 2015 at 02:44:00PM +0300, Francisco Jerez wrote: >> This programs the L3 configuration based on the sizes given for each >> partition as arguments. The relevant register writes are added to the >> workaround list so that they are re-applied to each context

Re: [Intel-gfx] [PATCH 1/6] drm/i915: Implement L3 partitioning set-up from the workaround list.

2015-10-07 Thread Chris Wilson
On Wed, Oct 07, 2015 at 02:44:00PM +0300, Francisco Jerez wrote: > This programs the L3 configuration based on the sizes given for each > partition as arguments. The relevant register writes are added to the > workaround list so that they are re-applied to each context while it's > initialized, pr

[Intel-gfx] [PATCH 1/6] drm/i915: Implement L3 partitioning set-up from the workaround list.

2015-10-07 Thread Francisco Jerez
This programs the L3 configuration based on the sizes given for each partition as arguments. The relevant register writes are added to the workaround list so that they are re-applied to each context while it's initialized, preventing state leaks from other userspace processes which may have modifi