Home
last modified time | relevance | path

Searched refs:VGT_CAPS_HWSP_EMULATION (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/i915/
Di915_pvinfo.h58 #define VGT_CAPS_HWSP_EMULATION BIT(3) macro
Di915_vgpu.c129 return dev_priv->vgpu.caps & VGT_CAPS_HWSP_EMULATION; in intel_vgpu_has_hwsp_emulation()
/linux-5.19.10/drivers/gpu/drm/i915/gvt/
Dvgpu.c49 vgpu_vreg_t(vgpu, vgtif_reg(vgt_caps)) |= VGT_CAPS_HWSP_EMULATION; in populate_pvinfo_page()