Lines Matching full:show
37 * xe_gt_debugfs_simple_show - A show callback for struct drm_info_list
49 * drm_minor (see struct drm_info_list.show for details).
65 * { name = "foo", .show = xe_gt_debugfs_simple_show, .data = foo },
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},
302 {"workarounds", .show = xe_gt_debugfs_simple_show, .data = workarounds},
303 {"pat", .show = xe_gt_debugfs_simple_show, .data = pat},
304 {"mocs", .show = xe_gt_debugfs_simple_show, .data = mocs},
305 {"default_lrc_rcs", .show = xe_gt_debugfs_simple_show, .data = rcs_default_lrc},
306 {"default_lrc_ccs", .show = xe_gt_debugfs_simple_show, .data = ccs_default_lrc},
307 {"default_lrc_bcs", .show = xe_gt_debugfs_simple_show, .data = bcs_default_lrc},
308 {"default_lrc_vcs", .show = xe_gt_debugfs_simple_show, .data = vcs_default_lrc},
309 {"default_lrc_vecs", .show = xe_gt_debugfs_simple_show, .data = vecs_default_lrc},
310 {"stats", .show = xe_gt_debugfs_simple_show, .data = xe_gt_stats_print_info},
311 {"hwconfig", .show = xe_gt_debugfs_simple_show, .data = hwconfig},