Hung-Te Lin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/32511 )
Change subject: mb/google/kukui: Initialize display
......................................................................
Patch Set 55:
(3 comments)
https://review.coreboot.org/c/coreboot/+/32511/54/src/mainboard/google/kukui...
File src/mainboard/google/kukui/panel.h:
https://review.coreboot.org/c/coreboot/+/32511/54/src/mainboard/google/kukui...
PS54, Line 23: const char *name; /* human readable name */
Why don't we just use edid. […]
ascii_string currently holds only 13 chars, which can't fit manufacturer name + panel ID.
in fact I think the EDID parser should be refactored to always contain manufacturer name, but that's another story.
for now a pure larger char buffer would be the better idea.
https://review.coreboot.org/c/coreboot/+/32511/38/src/mainboard/google/kukui...
File src/mainboard/google/kukui/panel.h:
https://review.coreboot.org/c/coreboot/+/32511/38/src/mainboard/google/kukui...
PS38, Line 32: _INIT_DCS_CMD
Let's not start the thing that we actually want to use in the panel file with an underscore (undersc […]
I'm trying to make this compatible with kernel implementation. But well, removing a underline is fine.
https://review.coreboot.org/c/coreboot/+/32511/38/src/mainboard/google/kukui...
PS38, Line 34: .len = sizeof((u8[]){__VA_ARGS__}), \
Nice, that's way more clever than what I said!
Ack
--
To view, visit
https://review.coreboot.org/c/coreboot/+/32511
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I19213aee1ac0f69f42e73be9e5ab72394f412a01
Gerrit-Change-Number: 32511
Gerrit-PatchSet: 55
Gerrit-Owner: Kaka Ni
nigang@huaqin.corp-partner.google.com
Gerrit-Reviewer: Hung-Te Lin
hungte@chromium.org
Gerrit-Reviewer: Jerry Han
hanxu5@huaqin.corp-partner.google.com
Gerrit-Reviewer: Jitao Shi
jitao.shi@mediatek.corp-partner.google.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Kaka Ni
nigang@huaqin.corp-partner.google.com
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Nicolas Boichat
drinkcat@chromium.org
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Peichao Li
peichao.wang@bitland.corp-partner.google.com
Gerrit-Reviewer: YH Lin
yueherngl@chromium.org
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: Mon, 12 Aug 2019 02:28:17 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Julius Werner
jwerner@chromium.org
Gerrit-MessageType: comment