vgt_caps           47 drivers/gpu/drm/i915/gvt/vgpu.c 	vgpu_vreg_t(vgpu, vgtif_reg(vgt_caps)) = VGT_CAPS_FULL_PPGTT;
vgt_caps           48 drivers/gpu/drm/i915/gvt/vgpu.c 	vgpu_vreg_t(vgpu, vgtif_reg(vgt_caps)) |= VGT_CAPS_HWSP_EMULATION;
vgt_caps           49 drivers/gpu/drm/i915/gvt/vgpu.c 	vgpu_vreg_t(vgpu, vgtif_reg(vgt_caps)) |= VGT_CAPS_HUGE_GTT;
vgt_caps           66 drivers/gpu/drm/i915/i915_pvinfo.h 	u32 vgt_caps;		/* VGT capabilities */
vgt_caps           94 drivers/gpu/drm/i915/i915_vgpu.c 	dev_priv->vgpu.caps = readl(shared_area + vgtif_offset(vgt_caps));