Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_guc_debugfs.c64 static int guc_debugfs_show(struct seq_file *m, void *data) in guc_debugfs_show() function
112 { "guc_info", .show = guc_debugfs_show, .data = xe_guc_print_info },
113 { "guc_ctb", .show = guc_debugfs_show, .data = guc_ctb },
118 { "guc_pc", .show = guc_debugfs_show, .data = guc_pc },
123 { "guc_log", .show = guc_debugfs_show, .data = guc_log },
124 { "guc_log_dmesg", .show = guc_debugfs_show, .data = guc_log_dmesg },

Completed in 4 milliseconds