aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/gvt/hypercall.h
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyuw@linux.intel.com>2016-12-27 14:47:04 +0800
committerZhenyu Wang <zhenyuw@linux.intel.com>2017-02-07 17:21:44 +0800
commit3de49a7314c9e17d71e97af4ed4b0564609e9ba7 (patch)
tree4162dd5249dcd201d4623b735239d94dba5397dd /drivers/gpu/drm/i915/gvt/hypercall.h
parentdrm/i915/gvt: move intel iommu detection to intel_gvt_init() (diff)
downloadlinux-dev-3de49a7314c9e17d71e97af4ed4b0564609e9ba7.tar.xz
linux-dev-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.h1
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);