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

2017-05-15 Thread Zhenyu Wang
On 2017.05.12 17:37:56 +0800, Tina Zhang wrote: > vgt_caps is used for guest i915 driver to get the vgpu capabilities from > the device model. VGT_CPAS_FULL_PPGTT is one of the capabilities type to > let guest i915 dirver know that the guest i915 full ppgtt is supported by > device model. > > Chan

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

2017-05-15 Thread Joonas Lahtinen
On pe, 2017-05-12 at 17:37 +0800, Tina Zhang wrote: > vgt_caps is used for guest i915 driver to get the vgpu capabilities from > the device model. VGT_CPAS_FULL_PPGTT is one of the capabilities type to > let guest i915 dirver know that the guest i915 full ppgtt is supported by > device model. > >

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

2017-05-12 Thread Tina Zhang
vgt_caps is used for guest i915 driver to get the vgpu capabilities from the device model. VGT_CPAS_FULL_PPGTT is one of the capabilities type to let guest i915 dirver know that the guest i915 full ppgtt is supported by device model. Changes since v1: - Use u32 instead of uint32_t (Joonas) - Move