Re: [Intel-gfx] [PATCH v7 10/11] drm/i915: Support LRC context single submission

2016-06-08 Thread Joonas Lahtinen
On ke, 2016-06-08 at 08:04 +0100, Chris Wilson wrote: > On Tue, Jun 07, 2016 at 11:18:46AM -0400, Zhi Wang wrote: > > > > This patch introduces the support of LRC context single submission. > > As GVT context may come from different guests, which require different > > configuration of render regis

Re: [Intel-gfx] [PATCH v7 10/11] drm/i915: Support LRC context single submission

2016-06-08 Thread Chris Wilson
On Tue, Jun 07, 2016 at 11:18:46AM -0400, Zhi Wang wrote: > This patch introduces the support of LRC context single submission. > As GVT context may come from different guests, which require different > configuration of render registers. It can't be combined into a dual ELSP > submission combo. >

[Intel-gfx] [PATCH v7 10/11] drm/i915: Support LRC context single submission

2016-06-07 Thread Zhi Wang
This patch introduces the support of LRC context single submission. As GVT context may come from different guests, which require different configuration of render registers. It can't be combined into a dual ELSP submission combo. Only GVT-g will create this kinds of GEM context currently. v7: -