Update the edid property of a connector
int drm_mode_connector_update_edid_property(struct drm_connector * connector, struct edid * edid);
connector
drm connector
edid
new value of the edid property
This function creates a new blob modeset object and assigns its id to the connector's edid property.
Zero on success, errno on 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