Lines Matching refs:xe_gt
78 struct xe_gt *gt = parent->d_inode->i_private; in xe_gt_debugfs_simple_show()
79 int (*print)(struct xe_gt *, struct drm_printer *) = node->info_ent->data; in xe_gt_debugfs_simple_show()
87 static int hw_engines(struct xe_gt *gt, struct drm_printer *p) in hw_engines()
112 static int force_reset(struct xe_gt *gt, struct drm_printer *p) in force_reset()
121 static int force_reset_sync(struct xe_gt *gt, struct drm_printer *p) in force_reset_sync()
132 static int sa_info(struct xe_gt *gt, struct drm_printer *p) in sa_info()
144 static int topology(struct xe_gt *gt, struct drm_printer *p) in topology()
153 static int steering(struct xe_gt *gt, struct drm_printer *p) in steering()
162 static int ggtt(struct xe_gt *gt, struct drm_printer *p) in ggtt()
173 static int register_save_restore(struct xe_gt *gt, struct drm_printer *p) in register_save_restore()
202 static int workarounds(struct xe_gt *gt, struct drm_printer *p) in workarounds()
211 static int pat(struct xe_gt *gt, struct drm_printer *p) in pat()
220 static int mocs(struct xe_gt *gt, struct drm_printer *p) in mocs()
229 static int rcs_default_lrc(struct xe_gt *gt, struct drm_printer *p) in rcs_default_lrc()
238 static int ccs_default_lrc(struct xe_gt *gt, struct drm_printer *p) in ccs_default_lrc()
247 static int bcs_default_lrc(struct xe_gt *gt, struct drm_printer *p) in bcs_default_lrc()
256 static int vcs_default_lrc(struct xe_gt *gt, struct drm_printer *p) in vcs_default_lrc()
265 static int vecs_default_lrc(struct xe_gt *gt, struct drm_printer *p) in vecs_default_lrc()
274 static int hwconfig(struct xe_gt *gt, struct drm_printer *p) in hwconfig()
304 void xe_gt_debugfs_register(struct xe_gt *gt) in xe_gt_debugfs_register()