Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31591 )
Change subject: soc/mediatek/mt8183: Add DSI driver
......................................................................
Patch Set 33:
(2 comments)
https://review.coreboot.org/c/coreboot/+/31591/33/src/soc/mediatek/mt8183/in...
File src/soc/mediatek/mt8183/include/soc/dsi.h:
https://review.coreboot.org/c/coreboot/+/31591/33/src/soc/mediatek/mt8183/in...
PS33, Line 111: u32 len;
Note the bitfield notation I had in my comment... the goal was to fit it in 8 bytes (and this would still make 16). If you don't like bitfields, you can also make them u8 each and only have 6 bytes of data, which should still be enough for the panels you have right now. (Technically, if they're all u8 it doesn't have to be divisible by 8 either... but it looks nicer.)
https://review.coreboot.org/c/coreboot/+/31591/33/src/soc/mediatek/mt8183/in...
PS33, Line 482: extern
We don't use explicit extern qualifiers for function prototypes.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/31591
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic413f524ca0b36f0b01f723a71fe9745e2710cd2
Gerrit-Change-Number: 31591
Gerrit-PatchSet: 33
Gerrit-Owner: jitao shi
jitao.shi@mediatek.com
Gerrit-Reviewer: Hung-Te Lin
hungte@chromium.org
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Peichao Li
peichao.wang@bitland.corp-partner.google.com
Gerrit-Reviewer: You-Cheng Syu
youcheng@google.com
Gerrit-Reviewer: Yu-Ping Wu
yupingso@google.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Reviewer: jitao shi
jitao.shi@mediatek.com
Gerrit-Reviewer: yongqiang niu
yongqiang.niu@mediatek.com
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-CC: SJ Huang
sj.huang@mediatek.corp-partner.google.com
Gerrit-Comment-Date: Wed, 07 Aug 2019 00:26:02 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment