diff options
author | Zhenyu Wang <zhenyuw@linux.intel.com> | 2016-12-27 14:47:04 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyuw@linux.intel.com> | 2017-02-07 17:21:44 +0800 |
commit | 3de49a7314c9e17d71e97af4ed4b0564609e9ba7 (patch) | |
tree | 4162dd5249dcd201d4623b735239d94dba5397dd /drivers/gpu/drm/i915/gvt/hypercall.h | |
parent | d2896e34eb6f10b4f76b42df34b7e075b203c5ff (diff) | |
download | blackbird-obmc-linux-3de49a7314c9e17d71e97af4ed4b0564609e9ba7.tar.gz blackbird-obmc-linux-3de49a7314c9e17d71e97af4ed4b0564609e9ba7.zip |
drm/i915/gvt: remove detect_host() MPT hook
We only depend on pvinfo register for GVT-g state detection,
not require hypervisor host detect any more.
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/gvt/hypercall.h')
-rw-r--r-- | drivers/gpu/drm/i915/gvt/hypercall.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gvt/hypercall.h b/drivers/gpu/drm/i915/gvt/hypercall.h index 30e543f5a703..df7f33abd393 100644 --- a/drivers/gpu/drm/i915/gvt/hypercall.h +++ b/drivers/gpu/drm/i915/gvt/hypercall.h @@ -38,7 +38,6 @@ * both Xen and KVM by providing dedicated hypervisor-related MPT modules. */ struct intel_gvt_mpt { - int (*detect_host)(void); int (*host_init)(struct device *dev, void *gvt, const void *ops); void (*host_exit)(struct device *dev, void *gvt); int (*attach_vgpu)(void *vgpu, unsigned long *handle); |