Home
last modified time | relevance | path

Searched refs:gt_root (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_debugfs.c39 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root) in intel_uc_debugfs_register() argument
46 if (!gt_root) in intel_uc_debugfs_register()
53 root = debugfs_create_dir("uc", gt_root); in intel_uc_debugfs_register()
Dintel_uc_debugfs.h12 void intel_uc_debugfs_register(struct intel_uc *uc, struct dentry *gt_root);
/linux-6.1.9/drivers/gpu/drm/i915/pxp/
Dintel_pxp_debugfs.c62 void intel_pxp_debugfs_register(struct intel_pxp *pxp, struct dentry *gt_root) in intel_pxp_debugfs_register() argument
70 if (!gt_root) in intel_pxp_debugfs_register()
76 root = debugfs_create_dir("pxp", gt_root); in intel_pxp_debugfs_register()