Searched refs:txbyteclkhs (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/i915/display/ |
H A D | vlv_dsi.c | 56 /* return pixels in terms of txbyteclkhs */ 57 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() function 64 /* return pixels equivalent to txbyteclkhs */ 1104 * in Pixels but txbyteclkhs.. So retrieval process adds some in bxt_dsi_get_pipe_config() 1105 * ROUND_UP ERRORS in the process of PIXELS<==>txbyteclkhs. in bxt_dsi_get_pipe_config() 1127 hfp_sw = txbyteclkhs(hfp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1129 hsync_sw = txbyteclkhs(hsync_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1131 hbp_sw = txbyteclkhs(hbp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1245 hactive = txbyteclkhs(hactive, bpp, lane_count, in set_dsi_timings() 1247 hfp = txbyteclkhs(hf in set_dsi_timings() [all...] |