Home
last modified time | relevance | path

Searched refs:low_mm (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dvgpu.c124 if (low_avail / conf->low_mm == 0) in intel_gvt_init_vgpu_types()
135 min(low_avail / conf->low_mm, in intel_gvt_init_vgpu_types()
137 conf->low_mm, conf->high_mm, conf->fence, in intel_gvt_init_vgpu_types()
319 BYTES_TO_MB(conf->low_mm), BYTES_TO_MB(conf->high_mm), in intel_gvt_create_vgpu()
H A Daperture_gm.c249 if (!conf->low_mm || !conf->high_mm || !conf->fence) { in alloc_resource()
258 request = conf->low_mm; in alloc_resource()
287 gvt->gm.vgpu_allocated_low_gm_size += conf->low_mm; in alloc_resource()
H A Dgvt.h303 unsigned int low_mm; member
H A Dkvmgt.c122 BYTES_TO_MB(type->conf->low_mm), in intel_vgpu_show_description()
1527 return min3(low_gm_avail / type->conf->low_mm, in intel_vgpu_get_available()