Searched refs:txbyteclkhs (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | vlv_dsi.c | 44 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() function 1142 hfp_sw = txbyteclkhs(hfp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1144 hsync_sw = txbyteclkhs(hsync_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1146 hbp_sw = txbyteclkhs(hbp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1257 hactive = txbyteclkhs(hactive, bpp, lane_count, in set_dsi_timings() 1259 hfp = txbyteclkhs(hfp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 1260 hsync = txbyteclkhs(hsync, bpp, lane_count, in set_dsi_timings() 1262 hbp = txbyteclkhs(hbp, bpp, lane_count, intel_dsi->burst_mode_ratio); in set_dsi_timings() 1419 txbyteclkhs(adjusted_mode->crtc_htotal, bpp, in intel_dsi_prepare() 1424 txbyteclkhs(adjusted_mode->crtc_vtotal * in intel_dsi_prepare()
|