Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc_fw.c28 return ____uc_fw_to_gt(uc_fw, uc_fw->type); in __uc_fw_to_gt()
223 intel_uc_fw_change_status(uc_fw, uc_fw->path ? *uc_fw->path ? in intel_uc_fw_init_early()
301 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path, in intel_uc_fw_fetch()
315 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path, in intel_uc_fw_fetch()
327 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path, in intel_uc_fw_fetch()
338 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path, in intel_uc_fw_fetch()
348 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path, in intel_uc_fw_fetch()
363 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path, in intel_uc_fw_fetch()
364 uc_fw->major_ver_found, uc_fw->minor_ver_found, in intel_uc_fw_fetch()
541 intel_uc_fw_type_repr(uc_fw->type), uc_fw->path, in intel_uc_fw_upload()
[all …]
A Dintel_uc_fw.h111 uc_fw->__status = status; in intel_uc_fw_change_status()
183 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status() argument
187 return uc_fw->status; in __intel_uc_fw_status()
222 return uc_fw->user_overridden; in intel_uc_fw_is_overridden()
227 if (intel_uc_fw_is_loaded(uc_fw)) in intel_uc_fw_sanitize()
246 if (!intel_uc_fw_is_available(uc_fw)) in intel_uc_fw_get_upload_size()
249 return __intel_uc_fw_get_upload_size(uc_fw); in intel_uc_fw_get_upload_size()
252 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw,
254 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw);
257 int intel_uc_fw_init(struct intel_uc_fw *uc_fw);
[all …]
/linux/drivers/gpu/drm/i915/gt/
A Dintel_ggtt.c493 ret = i915_gem_gtt_reserve(&ggtt->vm, &ggtt->uc_fw, size, in ggtt_reserve_guc_top()
505 if (drm_mm_node_allocated(&ggtt->uc_fw)) in ggtt_release_guc_top()
506 drm_mm_remove_node(&ggtt->uc_fw); in ggtt_release_guc_top()
A Dintel_gtt.h352 struct drm_mm_node uc_fw; member

Completed in 14 milliseconds