Lines Matching defs:conf
122 const struct intel_vgpu_config *conf = &intel_vgpu_configs[i];
124 if (low_avail / conf->low_mm == 0)
126 if (conf->weight < 1 || conf->weight > VGPU_MAX_WEIGHT)
130 GRAPHICS_VER(gvt->gt->i915) == 8 ? 4 : 5, conf->name);
131 gvt->types[i].conf = conf;
135 min(low_avail / conf->low_mm,
136 high_avail / conf->high_mm),
137 conf->low_mm, conf->high_mm, conf->fence,
138 conf->weight, vgpu_edid_str(conf->edid));
312 const struct intel_vgpu_config *conf)
319 BYTES_TO_MB(conf->low_mm), BYTES_TO_MB(conf->high_mm),
320 conf->fence);
329 vgpu->sched_ctl.weight = conf->weight;
342 ret = intel_vgpu_alloc_resource(vgpu, conf);
356 ret = intel_vgpu_init_display(vgpu, conf->edid);