projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f583662
)
video: display_timing: add doubleclk flag
author
Steffen Trumtrar
<s.trumtrar@pengutronix.de>
Mon, 27 May 2013 12:33:33 +0000
(12:33 +0000)
committer
Dave Airlie
<airlied@redhat.com>
Mon, 3 Jun 2013 08:42:32 +0000
(18:42 +1000)
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/video/display_timing.h
patch
|
blob
|
blame
|
history
diff --git
a/include/video/display_timing.h
b/include/video/display_timing.h
index 5d0259b08e015ae0e3d288de561446cc995aecdb..28d9d0d566cacf8d2e61f5fed0434421aca696ed 100644
(file)
--- a/
include/video/display_timing.h
+++ b/
include/video/display_timing.h
@@
-27,6
+27,7
@@
enum display_flags {
DISPLAY_FLAGS_PIXDATA_NEGEDGE = BIT(7),
DISPLAY_FLAGS_INTERLACED = BIT(8),
DISPLAY_FLAGS_DOUBLESCAN = BIT(9),
+ DISPLAY_FLAGS_DOUBLECLK = BIT(10),
};
/*