Re: [Intel-gfx] [PATCH 2/2] drm/i915/gvt: Wean gvt off dev_priv->engine[]

2020-01-18 Thread Zhenyu Wang
On 2020.01.17 17:15:36 +0200, Jani Nikula wrote: > On Mon, 21 Oct 2019, Chris Wilson wrote: > > Quoting Zhenyu Wang (2019-10-21 06:37:24) > >> On 2019.10.16 19:39:02 +0100, Chris Wilson wrote: > >> > Stop trying to escape out of the gvt layer to find the engine that we > >> > initially setup for u

Re: [Intel-gfx] [PATCH 2/2] drm/i915/gvt: Wean gvt off dev_priv->engine[]

2020-01-17 Thread Jani Nikula
On Mon, 21 Oct 2019, Chris Wilson wrote: > Quoting Zhenyu Wang (2019-10-21 06:37:24) >> On 2019.10.16 19:39:02 +0100, Chris Wilson wrote: >> > Stop trying to escape out of the gvt layer to find the engine that we >> > initially setup for use with gvt. Record the engines during initialisation >> >

Re: [Intel-gfx] [PATCH 2/2] drm/i915/gvt: Wean gvt off dev_priv->engine[]

2019-10-21 Thread Chris Wilson
Quoting Zhenyu Wang (2019-10-21 06:37:24) > On 2019.10.16 19:39:02 +0100, Chris Wilson wrote: > > Stop trying to escape out of the gvt layer to find the engine that we > > initially setup for use with gvt. Record the engines during initialisation > > and use them henceforth. > > > > add/remove: 1/

Re: [Intel-gfx] [PATCH 2/2] drm/i915/gvt: Wean gvt off dev_priv->engine[]

2019-10-20 Thread Zhenyu Wang
On 2019.10.16 19:39:02 +0100, Chris Wilson wrote: > Stop trying to escape out of the gvt layer to find the engine that we > initially setup for use with gvt. Record the engines during initialisation > and use them henceforth. > > add/remove: 1/4 grow/shrink: 22/28 up/down: 341/-1410 (-1069) > > S

[Intel-gfx] [PATCH 2/2] drm/i915/gvt: Wean gvt off dev_priv->engine[]

2019-10-16 Thread Chris Wilson
Stop trying to escape out of the gvt layer to find the engine that we initially setup for use with gvt. Record the engines during initialisation and use them henceforth. add/remove: 1/4 grow/shrink: 22/28 up/down: 341/-1410 (-1069) Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/gvt/cmd_pa