projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cc78aa
)
OMAPDSS: DISPC: add missing prototype
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 15 Nov 2011 08:56:11 +0000
(10:56 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Fri, 2 Dec 2011 06:54:20 +0000
(08:54 +0200)
dispc_mgr_is_enabled() was missing a prototype in dss.h
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dss.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/omap2/dss/dss.h
b/drivers/video/omap2/dss/dss.h
index 6308fc59fc9e97c317bc93cc33904d6e5383f3d7..3310f10dc16165e06179a0be658f96ddd61b3013 100644
(file)
--- a/
drivers/video/omap2/dss/dss.h
+++ b/
drivers/video/omap2/dss/dss.h
@@
-414,6
+414,7
@@
void dispc_mgr_set_cpr_coef(enum omap_channel channel,
struct omap_dss_cpr_coefs *coefs);
bool dispc_mgr_go_busy(enum omap_channel channel);
void dispc_mgr_go(enum omap_channel channel);
+bool dispc_mgr_is_enabled(enum omap_channel channel);
void dispc_mgr_enable(enum omap_channel channel, bool enable);
bool dispc_mgr_is_channel_enabled(enum omap_channel channel);
void dispc_mgr_set_io_pad_mode(enum dss_io_pad_mode mode);