summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-11-07 09:19:23 +1000
committerDave Airlie <airlied@redhat.com>2016-11-07 09:19:23 +1000
commitdc345c46774bc150ab852d2c74ee6542de438d46 (patch)
treecaf3e15fd648b4c3ead39641a67e911d9be959c1 /include
parentfb422950c6cd726fd36eb72a7cf84583440a18a2 (diff)
parentd7b56e6f4e34b6d182b3c4e03c1bd88a3acfb210 (diff)
downloadblackbird-op-linux-dc345c46774bc150ab852d2c74ee6542de438d46.tar.gz
blackbird-op-linux-dc345c46774bc150ab852d2c74ee6542de438d46.zip
Merge tag 'omapdrm-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next
omapdrm changes for v4.10 The main change here is the big refactoring to remove omapdrm's own 'omap_video_timings', and use the standard display timings. Besides that, a few minor fixes and cleanups.
Diffstat (limited to 'include')
-rw-r--r--include/video/display_timing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/video/display_timing.h b/include/video/display_timing.h
index 28d9d0d566ca..3d289e990aca 100644
--- 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),
};
/*
OpenPOWER on IntegriCloud