Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c49 return ____uc_fw_to_gt(uc_fw, uc_fw->type); in __uc_fw_to_gt()
523 intel_uc_fw_change_status(uc_fw, uc_fw->file_selected.path ? *uc_fw->file_selected.path ? in intel_uc_fw_init_early()
632 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in __check_ccs_header()
644 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in __check_ccs_header()
659 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in __check_ccs_header()
668 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_selected.path, in __check_ccs_header()
967 uc_fw->obj = obj; in intel_uc_fw_fetch()
1076 offset = uc_fw->vma_res.start + uc_fw->dma_start_offset; in uc_fw_xfer()
1390 if (uc_fw->file_selected.path != uc_fw->file_wanted.path) in intel_uc_fw_dump()
1392 intel_uc_fw_type_repr(uc_fw->type), uc_fw->file_wanted.path); in intel_uc_fw_dump()
[all …]
H 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()
263 return uc_fw->user_overridden; in intel_uc_fw_is_overridden()
268 if (intel_uc_fw_is_loaded(uc_fw)) in intel_uc_fw_sanitize()
287 if (!intel_uc_fw_is_available(uc_fw)) in intel_uc_fw_get_upload_size()
290 return __intel_uc_fw_get_upload_size(uc_fw); in intel_uc_fw_get_upload_size()
296 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw,
299 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw);
302 int intel_uc_fw_init(struct intel_uc_fw *uc_fw);
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_ggtt.c555 ret = i915_gem_gtt_reserve(&ggtt->vm, NULL, &ggtt->uc_fw, in ggtt_reserve_guc_top()
567 if (drm_mm_node_allocated(&ggtt->uc_fw)) in ggtt_release_guc_top()
568 drm_mm_remove_node(&ggtt->uc_fw); in ggtt_release_guc_top()
H A Dintel_gtt.h395 struct drm_mm_node uc_fw; member