Searched refs:vgpu (Results 1 – 3 of 3) sorted by relevance
133 dev_priv->vgpu.caps = bus_space_read_4(bst, bsh, in i915_detect_vgpu()136 dev_priv->vgpu.caps = readl(shared_area + vgtif_offset(vgt_caps)); in i915_detect_vgpu()139 dev_priv->vgpu.active = true; in i915_detect_vgpu()140 mutex_init(&dev_priv->vgpu.lock); in i915_detect_vgpu()153 return dev_priv->vgpu.caps & VGT_CAPS_FULL_PPGTT; in intel_vgpu_has_full_ppgtt()
39 return dev_priv->vgpu.caps & VGT_CAPS_HWSP_EMULATION; in intel_vgpu_has_hwsp_emulation()45 return dev_priv->vgpu.caps & VGT_CAPS_HUGE_GTT; in intel_vgpu_has_huge_gtt()
942 struct i915_virtual_gpu vgpu; member1837 return dev_priv->vgpu.active; in intel_vgpu_active()