coreboot-kgpe-d16/src/soc/intel
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
..
alderlake soc/intel/common: Move gfx.asl to drivers/intel/gma 2020-12-30 16:35:21 +00:00
apollolake soc/intel/common: Move gfx.asl to drivers/intel/gma 2020-12-30 16:35:21 +00:00
baytrail drivers/intel/gma: Include gfx.asl by default for all platforms... 2020-12-30 16:35:36 +00:00
braswell drivers/intel/gma: Include gfx.asl by default for all platforms... 2020-12-30 16:35:36 +00:00
broadwell soc/intel/bdw,nb/intel/hsw: convert panel delays to ms representation 2021-01-01 11:25:22 +00:00
cannonlake soc/intel/common: Move gfx.asl to drivers/intel/gma 2020-12-30 16:35:21 +00:00
common soc/intel/common: Move gfx.asl to drivers/intel/gma 2020-12-30 16:35:21 +00:00
denverton_ns sb,soc/intel: Fix GNVS OperationRegion 2020-12-25 02:27:37 +00:00
elkhartlake soc/intel/common: Move gfx.asl to drivers/intel/gma 2020-12-30 16:35:21 +00:00
icelake soc/intel/common: Move gfx.asl to drivers/intel/gma 2020-12-30 16:35:21 +00:00
jasperlake soc/intel/common: Move gfx.asl to drivers/intel/gma 2020-12-30 16:35:21 +00:00
quark cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() 2020-12-03 00:00:19 +00:00
skylake soc/intel/skylake: Remove device_nvs.h 2020-12-31 12:25:00 +00:00
tigerlake soc/intel/common: Move gfx.asl to drivers/intel/gma 2020-12-30 16:35:21 +00:00
xeon_sp soc/intel: hook up new gpio device in the soc chips 2020-12-30 00:30:04 +00:00
Kconfig