Name
drm_mode_connector_update_edid_property —
update the edid property of a connector
Synopsis
int drm_mode_connector_update_edid_property ( | struct drm_connector * connector, |
| const struct edid * edid) ; |
Arguments
connector
drm connector
edid
new value of the edid property
Description
This function creates a new blob modeset object and assigns its id to the
connector's edid property.
Returns
Zero on success, negative errno on failure.