Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
A Dxe_uc_fw.h17 int xe_uc_fw_init(struct xe_uc_fw *uc_fw);
23 static inline u32 xe_uc_fw_rsa_offset(struct xe_uc_fw *uc_fw) in xe_uc_fw_rsa_offset() argument
25 return sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->css_offset; in xe_uc_fw_rsa_offset()
31 uc_fw->__status = status; in xe_uc_fw_change_status()
111 __xe_uc_fw_status(const struct xe_uc_fw *uc_fw) in __xe_uc_fw_status() argument
115 return uc_fw->status; in __xe_uc_fw_status()
141 __xe_uc_fw_status(uc_fw) != XE_UC_FIRMWARE_PRELOADED; in xe_uc_fw_is_loadable()
156 return uc_fw->user_overridden; in xe_uc_fw_is_overridden()
166 if (xe_uc_fw_is_loadable(uc_fw)) in xe_uc_fw_sanitize()
185 if (!xe_uc_fw_is_available(uc_fw)) in xe_uc_fw_get_upload_size()
[all …]
A Dxe_uc_fw.c195 return __uc_fw_to_gt(uc_fw, uc_fw->type); in uc_fw_to_gt()
354 xe_uc_fw_type_repr(uc_fw->type), uc_fw->path, in xe_uc_fw_check_version_requirements()
391 xe_uc_fw_type_repr(uc_fw->type), uc_fw->path, in parse_css_header()
404 xe_uc_fw_type_repr(uc_fw->type), uc_fw->path, in parse_css_header()
420 xe_uc_fw_type_repr(uc_fw->type), uc_fw->path, in parse_css_header()
672 xe_uc_fw_change_status(uc_fw, uc_fw->path ? in uc_fw_request()
680 xe_uc_fw_change_status(uc_fw, uc_fw->path ? in uc_fw_request()
710 xe_uc_fw_type_repr(uc_fw->type), uc_fw->path); in uc_fw_request()
754 xe_uc_fw_type_repr(uc_fw->type), uc_fw->path); in uc_fw_copy()
870 xe_uc_fw_type_repr(uc_fw->type), uc_fw->path, in xe_uc_fw_upload()
[all …]
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc_fw.c49 return ____uc_fw_to_gt(uc_fw, uc_fw->type); in __uc_fw_to_gt()
539 intel_uc_fw_change_status(uc_fw, uc_fw->file_selected.path ? *uc_fw->file_selected.path ? in intel_uc_fw_init_early()
648 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in __check_ccs_header()
660 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in __check_ccs_header()
675 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in __check_ccs_header()
684 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in __check_ccs_header()
989 uc_fw->obj = obj; in intel_uc_fw_fetch()
1098 offset = uc_fw->vma_res.start + uc_fw->dma_start_offset; in uc_fw_xfer()
1409 if (uc_fw->file_selected.path != uc_fw->file_wanted.path) in intel_uc_fw_dump()
1411 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_wanted.path); in intel_uc_fw_dump()
[all …]
A Dintel_uc_fw.h147 uc_fw->__status = status; in intel_uc_fw_change_status()
224 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status() argument
228 return uc_fw->status; in __intel_uc_fw_status()
268 return uc_fw->user_overridden; in intel_uc_fw_is_overridden()
273 if (intel_uc_fw_is_loaded(uc_fw)) in intel_uc_fw_sanitize()
292 if (!intel_uc_fw_is_available(uc_fw)) in intel_uc_fw_get_upload_size()
295 return __intel_uc_fw_get_upload_size(uc_fw); in intel_uc_fw_get_upload_size()
301 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw,
304 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw);
307 int intel_uc_fw_init(struct intel_uc_fw *uc_fw);
[all …]
/linux/drivers/gpu/drm/i915/gt/
A Dintel_ggtt.c791 ret = i915_gem_gtt_reserve(&ggtt->vm, NULL, &ggtt->uc_fw, in ggtt_reserve_guc_top()
803 if (drm_mm_node_allocated(&ggtt->uc_fw)) in ggtt_release_guc_top()
804 drm_mm_remove_node(&ggtt->uc_fw); in ggtt_release_guc_top()
A Dintel_gtt.h403 struct drm_mm_node uc_fw; member

Completed in 33 milliseconds