Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
Dvgpu.c125 low_avail = gvt_aperture_sz(gvt) - HOST_LOW_GM_SIZE; in intel_gvt_init_vgpu_types()
186 low_gm_avail = gvt_aperture_sz(gvt) - HOST_LOW_GM_SIZE - in intel_gvt_update_vgpu_types()
Daperture_gm.c254 max = gvt_aperture_sz(gvt) - HOST_LOW_GM_SIZE; in alloc_resource()
Dgvt.h363 #define HOST_LOW_GM_SIZE MB_TO_BYTES(128) macro