Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_gt_debugfs.c74 int xe_gt_debugfs_simple_show(struct seq_file *m, void *data) in xe_gt_debugfs_simple_show() function
293 {"hw_engines", .show = xe_gt_debugfs_simple_show, .data = hw_engines},
294 {"force_reset", .show = xe_gt_debugfs_simple_show, .data = force_reset},
295 {"force_reset_sync", .show = xe_gt_debugfs_simple_show, .data = force_reset_sync},
296 {"sa_info", .show = xe_gt_debugfs_simple_show, .data = sa_info},
297 {"topology", .show = xe_gt_debugfs_simple_show, .data = topology},
298 {"steering", .show = xe_gt_debugfs_simple_show, .data = steering},
299 {"ggtt", .show = xe_gt_debugfs_simple_show, .data = ggtt},
300 {"powergate_info", .show = xe_gt_debugfs_simple_show, .data = powergate_info},
301 {"register-save-restore", .show = xe_gt_debugfs_simple_show, .data = register_save_restore},
[all …]
H A Dxe_gt_sriov_pf_debugfs.c66 .show = xe_gt_debugfs_simple_show,
71 .show = xe_gt_debugfs_simple_show,
76 .show = xe_gt_debugfs_simple_show,
81 .show = xe_gt_debugfs_simple_show,
86 .show = xe_gt_debugfs_simple_show,
91 .show = xe_gt_debugfs_simple_show,
96 .show = xe_gt_debugfs_simple_show,
101 .show = xe_gt_debugfs_simple_show,
H A Dxe_gt_debugfs.h13 int xe_gt_debugfs_simple_show(struct seq_file *m, void *data);