Searched refs:pixels_from_txbyteclkhs (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | vlv_dsi.c | 60 static u16 pixels_from_txbyteclkhs(u16 clk_hs, int bpp, int lane_count, in pixels_from_txbyteclkhs() function 1161 hfp = pixels_from_txbyteclkhs(hfp, bpp, lane_count, in bxt_dsi_get_pipe_config() 1163 hsync = pixels_from_txbyteclkhs(hsync, bpp, lane_count, in bxt_dsi_get_pipe_config() 1165 hbp = pixels_from_txbyteclkhs(hbp, bpp, lane_count, in bxt_dsi_get_pipe_config() 1223 hfp_sw = pixels_from_txbyteclkhs(hfp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1225 hsync_sw = pixels_from_txbyteclkhs(hsync_sw, bpp, lane_count, in bxt_dsi_get_pipe_config() 1227 hbp_sw = pixels_from_txbyteclkhs(hbp_sw, bpp, lane_count, in bxt_dsi_get_pipe_config()
|
Completed in 7 milliseconds