Searched refs:intel_uc_fw (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/uc/ |
| A D | intel_uc_fw.h | 90 struct intel_uc_fw { struct 141 void intel_uc_fw_change_status(struct intel_uc_fw *uc_fw, argument 224 __intel_uc_fw_status(struct intel_uc_fw *uc_fw) in __intel_uc_fw_status() 251 static inline bool intel_uc_fw_is_loaded(struct intel_uc_fw *uc_fw) in intel_uc_fw_is_loaded() 271 static inline void intel_uc_fw_sanitize(struct intel_uc_fw *uc_fw) in intel_uc_fw_sanitize() 301 void intel_uc_fw_init_early(struct intel_uc_fw *uc_fw, 304 int intel_uc_fw_fetch(struct intel_uc_fw *uc_fw); 305 void intel_uc_fw_cleanup_fetch(struct intel_uc_fw *uc_fw); 307 int intel_uc_fw_init(struct intel_uc_fw *uc_fw); 308 void intel_uc_fw_fini(struct intel_uc_fw *uc_fw); [all …]
|
| A D | intel_uc_fw.c | 53 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 …]
|
| A D | intel_huc_fw.h | 10 struct intel_uc_fw; 17 int intel_huc_fw_get_binary_info(struct intel_uc_fw *huc_fw, const void *data, size_t size);
|
| A D | intel_gsc_fw.h | 12 struct intel_uc_fw; 15 int intel_gsc_fw_get_binary_info(struct intel_uc_fw *gsc_fw, const void *data, size_t size);
|
| A D | intel_guc_fw.c | 51 static int guc_xfer_rsa_mmio(struct intel_uc_fw *guc_fw, in guc_xfer_rsa_mmio() 68 static int guc_xfer_rsa_vma(struct intel_uc_fw *guc_fw, in guc_xfer_rsa_vma() 80 static int guc_xfer_rsa(struct intel_uc_fw *guc_fw, in guc_xfer_rsa()
|
| A D | intel_gsc_uc.h | 18 struct intel_uc_fw fw;
|
| A D | intel_huc.h | 34 struct intel_uc_fw fw;
|
| A D | intel_gsc_fw.c | 73 int intel_gsc_fw_get_binary_info(struct intel_uc_fw *gsc_fw, const void *data, size_t size) in intel_gsc_fw_get_binary_info() 447 struct intel_uc_fw *gsc_fw = &gsc->fw; in intel_gsc_uc_fw_upload()
|
| A D | intel_huc.c | 602 struct intel_uc_fw *huc_fw = &huc->fw; in huc_is_fully_authenticated() 624 struct intel_uc_fw *huc_fw = &huc->fw; in intel_huc_check_status()
|
| A D | intel_huc_fw.c | 130 int intel_huc_fw_get_binary_info(struct intel_uc_fw *huc_fw, const void *data, size_t size) in intel_huc_fw_get_binary_info()
|
| A D | intel_guc.h | 35 struct intel_uc_fw fw;
|
| A D | intel_uc.c | 443 static void print_fw_ver(struct intel_gt *gt, struct intel_uc_fw *fw) in print_fw_ver()
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_gpu_error.h | 179 struct intel_uc_fw guc_fw; 180 struct intel_uc_fw huc_fw;
|
| A D | Makefile | 208 gt/uc/intel_uc_fw.o
|
Completed in 34 milliseconds