1. NAME▲
drm_get_edid - get EDID data, if available
2. SYNOPSIS ▲
struct edid * drm_get_edid(struct drm_connector * connector , struct i2c_adapter * adapter );
3. ARGUMENTS ▲
connector
connector weAqre probing
adapter
i2c adapter to use for DDC
4. DESCRIPTION ▲
Poke the given i2c channel to grab EDID data if possible. If found, attach it to the connector.
Return edid data or NULL if we couldnAqt find any.
5. AUTHORS ▲
Jesse Barnes <>
Intel Corporation,
Initial version
Laurent Pinchart <>
Ideas on board SPRL,
Driver internals
6. COPYRIGHT ▲