Searched refs:intel_uc (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_uc.h | 17 struct intel_uc; 20 int (*sanitize)(struct intel_uc *uc); 21 void (*init_fw)(struct intel_uc *uc); 22 void (*fini_fw)(struct intel_uc *uc); 23 int (*init)(struct intel_uc *uc); 24 void (*fini)(struct intel_uc *uc); 25 int (*init_hw)(struct intel_uc *uc); 26 void (*fini_hw)(struct intel_uc *uc); 30 struct intel_uc { struct 52 void intel_uc_suspend(struct intel_uc *uc); [all …]
|
H A D | intel_uc.c | 124 void intel_uc_init_early(struct intel_uc *uc) in intel_uc_init_early() 140 void intel_uc_init_late(struct intel_uc *uc) in intel_uc_init_late() 157 void intel_uc_init_mmio(struct intel_uc *uc) in intel_uc_init_mmio() 323 static int __uc_init(struct intel_uc *uc) in __uc_init() 350 static void __uc_fini(struct intel_uc *uc) in __uc_fini() 357 static int __uc_sanitize(struct intel_uc *uc) in __uc_sanitize() 371 static int uc_init_wopcm(struct intel_uc *uc) in uc_init_wopcm() 433 static int __uc_check_hw(struct intel_uc *uc) in __uc_check_hw() 461 static int __uc_init_hw(struct intel_uc *uc) in __uc_init_hw() 682 void intel_uc_suspend(struct intel_uc *uc) in intel_uc_suspend() [all …]
|
H A D | intel_uc_debugfs.h | 9 struct intel_uc; 12 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root);
|
H A D | intel_uc_debugfs.c | 20 struct intel_uc *uc = m->private; in uc_usage_show() 40 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root) in intel_uc_debugfs_register()
|
H A D | intel_guc_log_debugfs.c | 62 struct intel_uc *uc = container_of(guc, struct intel_uc, guc); in guc_load_err_dump_size()
|
H A D | intel_guc_log.c | 885 struct intel_uc *uc = container_of(guc, struct intel_uc, guc); in intel_guc_log_dump()
|
H A D | intel_guc_ct.c | 815 struct intel_uc *uc = container_of(guc, struct intel_uc, guc); in intel_guc_ct_send()
|
H A D | intel_guc_capture.c | 1300 struct intel_uc *uc = container_of(guc, typeof(*uc), guc); in __guc_capture_process_output()
|
H A D | intel_guc_submission.c | 1428 struct intel_uc *uc = container_of(guc, typeof(*uc), guc); in guc_timestamp_ping()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt_types.h | 105 struct intel_uc uc;
|
H A D | intel_gt.h | 64 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc) in uc_to_gt()
|
/openbmc/linux/drivers/gpu/drm/i915/pxp/ |
H A D | intel_pxp_tee.c | 158 struct intel_uc *uc = &pxp->ctrl_gt->uc; in i915_pxp_tee_component_bind()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | Makefile | 219 gt/uc/intel_uc.o \
|
H A D | i915_gpu_error.c | 1720 const struct intel_uc *uc = >->_gt->uc; in gt_record_uc()
|