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
_______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel