projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c0155b
)
drm/xe/xe_debugfs: Print skip_guc_pc in xe info
author
Badal Nilawar
<badal.nilawar@intel.com>
Fri, 19 Jan 2024 13:10:25 +0000
(18:40 +0530)
committer
Rodrigo Vivi
<rodrigo.vivi@intel.com>
Fri, 19 Jan 2024 13:28:31 +0000
(08:28 -0500)
Print xe->info.skip_guc_pc in xe info
Cc: Anshuman Gupta <anshuman.gupta@intel.com>
Signed-off-by: Badal Nilawar <badal.nilawar@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20240119131025.1872947-1-badal.nilawar@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_debugfs.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/xe/xe_debugfs.c
b/drivers/gpu/drm/xe/xe_debugfs.c
index c56fd7d59f057f37f0a23fb093b927225e9c2d36..01db5b27bec5d3d18591afff98f1d9f655c0b9ea 100644
(file)
--- a/
drivers/gpu/drm/xe/xe_debugfs.c
+++ b/
drivers/gpu/drm/xe/xe_debugfs.c
@@
-55,6
+55,7
@@
static int info(struct seq_file *m, void *data)
drm_printf(&p, "force_execlist %s\n", str_yes_no(xe->info.force_execlist));
drm_printf(&p, "has_flat_ccs %s\n", str_yes_no(xe->info.has_flat_ccs));
drm_printf(&p, "has_usm %s\n", str_yes_no(xe->info.has_usm));
+ drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc));
for_each_gt(gt, xe, id) {
drm_printf(&p, "gt%d force wake %d\n", id,
xe_force_wake_ref(gt_to_fw(gt), XE_FW_GT));