Re: [Intel-gfx] [PATCH] drm/i915: Fix GVT-g PVINFO version compatibility check

2017-06-07 Thread Zhenyu Wang
On 2017.06.05 16:40:09 +0300, Joonas Lahtinen wrote: > > On ma, 2017-06-05 at 11:00 +0800, Zhenyu Wang wrote: > > Current it's strictly checked if PVINFO version matches 1.0 > > for GVT-g i915 guest which doesn't help for compatibility at > > all and forces GVT-g host can't extend PVINFO easily wi

Re: [Intel-gfx] [PATCH] drm/i915: Fix GVT-g PVINFO version compatibility check

2017-06-05 Thread Joonas Lahtinen
On ma, 2017-06-05 at 11:00 +0800, Zhenyu Wang wrote: > Current it's strictly checked if PVINFO version matches 1.0 > for GVT-g i915 guest which doesn't help for compatibility at > all and forces GVT-g host can't extend PVINFO easily with version > bump for real compatibility check. > > This fixes

[Intel-gfx] [PATCH] drm/i915: Fix GVT-g PVINFO version compatibility check

2017-06-04 Thread Zhenyu Wang
Current it's strictly checked if PVINFO version matches 1.0 for GVT-g i915 guest which doesn't help for compatibility at all and forces GVT-g host can't extend PVINFO easily with version bump for real compatibility check. This fixes that to check minimal required PVINFO version instead and current