Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.h58 INTEL_UC_FIRMWARE_RUNNING /* init/auth done */ enumerator
154 case INTEL_UC_FIRMWARE_RUNNING: in intel_uc_fw_status_repr()
181 case INTEL_UC_FIRMWARE_RUNNING: in intel_uc_fw_status_to_error()
233 return __intel_uc_fw_status(uc_fw) == INTEL_UC_FIRMWARE_RUNNING; in intel_uc_fw_is_running()
Dintel_huc.c174 intel_uc_fw_change_status(&huc->fw, INTEL_UC_FIRMWARE_RUNNING); in intel_huc_auth()
236 INTEL_UC_FIRMWARE_RUNNING); in intel_huc_update_auth_status()
Dintel_guc_fw.c197 intel_uc_fw_change_status(&guc->fw, INTEL_UC_FIRMWARE_RUNNING); in intel_guc_fw_upload()