Hello Julius Werner, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38400
to look at the new patch set (#2).
Change subject: soc/mediatek/mt8183: reduce the hbp and hfp for phy timing ......................................................................
soc/mediatek/mt8183: reduce the hbp and hfp for phy timing
There are some extra data tranfers in dsi. ex. LPX, hs_prepare, hs_zero, hs_exit and the sof/eof of dsi packet. This signal will enlarge the line time. So the real frame on dsi bus will be lower than calculated by video timing.
So dsi driver reduces the hbp and hfp to keep the line time. hbp = hbp - phy_extra * hbp / (hbp + hfp) hfp = hfp - phy_extra * hfp / (hbp + hfp)
Change-Id: I10a4d8a4fb41c309fa1917cf1cdf19dabed98227 Signed-off-by: Jitao Shi jitao.shi@mediatek.com --- M src/soc/mediatek/common/dsi.c 1 file changed, 22 insertions(+), 24 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/00/38400/2