Searched refs:intel_uc_fw_change_status (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_gsc_uc.c | 72 intel_uc_fw_change_status(&gsc->fw, INTEL_UC_FIRMWARE_LOAD_FAIL); in gsc_work() 86 intel_uc_fw_change_status(&gsc->fw, INTEL_UC_FIRMWARE_RUNNING); in gsc_work() 89 intel_uc_fw_change_status(&gsc->fw, INTEL_UC_FIRMWARE_LOAD_FAIL); in gsc_work() 135 intel_uc_fw_change_status(&gsc->fw, INTEL_UC_FIRMWARE_NOT_SUPPORTED); in intel_gsc_uc_init_early() 142 intel_uc_fw_change_status(&gsc->fw, INTEL_UC_FIRMWARE_NOT_SUPPORTED); in intel_gsc_uc_init_early() 240 intel_uc_fw_change_status(&gsc->fw, INTEL_UC_FIRMWARE_LOADABLE); in intel_gsc_uc_init()
|
| H A D | intel_uc_fw.h | 141 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, 144 static inline void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, in intel_uc_fw_change_status() function 274 intel_uc_fw_change_status(uc_fw, INTEL_UC_FIRMWARE_LOADABLE); in intel_uc_fw_sanitize()
|
| H A D | intel_huc_fw.c | 250 intel_uc_fw_change_status(&huc->fw, INTEL_UC_FIRMWARE_RUNNING); in intel_huc_fw_load_and_auth_via_gsc() 260 intel_uc_fw_change_status(&huc->fw, INTEL_UC_FIRMWARE_TRANSFERRED); in intel_huc_fw_load_and_auth_via_gsc()
|