Searched defs:uc_fw (Results 1 – 5 of 5) sorted by relevance
/linux-6.8/drivers/gpu/drm/xe/ |
D | xe_uc_fw.h | 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() 108 __xe_uc_fw_status(struct xe_uc_fw *uc_fw) in __xe_uc_fw_status() 115 static inline bool xe_uc_fw_is_supported(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_supported() 120 static inline bool xe_uc_fw_is_enabled(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_enabled() 125 static inline bool xe_uc_fw_is_disabled(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_disabled() 130 static inline bool xe_uc_fw_is_available(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_available() 135 static inline bool xe_uc_fw_is_loadable(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_loadable() 140 static inline bool xe_uc_fw_is_loaded(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_loaded() 145 static inline bool xe_uc_fw_is_running(struct xe_uc_fw *uc_fw) in xe_uc_fw_is_running() [all …]
|
D | xe_uc_fw.c | 179 static struct xe_gt *uc_fw_to_gt(struct xe_uc_fw *uc_fw) in uc_fw_to_gt() 184 static struct xe_device *uc_fw_to_xe(struct xe_uc_fw *uc_fw) in uc_fw_to_xe() 190 uc_fw_auto_select(struct xe_device *xe, struct xe_uc_fw *uc_fw) in uc_fw_auto_select() 237 uc_fw_override(struct xe_uc_fw *uc_fw) in uc_fw_override() 272 size_t xe_uc_fw_copy_rsa(struct xe_uc_fw *uc_fw, void *dst, u32 max_len) in xe_uc_fw_copy_rsa() 288 struct xe_uc_fw *uc_fw = arg; in uc_fw_fini() local 296 static void guc_read_css_info(struct xe_uc_fw *uc_fw, struct uc_css_header *css) in guc_read_css_info() 328 int xe_uc_fw_check_version_requirements(struct xe_uc_fw *uc_fw) in xe_uc_fw_check_version_requirements() 371 static int parse_css_header(struct xe_uc_fw *uc_fw, const void *fw_data, size_t fw_size) in parse_css_header() 448 static int parse_cpd_header(struct xe_uc_fw *uc_fw, const void *data, size_t size, in parse_cpd_header() [all …]
|
/linux-6.8/drivers/gpu/drm/i915/gt/uc/ |
D | intel_uc_fw.c | 30 ____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 …]
|
D | intel_uc_fw.h | 144 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_overridden(const struct intel_uc_fw *uc_fw) in intel_uc_fw_is_overridden() 266 static inline void intel_uc_fw_sanitize(struct intel_uc_fw *uc_fw) in intel_uc_fw_sanitize() [all …]
|
/linux-6.8/drivers/gpu/drm/i915/gt/ |
D | intel_gtt.h | 403 struct drm_mm_node uc_fw; member
|