On Mon, Jan 27, 2014 at 09:48:54AM +0100, Jean-Francois Moine wrote: > + eld_ver = eld[0] >> 3; > + if (eld_ver != 2 && eld_ver != 31) > + return 0; > + > + mnl = eld[4] & 0x1f; > + if (mnl > 16) > + return 0; > + > + sad_count = eld[5] >> 4; > + sad = eld + 20 + mnl;
Can this parsing code be factored out - it (or large parts of it) should be usable by other HDMI devices shouldn't it? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140127/2ec34ffc/attachment-0001.pgp>