SYNOPSIS

int drm_mode_connector_update_edid_property(struct drm_connector * connector, 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, errno on failure.

AUTHORS

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

COPYRIGHT