Searched defs:uc_fw (Results 1 – 3 of 3) sorted by relevance
95 static inline void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, in intel_uc_fw_change_status()167 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status()174 static inline bool intel_uc_fw_is_supported(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_supported()179 static inline bool intel_uc_fw_is_enabled(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_enabled()184 static inline bool intel_uc_fw_is_available(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_available()189 static inline bool intel_uc_fw_is_loaded(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_loaded()194 static inline bool intel_uc_fw_is_running(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_running()199 static inline bool intel_uc_fw_is_overridden(const struct intel_uc_fw *uc_fw) in intel_uc_fw_is_overridden()204 static inline void intel_uc_fw_sanitize(struct intel_uc_fw *uc_fw) in intel_uc_fw_sanitize()210 static inline u32 __intel_uc_fw_get_upload_size(struct intel_uc_fw *uc_fw) in __intel_uc_fw_get_upload_size()[all …]
19 static inline struct intel_gt *__uc_fw_to_gt(struct intel_uc_fw *uc_fw) in __uc_fw_to_gt()30 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, in intel_uc_fw_change_status()114 __uc_fw_auto_select(struct intel_uc_fw *uc_fw, enum intel_platform p, u8 rev) in __uc_fw_auto_select()172 static void __uc_fw_user_override(struct intel_uc_fw *uc_fw) in __uc_fw_user_override()202 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw, in intel_uc_fw_init_early()227 static void __force_fw_fetch_failures(struct intel_uc_fw *uc_fw, int e) in __force_fw_fetch_failures()272 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw) in intel_uc_fw_fetch()397 static u32 uc_fw_ggtt_offset(struct intel_uc_fw *uc_fw) in uc_fw_ggtt_offset()409 static void uc_fw_bind_ggtt(struct intel_uc_fw *uc_fw) in uc_fw_bind_ggtt()429 static void uc_fw_unbind_ggtt(struct intel_uc_fw *uc_fw) in uc_fw_unbind_ggtt()[all …]
405 struct drm_mm_node uc_fw; member