aboutsummaryrefslogtreecommitdiffstats
path: root/include/video
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2013-03-13 08:22:30 -0400
committerTomi Valkeinen <tomi.valkeinen@ti.com>2013-06-17 07:00:40 -0400
commit12ca755ba1c8714175f55ac069d8b51d9448778c (patch)
treec77bdd2d92f1a41250a5d4911ccf70a5b9835f49 /include/video
parent805cc2d19cce6bbd25fcefa24de7259508729e8a (diff)
OMAPDSS: add omap_dss_find_output_by_node()
Add a support function to find a DSS output by given DT node. This is used in later patches to link the panels to DSS outputs. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r--include/video/omapdss.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h
index 0b4f718a63c8..25a944e080b4 100644
--- a/include/video/omapdss.h
+++ b/include/video/omapdss.h
@@ -781,6 +781,7 @@ struct omap_overlay *omap_dss_get_overlay(int num);
781 781
782struct omap_dss_output *omap_dss_get_output(enum omap_dss_output_id id); 782struct omap_dss_output *omap_dss_get_output(enum omap_dss_output_id id);
783struct omap_dss_output *omap_dss_find_output(const char *name); 783struct omap_dss_output *omap_dss_find_output(const char *name);
784struct omap_dss_output *omap_dss_find_output_by_node(struct device_node *node);
784int omapdss_output_set_device(struct omap_dss_output *out, 785int omapdss_output_set_device(struct omap_dss_output *out,
785 struct omap_dss_device *dssdev); 786 struct omap_dss_device *dssdev);
786int omapdss_output_unset_device(struct omap_dss_output *out); 787int omapdss_output_unset_device(struct omap_dss_output *out);