Lines Matching refs:bpp
59 u32 bpp; in dsi_rr_formula() local
72 bpp = 24; in dsi_rr_formula()
75 bpp = 18; in dsi_rr_formula()
78 bpp = 16; in dsi_rr_formula()
92 hsync_bytes = DIV_ROUND_UP(hsync * bpp, 8); in dsi_rr_formula()
93 hbp_bytes = DIV_ROUND_UP(hbp * bpp, 8); in dsi_rr_formula()
94 hactive_bytes = DIV_ROUND_UP(hactive * bpp, 8); in dsi_rr_formula()
95 hfp_bytes = DIV_ROUND_UP(hfp * bpp, 8); in dsi_rr_formula()
140 u32 bpp; in dsi_clk_from_pclk() local
146 bpp = 24; in dsi_clk_from_pclk()
149 bpp = 18; in dsi_clk_from_pclk()
152 bpp = 16; in dsi_clk_from_pclk()
158 dsi_clk_khz = DIV_ROUND_CLOSEST(pclk * bpp, lane_count); in dsi_clk_from_pclk()
307 int bpp; in assert_bpp_mismatch() local
313 bpp = 24; in assert_bpp_mismatch()
316 bpp = 18; in assert_bpp_mismatch()
319 bpp = 16; in assert_bpp_mismatch()
323 WARN(bpp != pipe_bpp, in assert_bpp_mismatch()
325 bpp, pipe_bpp); in assert_bpp_mismatch()