Home
last modified time | relevance | path

Searched refs:intel_uc_fw_cleanup_fetch (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.c286 intel_uc_fw_cleanup_fetch(&uc->huc.fw); in intel_uc_cleanup_firmwares()
288 intel_uc_fw_cleanup_fetch(&uc->guc.fw); in intel_uc_cleanup_firmwares()
305 intel_uc_fw_cleanup_fetch(&huc->fw); in intel_uc_init()
Dintel_uc_fw.h233 void intel_uc_fw_cleanup_fetch(struct intel_uc_fw *uc_fw);
Dintel_huc.c101 intel_uc_fw_cleanup_fetch(&huc->fw); in intel_huc_init()
Dintel_guc.c304 intel_uc_fw_cleanup_fetch(&guc->fw); in intel_guc_init()
327 intel_uc_fw_cleanup_fetch(&guc->fw); in intel_guc_fini()
Dintel_uc_fw.c568 void intel_uc_fw_cleanup_fetch(struct intel_uc_fw *uc_fw) in intel_uc_fw_cleanup_fetch() function