Home
last modified time | relevance | path

Searched defs:uc_fw (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_uc_fw.h23 static inline u32 xe_uc_fw_rsa_offset(struct xe_uc_fw *uc_fw) in xe_uc_fw_rsa_offset()
28 static inline void xe_uc_fw_change_status(struct xe_uc_fw *uc_fw, in xe_uc_fw_change_status()
111 __xe_uc_fw_status(const struct xe_uc_fw *uc_fw) in __xe_uc_fw_status()
118 static inline bool xe_uc_fw_is_supported(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_supported()
123 static inline bool xe_uc_fw_is_enabled(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_enabled()
128 static inline bool xe_uc_fw_is_disabled(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_disabled()
133 static inline bool xe_uc_fw_is_available(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_available()
138 static inline bool xe_uc_fw_is_loadable(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_loadable()
144 static inline bool xe_uc_fw_is_loaded(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_loaded()
149 static inline bool xe_uc_fw_is_running(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_running()
[all …]
Dxe_uc_fw.c193 static struct xe_gt *uc_fw_to_gt(struct xe_uc_fw *uc_fw) in uc_fw_to_gt()
198 static struct xe_device *uc_fw_to_xe(struct xe_uc_fw *uc_fw) in uc_fw_to_xe()
204 uc_fw_auto_select(struct xe_device *xe, struct xe_uc_fw *uc_fw) in uc_fw_auto_select()
252 uc_fw_override(struct xe_uc_fw *uc_fw) in uc_fw_override()
287 size_t xe_uc_fw_copy_rsa(struct xe_uc_fw *uc_fw, void *dst, u32 max_len) in xe_uc_fw_copy_rsa()
303 struct xe_uc_fw *uc_fw = arg; in uc_fw_fini() local
311 static int guc_read_css_info(struct xe_uc_fw *uc_fw, struct uc_css_header *css) in guc_read_css_info()
335 int xe_uc_fw_check_version_requirements(struct xe_uc_fw *uc_fw) in xe_uc_fw_check_version_requirements()
381 static int parse_css_header(struct xe_uc_fw *uc_fw, const void *fw_data, size_t fw_size) in parse_css_header()
458 static int parse_cpd_header(struct xe_uc_fw *uc_fw, const void *data, size_t size, in parse_cpd_header()
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.h144 static inline void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, in intel_uc_fw_change_status()
224 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status()
231 static inline bool intel_uc_fw_is_supported(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_supported()
236 static inline bool intel_uc_fw_is_enabled(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_enabled()
241 static inline bool intel_uc_fw_is_available(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_available()
246 static inline bool intel_uc_fw_is_loadable(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_loadable()
251 static inline bool intel_uc_fw_is_loaded(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_loaded()
256 static inline bool intel_uc_fw_is_running(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_running()
261 static inline bool intel_uc_fw_is_in_error(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_in_error()
266 static inline bool intel_uc_fw_is_overridden(const struct intel_uc_fw *uc_fw) in intel_uc_fw_is_overridden()
[all …]
Dintel_uc_fw.c30 ____uc_fw_to_gt(struct intel_uc_fw *uc_fw, enum intel_uc_fw_type type) in ____uc_fw_to_gt()
46 static inline struct intel_gt *__uc_fw_to_gt(struct intel_uc_fw *uc_fw) in __uc_fw_to_gt()
53 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, in intel_uc_fw_change_status()
284 __uc_fw_auto_select(struct drm_i915_private *i915, struct intel_uc_fw *uc_fw) in __uc_fw_auto_select()
468 static void __uc_fw_user_override(struct drm_i915_private *i915, struct intel_uc_fw *uc_fw) in __uc_fw_user_override()
510 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw, in intel_uc_fw_init_early()
545 static void __force_fw_fetch_failures(struct intel_uc_fw *uc_fw, int e) in __force_fw_fetch_failures()
590 static void guc_read_css_info(struct intel_uc_fw *uc_fw, struct uc_css_header *css) in guc_read_css_info()
640 struct intel_uc_fw *uc_fw) in __check_ccs_header()
699 struct intel_uc_fw *uc_fw) in check_gsc_manifest()
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_gtt.h403 struct drm_mm_node uc_fw; member