Searched defs:uc_fw (Results 1 – 3 of 3) sorted by relevance
20 ____uc_fw_to_gt(struct intel_uc_fw *uc_fw, enum intel_uc_fw_type type) in ____uc_fw_to_gt()29 static inline struct intel_gt *__uc_fw_to_gt(struct intel_uc_fw *uc_fw) in __uc_fw_to_gt()36 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, in intel_uc_fw_change_status()152 __uc_fw_auto_select(struct drm_i915_private *i915, struct intel_uc_fw *uc_fw) in __uc_fw_auto_select()248 static void __uc_fw_user_override(struct drm_i915_private *i915, struct intel_uc_fw *uc_fw) in __uc_fw_user_override()275 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw, in intel_uc_fw_init_early()301 static void __force_fw_fetch_failures(struct intel_uc_fw *uc_fw, int e) in __force_fw_fetch_failures()346 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw) in intel_uc_fw_fetch()491 static u32 uc_fw_ggtt_offset(struct intel_uc_fw *uc_fw) in uc_fw_ggtt_offset()503 static void uc_fw_bind_ggtt(struct intel_uc_fw *uc_fw) in uc_fw_bind_ggtt()[all …]
118 static inline void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, in intel_uc_fw_change_status()196 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status()203 static inline bool intel_uc_fw_is_supported(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_supported()208 static inline bool intel_uc_fw_is_enabled(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_enabled()213 static inline bool intel_uc_fw_is_available(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_available()218 static inline bool intel_uc_fw_is_loadable(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_loadable()223 static inline bool intel_uc_fw_is_loaded(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_loaded()228 static inline bool intel_uc_fw_is_running(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_running()233 static inline bool intel_uc_fw_is_overridden(const struct intel_uc_fw *uc_fw) in intel_uc_fw_is_overridden()238 static inline void intel_uc_fw_sanitize(struct intel_uc_fw *uc_fw) in intel_uc_fw_sanitize()[all …]
372 struct drm_mm_node uc_fw; member