summaryrefslogtreecommitdiff
path: root/Tests/LibEDID
AgeCommit message (Collapse)Author
2022-01-24LibEDID: Fix handling extension mapsTom
We weren't properly iterating the extension blocks and thought we encountered an unexpected extension map block, when we really should have just skipped over it.
2022-01-23LibEDID: Add a library to parse EDID blobsTom
This library can be used (for the most part) by kernel drivers as well as user mode. For this reason FixedPoint is used rather than floating point, but kept to a minimum.