Re: [Intel-gfx] [PATCH v2] drm/i915/gvt: add enable_execlists check before enable gvt

2017-03-13 Thread Zhenyu Wang
On 2017.03.09 23:07:12 +0800, Chuanxiao Dong wrote: > The GVT-g needs execlists to be enabled otherwise gvt should be > disabled. Add a check for enable_execlists before enabling gvt. > > v2: use DRM_INFO in response to the user action > > Signed-off-by: Chuanxiao Dong

[Intel-gfx] [PATCH v2] drm/i915/gvt: add enable_execlists check before enable gvt

2017-03-09 Thread Chuanxiao Dong
The GVT-g needs execlists to be enabled otherwise gvt should be disabled. Add a check for enable_execlists before enabling gvt. v2: use DRM_INFO in response to the user action Signed-off-by: Chuanxiao Dong --- drivers/gpu/drm/i915/intel_gvt.c | 5 + 1 file