[PATCH] drm/i915/gt: Fixed an typo
Andi Shyti
andi.shyti at linux.intel.com
Tue Sep 10 09:24:32 UTC 2024
Hi Zhanghe,
Thanks for your patch. Please next time check from
get_maintainers.pl the mailing lists that need to be included in
your patches.
In this case you should have included at least the
intel-gfx <intel-gfx at lists.freedesktop.org> and the
dri-devel <dri-devel at lists.freedesktop.org> mailing lists.
On Sat, Sep 07, 2024 at 05:24:43PM +0800, zhanghe9702 wrote:
> column header should be GPU, not CPU
>
> Signed-off-by: zhanghe9702 <zhanghe9702 at 163.com>
Do you really want your name to appear as zhanghe9702? If you git
log the linux directory you will se that people normally use
the "Name Surname <email>" style. As you wish.
> ---
> drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c b/drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
> index 8d08b38874ef..b635aa2820d9 100644
> --- a/drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
> +++ b/drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c
> @@ -431,7 +431,7 @@ static int llc_show(struct seq_file *m, void *data)
> max_gpu_freq /= GEN9_FREQ_SCALER;
> }
>
> - seq_puts(m, "GPU freq (MHz)\tEffective CPU freq (MHz)\tEffective Ring freq (MHz)\n");
> + seq_puts(m, "GPU freq (MHz)\tEffective GPU freq (MHz)\tEffective Ring freq (MHz)\n");
This is correct:
Reviewed-by: Andi Shyti <andi.shyti at linux.intel.com>
Thanks,
Andi
More information about the dri-devel
mailing list