Independent EDID parsing library

Sharma, Shashank Shashank.Sharma at amd.com
Thu Apr 29 10:32:58 UTC 2021


Hello Pekka, Daniel

As discussed over IRC, I have prepared the first version of the EDID parsing library, which is hosted here:
https://github.com/contactshashanksharma/libedid/tree/master

This is a simple C library, and I have created this library keeping a compositor's context in mind, so its easy for a compositor to use it.
There are only 2 APIs in this library:
              - libedid_process_edid_info: Get EDID information from raw_edid, returns filled struct edid_info ptr
              - libedid_destroy_edid_info: Free the EDID information

I have provided much information in the README file, and have also added two simple test apps, with sample EDID, to test it.
Please have a look and let me know your opinion on this.

Regards
Shashank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20210429/8dc596f7/attachment.htm>


More information about the wayland-devel mailing list