Searched refs:ths_trail (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/i915/ |
D | intel_dsi_panel_vbt.c | 563 tclk_trail_ns = max(mipi_config->tclk_trail, mipi_config->ths_trail); in vbt_panel_init() 606 hs_to_lp_switch = DIV_ROUND_UP(mipi_config->ths_trail + 2 * tlpx_ui, 8); in vbt_panel_init()
|
D | intel_bios.h | 898 u8 ths_trail; member
|
/drivers/video/fbdev/omap2/dss/ |
D | dsi.c | 1887 u32 ths_prepare, ths_prepare_ths_zero, ths_trail, ths_exit; in dsi_cio_timings() local 1902 ths_trail = ns2ddr(dsidev, 60) + 5; in dsi_cio_timings() 1923 ths_trail, ddr2ns(dsidev, ths_trail), in dsi_cio_timings() 1939 r = FLD_MOD(r, ths_trail, 15, 8); in dsi_cio_timings() 3651 unsigned ths_trail, ths_exit; in dsi_proto_timings() local 3662 ths_trail = FLD_GET(r, 15, 8); in dsi_proto_timings() 3682 ddr_clk_post = DIV_ROUND_UP(tclk_post + ths_trail, 4) + ths_eot; in dsi_proto_timings() 3700 exit_hs_mode_lat = DIV_ROUND_UP(ths_trail + ths_exit, 4) + 1 + ths_eot; in dsi_proto_timings()
|