Lines Matching defs:gt

80 	struct xe_gt *gt = parent->d_inode->i_private;  in xe_gt_debugfs_simple_show()  local
89 static int hw_engines(struct xe_gt *gt, struct drm_printer *p) in hw_engines()
114 static int powergate_info(struct xe_gt *gt, struct drm_printer *p) in powergate_info()
125 static int force_reset(struct xe_gt *gt, struct drm_printer *p) in force_reset()
134 static int force_reset_sync(struct xe_gt *gt, struct drm_printer *p) in force_reset_sync()
143 static int sa_info(struct xe_gt *gt, struct drm_printer *p) in sa_info()
155 static int topology(struct xe_gt *gt, struct drm_printer *p) in topology()
164 static int steering(struct xe_gt *gt, struct drm_printer *p) in steering()
173 static int ggtt(struct xe_gt *gt, struct drm_printer *p) in ggtt()
184 static int register_save_restore(struct xe_gt *gt, struct drm_printer *p) in register_save_restore()
213 static int workarounds(struct xe_gt *gt, struct drm_printer *p) in workarounds()
222 static int tunings(struct xe_gt *gt, struct drm_printer *p) in tunings()
231 static int pat(struct xe_gt *gt, struct drm_printer *p) in pat()
240 static int mocs(struct xe_gt *gt, struct drm_printer *p) in mocs()
249 static int rcs_default_lrc(struct xe_gt *gt, struct drm_printer *p) in rcs_default_lrc()
258 static int ccs_default_lrc(struct xe_gt *gt, struct drm_printer *p) in ccs_default_lrc()
267 static int bcs_default_lrc(struct xe_gt *gt, struct drm_printer *p) in bcs_default_lrc()
276 static int vcs_default_lrc(struct xe_gt *gt, struct drm_printer *p) in vcs_default_lrc()
285 static int vecs_default_lrc(struct xe_gt *gt, struct drm_printer *p) in vecs_default_lrc()
294 static int hwconfig(struct xe_gt *gt, struct drm_printer *p) in hwconfig()
335 void xe_gt_debugfs_register(struct xe_gt *gt) in xe_gt_debugfs_register()