Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc_fw.h224 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status() function
233 return __intel_uc_fw_status(uc_fw) != INTEL_UC_FIRMWARE_NOT_SUPPORTED; in intel_uc_fw_is_supported()
238 return __intel_uc_fw_status(uc_fw) > INTEL_UC_FIRMWARE_DISABLED; in intel_uc_fw_is_enabled()
243 return __intel_uc_fw_status(uc_fw) >= INTEL_UC_FIRMWARE_AVAILABLE; in intel_uc_fw_is_available()
248 return __intel_uc_fw_status(uc_fw) >= INTEL_UC_FIRMWARE_LOADABLE; in intel_uc_fw_is_loadable()
253 return __intel_uc_fw_status(uc_fw) >= INTEL_UC_FIRMWARE_TRANSFERRED; in intel_uc_fw_is_loaded()
258 return __intel_uc_fw_status(uc_fw) == INTEL_UC_FIRMWARE_RUNNING; in intel_uc_fw_is_running()
263 return intel_uc_fw_status_to_error(__intel_uc_fw_status(uc_fw)) != 0; in intel_uc_fw_is_in_error()
A Dintel_gsc_uc.h81 GEM_BUG_ON(__intel_uc_fw_status(&gsc->fw) == INTEL_UC_FIRMWARE_SELECTED); in intel_gsc_uc_is_used()
A Dintel_huc.h84 GEM_BUG_ON(__intel_uc_fw_status(&huc->fw) == INTEL_UC_FIRMWARE_SELECTED); in intel_huc_is_used()
A Dintel_guc.h459 GEM_BUG_ON(__intel_uc_fw_status(&guc->fw) == INTEL_UC_FIRMWARE_SELECTED); in intel_guc_is_used()
A Dintel_gsc_fw.c54 if (__intel_uc_fw_status(&gsc->fw) == INTEL_UC_FIRMWARE_LOAD_FAIL) in intel_gsc_uc_fw_proxy_get_status()
A Dintel_huc.c626 switch (__intel_uc_fw_status(huc_fw)) { in intel_huc_check_status()
/linux/drivers/gpu/drm/i915/pxp/
A Dintel_pxp.c374 if (__intel_uc_fw_status(&pxp->ctrl_gt->uc.huc.fw) == INTEL_UC_FIRMWARE_LOAD_FAIL) in pxp_required_fw_failed()
377 __intel_uc_fw_status(&pxp->ctrl_gt->uc.gsc.fw) == INTEL_UC_FIRMWARE_LOAD_FAIL) in pxp_required_fw_failed()

Completed in 357 milliseconds