Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.h165 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status() function
174 return __intel_uc_fw_status(uc_fw) != INTEL_UC_FIRMWARE_NOT_SUPPORTED; in intel_uc_fw_is_supported()
179 return __intel_uc_fw_status(uc_fw) > INTEL_UC_FIRMWARE_DISABLED; in intel_uc_fw_is_enabled()
184 return __intel_uc_fw_status(uc_fw) >= INTEL_UC_FIRMWARE_AVAILABLE; in intel_uc_fw_is_available()
189 return __intel_uc_fw_status(uc_fw) >= INTEL_UC_FIRMWARE_TRANSFERRED; in intel_uc_fw_is_loaded()
194 return __intel_uc_fw_status(uc_fw) == INTEL_UC_FIRMWARE_RUNNING; in intel_uc_fw_is_running()