Skip to content

Commit

Permalink
OMAP: DSS2: add detect() to omap_dss_driver struct
Browse files Browse the repository at this point in the history
detect() can be used to probe if the display is connected.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Sep 30, 2011
1 parent 3d5e0ef commit df4769c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/video/omapdss.h
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,7 @@ struct omap_dss_driver {
u32 (*get_wss)(struct omap_dss_device *dssdev);

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

int omap_dss_register_driver(struct omap_dss_driver *);
Expand Down

0 comments on commit df4769c

Please sign in to comment.