Thread (1 message) 1 message, 1 author, 2014-07-31
DORMANTno replies

[PATCH 02/15] drm/panel: Add get_modes helper

From: Ajay Kumar <hidden>
Date: 2014-07-31 17:42:01
Also in: dri-devel, linux-samsung-soc
Subsystem: drm drivers, drm panel drivers, the rest · Maintainers: David Airlie, Simona Vetter, Neil Armstrong, Linus Torvalds

Add a helper function drm_panel_get_modes to get modes from the panel.

Signed-off-by: Ajay Kumar <redacted>
---
 include/drm/drm_panel.h |    8 ++++++++
 1 file changed, 8 insertions(+)
diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h
index 9addc69..efc63cc 100644
--- a/include/drm/drm_panel.h
+++ b/include/drm/drm_panel.h
@@ -80,6 +80,14 @@ static inline int drm_panel_enable(struct drm_panel *panel)
 	return panel ? -ENOSYS : -EINVAL;
 }
 
+static inline int drm_panel_get_modes(struct drm_panel *panel)
+{
+	if (panel && panel->funcs && panel->funcs->get_modes)
+		return panel->funcs->get_modes(panel);
+
+	return 0;
+}
+
 void drm_panel_init(struct drm_panel *panel);
 
 int drm_panel_add(struct drm_panel *panel);
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help