Duplicate an edid and the extensions
struct edid * drm_edid_duplicate(const struct edid * edid);
edid
EDID to duplicate
Pointer to duplicated EDID or NULL on allocation failure.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place