-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
hdmi-modules/hdmi/phy-xilinx-vphy/xv_hdmic.c
Line 853 in 4682a52
| (AuxPtr->Data.Byte[8] & 0xFF) | |
mis ordering in index
should be
DRMInfoFrame->display_primaries[1].x =
(AuxPtr->Data.Byte[7] & 0xFF) |
(AuxPtr->Data.Byte[8] << 8);
and so on
note another error
DRMInfoFrame->display_primaries[2].y =
(AuxPtr->Data.Byte[**14**] & 0xFF) |
(AuxPtr->Data.Byte[**16**] << 8);
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels