summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJassi Brar <jaswinder.singh@linaro.org>2011-06-22 20:40:03 +0100
committerAndy Green <andy.green@linaro.org>2011-06-22 20:40:03 +0100
commit6a558a7d2b01db407a35dad785ecc56be0de2d60 (patch)
treecc7a9ab99f4cd37bc3c9a48a8218b2b787e0ba40
parent871a559dff12896a006e0b4af54b48265636b72c (diff)
Subject: [PATCH 02/19] OMAP: DSS2: Expose API to get edid
Signed-off-by: Rob Clark <rob@ti.com> Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
-rw-r--r--include/video/omapdss.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 2a94d66db90..18dd2be7a96 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -565,6 +565,10 @@ struct omap_dss_driver {
int (*set_wss)(struct omap_dss_device *dssdev, u32 wss);
u32 (*get_wss)(struct omap_dss_device *dssdev);
+
+ /* return raw EDID.. len indicates the max number of bytes of the
+ * EDID to read */
+ int (*get_edid)(struct omap_dss_device *dssdev, u8 *edid, int len);
};
int omap_dss_register_driver(struct omap_dss_driver *);