projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20efbc3
)
OMAPDSS: add OMAP_DSS_CHANNEL_WB to 'enum omap_channel'
author
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Wed, 4 Nov 2015 15:10:45 +0000
(17:10 +0200)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 29 Dec 2015 09:06:25 +0000
(11:06 +0200)
'enum omap_channel' is missing the channel for writeback. Add that.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
include/video/omapdss.h
patch
|
blob
|
blame
|
history
diff --git
a/include/video/omapdss.h
b/include/video/omapdss.h
index f001a356fd98f896ae617fe64db45745e1dc4736..0fedd93a639d9aa51ac454324b1049030f4e616f 100644
(file)
--- a/
include/video/omapdss.h
+++ b/
include/video/omapdss.h
@@
-87,6
+87,7
@@
enum omap_channel {
OMAP_DSS_CHANNEL_DIGIT = 1,
OMAP_DSS_CHANNEL_LCD2 = 2,
OMAP_DSS_CHANNEL_LCD3 = 3,
+ OMAP_DSS_CHANNEL_WB = 4,
};
enum omap_color_mode {