Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc_fw.c39 return ____uc_fw_to_gt(uc_fw, uc_fw->type); in __uc_fw_to_gt()
448 intel_uc_fw_change_status(uc_fw, uc_fw->file_selected.path ? *uc_fw->file_selected.path ? in intel_uc_fw_init_early()
572 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in check_ccs_header()
585 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in check_ccs_header()
600 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in check_ccs_header()
609 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in check_ccs_header()
692 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in try_firmware_load()
793 uc_fw->file_wanted.ver.major, uc_fw->file_wanted.ver.minor, in intel_uc_fw_fetch()
814 uc_fw->obj = obj; in intel_uc_fw_fetch()
954 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in intel_uc_fw_mark_load_failed()
[all …]
A Dintel_uc_fw.h138 uc_fw->__status = status; in intel_uc_fw_change_status()
215 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status() argument
219 return uc_fw->status; in __intel_uc_fw_status()
254 return uc_fw->user_overridden; in intel_uc_fw_is_overridden()
259 if (intel_uc_fw_is_loaded(uc_fw)) in intel_uc_fw_sanitize()
278 if (!intel_uc_fw_is_available(uc_fw)) in intel_uc_fw_get_upload_size()
281 return __intel_uc_fw_get_upload_size(uc_fw); in intel_uc_fw_get_upload_size()
284 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw,
286 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw);
289 int intel_uc_fw_init(struct intel_uc_fw *uc_fw);
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_ggtt.c482 ret = i915_gem_gtt_reserve(&ggtt->vm, NULL, &ggtt->uc_fw, size, in ggtt_reserve_guc_top()
494 if (drm_mm_node_allocated(&ggtt->uc_fw)) in ggtt_release_guc_top()
495 drm_mm_remove_node(&ggtt->uc_fw); in ggtt_release_guc_top()
A Dintel_gtt.h379 struct drm_mm_node uc_fw; member

Completed in 12 milliseconds