Re: [Intel-gfx] [PATCH 2/3] drm/i915/gvt: Return -EIO if host enable_execlists not enabled when loading GVT-g

2017-05-26 Thread Dong, Chuanxiao
[PATCH 2/3] drm/i915/gvt: Return -EIO if host > enable_execlists not enabled when loading GVT-g > > On Fri, May 26, 2017 at 11:04:18AM +0800, Chuanxiao Dong wrote: > > GVT-g relies on the enable_execlists parameter in i915. If this option > > is not enabled for GVT-g, shoul

Re: [Intel-gfx] [PATCH 2/3] drm/i915/gvt: Return -EIO if host enable_execlists not enabled when loading GVT-g

2017-05-26 Thread Chris Wilson
On Fri, May 26, 2017 at 11:04:18AM +0800, Chuanxiao Dong wrote: > GVT-g relies on the enable_execlists parameter in i915. If this option > is not enabled for GVT-g, should return -EIO to make i915 driver loading > failed. > > Suggested-by: Joonas Lahtinen > Cc:

[Intel-gfx] [PATCH 2/3] drm/i915/gvt: Return -EIO if host enable_execlists not enabled when loading GVT-g

2017-05-25 Thread Chuanxiao Dong
GVT-g relies on the enable_execlists parameter in i915. If this option is not enabled for GVT-g, should return -EIO to make i915 driver loading failed. Suggested-by: Joonas Lahtinen Cc: Joonas Lahtinen Signed-off-by: Chuanxiao