Home
last modified time | relevance | path

Searched refs:vgpu_aperture_sz (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/gvt/
Daperture_gm.c59 size = vgpu_aperture_sz(vgpu); in alloc_gm()
95 vgpu_aperture_offset(vgpu), vgpu_aperture_sz(vgpu)); in alloc_vgpu_gm()
237 gvt->gm.vgpu_allocated_low_gm_size -= vgpu_aperture_sz(vgpu); in free_resource()
263 vgpu_aperture_sz(vgpu) = ALIGN(request, I915_GTT_PAGE_SIZE); in alloc_resource()
Dgvt.h427 #define vgpu_aperture_sz(vgpu) ((vgpu)->gm.aperture_sz) macro
436 (vgpu_aperture_pa_base(vgpu) + vgpu_aperture_sz(vgpu) - 1)
440 (vgpu_aperture_gmadr_base(vgpu) + vgpu_aperture_sz(vgpu) - 1)
Dvgpu.c55 vgpu_aperture_sz(vgpu); in populate_pvinfo_page()
68 vgpu_aperture_gmadr_base(vgpu), vgpu_aperture_sz(vgpu)); in populate_pvinfo_page()
Dkvmgt.c772 off < vgpu_aperture_offset(vgpu) + vgpu_aperture_sz(vgpu); in intel_vgpu_in_aperture()
1046 vgpu_aperture_offset(vgpu) + vgpu_aperture_sz(vgpu)) in intel_vgpu_mmap()
1233 sparse->areas[0].size = vgpu_aperture_sz(vgpu); in intel_vgpu_ioctl()
Dgtt.c1968 mm->ggtt_mm.host_ggtt_aperture = vzalloc((vgpu_aperture_sz(vgpu) >> PAGE_SHIFT) * sizeof(u64)); in intel_vgpu_create_ggtt_mm()
2852 num_entries = vgpu_aperture_sz(vgpu) >> PAGE_SHIFT; in intel_vgpu_reset_ggtt()
2912 num_low = vgpu_aperture_sz(vgpu) >> PAGE_SHIFT; in intel_gvt_restore_ggtt()