coreboot-kgpe-d16/src/mainboard/google/auron
Michael Niewöhner 44fa0d4ca0 soc/intel/bdw,nb/intel/hsw: convert panel delays to ms representation
For easier review of the switch to a new register struct in the
follow-up change, the panel delay times get converted from destination
register raw format to milliseconds representation in this change.

Formula for conversion of power cycle delay:

  gpu_panel_power_cycle_delay_ms =
    (gpu_panel_power_cycle_delay - 1) * 100

Formula for all others:

  gpu_panel_power_X_delay_ms = gpu_panel_power_X_delay / 10

The register names gain a suffix `_ms` and calculation of the
destination register raw values gets done in gma code now.

Change-Id: Idf8e076dac2b3048a63a0109263a6e7899f07230
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48958
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2021-01-01 11:25:22 +00:00
..
acpi
variants soc/intel/bdw,nb/intel/hsw: convert panel delays to ms representation 2021-01-01 11:25:22 +00:00
acpi_tables.c broadwell: Flatten acpi_init_gnvs function 2020-11-13 13:17:31 +00:00
board_info.txt
chromeos.c
chromeos.fmd
cmos.layout mb/**/cmos.layout: Drop copy-pasted SNB entries on non-SNB 2020-11-24 17:47:15 +00:00
devicetree.cb soc/intel/broadwell: Separate PCH in devicetree 2020-10-30 00:45:36 +00:00
dsdt.asl soc/intel/broadwell/acpi: Rename systemagent.asl 2020-11-13 13:05:26 +00:00
ec.c
ec.h
gma-mainboard.ads
hda_verb.c
Kconfig treewide: rename GENERIC_SPD_BIN to HAVE_SPD_BIN_IN_CBFS 2020-09-23 09:00:47 +00:00
Kconfig.name
mainboard.c mb/google: Drop unneeded empty lines 2020-09-22 17:14:10 +00:00
Makefile.inc
romstage.c
smihandler.c
variant.h