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.
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
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT