drm/i915/gvt: Let each vgpu has separate opregion memory
authorXiong Zhang <xiong.y.zhang@intel.com>
Tue, 7 Nov 2017 16:45:21 +0000 (00:45 +0800)
committerZhenyu Wang <zhenyuw@linux.intel.com>
Thu, 16 Nov 2017 03:48:35 +0000 (11:48 +0800)
commitb2d6ef70614e9e9dacfa9fc7dac49e7dc22dc8b3
treed3d9231fb663616dc0fe92e6b82769ec032053d4
parent295764cd2ff41e2c1bc8af4050de77cec5e7a1c0
drm/i915/gvt: Let each vgpu has separate opregion memory

Currently every vgpu share a common gvt opregion memory, but
it is freed at vgpu destroy, then the later vgpu doesn't have
opregion memory once the first vgpu is destroyed. This cause
guest function failure like reboot, second or later boot.

This patch allocate and init virt opregion memory for each
vgpu, so this memory could be freed at vgpu destroy.

Signed-off-by: Xiong Zhang <xiong.y.zhang@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/gvt.c
drivers/gpu/drm/i915/gvt/gvt.h
drivers/gpu/drm/i915/gvt/opregion.c