Home
last modified time | relevance | path

Searched refs:intel_uc (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_uc.h16 struct intel_uc;
19 int (*sanitize)(struct intel_uc *uc);
20 void (*init_fw)(struct intel_uc *uc);
21 void (*fini_fw)(struct intel_uc *uc);
22 int (*init)(struct intel_uc *uc);
23 void (*fini)(struct intel_uc *uc);
24 int (*init_hw)(struct intel_uc *uc);
25 void (*fini_hw)(struct intel_uc *uc);
28 struct intel_uc { struct
48 void intel_uc_suspend(struct intel_uc *uc);
[all …]
A Dintel_uc.c116 void intel_uc_init_early(struct intel_uc *uc) in intel_uc_init_early()
131 void intel_uc_init_late(struct intel_uc *uc) in intel_uc_init_late()
147 void intel_uc_init_mmio(struct intel_uc *uc) in intel_uc_init_mmio()
305 static int __uc_init(struct intel_uc *uc) in __uc_init()
336 static void __uc_fini(struct intel_uc *uc) in __uc_fini()
342 static int __uc_sanitize(struct intel_uc *uc) in __uc_sanitize()
356 static int uc_init_wopcm(struct intel_uc *uc) in uc_init_wopcm()
418 static int __uc_check_hw(struct intel_uc *uc) in __uc_check_hw()
434 static int __uc_init_hw(struct intel_uc *uc) in __uc_init_hw()
634 void intel_uc_suspend(struct intel_uc *uc) in intel_uc_suspend()
[all …]
A Dintel_uc_debugfs.h9 struct intel_uc;
12 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root);
A Dintel_uc_debugfs.c17 struct intel_uc *uc = m->private; in uc_usage_show()
37 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root) in intel_uc_debugfs_register()
A Dintel_guc_log.c722 struct intel_uc *uc = container_of(guc, struct intel_uc, guc); in intel_guc_log_dump()
A Dintel_guc_ct.c748 struct intel_uc *uc = container_of(guc, struct intel_uc, guc); in intel_guc_ct_send()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_gt_types.h74 struct intel_uc uc;
A Dintel_gt.h22 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc) in uc_to_gt()
/linux/drivers/gpu/drm/i915/
A DMakefile179 i915-y += gt/uc/intel_uc.o \
A Di915_gpu_error.c1537 const struct intel_uc *uc = &gt->_gt->uc; in gt_record_uc()

Completed in 16 milliseconds