Lines Matching defs:bitspp
3582 wc = DIV_ROUND_UP(t->hact * t->bitspp, 8);
3647 pck = (u32)div64_u64(dsi_tput, t->bitspp);
3648 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(t->hact * t->bitspp, 8) + 6, t->ndl);
3716 int bitspp, ndl;
3721 bitspp = mipi_dsi_pixel_format_to_bpp(cfg->pixel_format);
3732 txbyteclk = pck * bitspp / 8 / ndl;
3754 int bitspp = mipi_dsi_pixel_format_to_bpp(cfg->pixel_format);
3778 dispc_tput = (u64)dispc_pck * bitspp;
3786 dsi_hact = DIV_ROUND_UP(DIV_ROUND_UP(xres * bitspp, 8) + 6, ndl);
3792 if (dsi->line_buffer_size < xres * bitspp / 8) {
3801 if (dsi_tput < (u64)bitspp * req_pck_min)
3806 if (dsi_tput > (u64)bitspp * req_pck_max)
3848 dsi_vm->bitspp = bitspp;
4020 int bitspp = mipi_dsi_pixel_format_to_bpp(cfg->pixel_format);
4035 byteclk_min = div64_u64((u64)ctx->req_pck_min * bitspp, ndl * 8);
4042 byteclk_max = div64_u64((u64)ctx->req_pck_max * bitspp,