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?
Attachment:
signature.asc
Description: Digital signature
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel