Searched defs:huc (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/gpu/drm/i915/gt/uc/ |
H A D | intel_huc.c | 82 static void __delayed_huc_load_complete(struct intel_huc *huc) in __delayed_huc_load_complete() 88 static void delayed_huc_load_complete(struct intel_huc *huc) in delayed_huc_load_complete() 94 static void __gsc_init_error(struct intel_huc *huc) in __gsc_init_error() 100 static void gsc_init_error(struct intel_huc *huc) in gsc_init_error() 106 static void gsc_init_done(struct intel_huc *huc) in gsc_init_done() 120 struct intel_huc *huc = container_of(hrtimer, struct intel_huc, delayed_load.timer); in huc_delayed_load_timer_callback() local 136 static void huc_delayed_load_start(struct intel_huc *huc) in huc_delayed_load_start() 176 struct intel_huc *huc = container_of(nb, struct intel_huc, delayed_load.nb); in gsc_notifier() local 197 void intel_huc_register_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus) in intel_huc_register_gsc_notifier() 213 void intel_huc_unregister_gsc_notifier(struct intel_huc *huc, const struct bus_type *bus) in intel_huc_unregister_gsc_notifier() [all …]
|
H A D | intel_huc.h | 71 static inline bool intel_huc_is_supported(struct intel_huc *huc) in intel_huc_is_supported() 76 static inline bool intel_huc_is_wanted(struct intel_huc *huc) in intel_huc_is_wanted() 81 static inline bool intel_huc_is_used(struct intel_huc *huc) in intel_huc_is_used() 87 static inline bool intel_huc_is_loaded_by_gsc(const struct intel_huc *huc) in intel_huc_is_loaded_by_gsc() 92 static inline bool intel_huc_wait_required(struct intel_huc *huc) in intel_huc_wait_required()
|
H A D | intel_huc_fw.c | 27 int intel_huc_fw_auth_via_gsccs(struct intel_huc *huc) in intel_huc_fw_auth_via_gsccs() 132 struct intel_huc *huc = container_of(huc_fw, struct intel_huc, fw); in intel_huc_fw_get_binary_info() local 234 int intel_huc_fw_load_and_auth_via_gsc(struct intel_huc *huc) in intel_huc_fw_load_and_auth_via_gsc() 277 int intel_huc_fw_upload(struct intel_huc *huc) in intel_huc_fw_upload()
|
H A D | intel_huc_debugfs.c | 14 struct intel_huc *huc = m->private; in huc_info_show() local 26 void intel_huc_debugfs_register(struct intel_huc *huc, struct dentry *root) in intel_huc_debugfs_register()
|
H A D | intel_uc.c | 317 struct intel_huc *huc = &uc->huc; in __uc_init() local 351 struct intel_huc *huc = &uc->huc; in __uc_sanitize() local 457 struct intel_huc *huc = &uc->huc; in __uc_init_hw() local
|
H A D | intel_uc.h | 34 struct intel_huc huc; member
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_huc.c | 29 huc_to_gt(struct xe_huc *huc) in huc_to_gt() 35 huc_to_xe(struct xe_huc *huc) in huc_to_xe() 41 huc_to_guc(struct xe_huc *huc) in huc_to_guc() 47 static int huc_alloc_gsc_pkt(struct xe_huc *huc) in huc_alloc_gsc_pkt() 66 int xe_huc_init(struct xe_huc *huc) in xe_huc_init() 106 int xe_huc_init_post_hwconfig(struct xe_huc *huc) in xe_huc_init_post_hwconfig() 125 int xe_huc_upload(struct xe_huc *huc) in xe_huc_upload() 153 static int huc_auth_via_gsccs(struct xe_huc *huc) in huc_auth_via_gsccs() 228 bool xe_huc_is_authenticated(struct xe_huc *huc, enum xe_huc_auth_types type) in xe_huc_is_authenticated() 235 int xe_huc_auth(struct xe_huc *huc, enum xe_huc_auth_types type) in xe_huc_auth() [all …]
|
H A D | xe_huc_debugfs.c | 18 huc_to_gt(struct xe_huc *huc) in huc_to_gt() 24 huc_to_xe(struct xe_huc *huc) in huc_to_xe() 36 struct xe_huc *huc = node_to_huc(m->private); in huc_info() local 51 void xe_huc_debugfs_register(struct xe_huc *huc, struct dentry *parent) in xe_huc_debugfs_register()
|
H A D | xe_uc_types.h | 21 struct xe_huc huc; member
|
H A D | xe_query.c | 580 struct xe_huc *huc; in query_uc_fw_version() local
|
/linux/drivers/gpu/drm/i915/pxp/ |
H A D | intel_pxp_huc.c | 20 struct intel_huc *huc; in intel_pxp_huc_load_and_auth() local
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt.h | 107 static inline struct intel_gt *huc_to_gt(struct intel_huc *huc) in huc_to_gt()
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_selftest.c | 161 struct intel_huc *huc = &to_gt(i915)->uc.huc; in __wait_gsc_huc_load_completed() local
|