Re: [Intel-gfx] [PATCH v1 2/4] drm/i915: introduce vgt_caps to pvinfo

2017-05-11 Thread Joonas Lahtinen
On to, 2017-05-11 at 10:33 +0800, Tina Zhang wrote: > vgt_caps is used for guest i915 driver to get the vgpu capabilities > from the device model. > > Signed-off-by: Tina Zhang > +++ b/drivers/gpu/drm/i915/i915_pvinfo.h > @@ -58,7 +58,8 @@ struct vgt_if { >  

[Intel-gfx] [PATCH v1 2/4] drm/i915: introduce vgt_caps to pvinfo

2017-05-10 Thread Tina Zhang
vgt_caps is used for guest i915 driver to get the vgpu capabilities from the device model. Signed-off-by: Tina Zhang --- drivers/gpu/drm/i915/i915_pvinfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_pvinfo.h