Skip to content

Commit aa94428

Browse files
zhanghe9702Andi Shyti
authored andcommitted
drm/i915/gt: Fixed "CPU" -> "GPU" typo
Column header should be GPU, not CPU Signed-off-by: Zhang He <[email protected]> Reviewed-by: Andi Shyti <[email protected]> Signed-off-by: Andi Shyti <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 2c3631f commit aa94428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ static int llc_show(struct seq_file *m, void *data)
432432
max_gpu_freq /= GEN9_FREQ_SCALER;
433433
}
434434

435-
seq_puts(m, "GPU freq (MHz)\tEffective CPU freq (MHz)\tEffective Ring freq (MHz)\n");
435+
seq_puts(m, "GPU freq (MHz)\tEffective GPU freq (MHz)\tEffective Ring freq (MHz)\n");
436436

437437
wakeref = intel_runtime_pm_get(gt->uncore->rpm);
438438
for (gpu_freq = min_gpu_freq; gpu_freq <= max_gpu_freq; gpu_freq++) {

0 commit comments

Comments
 (0)