]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/drm/drm_bridge.h
drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
[linux.git] / include / drm / drm_bridge.h
index 9da8c93f79764ab5c246afa612a7eb748962153a..5e5129206f408c5d4a905fefd033a4097e12caa0 100644 (file)
@@ -246,10 +246,11 @@ struct drm_bridge_timings {
        /**
         * @sampling_edge:
         *
-        * Tells whether the bridge samples the digital input signal
-        * from the display engine on the positive or negative edge of the
-        * clock, this should reuse the DRM_BUS_FLAG_PIXDATA_[POS|NEG]EDGE
-        * bitwise flags from the DRM connector (bit 2 and 3 valid).
+        * Tells whether the bridge samples the digital input signals from the
+        * display engine on the positive or negative edge of the clock. This
+        * should use the DRM_BUS_FLAG_PIXDATA_SAMPLE_[POS|NEG]EDGE and
+        * DRM_BUS_FLAG_SYNC_SAMPLE_[POS|NEG]EDGE bitwise flags from the DRM
+        * connector (bit 2, 3, 6 and 7 valid).
         */
        u32 sampling_edge;
        /**