Re: [Intel-gfx] [PATCH v1 4/4] drm/i915: enable guest full ppgtt when device model supports

2017-05-11 Thread Joonas Lahtinen
On to, 2017-05-11 at 10:33 +0800, Tina Zhang wrote: > Add full ppgtt capability check in guest i915 driver and enable the full > ppgtt in guest only when device mode supports. > > Signed-off-by: Tina Zhang > @@ -1909,6 +1909,7 @@ struct i915_workarounds { >   >  struct

[Intel-gfx] [PATCH v1 4/4] drm/i915: enable guest full ppgtt when device model supports

2017-05-10 Thread Tina Zhang
Add full ppgtt capability check in guest i915 driver and enable the full ppgtt in guest only when device mode supports. Signed-off-by: Tina Zhang --- drivers/gpu/drm/i915/i915_drv.h | 1 + drivers/gpu/drm/i915/i915_gem_gtt.c | 4 ++-- drivers/gpu/drm/i915/i915_vgpu.c