summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/omapdss.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2016-05-02 14:55:38 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2017-04-03 12:36:40 +0300
commit7c79e8d67fde332f1cda26c8a0845fa167815351 (patch)
tree82e3b4cf308305f708e14ec87e9dbdd4d272fcfb /drivers/gpu/drm/omapdrm/dss/omapdss.h
parentbe2d68c69e5c5a54cd2179aa6971d42cc3a49375 (diff)
downloadop-kernel-dev-7c79e8d67fde332f1cda26c8a0845fa167815351.zip
op-kernel-dev-7c79e8d67fde332f1cda26c8a0845fa167815351.tar.gz
drm/omap: dss: Functions to check components in the display/output list
The functions can be used to check a component (by it's of_node) if it is part of the omapdss display or output list. If the component is found, it means that the driver is loaded. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/omapdss.h')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/omapdss.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h
index 4545f18..7e1feb9 100644
--- a/drivers/gpu/drm/omapdrm/dss/omapdss.h
+++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h
@@ -936,4 +936,7 @@ struct dispc_ops {
void dispc_set_ops(const struct dispc_ops *o);
const struct dispc_ops *dispc_get_ops(void);
+bool omapdss_component_is_display(struct device_node *node);
+bool omapdss_component_is_output(struct device_node *node);
+
#endif /* __OMAP_DRM_DSS_H */
OpenPOWER on IntegriCloud