Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d5e0ef7 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

OMAP: DSS2: add read_edid() to omap_dss_driver struct



read_edid() can be used to get the EDID information from the display.

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 3870c909
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -622,6 +622,8 @@ struct omap_dss_driver {

	int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
	u32 (*get_wss)(struct omap_dss_device *dssdev);

	int (*read_edid)(struct omap_dss_device *dssdev, u8 *buf, int len);
};

int omap_dss_register_driver(struct omap_dss_driver *);