Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.h59 INTEL_UC_FIRMWARE_RUNNING /* init/auth done */ enumerator
177 case INTEL_UC_FIRMWARE_RUNNING: in intel_uc_fw_status_repr()
204 case INTEL_UC_FIRMWARE_RUNNING: in intel_uc_fw_status_to_error()
258 return __intel_uc_fw_status(uc_fw) == INTEL_UC_FIRMWARE_RUNNING; in intel_uc_fw_is_running()
H A Dintel_huc.c524 intel_uc_fw_change_status(&huc->fw, INTEL_UC_FIRMWARE_RUNNING); in intel_huc_wait_for_auth_complete()
672 INTEL_UC_FIRMWARE_RUNNING); in intel_huc_update_auth_status()
H A Dintel_huc_fw.c250 intel_uc_fw_change_status(&huc->fw, INTEL_UC_FIRMWARE_RUNNING); in intel_huc_fw_load_and_auth_via_gsc()
H A Dintel_guc_fw.c318 intel_uc_fw_change_status(&guc->fw, INTEL_UC_FIRMWARE_RUNNING); in intel_guc_fw_upload()
H A Dintel_gsc_uc.c86 intel_uc_fw_change_status(&gsc->fw, INTEL_UC_FIRMWARE_RUNNING); in gsc_work()