Searched refs:xe_gt_debugfs_simple_show (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gt_debugfs.c | 75 int xe_gt_debugfs_simple_show(struct seq_file *m, void *data) in xe_gt_debugfs_simple_show() function 304 {"hw_engines", .show = xe_gt_debugfs_simple_show, .data = hw_engines}, 305 {"force_reset", .show = xe_gt_debugfs_simple_show, .data = force_reset}, 307 {"sa_info", .show = xe_gt_debugfs_simple_show, .data = sa_info}, 308 {"topology", .show = xe_gt_debugfs_simple_show, .data = topology}, 309 {"steering", .show = xe_gt_debugfs_simple_show, .data = steering}, 310 {"ggtt", .show = xe_gt_debugfs_simple_show, .data = ggtt}, 314 {"tunings", .show = xe_gt_debugfs_simple_show, .data = tunings}, 315 {"pat", .show = xe_gt_debugfs_simple_show, .data = pat}, 316 {"mocs", .show = xe_gt_debugfs_simple_show, .data = mocs}, [all …]
|
| H A D | xe_gt_sriov_vf_debugfs.c | 28 .show = xe_gt_debugfs_simple_show, 33 .show = xe_gt_debugfs_simple_show, 39 .show = xe_gt_debugfs_simple_show,
|
| H A D | xe_gt_sriov_pf_debugfs.c | 66 .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 D | xe_gt_debugfs.h | 13 int xe_gt_debugfs_simple_show(struct seq_file *m, void *data);
|