Searched refs:txbyteclkhs (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_dsi.c | 682 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() function 721 hactive = txbyteclkhs(hactive, bpp, lane_count, in set_dsi_timings() 723 hfp = txbyteclkhs(hfp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 724 hsync = txbyteclkhs(hsync, bpp, lane_count, in set_dsi_timings() 726 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 833 txbyteclkhs(adjusted_mode->htotal, bpp, in intel_dsi_prepare() 838 txbyteclkhs(adjusted_mode->vtotal * in intel_dsi_prepare()
|