Attention is currently required from: jitao shi, Yu-Ping Wu. Chen-Tsung Hsieh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51432 )
Change subject: soc/mediatek: dsi: fine tune the delta time when EoTp enable ......................................................................
Patch Set 1:
(1 comment)
File src/soc/mediatek/common/dsi.c:
https://review.coreboot.org/c/coreboot/+/51432/comment/4fa7b742_cfa4a73f PS1, Line 209: if (mode_flags & MIPI_DSI_MODE_EOT_PACKET) : delta += 2; I thought the expected fix is to remove this? Can you please check again with analogix partners?
IIUC, we run into a scrolling issue when we enable EOTP and do "delta += 2" as a workaround. (https://review.coreboot.org/c/coreboot/+/48868) But actually the delta between enableing and disabling EOTP might not always be 2 for all panels. So we expect to fix the scrolling issue by https://review.coreboot.org/c/coreboot/+/39025, instead of doing delta +2 with EOTP flag.