Searched refs:txbyteclkhs (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_dsi.c | 761 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() function 800 hactive = txbyteclkhs(hactive, bpp, lane_count, in set_dsi_timings() 802 hfp = txbyteclkhs(hfp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 803 hsync = txbyteclkhs(hsync, bpp, lane_count, in set_dsi_timings() 805 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 949 txbyteclkhs(adjusted_mode->crtc_htotal, bpp, in intel_dsi_prepare() 954 txbyteclkhs(adjusted_mode->crtc_vtotal * in intel_dsi_prepare()
|