On Wed, Jun 12, 2019 at 11:38:06AM -0400, Sven Van Asbroeck wrote: > On Tue, Jun 11, 2019 at 7:04 AM Russell King <rmk+kernel@xxxxxxxxxxxxxxx> 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+kernel@xxxxxxxxxxxxxxx> > > --- > > +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 ? 5.1 still has it as "sampling_edge", but 5.2-rc changes this, so I'll drop this patch from this series for now. Thanks for pointing that out. -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line in suburbia: sync at 12.1Mbps down 622kbps up According to speedtest.net: 11.9Mbps down 500kbps up _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel