Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A 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 …]
H A Dxe_uc_fw.c194 static struct xe_gt *uc_fw_to_gt(struct xe_uc_fw *uc_fw) in uc_fw_to_gt()
199 static struct xe_device *uc_fw_to_xe(struct xe_uc_fw *uc_fw) in uc_fw_to_xe()
205 uc_fw_auto_select(struct xe_device *xe, struct xe_uc_fw *uc_fw) in uc_fw_auto_select()
253 uc_fw_override(struct xe_uc_fw *uc_fw) in uc_fw_override()
288 size_t xe_uc_fw_copy_rsa(struct xe_uc_fw *uc_fw, void *dst, u32 max_len) in xe_uc_fw_copy_rsa()
304 struct xe_uc_fw *uc_fw = arg; in uc_fw_fini() local
336 int xe_uc_fw_check_version_requirements(struct xe_uc_fw *uc_fw) in xe_uc_fw_check_version_requirements()
779 int xe_uc_fw_init(struct xe_uc_fw *uc_fw) in xe_uc_fw_init()
802 static u32 uc_fw_ggtt_offset(struct xe_uc_fw *uc_fw) in uc_fw_ggtt_offset()
852 int xe_uc_fw_upload(struct xe_uc_fw *uc_fw, u32 offset, u32 dma_flags) in xe_uc_fw_upload()
[all …]
/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A 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()
271 static inline void intel_uc_fw_sanitize(struct intel_uc_fw *uc_fw) in intel_uc_fw_sanitize()
[all …]
H A Dintel_uc_fw.c53 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, in intel_uc_fw_change_status()
510 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw, in intel_uc_fw_init_early()
640 struct intel_uc_fw *uc_fw) in __check_ccs_header()
699 struct intel_uc_fw *uc_fw) in check_gsc_manifest()
730 struct intel_uc_fw *uc_fw) in check_ccs_header()
774 struct intel_uc_fw *uc_fw) in check_fw_header()
895 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw) in intel_uc_fw_fetch()
1010 static u32 uc_fw_ggtt_offset(struct intel_uc_fw *uc_fw) in uc_fw_ggtt_offset()
1038 static void uc_fw_bind_ggtt(struct intel_uc_fw *uc_fw) in uc_fw_bind_ggtt()
1252 int intel_uc_fw_init(struct intel_uc_fw *uc_fw) in intel_uc_fw_init()
[all …]
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.h403 struct drm_mm_node uc_fw; member