Lines Matching full:show

36  * xe_gt_debugfs_simple_show - A show callback for struct drm_info_list
48 * drm_minor (see struct drm_info_list.show for details).
64 * { name = "foo", .show = xe_gt_debugfs_simple_show, .data = foo },
284 {"hw_engines", .show = xe_gt_debugfs_simple_show, .data = hw_engines},
285 {"force_reset", .show = xe_gt_debugfs_simple_show, .data = force_reset},
286 {"force_reset_sync", .show = xe_gt_debugfs_simple_show, .data = force_reset_sync},
287 {"sa_info", .show = xe_gt_debugfs_simple_show, .data = sa_info},
288 {"topology", .show = xe_gt_debugfs_simple_show, .data = topology},
289 {"steering", .show = xe_gt_debugfs_simple_show, .data = steering},
290 {"ggtt", .show = xe_gt_debugfs_simple_show, .data = ggtt},
291 {"register-save-restore", .show = xe_gt_debugfs_simple_show, .data = register_save_restore},
292 {"workarounds", .show = xe_gt_debugfs_simple_show, .data = workarounds},
293 {"pat", .show = xe_gt_debugfs_simple_show, .data = pat},
294 {"mocs", .show = xe_gt_debugfs_simple_show, .data = mocs},
295 {"default_lrc_rcs", .show = xe_gt_debugfs_simple_show, .data = rcs_default_lrc},
296 {"default_lrc_ccs", .show = xe_gt_debugfs_simple_show, .data = ccs_default_lrc},
297 {"default_lrc_bcs", .show = xe_gt_debugfs_simple_show, .data = bcs_default_lrc},
298 {"default_lrc_vcs", .show = xe_gt_debugfs_simple_show, .data = vcs_default_lrc},
299 {"default_lrc_vecs", .show = xe_gt_debugfs_simple_show, .data = vecs_default_lrc},
300 {"stats", .show = xe_gt_debugfs_simple_show, .data = xe_gt_stats_print_info},
301 {"hwconfig", .show = xe_gt_debugfs_simple_show, .data = hwconfig},