Lines Matching refs:intel_gvt_ops
52 static const struct intel_gvt_ops *intel_gvt_ops; variable
603 intel_gvt_ops->emulate_hotplug(vgpu, true); in handle_edid_regs()
605 intel_gvt_ops->emulate_hotplug(vgpu, false); in handle_edid_regs()
807 vgpu = intel_gvt_ops->vgpu_create(gvt, type); in intel_vgpu_create()
834 intel_gvt_ops->vgpu_destroy(vgpu); in intel_vgpu_remove()
937 intel_gvt_ops->vgpu_activate(vgpu); in intel_vgpu_open_device()
982 intel_gvt_ops->vgpu_release(vgpu); in __intel_vgpu_release()
1056 ret = intel_gvt_ops->emulate_mmio_write(vgpu, in intel_vgpu_bar_rw()
1059 ret = intel_gvt_ops->emulate_mmio_read(vgpu, in intel_vgpu_bar_rw()
1115 ret = intel_gvt_ops->emulate_cfg_write(vgpu, pos, in intel_vgpu_rw()
1118 ret = intel_gvt_ops->emulate_cfg_read(vgpu, pos, in intel_vgpu_rw()
1686 intel_gvt_ops->vgpu_reset(vgpu); in intel_vgpu_ioctl()
1699 ret = intel_gvt_ops->vgpu_query_plane(vgpu, &dmabuf); in intel_vgpu_ioctl()
1712 dmabuf_fd = intel_gvt_ops->vgpu_get_dmabuf(vgpu, dmabuf_id); in intel_vgpu_ioctl()
1773 intel_gvt_ops = ops; in kvmgt_host_init()
1865 intel_gvt_ops->write_protect_handler(info->vgpu, gpa, in kvmgt_page_track_write()