Re: [Intel-gfx] [PATCH] drm/i915: Disable semaphore on vGPU for now

2019-03-27 Thread Zhenyu Wang
On 2019.03.27 09:15:36 +, Chris Wilson wrote: > Quoting Zhenyu Wang (2019-03-27 09:06:36) > > This is to disable semaphore usage when on vGPU for now. Unfortunately > > GVT-g hasn't fully enabled semaphore usage yet, so current guest with > > semaphore use would cause vGPU failure. > > > > Alt

Re: [Intel-gfx] [PATCH] drm/i915: Disable semaphore on vGPU for now

2019-03-27 Thread Chris Wilson
Quoting Zhenyu Wang (2019-03-27 09:06:36) > This is to disable semaphore usage when on vGPU for now. Unfortunately > GVT-g hasn't fully enabled semaphore usage yet, so current guest with > semaphore use would cause vGPU failure. > > Although current semaphore failure with vGPU can be simply resolv

Re: [Intel-gfx] [PATCH] drm/i915: Disable semaphore on vGPU for now

2019-03-27 Thread Chris Wilson
Quoting Zhenyu Wang (2019-03-27 09:06:36) > This is to disable semaphore usage when on vGPU for now. Unfortunately > GVT-g hasn't fully enabled semaphore usage yet, so current guest with > semaphore use would cause vGPU failure. > > Although current semaphore failure with vGPU can be simply resolv

[Intel-gfx] [PATCH] drm/i915: Disable semaphore on vGPU for now

2019-03-27 Thread Zhenyu Wang
This is to disable semaphore usage when on vGPU for now. Unfortunately GVT-g hasn't fully enabled semaphore usage yet, so current guest with semaphore use would cause vGPU failure. Although current semaphore failure with vGPU can be simply resolved by allowing cmd parser to accept MI_SEMAPHORE_WAI