Re: [PATCH] Parse the color management parts of the EDID

2013-05-02 Thread John Kåre Alsaker
That will probably work. On Thu, May 2, 2013 at 11:07 PM, Richard Hughes wrote: > edid.[c|h] is actually what I had initially, want me to do something > like that? Something like a: > > struct edid_info; > int edid_parse(struct edid_info *info, const uint8_t *data, size_t length); > > Richard >

Re: [PATCH] Parse the color management parts of the EDID

2013-05-02 Thread Richard Hughes
edid.[c|h] is actually what I had initially, want me to do something like that? Something like a: struct edid_info; int edid_parse(struct edid_info *info, const uint8_t *data, size_t length); Richard On 2 May 2013 21:57, John Kåre Alsaker wrote: > EDID parsing should probably be moved out of co

Re: [PATCH] Parse the color management parts of the EDID

2013-05-02 Thread John Kåre Alsaker
EDID parsing should probably be moved out of compositor-drm since other backends can provide EDIDs too. On Thu, May 2, 2013 at 10:38 PM, Richard Hughes wrote: > This code was originally written by Soren Sandmann > and was > found here: http://people.gnome.org/~ssp/randr/edid-parse.c > > The co

[PATCH] Parse the color management parts of the EDID

2013-05-02 Thread Richard Hughes
This code was originally written by Soren Sandmann and was found here: http://people.gnome.org/~ssp/randr/edid-parse.c The code has been in use in gnome-settings-daemon for a couple of years now and is used to generate an Auto-EDID ICC profile if the screen has not been profiled with a calibratio