Searched defs:huc (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc_debugfs.c14 struct intel_huc *huc = m->private; local
26 void intel_huc_debugfs_register(struct intel_huc *huc, struct dentry *root) argument
H A Dintel_huc.h72 intel_huc_is_supported(struct intel_huc *huc) argument
77 intel_huc_is_wanted(struct intel_huc *huc) argument
82 intel_huc_is_used(struct intel_huc *huc) argument
88 intel_huc_is_loaded_by_gsc(const struct intel_huc *huc) argument
93 intel_huc_wait_required(struct intel_huc *huc) argument
[all...]
H A Dintel_uc.h34 struct intel_huc huc; member in struct:intel_uc
H A Dintel_huc_fw.c27 int intel_huc_fw_auth_via_gsccs(struct intel_huc *huc) argument
132 struct intel_huc *huc = container_of(huc_fw, struct intel_huc, fw); local
234 intel_huc_fw_load_and_auth_via_gsc(struct intel_huc *huc) argument
277 intel_huc_fw_upload(struct intel_huc *huc) argument
[all...]
H A Dintel_huc.c82 static void __delayed_huc_load_complete(struct intel_huc *huc) argument
88 static void delayed_huc_load_complete(struct intel_huc *huc) argument
94 static void __gsc_init_error(struct intel_huc *huc) argument
100 static void gsc_init_error(struct intel_huc *huc) argument
106 gsc_init_done(struct intel_huc *huc) argument
120 struct intel_huc *huc = container_of(hrtimer, struct intel_huc, delayed_load.timer); local
136 huc_delayed_load_start(struct intel_huc *huc) argument
176 struct intel_huc *huc = container_of(nb, struct intel_huc, delayed_load.nb); local
197 intel_huc_register_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus) argument
213 intel_huc_unregister_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus) argument
224 delayed_huc_load_init(struct intel_huc *huc) argument
238 delayed_huc_load_fini(struct intel_huc *huc) argument
248 intel_huc_sanitize(struct intel_huc *huc) argument
278 intel_huc_init_early(struct intel_huc *huc) argument
321 check_huc_loading_mode(struct intel_huc *huc) argument
376 intel_huc_init(struct intel_huc *huc) argument
415 intel_huc_fini(struct intel_huc *huc) argument
430 intel_huc_suspend(struct intel_huc *huc) argument
443 auth_mode_string(struct intel_huc *huc, enum intel_huc_authentication_type type) argument
464 intel_huc_wait_for_auth_complete(struct intel_huc *huc, enum intel_huc_authentication_type type) argument
540 intel_huc_auth(struct intel_huc *huc, enum intel_huc_authentication_type type) argument
587 intel_huc_is_authenticated(struct intel_huc *huc, enum intel_huc_authentication_type type) argument
600 huc_is_fully_authenticated(struct intel_huc *huc) argument
622 intel_huc_check_status(struct intel_huc *huc) argument
656 huc_has_delayed_load(struct intel_huc *huc) argument
662 intel_huc_update_auth_status(struct intel_huc *huc) argument
684 intel_huc_load_status(struct intel_huc *huc, struct drm_printer *p) argument
[all...]
H A Dintel_uc.c321 struct intel_huc *huc = &uc->huc; local
355 struct intel_huc *huc local
461 struct intel_huc *huc = &uc->huc; local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_types.h21 struct xe_huc huc; member in struct:xe_uc
H A Dxe_huc_debugfs.c17 huc_to_gt(struct xe_huc *huc) argument
23 huc_to_xe(struct xe_huc *huc) argument
35 struct xe_huc *huc = node_to_huc(m->private); local
50 void xe_huc_debugfs_register(struct xe_huc *huc, struct dentry *parent) argument
[all...]
H A Dxe_huc.c25 huc_to_gt(struct xe_huc *huc) argument
31 huc_to_xe(struct xe_huc *huc) argument
37 huc_to_guc(struct xe_huc *huc) argument
44 struct xe_huc *huc = arg; local
51 huc_alloc_gsc_pkt(struct xe_huc *huc) argument
71 xe_huc_init(struct xe_huc *huc) argument
108 xe_huc_init_post_hwconfig(struct xe_huc *huc) argument
127 xe_huc_upload(struct xe_huc *huc) argument
155 huc_auth_via_gsccs(struct xe_huc *huc) argument
230 xe_huc_is_authenticated(struct xe_huc *huc, enum xe_huc_auth_types type) argument
237 xe_huc_auth(struct xe_huc *huc, enum xe_huc_auth_types type) argument
294 xe_huc_sanitize(struct xe_huc *huc) argument
301 xe_huc_print_info(struct xe_huc *huc, struct drm_printer *p) argument
[all...]
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_huc.c20 struct intel_huc *huc; local
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h107 static inline struct intel_gt *huc_to_gt(struct intel_huc *huc) argument
/linux-master/drivers/gpu/drm/i915/
H A Di915_request.c1622 struct intel_huc *huc = &rq->context->engine->gt->uc.huc; local

Completed in 134 milliseconds