Lines Matching refs:huc
18 huc_to_gt(struct xe_huc *huc) in huc_to_gt() argument
20 return container_of(huc, struct xe_gt, uc.huc); in huc_to_gt()
24 huc_to_xe(struct xe_huc *huc) in huc_to_xe() argument
26 return gt_to_xe(huc_to_gt(huc)); in huc_to_xe()
36 struct xe_huc *huc = node_to_huc(m->private); in huc_info() local
37 struct xe_device *xe = huc_to_xe(huc); in huc_info()
41 xe_huc_print_info(huc, &p); in huc_info()
51 void xe_huc_debugfs_register(struct xe_huc *huc, struct dentry *parent) in xe_huc_debugfs_register() argument
53 struct drm_minor *minor = huc_to_xe(huc)->drm.primary; in xe_huc_debugfs_register()
58 local = drmm_kmalloc(&huc_to_xe(huc)->drm, DEBUGFS_SIZE, GFP_KERNEL); in xe_huc_debugfs_register()
66 local[i].data = huc; in xe_huc_debugfs_register()