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 <zhanghe9702@163.com> Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240913140721.31165-1-zhanghe9702@163.com
1 parent 2c3631f commit aa94428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)