projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86f4656
)
video: display_timing: Add flags to select the edge when the sync is driven
author
Peter Ujfalusi
<
[email protected]
>
Thu, 22 Sep 2016 10:35:25 +0000
(13:35 +0300)
committer
Tomi Valkeinen
<
[email protected]
>
Wed, 2 Nov 2016 08:48:18 +0000
(10:48 +0200)
The sync can be - and for some panels it must be - driven on different edge
then the data.
Signed-off-by: Peter Ujfalusi <
[email protected]
>
CC: Rob Herring <
[email protected]
>
CC: Mark Rutland <
[email protected]
>
CC:
[email protected]
Signed-off-by: Tomi Valkeinen <
[email protected]
>
include/video/display_timing.h
patch
|
blob
|
history
diff --git
a/include/video/display_timing.h
b/include/video/display_timing.h
index 28d9d0d566cacf8d2e61f5fed0434421aca696ed..3d289e990aca14f7debf1db1dbf92ab79fc71f47 100644
(file)
--- a/
include/video/display_timing.h
+++ b/
include/video/display_timing.h
@@
-28,6
+28,10
@@
enum display_flags {
DISPLAY_FLAGS_INTERLACED = BIT(8),
DISPLAY_FLAGS_DOUBLESCAN = BIT(9),
DISPLAY_FLAGS_DOUBLECLK = BIT(10),
+ /* drive sync on pos. edge */
+ DISPLAY_FLAGS_SYNC_POSEDGE = BIT(11),
+ /* drive sync on neg. edge */
+ DISPLAY_FLAGS_SYNC_NEGEDGE = BIT(12),
};
/*