Re: [Intel-gfx] [PATCH] drm/i915/scheduler: add gvt notification for guc submission

2017-03-20 Thread Zheng, Xiao
The new guc submission scheduler is not to emulation Execlist mode in driver. You can keep existing execlist_xx function name if insisted it is better. > -Original Message- > From: Dong, Chuanxiao > Sent: Monday, March 20, 2017 11:20 AM > To: Zheng, Xiao

Re: [Intel-gfx] [PATCH] drm/i915/scheduler: add gvt notification for guc submission

2017-03-19 Thread Zheng, Xiao
It may consider to change the function name: execlists_context_status_change to context_status_change_notify () instead. Otherwise confusing GUC submission path. Thanks. > -Original Message- > From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf > Of Chuanxiao Do

Re: [Intel-gfx] [PATCH v8] drm/i915/scheduler: emulate a scheduler for guc

2017-02-13 Thread Zheng, Xiao
Hi Chris Just to check with you that this patch will checkin. Because it is essential for GVT once GUC enabled. > -Original Message- > From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf > Of Zheng, Xiao > Sent: Monday, February 13, 2017 4:06 PM > T

Re: [Intel-gfx] [PATCH v8] drm/i915/scheduler: emulate a scheduler for guc

2017-02-13 Thread Zheng, Xiao
Thanks Chris. This is Xiao from GVT-g team. GVT-g is actually looking for this patch once GUC submission enabled in host/native side. GVT-g requires a single submission (only one request in GUC FW anytime) to GUC FW because we need to do additional setup/cleanup for VM switch. One thing need t