Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-24 | LibEDID: Fix handling extension maps | Tom | |
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-23 | LibEDID: Add a library to parse EDID blobs | Tom | |
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. |