mb/starlabs/labtop: Update VBT
Using Vbt.bin version 244, with the following changes: * Add 200ms delay to sink (T3) to avoid no response to AUX Channel transaction, which manifests as a repeating, colourful flicker. * Increase maximum supported refresh rate to 120Hz Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: Ifc03b8f5d45cbbf90fb61d8b08148ed402dd85ec Reviewed-on: https://review.coreboot.org/c/coreboot/+/59727 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Andy Pont <andy.pont@sdcsystems.com>
This commit is contained in:
parent
94ee1cb19c
commit
8f363cd00f
Binary file not shown.
|
@ -8,10 +8,10 @@ chip soc/intel/tigerlake
|
||||||
register "gfx" = "GMA_STATIC_DISPLAYS(0)"
|
register "gfx" = "GMA_STATIC_DISPLAYS(0)"
|
||||||
# Not used but timings left for reference
|
# Not used but timings left for reference
|
||||||
# register "panel_cfg" = "{
|
# register "panel_cfg" = "{
|
||||||
# .up_delay_ms = 0, // T3
|
# .up_delay_ms = 2000, // T3
|
||||||
# .backlight_on_delay_ms = 0, // T7
|
# .backlight_on_delay_ms = 0, // T7
|
||||||
# .backlight_off_delay_ms = 50, // T9
|
# .backlight_off_delay_ms = 2000, // T9
|
||||||
# .down_delay_ms = 0, // T10
|
# .down_delay_ms = 500, // T10
|
||||||
# .cycle_delay_ms = 500, // T12
|
# .cycle_delay_ms = 500, // T12
|
||||||
# .backlight_pwm_hz = 200, // PWM
|
# .backlight_pwm_hz = 200, // PWM
|
||||||
# }"
|
# }"
|
||||||
|
|
Loading…
Reference in New Issue