Searched refs:intel_uc_fw (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.h90 struct intel_uc_fw { struct
141 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
144 static inline void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
224 __intel_uc_fw_status(struct intel_uc_fw *uc_fw)
231 static inline bool intel_uc_fw_is_supported(struct intel_uc_fw *uc_fw)
236 static inline bool intel_uc_fw_is_enabled(struct intel_uc_fw *uc_fw)
241 static inline bool intel_uc_fw_is_available(struct intel_uc_fw *uc_fw)
246 static inline bool intel_uc_fw_is_loadable(struct intel_uc_fw *uc_fw)
251 static inline bool intel_uc_fw_is_loaded(struct intel_uc_fw *uc_fw)
256 static inline bool intel_uc_fw_is_running(struct intel_uc_fw *uc_f
[all...]
H A Dintel_huc_fw.h10 struct intel_uc_fw;
17 int intel_huc_fw_get_binary_info(struct intel_uc_fw *huc_fw, const void *data, size_t size);
H A Dintel_gsc_fw.h12 struct intel_uc_fw;
15 int intel_gsc_fw_get_binary_info(struct intel_uc_fw *gsc_fw, const void *data, size_t size);
H A Dintel_uc_fw.c18 #include "intel_uc_fw.h"
30 ____uc_fw_to_gt(struct intel_uc_fw *uc_fw, enum intel_uc_fw_type type)
46 static inline struct intel_gt *__uc_fw_to_gt(struct intel_uc_fw *uc_fw)
53 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw,
284 __uc_fw_auto_select(struct drm_i915_private *i915, struct intel_uc_fw *uc_fw)
468 static void __uc_fw_user_override(struct drm_i915_private *i915, struct intel_uc_fw *uc_fw)
510 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw,
545 static void __force_fw_fetch_failures(struct intel_uc_fw *uc_fw, int e)
590 static void guc_read_css_info(struct intel_uc_fw *uc_fw, struct uc_css_header *css)
640 struct intel_uc_fw *uc_f
[all...]
H A Dintel_gsc_uc.h9 #include "intel_uc_fw.h"
18 struct intel_uc_fw fw;
29 * the one we save inside the intel_uc_fw structure. The other two
H A Dintel_huc.h11 #include "intel_uc_fw.h"
34 struct intel_uc_fw fw;
H A Dintel_guc_fw.c51 static int guc_xfer_rsa_mmio(struct intel_uc_fw *guc_fw,
68 static int guc_xfer_rsa_vma(struct intel_uc_fw *guc_fw,
80 static int guc_xfer_rsa(struct intel_uc_fw *guc_fw,
H A Dintel_gsc_fw.c73 int intel_gsc_fw_get_binary_info(struct intel_uc_fw *gsc_fw, const void *data, size_t size)
402 struct intel_uc_fw *gsc_fw = &gsc->fw;
H A Dintel_huc_fw.c130 int intel_huc_fw_get_binary_info(struct intel_uc_fw *huc_fw, const void *data, size_t size)
H A Dintel_huc.c602 struct intel_uc_fw *huc_fw = &huc->fw;
624 struct intel_uc_fw *huc_fw = &huc->fw;
H A Dintel_guc.h19 #include "intel_uc_fw.h"
35 struct intel_uc_fw fw;
H A Dintel_uc.c443 static void print_fw_ver(struct intel_gt *gt, struct intel_uc_fw *fw)
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.h22 #include "gt/uc/intel_uc_fw.h"
179 struct intel_uc_fw guc_fw;
180 struct intel_uc_fw huc_fw;
H A DMakefile231 gt/uc/intel_uc_fw.o

Completed in 165 milliseconds