On Tue, Jun 11, 2019 at 7:04 AM Russell King <rmk+ker...@armlinux.org.uk> wrote:
>
> Add bridge timing information so that bridge users can figure out the
> timing parameters that are necessary for TDA998x.
>
> Signed-off-by: Russell King <rmk+ker...@armlinux.org.uk>
> ---

+static const struct drm_bridge_timings tda9989_timings = {
+       .sampling_edge = DRM_BUS_FLAG_PIXDATA_POSEDGE,
+       .setup_time_ps = 1500,
+       .hold_time_ps = 1000,
+};
+
+static const struct drm_bridge_timings tda19988_timings = {
+       .sampling_edge = DRM_BUS_FLAG_PIXDATA_POSEDGE,
+       .setup_time_ps = 1600,
+       .hold_time_ps = 1200,
+};

Need to port these to 5.1 kernel: sampling_edge -> input_bus_flags ?
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to