Symbol: xe_huc
drivers/gpu/drm/xe/xe_huc.c
109
int xe_huc_init_post_hwconfig(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc.c
128
int xe_huc_upload(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc.c
156
static int huc_auth_via_gsccs(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc.c
231
bool xe_huc_is_authenticated(struct xe_huc *huc, enum xe_huc_auth_types type)
drivers/gpu/drm/xe/xe_huc.c
238
int xe_huc_auth(struct xe_huc *huc, enum xe_huc_auth_types type)
drivers/gpu/drm/xe/xe_huc.c
28
huc_to_gt(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc.c
294
void xe_huc_sanitize(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc.c
299
void xe_huc_print_info(struct xe_huc *huc, struct drm_printer *p)
drivers/gpu/drm/xe/xe_huc.c
34
huc_to_xe(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc.c
40
huc_to_guc(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc.c
46
static int huc_alloc_gsc_pkt(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc.c
65
int xe_huc_init(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc.h
12
struct xe_huc;
drivers/gpu/drm/xe/xe_huc.h
20
int xe_huc_init(struct xe_huc *huc);
drivers/gpu/drm/xe/xe_huc.h
21
int xe_huc_init_post_hwconfig(struct xe_huc *huc);
drivers/gpu/drm/xe/xe_huc.h
22
int xe_huc_upload(struct xe_huc *huc);
drivers/gpu/drm/xe/xe_huc.h
23
int xe_huc_auth(struct xe_huc *huc, enum xe_huc_auth_types type);
drivers/gpu/drm/xe/xe_huc.h
24
bool xe_huc_is_authenticated(struct xe_huc *huc, enum xe_huc_auth_types type);
drivers/gpu/drm/xe/xe_huc.h
25
void xe_huc_sanitize(struct xe_huc *huc);
drivers/gpu/drm/xe/xe_huc.h
26
void xe_huc_print_info(struct xe_huc *huc, struct drm_printer *p);
drivers/gpu/drm/xe/xe_huc_debugfs.c
17
huc_to_gt(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc_debugfs.c
23
huc_to_xe(struct xe_huc *huc)
drivers/gpu/drm/xe/xe_huc_debugfs.c
28
static struct xe_huc *node_to_huc(struct drm_info_node *node)
drivers/gpu/drm/xe/xe_huc_debugfs.c
35
struct xe_huc *huc = node_to_huc(m->private);
drivers/gpu/drm/xe/xe_huc_debugfs.c
49
void xe_huc_debugfs_register(struct xe_huc *huc, struct dentry *parent)
drivers/gpu/drm/xe/xe_huc_debugfs.h
10
struct xe_huc;
drivers/gpu/drm/xe/xe_huc_debugfs.h
12
void xe_huc_debugfs_register(struct xe_huc *huc, struct dentry *parent);
drivers/gpu/drm/xe/xe_query.c
599
struct xe_huc *huc;
drivers/gpu/drm/xe/xe_uc_types.h
21
struct xe_huc huc;