Home
last modified time | relevance | path

Searched refs:xe_uc_fw (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_uc_fw.h17 int xe_uc_fw_init(struct xe_uc_fw *uc_fw);
18 size_t xe_uc_fw_copy_rsa(struct xe_uc_fw *uc_fw, void *dst, u32 max_len);
19 int xe_uc_fw_upload(struct xe_uc_fw *uc_fw, u32 offset, u32 dma_flags);
20 int xe_uc_fw_check_version_requirements(struct xe_uc_fw *uc_fw);
21 void xe_uc_fw_print(struct xe_uc_fw *uc_fw, struct drm_printer *p);
23 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()
[all …]
H A Dxe_uc_fw.c178 __uc_fw_to_gt(struct xe_uc_fw *uc_fw, enum xe_uc_fw_type type) in XE_GUC_FIRMWARE_DEFS()
194 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()
312 static int guc_read_css_info(struct xe_uc_fw *uc_fw, struct uc_css_header *css) in guc_read_css_info()
336 int xe_uc_fw_check_version_requirements(struct xe_uc_fw *uc_fw) in xe_uc_fw_check_version_requirements()
382 static int parse_css_header(struct xe_uc_fw *uc_fw, const void *fw_data, size_t fw_size) in parse_css_header()
[all …]
H A Dxe_huc_types.h18 struct xe_uc_fw fw;
H A Dxe_gsc_types.h26 struct xe_uc_fw fw;
H A Dxe_guc_types.h54 struct xe_uc_fw fw;
H A Dxe_uc_fw_types.h87 struct xe_uc_fw { struct
H A DMakefile109 xe_uc_fw.o \