Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Dkvmgt.c118 struct intel_vgpu_type *type = in intel_vgpu_show_description()
119 container_of(mtype, struct intel_vgpu_type, type); in intel_vgpu_show_description()
1450 struct intel_vgpu_type *type = in intel_vgpu_init_dev()
1451 container_of(mdev->type, struct intel_vgpu_type, type); in intel_vgpu_init_dev()
1516 struct intel_vgpu_type *type = in intel_vgpu_get_available()
1517 container_of(mtype, struct intel_vgpu_type, type); in intel_vgpu_get_available()
Dgvt.h313 struct intel_vgpu_type { struct
342 struct intel_vgpu_type *types;
Dvgpu.c111 gvt->types = kcalloc(num_types, sizeof(struct intel_vgpu_type), in intel_gvt_init_vgpu_types()