Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/19502 )
Change subject: lib/edid.c: Return value differentiates absent and non-conformant
......................................................................
Patch Set 4:
(1 comment)
Some other code was using return value. Should those bail out on EDID_ABSENT or EDID_NOT_CONFORMANT ?
https://review.coreboot.org/#/c/19502/3/src/lib/edid.c
File src/lib/edid.c:
PS3, Line 1490: !c.conformant
> EDID_CONFORMANT == 0. This check isn't appropriate any more. There appears
Thanks for spotting this.
--
To view, visit https://review.coreboot.org/19502
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Id90aa210ff72092c4ab638a7bafb82bd11889bdc
Gerrit-PatchSet: 4
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-HasComments: Yes
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19502
to look at the new patch set (#4).
Change subject: lib/edid.c: Return value differentiates absent and non-conformant
......................................................................
lib/edid.c: Return value differentiates absent and non-conformant
Change-Id: Id90aa210ff72092c4ab638a7bafb82bd11889bdc
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/drivers/parade/ps8640/ps8640.c
M src/include/edid.h
M src/lib/edid.c
M src/soc/nvidia/tegra124/dp.c
M src/soc/nvidia/tegra210/dp.c
M src/soc/rockchip/common/edp.c
M src/soc/rockchip/rk3288/hdmi.c
7 files changed, 22 insertions(+), 16 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/19502/4
--
To view, visit https://review.coreboot.org/19502
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id90aa210ff72092c4ab638a7bafb82bd11889bdc
Gerrit-PatchSet: 4
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins)