Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A 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);
H A 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()
H A Dxe_huc_debugfs.h10 struct xe_huc;
12 void xe_huc_debugfs_register(struct xe_huc *huc, struct dentry *parent);
H A Dxe_huc_types.h16 struct xe_huc { struct
H A DMakefile80 xe_huc.o \