nb/intel/gm45/gma: Fix debug note about missing panel data

Reformat the string, fix whitespace, add single-quote before
genitive `s`, and correct the GPU tool name `intel_reg`.

Change-Id: I277603063806927837867a454ae0875578228109
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75379
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Nico Huber
2023-05-18 16:32:58 +02:00
committed by Felix Singer
parent eae75064a8
commit 2f7e3db200

View File

@@ -115,12 +115,11 @@ u16 get_blc_pwm_freq_value(void)
} }
if (i == blc_array_len) if (i == blc_array_len)
printk(BIOS_NOTICE, "Your panels EDID `%s` wasn't found in the" printk(BIOS_NOTICE, "Your panel's EDID `%s` wasn't found in the lookup table.\n"
"lookup table.\n You may have issues with your panels" "You may have issues with your panel's backlight.\n"
"backlight.\n If you want to help improving coreboot" "If you want to help improving coreboot please report: this EDID string\n"
"please report: this EDID string\n and the result" "and the result of `intel_reg read BLC_PWM_CTL` (from intel-gpu-tools)\n"
"of `intel_read read BLC_PWM_CTL`" "while running vendor BIOS\n",
"(from intel-gpu-tools)\n while running vendor BIOS\n",
edid_ascii_string); edid_ascii_string);
return blc_pwm_freq; return blc_pwm_freq;