Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_uc_fw.h17 int xe_uc_fw_init(struct xe_uc_fw *uc_fw);
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()
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()
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.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()
304 struct xe_uc_fw *uc_fw = arg; in uc_fw_fini()
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 …]
H A Dxe_huc_types.h18 struct xe_uc_fw fw;
H A Dxe_gsc_types.h27 struct xe_uc_fw fw;
H A Dxe_guc_types.h56 struct xe_uc_fw fw;
H A Dxe_uc_fw_types.h87 struct xe_uc_fw { struct
H A DMakefile118 xe_uc_fw.o \