Home
last modified time | relevance | path

Searched refs:xe_huc (Results 1 – 8 of 8) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_huc.h12 struct xe_huc;
20 int xe_huc_init(struct xe_huc *huc);
21 int xe_huc_init_post_hwconfig(struct xe_huc *huc);
22 int xe_huc_upload(struct xe_huc *huc);
23 int xe_huc_auth(struct xe_huc *huc, enum xe_huc_auth_types type);
24 bool xe_huc_is_authenticated(struct xe_huc *huc, enum xe_huc_auth_types type);
25 void xe_huc_sanitize(struct xe_huc *huc);
26 void xe_huc_print_info(struct xe_huc *huc, struct drm_printer *p);
Dxe_huc.c29 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 …]
Dxe_huc_debugfs.c18 huc_to_gt(struct xe_huc *huc) in huc_to_gt()
24 huc_to_xe(struct xe_huc *huc) in huc_to_xe()
29 static struct xe_huc *node_to_huc(struct drm_info_node *node) in node_to_huc()
36 struct xe_huc *huc = node_to_huc(m->private); in huc_info()
51 void xe_huc_debugfs_register(struct xe_huc *huc, struct dentry *parent) in xe_huc_debugfs_register()
Dxe_huc_debugfs.h10 struct xe_huc;
12 void xe_huc_debugfs_register(struct xe_huc *huc, struct dentry *parent);
Dxe_huc_types.h16 struct xe_huc { struct
Dxe_uc_types.h21 struct xe_huc huc;
DMakefile72 xe_huc.o \
Dxe_query.c568 struct xe_huc *huc; in query_uc_fw_version()