Searched defs:uc_fw (Results  1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/gt/uc/ | 
| D | intel_uc_fw.h | 93 static inline void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,  in intel_uc_fw_change_status()165 __intel_uc_fw_status(struct intel_uc_fw *uc_fw)  in __intel_uc_fw_status()
 172 static inline bool intel_uc_fw_is_supported(struct intel_uc_fw *uc_fw)  in intel_uc_fw_is_supported()
 177 static inline bool intel_uc_fw_is_enabled(struct intel_uc_fw *uc_fw)  in intel_uc_fw_is_enabled()
 182 static inline bool intel_uc_fw_is_available(struct intel_uc_fw *uc_fw)  in intel_uc_fw_is_available()
 187 static inline bool intel_uc_fw_is_loaded(struct intel_uc_fw *uc_fw)  in intel_uc_fw_is_loaded()
 192 static inline bool intel_uc_fw_is_running(struct intel_uc_fw *uc_fw)  in intel_uc_fw_is_running()
 197 static inline bool intel_uc_fw_is_overridden(const struct intel_uc_fw *uc_fw)  in intel_uc_fw_is_overridden()
 202 static inline void intel_uc_fw_sanitize(struct intel_uc_fw *uc_fw)  in intel_uc_fw_sanitize()
 208 static inline u32 __intel_uc_fw_get_upload_size(struct intel_uc_fw *uc_fw)  in __intel_uc_fw_get_upload_size()
 [all …]
 
 | 
| D | intel_uc_fw.c | 15 static inline struct intel_gt *__uc_fw_to_gt(struct intel_uc_fw *uc_fw)  in __uc_fw_to_gt()25 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,  in intel_uc_fw_change_status()
 102 __uc_fw_auto_select(struct intel_uc_fw *uc_fw, enum intel_platform p, u8 rev)  in __uc_fw_auto_select()
 160 static void __uc_fw_user_override(struct intel_uc_fw *uc_fw)  in __uc_fw_user_override()
 190 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw,  in intel_uc_fw_init_early()
 215 static void __force_fw_fetch_failures(struct intel_uc_fw *uc_fw,  in __force_fw_fetch_failures()
 260 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw, struct drm_i915_private *i915)  in intel_uc_fw_fetch()
 399 static u32 uc_fw_ggtt_offset(struct intel_uc_fw *uc_fw, struct i915_ggtt *ggtt)  in uc_fw_ggtt_offset()
 410 static void intel_uc_fw_ggtt_bind(struct intel_uc_fw *uc_fw,  in intel_uc_fw_ggtt_bind()
 431 static void intel_uc_fw_ggtt_unbind(struct intel_uc_fw *uc_fw,  in intel_uc_fw_ggtt_unbind()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/ | 
| D | i915_gem_gtt.h | 419 	struct drm_mm_node uc_fw;  member
 |