Searched refs:xe_gt_debugfs_simple_show (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/xe/ |
| 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 291 {"sa_info", .show = xe_gt_debugfs_simple_show, .data = sa_info}, 292 {"topology", .show = xe_gt_debugfs_simple_show, .data = topology}, 293 {"ggtt", .show = xe_gt_debugfs_simple_show, .data = ggtt}, 295 {"workarounds", .show = xe_gt_debugfs_simple_show, .data = workarounds}, 296 {"tunings", .show = xe_gt_debugfs_simple_show, .data = tunings}, 303 {"hwconfig", .show = xe_gt_debugfs_simple_show, .data = hwconfig}, 308 {"hw_engines", .show = xe_gt_debugfs_simple_show, .data = hw_engines}, 309 {"mocs", .show = xe_gt_debugfs_simple_show, .data = mocs}, 310 {"pat", .show = xe_gt_debugfs_simple_show, .data = pat}, [all …]
|
| 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,
|
| A D | xe_gt_sriov_pf_debugfs.c | 68 .show = xe_gt_debugfs_simple_show, 73 .show = xe_gt_debugfs_simple_show, 78 .show = xe_gt_debugfs_simple_show, 83 .show = xe_gt_debugfs_simple_show, 99 .show = xe_gt_debugfs_simple_show, 104 .show = xe_gt_debugfs_simple_show, 119 .show = xe_gt_debugfs_simple_show,
|
| A D | xe_gt_debugfs.h | 13 int xe_gt_debugfs_simple_show(struct seq_file *m, void *data);
|
Completed in 8 milliseconds