Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/59727 )
Change subject: mb/starlabs/labtop: Update VBT ......................................................................
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 --- M src/mainboard/starlabs/labtop/variants/tgl/data.vbt M src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb 2 files changed, 3 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, approved Andy Pont: Looks good to me, but someone else must approve
diff --git a/src/mainboard/starlabs/labtop/variants/tgl/data.vbt b/src/mainboard/starlabs/labtop/variants/tgl/data.vbt index 67dc497..992a864 100644 --- a/src/mainboard/starlabs/labtop/variants/tgl/data.vbt +++ b/src/mainboard/starlabs/labtop/variants/tgl/data.vbt Binary files differ diff --git a/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb b/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb index a3fc715..35c2010 100644 --- a/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb +++ b/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb @@ -8,10 +8,10 @@ register "gfx" = "GMA_STATIC_DISPLAYS(0)" # Not used but timings left for reference # register "panel_cfg" = "{ - # .up_delay_ms = 0, // T3 + # .up_delay_ms = 2000, // T3 # .backlight_on_delay_ms = 0, // T7 - # .backlight_off_delay_ms = 50, // T9 - # .down_delay_ms = 0, // T10 + # .backlight_off_delay_ms = 2000, // T9 + # .down_delay_ms = 500, // T10 # .cycle_delay_ms = 500, // T12 # .backlight_pwm_hz = 200, // PWM # }"
11 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.