Searched defs:uc_fw (Results 1 – 3 of 3) sorted by relevance
15 ____uc_fw_to_gt(struct intel_uc_fw *uc_fw, enum intel_uc_fw_type type) in ____uc_fw_to_gt()24 static inline struct intel_gt *__uc_fw_to_gt(struct intel_uc_fw *uc_fw) in __uc_fw_to_gt()31 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, in intel_uc_fw_change_status()118 __uc_fw_auto_select(struct drm_i915_private *i915, struct intel_uc_fw *uc_fw) in __uc_fw_auto_select()178 static void __uc_fw_user_override(struct drm_i915_private *i915, struct intel_uc_fw *uc_fw) in __uc_fw_user_override()205 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw, in intel_uc_fw_init_early()231 static void __force_fw_fetch_failures(struct intel_uc_fw *uc_fw, int e) in __force_fw_fetch_failures()276 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw) in intel_uc_fw_fetch()401 static u32 uc_fw_ggtt_offset(struct intel_uc_fw *uc_fw) in uc_fw_ggtt_offset()413 static void uc_fw_bind_ggtt(struct intel_uc_fw *uc_fw) in uc_fw_bind_ggtt()[all …]
97 static inline void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, in intel_uc_fw_change_status()172 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status()179 static inline bool intel_uc_fw_is_supported(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_supported()184 static inline bool intel_uc_fw_is_enabled(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_enabled()189 static inline bool intel_uc_fw_is_available(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_available()194 static inline bool intel_uc_fw_is_loadable(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_loadable()199 static inline bool intel_uc_fw_is_loaded(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_loaded()204 static inline bool intel_uc_fw_is_running(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_running()209 static inline bool intel_uc_fw_is_overridden(const struct intel_uc_fw *uc_fw) in intel_uc_fw_is_overridden()214 static inline void intel_uc_fw_sanitize(struct intel_uc_fw *uc_fw) in intel_uc_fw_sanitize()[all …]
338 struct drm_mm_node uc_fw; member