On Thu, 29 Apr 2021 13:49:58 +0300 Pekka Paalanen ppaalanen@gmail.com wrote:
Adding the previous list of CCs.
On Thu, 29 Apr 2021 10:32:58 +0000 "Sharma, Shashank" Shashank.Sharma@amd.com wrote:
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.
Hi,
I started a discussion on the API: https://github.com/contactshashanksharma/libedid/issues/2
Thanks, pq